

/* Start:/bitrix/templates/conditer/css/fonts.css?1636792387888*/
@font-face{font-family:Montserrat;font-style:normal;font-weight:400;src:local(""),url(/bitrix/templates/conditer/css/../fonts/montserrat-v15-latin_cyrillic-regular.woff2) format("woff2"),url(/bitrix/templates/conditer/css/../fonts/montserrat-v15-latin_cyrillic-regular.woff) format("woff")}@font-face{font-family:Montserrat;font-style:normal;font-weight:500;src:local(""),url(/bitrix/templates/conditer/css/../fonts/montserrat-v15-latin_cyrillic-500.woff2) format("woff2"),url(/bitrix/templates/conditer/css/../fonts/montserrat-v15-latin_cyrillic-500.woff) format("woff")}@font-face{font-family:Montserrat;font-style:normal;font-weight:600;src:local(""),url(/bitrix/templates/conditer/css/../fonts/montserrat-v15-latin_cyrillic-600.woff2) format("woff2"),url(/bitrix/templates/conditer/css/../fonts/montserrat-v15-latin_cyrillic-600.woff) format("woff")}@font-face{font-family:Montserrat;font-style:normal;font-weight:700;src:local(""),url(/bitrix/templates/conditer/css/../fonts/montserrat-v15-latin_cyrillic-700.woff2) format("woff2"),url(/bitrix/templates/conditer/css/../fonts/montserrat-v15-latin_cyrillic-700.woff) format("woff")}
/* End */


/* Start:/bitrix/templates/conditer/css/style.css?1779871761346092*/
@charset "UTF-8";
:root {
  --bs-font-sans-serif:
    system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial,
    "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace:
    SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
    monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
}
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: -apple-system, Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
hr {
  margin: 10px 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}
.slide-product__text h1,
.slide-product__text h2,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 500;
  line-height: 1.2;
}
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
.slide-product__text h1,
.slide-product__text h2,
h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  .slide-product__text h1,
  .slide-product__text h2,
  h2 {
    font-size: 2rem;
  }
}
h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}
h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[data-bs-original-title],
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  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: 0.875em;
}
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #0d0d0d;
  text-decoration: underline;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
  display: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 15px);
  padding-left: var(--bs-gutter-x, 15px);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 560px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1200px;
  }
}
.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}
.col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}
.row-cols-auto > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.row-cols-4 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 8.3333333333%;
}
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41.6666666667%;
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 58.3333333333%;
}
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66.6666666667%;
}
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 83.3333333333%;
}
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 91.6666666667%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}
.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%;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-15,
.gx-15 {
  --bs-gutter-x: 15px;
}
.g-15,
.gy-15 {
  --bs-gutter-y: 15px;
}
.g-30,
.gx-30 {
  --bs-gutter-x: 30px;
}
.g-30,
.gy-30 {
  --bs-gutter-y: 30px;
}
@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .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%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-15,
  .gx-sm-15 {
    --bs-gutter-x: 15px;
  }
  .g-sm-15,
  .gy-sm-15 {
    --bs-gutter-y: 15px;
  }
  .g-sm-30,
  .gx-sm-30 {
    --bs-gutter-x: 30px;
  }
  .g-sm-30,
  .gy-sm-30 {
    --bs-gutter-y: 30px;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .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%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-15,
  .gx-md-15 {
    --bs-gutter-x: 15px;
  }
  .g-md-15,
  .gy-md-15 {
    --bs-gutter-y: 15px;
  }
  .g-md-30,
  .gx-md-30 {
    --bs-gutter-x: 30px;
  }
  .g-md-30,
  .gy-md-30 {
    --bs-gutter-y: 30px;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .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%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-15,
  .gx-lg-15 {
    --bs-gutter-x: 15px;
  }
  .g-lg-15,
  .gy-lg-15 {
    --bs-gutter-y: 15px;
  }
  .g-lg-30,
  .gx-lg-30 {
    --bs-gutter-x: 30px;
  }
  .g-lg-30,
  .gy-lg-30 {
    --bs-gutter-y: 30px;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
  }
  .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%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-15,
  .gx-xl-15 {
    --bs-gutter-x: 15px;
  }
  .g-xl-15,
  .gy-xl-15 {
    --bs-gutter-y: 15px;
  }
  .g-xl-30,
  .gx-xl-30 {
    --bs-gutter-x: 30px;
  }
  .g-xl-30,
  .gy-xl-30 {
    --bs-gutter-y: 30px;
  }
}
.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}
.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}
.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}
.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;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.d-none {
  display: none !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;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.border {
  border: 1px solid #dde4ed !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: 1px solid #dde4ed !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: 1px solid #dde4ed !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: 1px solid #dde4ed !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: 1px solid #dde4ed !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-white {
  border-color: #fff !important;
}
.border-1 {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-5 {
  border-width: 5px !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !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;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-5 {
  gap: 5px !important;
}
.gap-10 {
  gap: 10px !important;
}
.gap-15 {
  gap: 15px !important;
}
.gap-20 {
  gap: 20px !important;
}
.gap-25 {
  gap: 25px !important;
}
.gap-30 {
  gap: 30px !important;
}
.gap-35 {
  gap: 35px !important;
}
.gap-40 {
  gap: 40px !important;
}
.gap-45 {
  gap: 45px !important;
}
.gap-50 {
  gap: 50px !important;
}
.gap-55 {
  gap: 55px !important;
}
.gap-60 {
  gap: 60px !important;
}
.gap-65 {
  gap: 65px !important;
}
.gap-70 {
  gap: 70px !important;
}
.gap-75 {
  gap: 75px !important;
}
.gap-80 {
  gap: 80px !important;
}
.gap-85 {
  gap: 85px !important;
}
.gap-90 {
  gap: 90px !important;
}
.gap-95 {
  gap: 95px !important;
}
.gap-100 {
  gap: 100px !important;
}
.gap-110 {
  gap: 110px !important;
}
.gap-120 {
  gap: 120px !important;
}
.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
  -ms-flex-pack: space-evenly !important;
  justify-content: space-evenly !important;
}
.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
.order-first {
  -webkit-box-ordinal-group: 0 !important;
  -ms-flex-order: -1 !important;
  order: -1 !important;
}
.order-0 {
  -webkit-box-ordinal-group: 1 !important;
  -ms-flex-order: 0 !important;
  order: 0 !important;
}
.order-1 {
  -webkit-box-ordinal-group: 2 !important;
  -ms-flex-order: 1 !important;
  order: 1 !important;
}
.order-2 {
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
}
.order-3 {
  -webkit-box-ordinal-group: 4 !important;
  -ms-flex-order: 3 !important;
  order: 3 !important;
}
.order-4 {
  -webkit-box-ordinal-group: 5 !important;
  -ms-flex-order: 4 !important;
  order: 4 !important;
}
.order-5 {
  -webkit-box-ordinal-group: 6 !important;
  -ms-flex-order: 5 !important;
  order: 5 !important;
}
.order-last {
  -webkit-box-ordinal-group: 7 !important;
  -ms-flex-order: 6 !important;
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-5 {
  margin: 5px !important;
}
.m-10 {
  margin: 10px !important;
}
.m-15 {
  margin: 15px !important;
}
.m-20 {
  margin: 20px !important;
}
.m-25 {
  margin: 25px !important;
}
.m-30 {
  margin: 30px !important;
}
.m-35 {
  margin: 35px !important;
}
.m-40 {
  margin: 40px !important;
}
.m-45 {
  margin: 45px !important;
}
.m-50 {
  margin: 50px !important;
}
.m-55 {
  margin: 55px !important;
}
.m-60 {
  margin: 60px !important;
}
.m-65 {
  margin: 65px !important;
}
.m-70 {
  margin: 70px !important;
}
.m-75 {
  margin: 75px !important;
}
.m-80 {
  margin: 80px !important;
}
.m-85 {
  margin: 85px !important;
}
.m-90 {
  margin: 90px !important;
}
.m-95 {
  margin: 95px !important;
}
.m-100 {
  margin: 100px !important;
}
.m-110 {
  margin: 110px !important;
}
.m-120 {
  margin: 120px !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-5 {
  margin-right: 5px !important;
  margin-left: 5px !important;
}
.mx-10 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}
.mx-15 {
  margin-right: 15px !important;
  margin-left: 15px !important;
}
.mx-20 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}
.mx-25 {
  margin-right: 25px !important;
  margin-left: 25px !important;
}
.mx-30 {
  margin-right: 30px !important;
  margin-left: 30px !important;
}
.mx-35 {
  margin-right: 35px !important;
  margin-left: 35px !important;
}
.mx-40 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}
.mx-45 {
  margin-right: 45px !important;
  margin-left: 45px !important;
}
.mx-50 {
  margin-right: 50px !important;
  margin-left: 50px !important;
}
.mx-55 {
  margin-right: 55px !important;
  margin-left: 55px !important;
}
.mx-60 {
  margin-right: 60px !important;
  margin-left: 60px !important;
}
.mx-65 {
  margin-right: 65px !important;
  margin-left: 65px !important;
}
.mx-70 {
  margin-right: 70px !important;
  margin-left: 70px !important;
}
.mx-75 {
  margin-right: 75px !important;
  margin-left: 75px !important;
}
.mx-80 {
  margin-right: 80px !important;
  margin-left: 80px !important;
}
.mx-85 {
  margin-right: 85px !important;
  margin-left: 85px !important;
}
.mx-90 {
  margin-right: 90px !important;
  margin-left: 90px !important;
}
.mx-95 {
  margin-right: 95px !important;
  margin-left: 95px !important;
}
.mx-100 {
  margin-right: 100px !important;
  margin-left: 100px !important;
}
.mx-110 {
  margin-right: 110px !important;
  margin-left: 110px !important;
}
.mx-120 {
  margin-right: 120px !important;
  margin-left: 120px !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.my-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}
.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.my-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}
.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.my-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}
.my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.my-55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}
.my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}
.my-65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}
.my-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}
.my-75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}
.my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}
.my-85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}
.my-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}
.my-95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}
.my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}
.my-110 {
  margin-top: 110px !important;
  margin-bottom: 110px !important;
}
.my-120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-35 {
  margin-top: 35px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-45 {
  margin-top: 45px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-55 {
  margin-top: 55px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-65 {
  margin-top: 65px !important;
}
.mt-70 {
  margin-top: 70px !important;
}
.mt-75 {
  margin-top: 75px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mt-85 {
  margin-top: 85px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mt-95 {
  margin-top: 95px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mt-110 {
  margin-top: 110px !important;
}
.mt-120 {
  margin-top: 120px !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-5 {
  margin-right: 5px !important;
}
.me-10 {
  margin-right: 10px !important;
}
.me-15 {
  margin-right: 15px !important;
}
.me-20 {
  margin-right: 20px !important;
}
.me-25 {
  margin-right: 25px !important;
}
.me-30 {
  margin-right: 30px !important;
}
.me-35 {
  margin-right: 35px !important;
}
.me-40 {
  margin-right: 40px !important;
}
.me-45 {
  margin-right: 45px !important;
}
.me-50 {
  margin-right: 50px !important;
}
.me-55 {
  margin-right: 55px !important;
}
.me-60 {
  margin-right: 60px !important;
}
.me-65 {
  margin-right: 65px !important;
}
.me-70 {
  margin-right: 70px !important;
}
.me-75 {
  margin-right: 75px !important;
}
.me-80 {
  margin-right: 80px !important;
}
.me-85 {
  margin-right: 85px !important;
}
.me-90 {
  margin-right: 90px !important;
}
.me-95 {
  margin-right: 95px !important;
}
.me-100 {
  margin-right: 100px !important;
}
.me-110 {
  margin-right: 110px !important;
}
.me-120 {
  margin-right: 120px !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-35 {
  margin-bottom: 35px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-45 {
  margin-bottom: 45px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-55 {
  margin-bottom: 55px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-65 {
  margin-bottom: 65px !important;
}
.mb-70 {
  margin-bottom: 70px !important;
}
.mb-75 {
  margin-bottom: 75px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.mb-85 {
  margin-bottom: 85px !important;
}
.mb-90 {
  margin-bottom: 90px !important;
}
.mb-95 {
  margin-bottom: 95px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.mb-110 {
  margin-bottom: 110px !important;
}
.mb-120 {
  margin-bottom: 120px !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-5 {
  margin-left: 5px !important;
}
.ms-10 {
  margin-left: 10px !important;
}
.ms-15 {
  margin-left: 15px !important;
}
.ms-20 {
  margin-left: 20px !important;
}
.ms-25 {
  margin-left: 25px !important;
}
.ms-30 {
  margin-left: 30px !important;
}
.ms-35 {
  margin-left: 35px !important;
}
.ms-40 {
  margin-left: 40px !important;
}
.ms-45 {
  margin-left: 45px !important;
}
.ms-50 {
  margin-left: 50px !important;
}
.ms-55 {
  margin-left: 55px !important;
}
.ms-60 {
  margin-left: 60px !important;
}
.ms-65 {
  margin-left: 65px !important;
}
.ms-70 {
  margin-left: 70px !important;
}
.ms-75 {
  margin-left: 75px !important;
}
.ms-80 {
  margin-left: 80px !important;
}
.ms-85 {
  margin-left: 85px !important;
}
.ms-90 {
  margin-left: 90px !important;
}
.ms-95 {
  margin-left: 95px !important;
}
.ms-100 {
  margin-left: 100px !important;
}
.ms-110 {
  margin-left: 110px !important;
}
.ms-120 {
  margin-left: 120px !important;
}
.ms-auto {
  margin-left: auto !important;
}
.m-n5 {
  margin: -5px !important;
}
.m-n10 {
  margin: -10px !important;
}
.m-n15 {
  margin: -15px !important;
}
.m-n20 {
  margin: -20px !important;
}
.m-n25 {
  margin: -25px !important;
}
.m-n30 {
  margin: -30px !important;
}
.m-n35 {
  margin: -35px !important;
}
.m-n40 {
  margin: -40px !important;
}
.m-n45 {
  margin: -45px !important;
}
.m-n50 {
  margin: -50px !important;
}
.m-n55 {
  margin: -55px !important;
}
.m-n60 {
  margin: -60px !important;
}
.m-n65 {
  margin: -65px !important;
}
.m-n70 {
  margin: -70px !important;
}
.m-n75 {
  margin: -75px !important;
}
.m-n80 {
  margin: -80px !important;
}
.m-n85 {
  margin: -85px !important;
}
.m-n90 {
  margin: -90px !important;
}
.m-n95 {
  margin: -95px !important;
}
.m-n100 {
  margin: -100px !important;
}
.m-n110 {
  margin: -110px !important;
}
.m-n120 {
  margin: -120px !important;
}
.mx-n5 {
  margin-right: -5px !important;
  margin-left: -5px !important;
}
.mx-n10 {
  margin-right: -10px !important;
  margin-left: -10px !important;
}
.mx-n15 {
  margin-right: -15px !important;
  margin-left: -15px !important;
}
.mx-n20 {
  margin-right: -20px !important;
  margin-left: -20px !important;
}
.mx-n25 {
  margin-right: -25px !important;
  margin-left: -25px !important;
}
.mx-n30 {
  margin-right: -30px !important;
  margin-left: -30px !important;
}
.mx-n35 {
  margin-right: -35px !important;
  margin-left: -35px !important;
}
.mx-n40 {
  margin-right: -40px !important;
  margin-left: -40px !important;
}
.mx-n45 {
  margin-right: -45px !important;
  margin-left: -45px !important;
}
.mx-n50 {
  margin-right: -50px !important;
  margin-left: -50px !important;
}
.mx-n55 {
  margin-right: -55px !important;
  margin-left: -55px !important;
}
.mx-n60 {
  margin-right: -60px !important;
  margin-left: -60px !important;
}
.mx-n65 {
  margin-right: -65px !important;
  margin-left: -65px !important;
}
.mx-n70 {
  margin-right: -70px !important;
  margin-left: -70px !important;
}
.mx-n75 {
  margin-right: -75px !important;
  margin-left: -75px !important;
}
.mx-n80 {
  margin-right: -80px !important;
  margin-left: -80px !important;
}
.mx-n85 {
  margin-right: -85px !important;
  margin-left: -85px !important;
}
.mx-n90 {
  margin-right: -90px !important;
  margin-left: -90px !important;
}
.mx-n95 {
  margin-right: -95px !important;
  margin-left: -95px !important;
}
.mx-n100 {
  margin-right: -100px !important;
  margin-left: -100px !important;
}
.mx-n110 {
  margin-right: -110px !important;
  margin-left: -110px !important;
}
.mx-n120 {
  margin-right: -120px !important;
  margin-left: -120px !important;
}
.my-n5 {
  margin-top: -5px !important;
  margin-bottom: -5px !important;
}
.my-n10 {
  margin-top: -10px !important;
  margin-bottom: -10px !important;
}
.my-n15 {
  margin-top: -15px !important;
  margin-bottom: -15px !important;
}
.my-n20 {
  margin-top: -20px !important;
  margin-bottom: -20px !important;
}
.my-n25 {
  margin-top: -25px !important;
  margin-bottom: -25px !important;
}
.my-n30 {
  margin-top: -30px !important;
  margin-bottom: -30px !important;
}
.my-n35 {
  margin-top: -35px !important;
  margin-bottom: -35px !important;
}
.my-n40 {
  margin-top: -40px !important;
  margin-bottom: -40px !important;
}
.my-n45 {
  margin-top: -45px !important;
  margin-bottom: -45px !important;
}
.my-n50 {
  margin-top: -50px !important;
  margin-bottom: -50px !important;
}
.my-n55 {
  margin-top: -55px !important;
  margin-bottom: -55px !important;
}
.my-n60 {
  margin-top: -60px !important;
  margin-bottom: -60px !important;
}
.my-n65 {
  margin-top: -65px !important;
  margin-bottom: -65px !important;
}
.my-n70 {
  margin-top: -70px !important;
  margin-bottom: -70px !important;
}
.my-n75 {
  margin-top: -75px !important;
  margin-bottom: -75px !important;
}
.my-n80 {
  margin-top: -80px !important;
  margin-bottom: -80px !important;
}
.my-n85 {
  margin-top: -85px !important;
  margin-bottom: -85px !important;
}
.my-n90 {
  margin-top: -90px !important;
  margin-bottom: -90px !important;
}
.my-n95 {
  margin-top: -95px !important;
  margin-bottom: -95px !important;
}
.my-n100 {
  margin-top: -100px !important;
  margin-bottom: -100px !important;
}
.my-n110 {
  margin-top: -110px !important;
  margin-bottom: -110px !important;
}
.my-n120 {
  margin-top: -120px !important;
  margin-bottom: -120px !important;
}
.mt-n5 {
  margin-top: -5px !important;
}
.mt-n10 {
  margin-top: -10px !important;
}
.mt-n15 {
  margin-top: -15px !important;
}
.mt-n20 {
  margin-top: -20px !important;
}
.mt-n25 {
  margin-top: -25px !important;
}
.mt-n30 {
  margin-top: -30px !important;
}
.mt-n35 {
  margin-top: -35px !important;
}
.mt-n40 {
  margin-top: -40px !important;
}
.mt-n45 {
  margin-top: -45px !important;
}
.mt-n50 {
  margin-top: -50px !important;
}
.mt-n55 {
  margin-top: -55px !important;
}
.mt-n60 {
  margin-top: -60px !important;
}
.mt-n65 {
  margin-top: -65px !important;
}
.mt-n70 {
  margin-top: -70px !important;
}
.mt-n75 {
  margin-top: -75px !important;
}
.mt-n80 {
  margin-top: -80px !important;
}
.mt-n85 {
  margin-top: -85px !important;
}
.mt-n90 {
  margin-top: -90px !important;
}
.mt-n95 {
  margin-top: -95px !important;
}
.mt-n100 {
  margin-top: -100px !important;
}
.mt-n110 {
  margin-top: -110px !important;
}
.mt-n120 {
  margin-top: -120px !important;
}
.me-n5 {
  margin-right: -5px !important;
}
.me-n10 {
  margin-right: -10px !important;
}
.me-n15 {
  margin-right: -15px !important;
}
.me-n20 {
  margin-right: -20px !important;
}
.me-n25 {
  margin-right: -25px !important;
}
.me-n30 {
  margin-right: -30px !important;
}
.me-n35 {
  margin-right: -35px !important;
}
.me-n40 {
  margin-right: -40px !important;
}
.me-n45 {
  margin-right: -45px !important;
}
.me-n50 {
  margin-right: -50px !important;
}
.me-n55 {
  margin-right: -55px !important;
}
.me-n60 {
  margin-right: -60px !important;
}
.me-n65 {
  margin-right: -65px !important;
}
.me-n70 {
  margin-right: -70px !important;
}
.me-n75 {
  margin-right: -75px !important;
}
.me-n80 {
  margin-right: -80px !important;
}
.me-n85 {
  margin-right: -85px !important;
}
.me-n90 {
  margin-right: -90px !important;
}
.me-n95 {
  margin-right: -95px !important;
}
.me-n100 {
  margin-right: -100px !important;
}
.me-n110 {
  margin-right: -110px !important;
}
.me-n120 {
  margin-right: -120px !important;
}
.mb-n5 {
  margin-bottom: -5px !important;
}
.mb-n10 {
  margin-bottom: -10px !important;
}
.mb-n15 {
  margin-bottom: -15px !important;
}
.mb-n20 {
  margin-bottom: -20px !important;
}
.mb-n25 {
  margin-bottom: -25px !important;
}
.mb-n30 {
  margin-bottom: -30px !important;
}
.mb-n35 {
  margin-bottom: -35px !important;
}
.mb-n40 {
  margin-bottom: -40px !important;
}
.mb-n45 {
  margin-bottom: -45px !important;
}
.mb-n50 {
  margin-bottom: -50px !important;
}
.mb-n55 {
  margin-bottom: -55px !important;
}
.mb-n60 {
  margin-bottom: -60px !important;
}
.mb-n65 {
  margin-bottom: -65px !important;
}
.mb-n70 {
  margin-bottom: -70px !important;
}
.mb-n75 {
  margin-bottom: -75px !important;
}
.mb-n80 {
  margin-bottom: -80px !important;
}
.mb-n85 {
  margin-bottom: -85px !important;
}
.mb-n90 {
  margin-bottom: -90px !important;
}
.mb-n95 {
  margin-bottom: -95px !important;
}
.mb-n100 {
  margin-bottom: -100px !important;
}
.mb-n110 {
  margin-bottom: -110px !important;
}
.mb-n120 {
  margin-bottom: -120px !important;
}
.ms-n5 {
  margin-left: -5px !important;
}
.ms-n10 {
  margin-left: -10px !important;
}
.ms-n15 {
  margin-left: -15px !important;
}
.ms-n20 {
  margin-left: -20px !important;
}
.ms-n25 {
  margin-left: -25px !important;
}
.ms-n30 {
  margin-left: -30px !important;
}
.ms-n35 {
  margin-left: -35px !important;
}
.ms-n40 {
  margin-left: -40px !important;
}
.ms-n45 {
  margin-left: -45px !important;
}
.ms-n50 {
  margin-left: -50px !important;
}
.ms-n55 {
  margin-left: -55px !important;
}
.ms-n60 {
  margin-left: -60px !important;
}
.ms-n65 {
  margin-left: -65px !important;
}
.ms-n70 {
  margin-left: -70px !important;
}
.ms-n75 {
  margin-left: -75px !important;
}
.ms-n80 {
  margin-left: -80px !important;
}
.ms-n85 {
  margin-left: -85px !important;
}
.ms-n90 {
  margin-left: -90px !important;
}
.ms-n95 {
  margin-left: -95px !important;
}
.ms-n100 {
  margin-left: -100px !important;
}
.ms-n110 {
  margin-left: -110px !important;
}
.ms-n120 {
  margin-left: -120px !important;
}
.p-0 {
  padding: 0 !important;
}
.p-5 {
  padding: 5px !important;
}
.p-10 {
  padding: 10px !important;
}
.p-15 {
  padding: 15px !important;
}
.p-20 {
  padding: 20px !important;
}
.p-25 {
  padding: 25px !important;
}
.p-30 {
  padding: 30px !important;
}
.p-35 {
  padding: 35px !important;
}
.p-40 {
  padding: 40px !important;
}
.p-45 {
  padding: 45px !important;
}
.p-50 {
  padding: 50px !important;
}
.p-55 {
  padding: 55px !important;
}
.p-60 {
  padding: 60px !important;
}
.p-65 {
  padding: 65px !important;
}
.p-70 {
  padding: 70px !important;
}
.p-75 {
  padding: 75px !important;
}
.p-80 {
  padding: 80px !important;
}
.p-85 {
  padding: 85px !important;
}
.p-90 {
  padding: 90px !important;
}
.p-95 {
  padding: 95px !important;
}
.p-100 {
  padding: 100px !important;
}
.p-110 {
  padding: 110px !important;
}
.p-120 {
  padding: 120px !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-5 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}
.px-10 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}
.px-15 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}
.px-20 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}
.px-25 {
  padding-right: 25px !important;
  padding-left: 25px !important;
}
.px-30 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}
.px-35 {
  padding-right: 35px !important;
  padding-left: 35px !important;
}
.px-40 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}
.px-45 {
  padding-right: 45px !important;
  padding-left: 45px !important;
}
.px-50 {
  padding-right: 50px !important;
  padding-left: 50px !important;
}
.px-55 {
  padding-right: 55px !important;
  padding-left: 55px !important;
}
.px-60 {
  padding-right: 60px !important;
  padding-left: 60px !important;
}
.px-65 {
  padding-right: 65px !important;
  padding-left: 65px !important;
}
.px-70 {
  padding-right: 70px !important;
  padding-left: 70px !important;
}
.px-75 {
  padding-right: 75px !important;
  padding-left: 75px !important;
}
.px-80 {
  padding-right: 80px !important;
  padding-left: 80px !important;
}
.px-85 {
  padding-right: 85px !important;
  padding-left: 85px !important;
}
.px-90 {
  padding-right: 90px !important;
  padding-left: 90px !important;
}
.px-95 {
  padding-right: 95px !important;
  padding-left: 95px !important;
}
.px-100 {
  padding-right: 100px !important;
  padding-left: 100px !important;
}
.px-110 {
  padding-right: 110px !important;
  padding-left: 110px !important;
}
.px-120 {
  padding-right: 120px !important;
  padding-left: 120px !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.py-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}
.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.py-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}
.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.py-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}
.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.py-65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}
.py-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
.py-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}
.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.py-85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}
.py-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}
.py-95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}
.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
.py-110 {
  padding-top: 110px !important;
  padding-bottom: 110px !important;
}
.py-120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-5 {
  padding-top: 5px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pt-15 {
  padding-top: 15px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pt-25 {
  padding-top: 25px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pt-35 {
  padding-top: 35px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pt-45 {
  padding-top: 45px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pt-55 {
  padding-top: 55px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pt-65 {
  padding-top: 65px !important;
}
.pt-70 {
  padding-top: 70px !important;
}
.pt-75 {
  padding-top: 75px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pt-85 {
  padding-top: 85px !important;
}
.pt-90 {
  padding-top: 90px !important;
}
.pt-95 {
  padding-top: 95px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.pt-110 {
  padding-top: 110px !important;
}
.pt-120 {
  padding-top: 120px !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-5 {
  padding-right: 5px !important;
}
.pe-10 {
  padding-right: 10px !important;
}
.pe-15 {
  padding-right: 15px !important;
}
.pe-20 {
  padding-right: 20px !important;
}
.pe-25 {
  padding-right: 25px !important;
}
.pe-30 {
  padding-right: 30px !important;
}
.pe-35 {
  padding-right: 35px !important;
}
.pe-40 {
  padding-right: 40px !important;
}
.pe-45 {
  padding-right: 45px !important;
}
.pe-50 {
  padding-right: 50px !important;
}
.pe-55 {
  padding-right: 55px !important;
}
.pe-60 {
  padding-right: 60px !important;
}
.pe-65 {
  padding-right: 65px !important;
}
.pe-70 {
  padding-right: 70px !important;
}
.pe-75 {
  padding-right: 75px !important;
}
.pe-80 {
  padding-right: 80px !important;
}
.pe-85 {
  padding-right: 85px !important;
}
.pe-90 {
  padding-right: 90px !important;
}
.pe-95 {
  padding-right: 95px !important;
}
.pe-100 {
  padding-right: 100px !important;
}
.pe-110 {
  padding-right: 110px !important;
}
.pe-120 {
  padding-right: 120px !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-5 {
  padding-bottom: 5px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-25 {
  padding-bottom: 25px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-35 {
  padding-bottom: 35px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-45 {
  padding-bottom: 45px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pb-55 {
  padding-bottom: 55px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pb-65 {
  padding-bottom: 65px !important;
}
.pb-70 {
  padding-bottom: 70px !important;
}
.pb-75 {
  padding-bottom: 75px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pb-85 {
  padding-bottom: 85px !important;
}
.pb-90 {
  padding-bottom: 90px !important;
}
.pb-95 {
  padding-bottom: 95px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.pb-110 {
  padding-bottom: 110px !important;
}
.pb-120 {
  padding-bottom: 120px !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-5 {
  padding-left: 5px !important;
}
.ps-10 {
  padding-left: 10px !important;
}
.ps-15 {
  padding-left: 15px !important;
}
.ps-20 {
  padding-left: 20px !important;
}
.ps-25 {
  padding-left: 25px !important;
}
.ps-30 {
  padding-left: 30px !important;
}
.ps-35 {
  padding-left: 35px !important;
}
.ps-40 {
  padding-left: 40px !important;
}
.ps-45 {
  padding-left: 45px !important;
}
.ps-50 {
  padding-left: 50px !important;
}
.ps-55 {
  padding-left: 55px !important;
}
.ps-60 {
  padding-left: 60px !important;
}
.ps-65 {
  padding-left: 65px !important;
}
.ps-70 {
  padding-left: 70px !important;
}
.ps-75 {
  padding-left: 75px !important;
}
.ps-80 {
  padding-left: 80px !important;
}
.ps-85 {
  padding-left: 85px !important;
}
.ps-90 {
  padding-left: 90px !important;
}
.ps-95 {
  padding-left: 95px !important;
}
.ps-100 {
  padding-left: 100px !important;
}
.ps-110 {
  padding-left: 110px !important;
}
.ps-120 {
  padding-left: 120px !important;
}
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.text-white {
  color: #fff !important;
}
.text-body {
  color: #333 !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-reset {
  color: inherit !important;
}
.bg-body {
  background-color: #fff !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-5 {
    gap: 5px !important;
  }
  .gap-sm-10 {
    gap: 10px !important;
  }
  .gap-sm-15 {
    gap: 15px !important;
  }
  .gap-sm-20 {
    gap: 20px !important;
  }
  .gap-sm-25 {
    gap: 25px !important;
  }
  .gap-sm-30 {
    gap: 30px !important;
  }
  .gap-sm-35 {
    gap: 35px !important;
  }
  .gap-sm-40 {
    gap: 40px !important;
  }
  .gap-sm-45 {
    gap: 45px !important;
  }
  .gap-sm-50 {
    gap: 50px !important;
  }
  .gap-sm-55 {
    gap: 55px !important;
  }
  .gap-sm-60 {
    gap: 60px !important;
  }
  .gap-sm-65 {
    gap: 65px !important;
  }
  .gap-sm-70 {
    gap: 70px !important;
  }
  .gap-sm-75 {
    gap: 75px !important;
  }
  .gap-sm-80 {
    gap: 80px !important;
  }
  .gap-sm-85 {
    gap: 85px !important;
  }
  .gap-sm-90 {
    gap: 90px !important;
  }
  .gap-sm-95 {
    gap: 95px !important;
  }
  .gap-sm-100 {
    gap: 100px !important;
  }
  .gap-sm-110 {
    gap: 110px !important;
  }
  .gap-sm-120 {
    gap: 120px !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-5 {
    margin: 5px !important;
  }
  .m-sm-10 {
    margin: 10px !important;
  }
  .m-sm-15 {
    margin: 15px !important;
  }
  .m-sm-20 {
    margin: 20px !important;
  }
  .m-sm-25 {
    margin: 25px !important;
  }
  .m-sm-30 {
    margin: 30px !important;
  }
  .m-sm-35 {
    margin: 35px !important;
  }
  .m-sm-40 {
    margin: 40px !important;
  }
  .m-sm-45 {
    margin: 45px !important;
  }
  .m-sm-50 {
    margin: 50px !important;
  }
  .m-sm-55 {
    margin: 55px !important;
  }
  .m-sm-60 {
    margin: 60px !important;
  }
  .m-sm-65 {
    margin: 65px !important;
  }
  .m-sm-70 {
    margin: 70px !important;
  }
  .m-sm-75 {
    margin: 75px !important;
  }
  .m-sm-80 {
    margin: 80px !important;
  }
  .m-sm-85 {
    margin: 85px !important;
  }
  .m-sm-90 {
    margin: 90px !important;
  }
  .m-sm-95 {
    margin: 95px !important;
  }
  .m-sm-100 {
    margin: 100px !important;
  }
  .m-sm-110 {
    margin: 110px !important;
  }
  .m-sm-120 {
    margin: 120px !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }
  .mx-sm-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .mx-sm-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .mx-sm-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .mx-sm-25 {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }
  .mx-sm-30 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-sm-35 {
    margin-right: 35px !important;
    margin-left: 35px !important;
  }
  .mx-sm-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-sm-45 {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }
  .mx-sm-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }
  .mx-sm-55 {
    margin-right: 55px !important;
    margin-left: 55px !important;
  }
  .mx-sm-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .mx-sm-65 {
    margin-right: 65px !important;
    margin-left: 65px !important;
  }
  .mx-sm-70 {
    margin-right: 70px !important;
    margin-left: 70px !important;
  }
  .mx-sm-75 {
    margin-right: 75px !important;
    margin-left: 75px !important;
  }
  .mx-sm-80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .mx-sm-85 {
    margin-right: 85px !important;
    margin-left: 85px !important;
  }
  .mx-sm-90 {
    margin-right: 90px !important;
    margin-left: 90px !important;
  }
  .mx-sm-95 {
    margin-right: 95px !important;
    margin-left: 95px !important;
  }
  .mx-sm-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }
  .mx-sm-110 {
    margin-right: 110px !important;
    margin-left: 110px !important;
  }
  .mx-sm-120 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .my-sm-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-sm-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .my-sm-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-sm-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .my-sm-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-sm-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .my-sm-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-sm-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .my-sm-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .my-sm-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  .my-sm-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my-sm-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
  .my-sm-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .my-sm-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  .my-sm-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-sm-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
  .my-sm-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .my-sm-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
  .my-sm-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .my-sm-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }
  .my-sm-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-5 {
    margin-top: 5px !important;
  }
  .mt-sm-10 {
    margin-top: 10px !important;
  }
  .mt-sm-15 {
    margin-top: 15px !important;
  }
  .mt-sm-20 {
    margin-top: 20px !important;
  }
  .mt-sm-25 {
    margin-top: 25px !important;
  }
  .mt-sm-30 {
    margin-top: 30px !important;
  }
  .mt-sm-35 {
    margin-top: 35px !important;
  }
  .mt-sm-40 {
    margin-top: 40px !important;
  }
  .mt-sm-45 {
    margin-top: 45px !important;
  }
  .mt-sm-50 {
    margin-top: 50px !important;
  }
  .mt-sm-55 {
    margin-top: 55px !important;
  }
  .mt-sm-60 {
    margin-top: 60px !important;
  }
  .mt-sm-65 {
    margin-top: 65px !important;
  }
  .mt-sm-70 {
    margin-top: 70px !important;
  }
  .mt-sm-75 {
    margin-top: 75px !important;
  }
  .mt-sm-80 {
    margin-top: 80px !important;
  }
  .mt-sm-85 {
    margin-top: 85px !important;
  }
  .mt-sm-90 {
    margin-top: 90px !important;
  }
  .mt-sm-95 {
    margin-top: 95px !important;
  }
  .mt-sm-100 {
    margin-top: 100px !important;
  }
  .mt-sm-110 {
    margin-top: 110px !important;
  }
  .mt-sm-120 {
    margin-top: 120px !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-5 {
    margin-right: 5px !important;
  }
  .me-sm-10 {
    margin-right: 10px !important;
  }
  .me-sm-15 {
    margin-right: 15px !important;
  }
  .me-sm-20 {
    margin-right: 20px !important;
  }
  .me-sm-25 {
    margin-right: 25px !important;
  }
  .me-sm-30 {
    margin-right: 30px !important;
  }
  .me-sm-35 {
    margin-right: 35px !important;
  }
  .me-sm-40 {
    margin-right: 40px !important;
  }
  .me-sm-45 {
    margin-right: 45px !important;
  }
  .me-sm-50 {
    margin-right: 50px !important;
  }
  .me-sm-55 {
    margin-right: 55px !important;
  }
  .me-sm-60 {
    margin-right: 60px !important;
  }
  .me-sm-65 {
    margin-right: 65px !important;
  }
  .me-sm-70 {
    margin-right: 70px !important;
  }
  .me-sm-75 {
    margin-right: 75px !important;
  }
  .me-sm-80 {
    margin-right: 80px !important;
  }
  .me-sm-85 {
    margin-right: 85px !important;
  }
  .me-sm-90 {
    margin-right: 90px !important;
  }
  .me-sm-95 {
    margin-right: 95px !important;
  }
  .me-sm-100 {
    margin-right: 100px !important;
  }
  .me-sm-110 {
    margin-right: 110px !important;
  }
  .me-sm-120 {
    margin-right: 120px !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-5 {
    margin-bottom: 5px !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .mb-sm-15 {
    margin-bottom: 15px !important;
  }
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .mb-sm-25 {
    margin-bottom: 25px !important;
  }
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
  .mb-sm-35 {
    margin-bottom: 35px !important;
  }
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
  .mb-sm-45 {
    margin-bottom: 45px !important;
  }
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
  .mb-sm-55 {
    margin-bottom: 55px !important;
  }
  .mb-sm-60 {
    margin-bottom: 60px !important;
  }
  .mb-sm-65 {
    margin-bottom: 65px !important;
  }
  .mb-sm-70 {
    margin-bottom: 70px !important;
  }
  .mb-sm-75 {
    margin-bottom: 75px !important;
  }
  .mb-sm-80 {
    margin-bottom: 80px !important;
  }
  .mb-sm-85 {
    margin-bottom: 85px !important;
  }
  .mb-sm-90 {
    margin-bottom: 90px !important;
  }
  .mb-sm-95 {
    margin-bottom: 95px !important;
  }
  .mb-sm-100 {
    margin-bottom: 100px !important;
  }
  .mb-sm-110 {
    margin-bottom: 110px !important;
  }
  .mb-sm-120 {
    margin-bottom: 120px !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-5 {
    margin-left: 5px !important;
  }
  .ms-sm-10 {
    margin-left: 10px !important;
  }
  .ms-sm-15 {
    margin-left: 15px !important;
  }
  .ms-sm-20 {
    margin-left: 20px !important;
  }
  .ms-sm-25 {
    margin-left: 25px !important;
  }
  .ms-sm-30 {
    margin-left: 30px !important;
  }
  .ms-sm-35 {
    margin-left: 35px !important;
  }
  .ms-sm-40 {
    margin-left: 40px !important;
  }
  .ms-sm-45 {
    margin-left: 45px !important;
  }
  .ms-sm-50 {
    margin-left: 50px !important;
  }
  .ms-sm-55 {
    margin-left: 55px !important;
  }
  .ms-sm-60 {
    margin-left: 60px !important;
  }
  .ms-sm-65 {
    margin-left: 65px !important;
  }
  .ms-sm-70 {
    margin-left: 70px !important;
  }
  .ms-sm-75 {
    margin-left: 75px !important;
  }
  .ms-sm-80 {
    margin-left: 80px !important;
  }
  .ms-sm-85 {
    margin-left: 85px !important;
  }
  .ms-sm-90 {
    margin-left: 90px !important;
  }
  .ms-sm-95 {
    margin-left: 95px !important;
  }
  .ms-sm-100 {
    margin-left: 100px !important;
  }
  .ms-sm-110 {
    margin-left: 110px !important;
  }
  .ms-sm-120 {
    margin-left: 120px !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .m-sm-n5 {
    margin: -5px !important;
  }
  .m-sm-n10 {
    margin: -10px !important;
  }
  .m-sm-n15 {
    margin: -15px !important;
  }
  .m-sm-n20 {
    margin: -20px !important;
  }
  .m-sm-n25 {
    margin: -25px !important;
  }
  .m-sm-n30 {
    margin: -30px !important;
  }
  .m-sm-n35 {
    margin: -35px !important;
  }
  .m-sm-n40 {
    margin: -40px !important;
  }
  .m-sm-n45 {
    margin: -45px !important;
  }
  .m-sm-n50 {
    margin: -50px !important;
  }
  .m-sm-n55 {
    margin: -55px !important;
  }
  .m-sm-n60 {
    margin: -60px !important;
  }
  .m-sm-n65 {
    margin: -65px !important;
  }
  .m-sm-n70 {
    margin: -70px !important;
  }
  .m-sm-n75 {
    margin: -75px !important;
  }
  .m-sm-n80 {
    margin: -80px !important;
  }
  .m-sm-n85 {
    margin: -85px !important;
  }
  .m-sm-n90 {
    margin: -90px !important;
  }
  .m-sm-n95 {
    margin: -95px !important;
  }
  .m-sm-n100 {
    margin: -100px !important;
  }
  .m-sm-n110 {
    margin: -110px !important;
  }
  .m-sm-n120 {
    margin: -120px !important;
  }
  .mx-sm-n5 {
    margin-right: -5px !important;
    margin-left: -5px !important;
  }
  .mx-sm-n10 {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
  .mx-sm-n15 {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  .mx-sm-n20 {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
  .mx-sm-n25 {
    margin-right: -25px !important;
    margin-left: -25px !important;
  }
  .mx-sm-n30 {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .mx-sm-n35 {
    margin-right: -35px !important;
    margin-left: -35px !important;
  }
  .mx-sm-n40 {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }
  .mx-sm-n45 {
    margin-right: -45px !important;
    margin-left: -45px !important;
  }
  .mx-sm-n50 {
    margin-right: -50px !important;
    margin-left: -50px !important;
  }
  .mx-sm-n55 {
    margin-right: -55px !important;
    margin-left: -55px !important;
  }
  .mx-sm-n60 {
    margin-right: -60px !important;
    margin-left: -60px !important;
  }
  .mx-sm-n65 {
    margin-right: -65px !important;
    margin-left: -65px !important;
  }
  .mx-sm-n70 {
    margin-right: -70px !important;
    margin-left: -70px !important;
  }
  .mx-sm-n75 {
    margin-right: -75px !important;
    margin-left: -75px !important;
  }
  .mx-sm-n80 {
    margin-right: -80px !important;
    margin-left: -80px !important;
  }
  .mx-sm-n85 {
    margin-right: -85px !important;
    margin-left: -85px !important;
  }
  .mx-sm-n90 {
    margin-right: -90px !important;
    margin-left: -90px !important;
  }
  .mx-sm-n95 {
    margin-right: -95px !important;
    margin-left: -95px !important;
  }
  .mx-sm-n100 {
    margin-right: -100px !important;
    margin-left: -100px !important;
  }
  .mx-sm-n110 {
    margin-right: -110px !important;
    margin-left: -110px !important;
  }
  .mx-sm-n120 {
    margin-right: -120px !important;
    margin-left: -120px !important;
  }
  .my-sm-n5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }
  .my-sm-n10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  .my-sm-n15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  .my-sm-n20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .my-sm-n25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }
  .my-sm-n30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .my-sm-n35 {
    margin-top: -35px !important;
    margin-bottom: -35px !important;
  }
  .my-sm-n40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
  .my-sm-n45 {
    margin-top: -45px !important;
    margin-bottom: -45px !important;
  }
  .my-sm-n50 {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }
  .my-sm-n55 {
    margin-top: -55px !important;
    margin-bottom: -55px !important;
  }
  .my-sm-n60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }
  .my-sm-n65 {
    margin-top: -65px !important;
    margin-bottom: -65px !important;
  }
  .my-sm-n70 {
    margin-top: -70px !important;
    margin-bottom: -70px !important;
  }
  .my-sm-n75 {
    margin-top: -75px !important;
    margin-bottom: -75px !important;
  }
  .my-sm-n80 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }
  .my-sm-n85 {
    margin-top: -85px !important;
    margin-bottom: -85px !important;
  }
  .my-sm-n90 {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }
  .my-sm-n95 {
    margin-top: -95px !important;
    margin-bottom: -95px !important;
  }
  .my-sm-n100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }
  .my-sm-n110 {
    margin-top: -110px !important;
    margin-bottom: -110px !important;
  }
  .my-sm-n120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }
  .mt-sm-n5 {
    margin-top: -5px !important;
  }
  .mt-sm-n10 {
    margin-top: -10px !important;
  }
  .mt-sm-n15 {
    margin-top: -15px !important;
  }
  .mt-sm-n20 {
    margin-top: -20px !important;
  }
  .mt-sm-n25 {
    margin-top: -25px !important;
  }
  .mt-sm-n30 {
    margin-top: -30px !important;
  }
  .mt-sm-n35 {
    margin-top: -35px !important;
  }
  .mt-sm-n40 {
    margin-top: -40px !important;
  }
  .mt-sm-n45 {
    margin-top: -45px !important;
  }
  .mt-sm-n50 {
    margin-top: -50px !important;
  }
  .mt-sm-n55 {
    margin-top: -55px !important;
  }
  .mt-sm-n60 {
    margin-top: -60px !important;
  }
  .mt-sm-n65 {
    margin-top: -65px !important;
  }
  .mt-sm-n70 {
    margin-top: -70px !important;
  }
  .mt-sm-n75 {
    margin-top: -75px !important;
  }
  .mt-sm-n80 {
    margin-top: -80px !important;
  }
  .mt-sm-n85 {
    margin-top: -85px !important;
  }
  .mt-sm-n90 {
    margin-top: -90px !important;
  }
  .mt-sm-n95 {
    margin-top: -95px !important;
  }
  .mt-sm-n100 {
    margin-top: -100px !important;
  }
  .mt-sm-n110 {
    margin-top: -110px !important;
  }
  .mt-sm-n120 {
    margin-top: -120px !important;
  }
  .me-sm-n5 {
    margin-right: -5px !important;
  }
  .me-sm-n10 {
    margin-right: -10px !important;
  }
  .me-sm-n15 {
    margin-right: -15px !important;
  }
  .me-sm-n20 {
    margin-right: -20px !important;
  }
  .me-sm-n25 {
    margin-right: -25px !important;
  }
  .me-sm-n30 {
    margin-right: -30px !important;
  }
  .me-sm-n35 {
    margin-right: -35px !important;
  }
  .me-sm-n40 {
    margin-right: -40px !important;
  }
  .me-sm-n45 {
    margin-right: -45px !important;
  }
  .me-sm-n50 {
    margin-right: -50px !important;
  }
  .me-sm-n55 {
    margin-right: -55px !important;
  }
  .me-sm-n60 {
    margin-right: -60px !important;
  }
  .me-sm-n65 {
    margin-right: -65px !important;
  }
  .me-sm-n70 {
    margin-right: -70px !important;
  }
  .me-sm-n75 {
    margin-right: -75px !important;
  }
  .me-sm-n80 {
    margin-right: -80px !important;
  }
  .me-sm-n85 {
    margin-right: -85px !important;
  }
  .me-sm-n90 {
    margin-right: -90px !important;
  }
  .me-sm-n95 {
    margin-right: -95px !important;
  }
  .me-sm-n100 {
    margin-right: -100px !important;
  }
  .me-sm-n110 {
    margin-right: -110px !important;
  }
  .me-sm-n120 {
    margin-right: -120px !important;
  }
  .mb-sm-n5 {
    margin-bottom: -5px !important;
  }
  .mb-sm-n10 {
    margin-bottom: -10px !important;
  }
  .mb-sm-n15 {
    margin-bottom: -15px !important;
  }
  .mb-sm-n20 {
    margin-bottom: -20px !important;
  }
  .mb-sm-n25 {
    margin-bottom: -25px !important;
  }
  .mb-sm-n30 {
    margin-bottom: -30px !important;
  }
  .mb-sm-n35 {
    margin-bottom: -35px !important;
  }
  .mb-sm-n40 {
    margin-bottom: -40px !important;
  }
  .mb-sm-n45 {
    margin-bottom: -45px !important;
  }
  .mb-sm-n50 {
    margin-bottom: -50px !important;
  }
  .mb-sm-n55 {
    margin-bottom: -55px !important;
  }
  .mb-sm-n60 {
    margin-bottom: -60px !important;
  }
  .mb-sm-n65 {
    margin-bottom: -65px !important;
  }
  .mb-sm-n70 {
    margin-bottom: -70px !important;
  }
  .mb-sm-n75 {
    margin-bottom: -75px !important;
  }
  .mb-sm-n80 {
    margin-bottom: -80px !important;
  }
  .mb-sm-n85 {
    margin-bottom: -85px !important;
  }
  .mb-sm-n90 {
    margin-bottom: -90px !important;
  }
  .mb-sm-n95 {
    margin-bottom: -95px !important;
  }
  .mb-sm-n100 {
    margin-bottom: -100px !important;
  }
  .mb-sm-n110 {
    margin-bottom: -110px !important;
  }
  .mb-sm-n120 {
    margin-bottom: -120px !important;
  }
  .ms-sm-n5 {
    margin-left: -5px !important;
  }
  .ms-sm-n10 {
    margin-left: -10px !important;
  }
  .ms-sm-n15 {
    margin-left: -15px !important;
  }
  .ms-sm-n20 {
    margin-left: -20px !important;
  }
  .ms-sm-n25 {
    margin-left: -25px !important;
  }
  .ms-sm-n30 {
    margin-left: -30px !important;
  }
  .ms-sm-n35 {
    margin-left: -35px !important;
  }
  .ms-sm-n40 {
    margin-left: -40px !important;
  }
  .ms-sm-n45 {
    margin-left: -45px !important;
  }
  .ms-sm-n50 {
    margin-left: -50px !important;
  }
  .ms-sm-n55 {
    margin-left: -55px !important;
  }
  .ms-sm-n60 {
    margin-left: -60px !important;
  }
  .ms-sm-n65 {
    margin-left: -65px !important;
  }
  .ms-sm-n70 {
    margin-left: -70px !important;
  }
  .ms-sm-n75 {
    margin-left: -75px !important;
  }
  .ms-sm-n80 {
    margin-left: -80px !important;
  }
  .ms-sm-n85 {
    margin-left: -85px !important;
  }
  .ms-sm-n90 {
    margin-left: -90px !important;
  }
  .ms-sm-n95 {
    margin-left: -95px !important;
  }
  .ms-sm-n100 {
    margin-left: -100px !important;
  }
  .ms-sm-n110 {
    margin-left: -110px !important;
  }
  .ms-sm-n120 {
    margin-left: -120px !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-5 {
    padding: 5px !important;
  }
  .p-sm-10 {
    padding: 10px !important;
  }
  .p-sm-15 {
    padding: 15px !important;
  }
  .p-sm-20 {
    padding: 20px !important;
  }
  .p-sm-25 {
    padding: 25px !important;
  }
  .p-sm-30 {
    padding: 30px !important;
  }
  .p-sm-35 {
    padding: 35px !important;
  }
  .p-sm-40 {
    padding: 40px !important;
  }
  .p-sm-45 {
    padding: 45px !important;
  }
  .p-sm-50 {
    padding: 50px !important;
  }
  .p-sm-55 {
    padding: 55px !important;
  }
  .p-sm-60 {
    padding: 60px !important;
  }
  .p-sm-65 {
    padding: 65px !important;
  }
  .p-sm-70 {
    padding: 70px !important;
  }
  .p-sm-75 {
    padding: 75px !important;
  }
  .p-sm-80 {
    padding: 80px !important;
  }
  .p-sm-85 {
    padding: 85px !important;
  }
  .p-sm-90 {
    padding: 90px !important;
  }
  .p-sm-95 {
    padding: 95px !important;
  }
  .p-sm-100 {
    padding: 100px !important;
  }
  .p-sm-110 {
    padding: 110px !important;
  }
  .p-sm-120 {
    padding: 120px !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  .px-sm-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .px-sm-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .px-sm-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .px-sm-25 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
  .px-sm-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-sm-35 {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }
  .px-sm-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-sm-45 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
  .px-sm-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
  .px-sm-55 {
    padding-right: 55px !important;
    padding-left: 55px !important;
  }
  .px-sm-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .px-sm-65 {
    padding-right: 65px !important;
    padding-left: 65px !important;
  }
  .px-sm-70 {
    padding-right: 70px !important;
    padding-left: 70px !important;
  }
  .px-sm-75 {
    padding-right: 75px !important;
    padding-left: 75px !important;
  }
  .px-sm-80 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .px-sm-85 {
    padding-right: 85px !important;
    padding-left: 85px !important;
  }
  .px-sm-90 {
    padding-right: 90px !important;
    padding-left: 90px !important;
  }
  .px-sm-95 {
    padding-right: 95px !important;
    padding-left: 95px !important;
  }
  .px-sm-100 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }
  .px-sm-110 {
    padding-right: 110px !important;
    padding-left: 110px !important;
  }
  .px-sm-120 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .py-sm-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-sm-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .py-sm-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-sm-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .py-sm-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-sm-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .py-sm-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-sm-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .py-sm-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .py-sm-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  .py-sm-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py-sm-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  .py-sm-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .py-sm-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  .py-sm-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .py-sm-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  .py-sm-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .py-sm-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  .py-sm-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .py-sm-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
  .py-sm-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-5 {
    padding-top: 5px !important;
  }
  .pt-sm-10 {
    padding-top: 10px !important;
  }
  .pt-sm-15 {
    padding-top: 15px !important;
  }
  .pt-sm-20 {
    padding-top: 20px !important;
  }
  .pt-sm-25 {
    padding-top: 25px !important;
  }
  .pt-sm-30 {
    padding-top: 30px !important;
  }
  .pt-sm-35 {
    padding-top: 35px !important;
  }
  .pt-sm-40 {
    padding-top: 40px !important;
  }
  .pt-sm-45 {
    padding-top: 45px !important;
  }
  .pt-sm-50 {
    padding-top: 50px !important;
  }
  .pt-sm-55 {
    padding-top: 55px !important;
  }
  .pt-sm-60 {
    padding-top: 60px !important;
  }
  .pt-sm-65 {
    padding-top: 65px !important;
  }
  .pt-sm-70 {
    padding-top: 70px !important;
  }
  .pt-sm-75 {
    padding-top: 75px !important;
  }
  .pt-sm-80 {
    padding-top: 80px !important;
  }
  .pt-sm-85 {
    padding-top: 85px !important;
  }
  .pt-sm-90 {
    padding-top: 90px !important;
  }
  .pt-sm-95 {
    padding-top: 95px !important;
  }
  .pt-sm-100 {
    padding-top: 100px !important;
  }
  .pt-sm-110 {
    padding-top: 110px !important;
  }
  .pt-sm-120 {
    padding-top: 120px !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-5 {
    padding-right: 5px !important;
  }
  .pe-sm-10 {
    padding-right: 10px !important;
  }
  .pe-sm-15 {
    padding-right: 15px !important;
  }
  .pe-sm-20 {
    padding-right: 20px !important;
  }
  .pe-sm-25 {
    padding-right: 25px !important;
  }
  .pe-sm-30 {
    padding-right: 30px !important;
  }
  .pe-sm-35 {
    padding-right: 35px !important;
  }
  .pe-sm-40 {
    padding-right: 40px !important;
  }
  .pe-sm-45 {
    padding-right: 45px !important;
  }
  .pe-sm-50 {
    padding-right: 50px !important;
  }
  .pe-sm-55 {
    padding-right: 55px !important;
  }
  .pe-sm-60 {
    padding-right: 60px !important;
  }
  .pe-sm-65 {
    padding-right: 65px !important;
  }
  .pe-sm-70 {
    padding-right: 70px !important;
  }
  .pe-sm-75 {
    padding-right: 75px !important;
  }
  .pe-sm-80 {
    padding-right: 80px !important;
  }
  .pe-sm-85 {
    padding-right: 85px !important;
  }
  .pe-sm-90 {
    padding-right: 90px !important;
  }
  .pe-sm-95 {
    padding-right: 95px !important;
  }
  .pe-sm-100 {
    padding-right: 100px !important;
  }
  .pe-sm-110 {
    padding-right: 110px !important;
  }
  .pe-sm-120 {
    padding-right: 120px !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-5 {
    padding-bottom: 5px !important;
  }
  .pb-sm-10 {
    padding-bottom: 10px !important;
  }
  .pb-sm-15 {
    padding-bottom: 15px !important;
  }
  .pb-sm-20 {
    padding-bottom: 20px !important;
  }
  .pb-sm-25 {
    padding-bottom: 25px !important;
  }
  .pb-sm-30 {
    padding-bottom: 30px !important;
  }
  .pb-sm-35 {
    padding-bottom: 35px !important;
  }
  .pb-sm-40 {
    padding-bottom: 40px !important;
  }
  .pb-sm-45 {
    padding-bottom: 45px !important;
  }
  .pb-sm-50 {
    padding-bottom: 50px !important;
  }
  .pb-sm-55 {
    padding-bottom: 55px !important;
  }
  .pb-sm-60 {
    padding-bottom: 60px !important;
  }
  .pb-sm-65 {
    padding-bottom: 65px !important;
  }
  .pb-sm-70 {
    padding-bottom: 70px !important;
  }
  .pb-sm-75 {
    padding-bottom: 75px !important;
  }
  .pb-sm-80 {
    padding-bottom: 80px !important;
  }
  .pb-sm-85 {
    padding-bottom: 85px !important;
  }
  .pb-sm-90 {
    padding-bottom: 90px !important;
  }
  .pb-sm-95 {
    padding-bottom: 95px !important;
  }
  .pb-sm-100 {
    padding-bottom: 100px !important;
  }
  .pb-sm-110 {
    padding-bottom: 110px !important;
  }
  .pb-sm-120 {
    padding-bottom: 120px !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-5 {
    padding-left: 5px !important;
  }
  .ps-sm-10 {
    padding-left: 10px !important;
  }
  .ps-sm-15 {
    padding-left: 15px !important;
  }
  .ps-sm-20 {
    padding-left: 20px !important;
  }
  .ps-sm-25 {
    padding-left: 25px !important;
  }
  .ps-sm-30 {
    padding-left: 30px !important;
  }
  .ps-sm-35 {
    padding-left: 35px !important;
  }
  .ps-sm-40 {
    padding-left: 40px !important;
  }
  .ps-sm-45 {
    padding-left: 45px !important;
  }
  .ps-sm-50 {
    padding-left: 50px !important;
  }
  .ps-sm-55 {
    padding-left: 55px !important;
  }
  .ps-sm-60 {
    padding-left: 60px !important;
  }
  .ps-sm-65 {
    padding-left: 65px !important;
  }
  .ps-sm-70 {
    padding-left: 70px !important;
  }
  .ps-sm-75 {
    padding-left: 75px !important;
  }
  .ps-sm-80 {
    padding-left: 80px !important;
  }
  .ps-sm-85 {
    padding-left: 85px !important;
  }
  .ps-sm-90 {
    padding-left: 90px !important;
  }
  .ps-sm-95 {
    padding-left: 95px !important;
  }
  .ps-sm-100 {
    padding-left: 100px !important;
  }
  .ps-sm-110 {
    padding-left: 110px !important;
  }
  .ps-sm-120 {
    padding-left: 120px !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-5 {
    gap: 5px !important;
  }
  .gap-md-10 {
    gap: 10px !important;
  }
  .gap-md-15 {
    gap: 15px !important;
  }
  .gap-md-20 {
    gap: 20px !important;
  }
  .gap-md-25 {
    gap: 25px !important;
  }
  .gap-md-30 {
    gap: 30px !important;
  }
  .gap-md-35 {
    gap: 35px !important;
  }
  .gap-md-40 {
    gap: 40px !important;
  }
  .gap-md-45 {
    gap: 45px !important;
  }
  .gap-md-50 {
    gap: 50px !important;
  }
  .gap-md-55 {
    gap: 55px !important;
  }
  .gap-md-60 {
    gap: 60px !important;
  }
  .gap-md-65 {
    gap: 65px !important;
  }
  .gap-md-70 {
    gap: 70px !important;
  }
  .gap-md-75 {
    gap: 75px !important;
  }
  .gap-md-80 {
    gap: 80px !important;
  }
  .gap-md-85 {
    gap: 85px !important;
  }
  .gap-md-90 {
    gap: 90px !important;
  }
  .gap-md-95 {
    gap: 95px !important;
  }
  .gap-md-100 {
    gap: 100px !important;
  }
  .gap-md-110 {
    gap: 110px !important;
  }
  .gap-md-120 {
    gap: 120px !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-5 {
    margin: 5px !important;
  }
  .m-md-10 {
    margin: 10px !important;
  }
  .m-md-15 {
    margin: 15px !important;
  }
  .m-md-20 {
    margin: 20px !important;
  }
  .m-md-25 {
    margin: 25px !important;
  }
  .m-md-30 {
    margin: 30px !important;
  }
  .m-md-35 {
    margin: 35px !important;
  }
  .m-md-40 {
    margin: 40px !important;
  }
  .m-md-45 {
    margin: 45px !important;
  }
  .m-md-50 {
    margin: 50px !important;
  }
  .m-md-55 {
    margin: 55px !important;
  }
  .m-md-60 {
    margin: 60px !important;
  }
  .m-md-65 {
    margin: 65px !important;
  }
  .m-md-70 {
    margin: 70px !important;
  }
  .m-md-75 {
    margin: 75px !important;
  }
  .m-md-80 {
    margin: 80px !important;
  }
  .m-md-85 {
    margin: 85px !important;
  }
  .m-md-90 {
    margin: 90px !important;
  }
  .m-md-95 {
    margin: 95px !important;
  }
  .m-md-100 {
    margin: 100px !important;
  }
  .m-md-110 {
    margin: 110px !important;
  }
  .m-md-120 {
    margin: 120px !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }
  .mx-md-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .mx-md-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .mx-md-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .mx-md-25 {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }
  .mx-md-30 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-md-35 {
    margin-right: 35px !important;
    margin-left: 35px !important;
  }
  .mx-md-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-md-45 {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }
  .mx-md-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }
  .mx-md-55 {
    margin-right: 55px !important;
    margin-left: 55px !important;
  }
  .mx-md-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .mx-md-65 {
    margin-right: 65px !important;
    margin-left: 65px !important;
  }
  .mx-md-70 {
    margin-right: 70px !important;
    margin-left: 70px !important;
  }
  .mx-md-75 {
    margin-right: 75px !important;
    margin-left: 75px !important;
  }
  .mx-md-80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .mx-md-85 {
    margin-right: 85px !important;
    margin-left: 85px !important;
  }
  .mx-md-90 {
    margin-right: 90px !important;
    margin-left: 90px !important;
  }
  .mx-md-95 {
    margin-right: 95px !important;
    margin-left: 95px !important;
  }
  .mx-md-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }
  .mx-md-110 {
    margin-right: 110px !important;
    margin-left: 110px !important;
  }
  .mx-md-120 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .my-md-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-md-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .my-md-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-md-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .my-md-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-md-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .my-md-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-md-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .my-md-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .my-md-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  .my-md-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my-md-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
  .my-md-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .my-md-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  .my-md-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-md-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
  .my-md-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .my-md-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
  .my-md-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .my-md-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }
  .my-md-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-5 {
    margin-top: 5px !important;
  }
  .mt-md-10 {
    margin-top: 10px !important;
  }
  .mt-md-15 {
    margin-top: 15px !important;
  }
  .mt-md-20 {
    margin-top: 20px !important;
  }
  .mt-md-25 {
    margin-top: 25px !important;
  }
  .mt-md-30 {
    margin-top: 30px !important;
  }
  .mt-md-35 {
    margin-top: 35px !important;
  }
  .mt-md-40 {
    margin-top: 40px !important;
  }
  .mt-md-45 {
    margin-top: 45px !important;
  }
  .mt-md-50 {
    margin-top: 50px !important;
  }
  .mt-md-55 {
    margin-top: 55px !important;
  }
  .mt-md-60 {
    margin-top: 60px !important;
  }
  .mt-md-65 {
    margin-top: 65px !important;
  }
  .mt-md-70 {
    margin-top: 70px !important;
  }
  .mt-md-75 {
    margin-top: 75px !important;
  }
  .mt-md-80 {
    margin-top: 80px !important;
  }
  .mt-md-85 {
    margin-top: 85px !important;
  }
  .mt-md-90 {
    margin-top: 90px !important;
  }
  .mt-md-95 {
    margin-top: 95px !important;
  }
  .mt-md-100 {
    margin-top: 100px !important;
  }
  .mt-md-110 {
    margin-top: 110px !important;
  }
  .mt-md-120 {
    margin-top: 120px !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-5 {
    margin-right: 5px !important;
  }
  .me-md-10 {
    margin-right: 10px !important;
  }
  .me-md-15 {
    margin-right: 15px !important;
  }
  .me-md-20 {
    margin-right: 20px !important;
  }
  .me-md-25 {
    margin-right: 25px !important;
  }
  .me-md-30 {
    margin-right: 30px !important;
  }
  .me-md-35 {
    margin-right: 35px !important;
  }
  .me-md-40 {
    margin-right: 40px !important;
  }
  .me-md-45 {
    margin-right: 45px !important;
  }
  .me-md-50 {
    margin-right: 50px !important;
  }
  .me-md-55 {
    margin-right: 55px !important;
  }
  .me-md-60 {
    margin-right: 60px !important;
  }
  .me-md-65 {
    margin-right: 65px !important;
  }
  .me-md-70 {
    margin-right: 70px !important;
  }
  .me-md-75 {
    margin-right: 75px !important;
  }
  .me-md-80 {
    margin-right: 80px !important;
  }
  .me-md-85 {
    margin-right: 85px !important;
  }
  .me-md-90 {
    margin-right: 90px !important;
  }
  .me-md-95 {
    margin-right: 95px !important;
  }
  .me-md-100 {
    margin-right: 100px !important;
  }
  .me-md-110 {
    margin-right: 110px !important;
  }
  .me-md-120 {
    margin-right: 120px !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-5 {
    margin-bottom: 5px !important;
  }
  .mb-md-10 {
    margin-bottom: 10px !important;
  }
  .mb-md-15 {
    margin-bottom: 15px !important;
  }
  .mb-md-20 {
    margin-bottom: 20px !important;
  }
  .mb-md-25 {
    margin-bottom: 25px !important;
  }
  .mb-md-30 {
    margin-bottom: 30px !important;
  }
  .mb-md-35 {
    margin-bottom: 35px !important;
  }
  .mb-md-40 {
    margin-bottom: 40px !important;
  }
  .mb-md-45 {
    margin-bottom: 45px !important;
  }
  .mb-md-50 {
    margin-bottom: 50px !important;
  }
  .mb-md-55 {
    margin-bottom: 55px !important;
  }
  .mb-md-60 {
    margin-bottom: 60px !important;
  }
  .mb-md-65 {
    margin-bottom: 65px !important;
  }
  .mb-md-70 {
    margin-bottom: 70px !important;
  }
  .mb-md-75 {
    margin-bottom: 75px !important;
  }
  .mb-md-80 {
    margin-bottom: 80px !important;
  }
  .mb-md-85 {
    margin-bottom: 85px !important;
  }
  .mb-md-90 {
    margin-bottom: 90px !important;
  }
  .mb-md-95 {
    margin-bottom: 95px !important;
  }
  .mb-md-100 {
    margin-bottom: 100px !important;
  }
  .mb-md-110 {
    margin-bottom: 110px !important;
  }
  .mb-md-120 {
    margin-bottom: 120px !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-5 {
    margin-left: 5px !important;
  }
  .ms-md-10 {
    margin-left: 10px !important;
  }
  .ms-md-15 {
    margin-left: 15px !important;
  }
  .ms-md-20 {
    margin-left: 20px !important;
  }
  .ms-md-25 {
    margin-left: 25px !important;
  }
  .ms-md-30 {
    margin-left: 30px !important;
  }
  .ms-md-35 {
    margin-left: 35px !important;
  }
  .ms-md-40 {
    margin-left: 40px !important;
  }
  .ms-md-45 {
    margin-left: 45px !important;
  }
  .ms-md-50 {
    margin-left: 50px !important;
  }
  .ms-md-55 {
    margin-left: 55px !important;
  }
  .ms-md-60 {
    margin-left: 60px !important;
  }
  .ms-md-65 {
    margin-left: 65px !important;
  }
  .ms-md-70 {
    margin-left: 70px !important;
  }
  .ms-md-75 {
    margin-left: 75px !important;
  }
  .ms-md-80 {
    margin-left: 80px !important;
  }
  .ms-md-85 {
    margin-left: 85px !important;
  }
  .ms-md-90 {
    margin-left: 90px !important;
  }
  .ms-md-95 {
    margin-left: 95px !important;
  }
  .ms-md-100 {
    margin-left: 100px !important;
  }
  .ms-md-110 {
    margin-left: 110px !important;
  }
  .ms-md-120 {
    margin-left: 120px !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .m-md-n5 {
    margin: -5px !important;
  }
  .m-md-n10 {
    margin: -10px !important;
  }
  .m-md-n15 {
    margin: -15px !important;
  }
  .m-md-n20 {
    margin: -20px !important;
  }
  .m-md-n25 {
    margin: -25px !important;
  }
  .m-md-n30 {
    margin: -30px !important;
  }
  .m-md-n35 {
    margin: -35px !important;
  }
  .m-md-n40 {
    margin: -40px !important;
  }
  .m-md-n45 {
    margin: -45px !important;
  }
  .m-md-n50 {
    margin: -50px !important;
  }
  .m-md-n55 {
    margin: -55px !important;
  }
  .m-md-n60 {
    margin: -60px !important;
  }
  .m-md-n65 {
    margin: -65px !important;
  }
  .m-md-n70 {
    margin: -70px !important;
  }
  .m-md-n75 {
    margin: -75px !important;
  }
  .m-md-n80 {
    margin: -80px !important;
  }
  .m-md-n85 {
    margin: -85px !important;
  }
  .m-md-n90 {
    margin: -90px !important;
  }
  .m-md-n95 {
    margin: -95px !important;
  }
  .m-md-n100 {
    margin: -100px !important;
  }
  .m-md-n110 {
    margin: -110px !important;
  }
  .m-md-n120 {
    margin: -120px !important;
  }
  .mx-md-n5 {
    margin-right: -5px !important;
    margin-left: -5px !important;
  }
  .mx-md-n10 {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
  .mx-md-n15 {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  .mx-md-n20 {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
  .mx-md-n25 {
    margin-right: -25px !important;
    margin-left: -25px !important;
  }
  .mx-md-n30 {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .mx-md-n35 {
    margin-right: -35px !important;
    margin-left: -35px !important;
  }
  .mx-md-n40 {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }
  .mx-md-n45 {
    margin-right: -45px !important;
    margin-left: -45px !important;
  }
  .mx-md-n50 {
    margin-right: -50px !important;
    margin-left: -50px !important;
  }
  .mx-md-n55 {
    margin-right: -55px !important;
    margin-left: -55px !important;
  }
  .mx-md-n60 {
    margin-right: -60px !important;
    margin-left: -60px !important;
  }
  .mx-md-n65 {
    margin-right: -65px !important;
    margin-left: -65px !important;
  }
  .mx-md-n70 {
    margin-right: -70px !important;
    margin-left: -70px !important;
  }
  .mx-md-n75 {
    margin-right: -75px !important;
    margin-left: -75px !important;
  }
  .mx-md-n80 {
    margin-right: -80px !important;
    margin-left: -80px !important;
  }
  .mx-md-n85 {
    margin-right: -85px !important;
    margin-left: -85px !important;
  }
  .mx-md-n90 {
    margin-right: -90px !important;
    margin-left: -90px !important;
  }
  .mx-md-n95 {
    margin-right: -95px !important;
    margin-left: -95px !important;
  }
  .mx-md-n100 {
    margin-right: -100px !important;
    margin-left: -100px !important;
  }
  .mx-md-n110 {
    margin-right: -110px !important;
    margin-left: -110px !important;
  }
  .mx-md-n120 {
    margin-right: -120px !important;
    margin-left: -120px !important;
  }
  .my-md-n5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }
  .my-md-n10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  .my-md-n15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  .my-md-n20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .my-md-n25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }
  .my-md-n30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .my-md-n35 {
    margin-top: -35px !important;
    margin-bottom: -35px !important;
  }
  .my-md-n40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
  .my-md-n45 {
    margin-top: -45px !important;
    margin-bottom: -45px !important;
  }
  .my-md-n50 {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }
  .my-md-n55 {
    margin-top: -55px !important;
    margin-bottom: -55px !important;
  }
  .my-md-n60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }
  .my-md-n65 {
    margin-top: -65px !important;
    margin-bottom: -65px !important;
  }
  .my-md-n70 {
    margin-top: -70px !important;
    margin-bottom: -70px !important;
  }
  .my-md-n75 {
    margin-top: -75px !important;
    margin-bottom: -75px !important;
  }
  .my-md-n80 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }
  .my-md-n85 {
    margin-top: -85px !important;
    margin-bottom: -85px !important;
  }
  .my-md-n90 {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }
  .my-md-n95 {
    margin-top: -95px !important;
    margin-bottom: -95px !important;
  }
  .my-md-n100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }
  .my-md-n110 {
    margin-top: -110px !important;
    margin-bottom: -110px !important;
  }
  .my-md-n120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }
  .mt-md-n5 {
    margin-top: -5px !important;
  }
  .mt-md-n10 {
    margin-top: -10px !important;
  }
  .mt-md-n15 {
    margin-top: -15px !important;
  }
  .mt-md-n20 {
    margin-top: -20px !important;
  }
  .mt-md-n25 {
    margin-top: -25px !important;
  }
  .mt-md-n30 {
    margin-top: -30px !important;
  }
  .mt-md-n35 {
    margin-top: -35px !important;
  }
  .mt-md-n40 {
    margin-top: -40px !important;
  }
  .mt-md-n45 {
    margin-top: -45px !important;
  }
  .mt-md-n50 {
    margin-top: -50px !important;
  }
  .mt-md-n55 {
    margin-top: -55px !important;
  }
  .mt-md-n60 {
    margin-top: -60px !important;
  }
  .mt-md-n65 {
    margin-top: -65px !important;
  }
  .mt-md-n70 {
    margin-top: -70px !important;
  }
  .mt-md-n75 {
    margin-top: -75px !important;
  }
  .mt-md-n80 {
    margin-top: -80px !important;
  }
  .mt-md-n85 {
    margin-top: -85px !important;
  }
  .mt-md-n90 {
    margin-top: -90px !important;
  }
  .mt-md-n95 {
    margin-top: -95px !important;
  }
  .mt-md-n100 {
    margin-top: -100px !important;
  }
  .mt-md-n110 {
    margin-top: -110px !important;
  }
  .mt-md-n120 {
    margin-top: -120px !important;
  }
  .me-md-n5 {
    margin-right: -5px !important;
  }
  .me-md-n10 {
    margin-right: -10px !important;
  }
  .me-md-n15 {
    margin-right: -15px !important;
  }
  .me-md-n20 {
    margin-right: -20px !important;
  }
  .me-md-n25 {
    margin-right: -25px !important;
  }
  .me-md-n30 {
    margin-right: -30px !important;
  }
  .me-md-n35 {
    margin-right: -35px !important;
  }
  .me-md-n40 {
    margin-right: -40px !important;
  }
  .me-md-n45 {
    margin-right: -45px !important;
  }
  .me-md-n50 {
    margin-right: -50px !important;
  }
  .me-md-n55 {
    margin-right: -55px !important;
  }
  .me-md-n60 {
    margin-right: -60px !important;
  }
  .me-md-n65 {
    margin-right: -65px !important;
  }
  .me-md-n70 {
    margin-right: -70px !important;
  }
  .me-md-n75 {
    margin-right: -75px !important;
  }
  .me-md-n80 {
    margin-right: -80px !important;
  }
  .me-md-n85 {
    margin-right: -85px !important;
  }
  .me-md-n90 {
    margin-right: -90px !important;
  }
  .me-md-n95 {
    margin-right: -95px !important;
  }
  .me-md-n100 {
    margin-right: -100px !important;
  }
  .me-md-n110 {
    margin-right: -110px !important;
  }
  .me-md-n120 {
    margin-right: -120px !important;
  }
  .mb-md-n5 {
    margin-bottom: -5px !important;
  }
  .mb-md-n10 {
    margin-bottom: -10px !important;
  }
  .mb-md-n15 {
    margin-bottom: -15px !important;
  }
  .mb-md-n20 {
    margin-bottom: -20px !important;
  }
  .mb-md-n25 {
    margin-bottom: -25px !important;
  }
  .mb-md-n30 {
    margin-bottom: -30px !important;
  }
  .mb-md-n35 {
    margin-bottom: -35px !important;
  }
  .mb-md-n40 {
    margin-bottom: -40px !important;
  }
  .mb-md-n45 {
    margin-bottom: -45px !important;
  }
  .mb-md-n50 {
    margin-bottom: -50px !important;
  }
  .mb-md-n55 {
    margin-bottom: -55px !important;
  }
  .mb-md-n60 {
    margin-bottom: -60px !important;
  }
  .mb-md-n65 {
    margin-bottom: -65px !important;
  }
  .mb-md-n70 {
    margin-bottom: -70px !important;
  }
  .mb-md-n75 {
    margin-bottom: -75px !important;
  }
  .mb-md-n80 {
    margin-bottom: -80px !important;
  }
  .mb-md-n85 {
    margin-bottom: -85px !important;
  }
  .mb-md-n90 {
    margin-bottom: -90px !important;
  }
  .mb-md-n95 {
    margin-bottom: -95px !important;
  }
  .mb-md-n100 {
    margin-bottom: -100px !important;
  }
  .mb-md-n110 {
    margin-bottom: -110px !important;
  }
  .mb-md-n120 {
    margin-bottom: -120px !important;
  }
  .ms-md-n5 {
    margin-left: -5px !important;
  }
  .ms-md-n10 {
    margin-left: -10px !important;
  }
  .ms-md-n15 {
    margin-left: -15px !important;
  }
  .ms-md-n20 {
    margin-left: -20px !important;
  }
  .ms-md-n25 {
    margin-left: -25px !important;
  }
  .ms-md-n30 {
    margin-left: -30px !important;
  }
  .ms-md-n35 {
    margin-left: -35px !important;
  }
  .ms-md-n40 {
    margin-left: -40px !important;
  }
  .ms-md-n45 {
    margin-left: -45px !important;
  }
  .ms-md-n50 {
    margin-left: -50px !important;
  }
  .ms-md-n55 {
    margin-left: -55px !important;
  }
  .ms-md-n60 {
    margin-left: -60px !important;
  }
  .ms-md-n65 {
    margin-left: -65px !important;
  }
  .ms-md-n70 {
    margin-left: -70px !important;
  }
  .ms-md-n75 {
    margin-left: -75px !important;
  }
  .ms-md-n80 {
    margin-left: -80px !important;
  }
  .ms-md-n85 {
    margin-left: -85px !important;
  }
  .ms-md-n90 {
    margin-left: -90px !important;
  }
  .ms-md-n95 {
    margin-left: -95px !important;
  }
  .ms-md-n100 {
    margin-left: -100px !important;
  }
  .ms-md-n110 {
    margin-left: -110px !important;
  }
  .ms-md-n120 {
    margin-left: -120px !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-5 {
    padding: 5px !important;
  }
  .p-md-10 {
    padding: 10px !important;
  }
  .p-md-15 {
    padding: 15px !important;
  }
  .p-md-20 {
    padding: 20px !important;
  }
  .p-md-25 {
    padding: 25px !important;
  }
  .p-md-30 {
    padding: 30px !important;
  }
  .p-md-35 {
    padding: 35px !important;
  }
  .p-md-40 {
    padding: 40px !important;
  }
  .p-md-45 {
    padding: 45px !important;
  }
  .p-md-50 {
    padding: 50px !important;
  }
  .p-md-55 {
    padding: 55px !important;
  }
  .p-md-60 {
    padding: 60px !important;
  }
  .p-md-65 {
    padding: 65px !important;
  }
  .p-md-70 {
    padding: 70px !important;
  }
  .p-md-75 {
    padding: 75px !important;
  }
  .p-md-80 {
    padding: 80px !important;
  }
  .p-md-85 {
    padding: 85px !important;
  }
  .p-md-90 {
    padding: 90px !important;
  }
  .p-md-95 {
    padding: 95px !important;
  }
  .p-md-100 {
    padding: 100px !important;
  }
  .p-md-110 {
    padding: 110px !important;
  }
  .p-md-120 {
    padding: 120px !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  .px-md-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .px-md-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .px-md-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .px-md-25 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
  .px-md-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-md-35 {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }
  .px-md-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-md-45 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
  .px-md-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
  .px-md-55 {
    padding-right: 55px !important;
    padding-left: 55px !important;
  }
  .px-md-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .px-md-65 {
    padding-right: 65px !important;
    padding-left: 65px !important;
  }
  .px-md-70 {
    padding-right: 70px !important;
    padding-left: 70px !important;
  }
  .px-md-75 {
    padding-right: 75px !important;
    padding-left: 75px !important;
  }
  .px-md-80 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .px-md-85 {
    padding-right: 85px !important;
    padding-left: 85px !important;
  }
  .px-md-90 {
    padding-right: 90px !important;
    padding-left: 90px !important;
  }
  .px-md-95 {
    padding-right: 95px !important;
    padding-left: 95px !important;
  }
  .px-md-100 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }
  .px-md-110 {
    padding-right: 110px !important;
    padding-left: 110px !important;
  }
  .px-md-120 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .py-md-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-md-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .py-md-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-md-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .py-md-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-md-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .py-md-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-md-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .py-md-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .py-md-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  .py-md-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py-md-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  .py-md-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .py-md-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  .py-md-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .py-md-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  .py-md-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .py-md-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  .py-md-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .py-md-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
  .py-md-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-5 {
    padding-top: 5px !important;
  }
  .pt-md-10 {
    padding-top: 10px !important;
  }
  .pt-md-15 {
    padding-top: 15px !important;
  }
  .pt-md-20 {
    padding-top: 20px !important;
  }
  .pt-md-25 {
    padding-top: 25px !important;
  }
  .pt-md-30 {
    padding-top: 30px !important;
  }
  .pt-md-35 {
    padding-top: 35px !important;
  }
  .pt-md-40 {
    padding-top: 40px !important;
  }
  .pt-md-45 {
    padding-top: 45px !important;
  }
  .pt-md-50 {
    padding-top: 50px !important;
  }
  .pt-md-55 {
    padding-top: 55px !important;
  }
  .pt-md-60 {
    padding-top: 60px !important;
  }
  .pt-md-65 {
    padding-top: 65px !important;
  }
  .pt-md-70 {
    padding-top: 70px !important;
  }
  .pt-md-75 {
    padding-top: 75px !important;
  }
  .pt-md-80 {
    padding-top: 80px !important;
  }
  .pt-md-85 {
    padding-top: 85px !important;
  }
  .pt-md-90 {
    padding-top: 90px !important;
  }
  .pt-md-95 {
    padding-top: 95px !important;
  }
  .pt-md-100 {
    padding-top: 100px !important;
  }
  .pt-md-110 {
    padding-top: 110px !important;
  }
  .pt-md-120 {
    padding-top: 120px !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-5 {
    padding-right: 5px !important;
  }
  .pe-md-10 {
    padding-right: 10px !important;
  }
  .pe-md-15 {
    padding-right: 15px !important;
  }
  .pe-md-20 {
    padding-right: 20px !important;
  }
  .pe-md-25 {
    padding-right: 25px !important;
  }
  .pe-md-30 {
    padding-right: 30px !important;
  }
  .pe-md-35 {
    padding-right: 35px !important;
  }
  .pe-md-40 {
    padding-right: 40px !important;
  }
  .pe-md-45 {
    padding-right: 45px !important;
  }
  .pe-md-50 {
    padding-right: 50px !important;
  }
  .pe-md-55 {
    padding-right: 55px !important;
  }
  .pe-md-60 {
    padding-right: 60px !important;
  }
  .pe-md-65 {
    padding-right: 65px !important;
  }
  .pe-md-70 {
    padding-right: 70px !important;
  }
  .pe-md-75 {
    padding-right: 75px !important;
  }
  .pe-md-80 {
    padding-right: 80px !important;
  }
  .pe-md-85 {
    padding-right: 85px !important;
  }
  .pe-md-90 {
    padding-right: 90px !important;
  }
  .pe-md-95 {
    padding-right: 95px !important;
  }
  .pe-md-100 {
    padding-right: 100px !important;
  }
  .pe-md-110 {
    padding-right: 110px !important;
  }
  .pe-md-120 {
    padding-right: 120px !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-5 {
    padding-bottom: 5px !important;
  }
  .pb-md-10 {
    padding-bottom: 10px !important;
  }
  .pb-md-15 {
    padding-bottom: 15px !important;
  }
  .pb-md-20 {
    padding-bottom: 20px !important;
  }
  .pb-md-25 {
    padding-bottom: 25px !important;
  }
  .pb-md-30 {
    padding-bottom: 30px !important;
  }
  .pb-md-35 {
    padding-bottom: 35px !important;
  }
  .pb-md-40 {
    padding-bottom: 40px !important;
  }
  .pb-md-45 {
    padding-bottom: 45px !important;
  }
  .pb-md-50 {
    padding-bottom: 50px !important;
  }
  .pb-md-55 {
    padding-bottom: 55px !important;
  }
  .pb-md-60 {
    padding-bottom: 60px !important;
  }
  .pb-md-65 {
    padding-bottom: 65px !important;
  }
  .pb-md-70 {
    padding-bottom: 70px !important;
  }
  .pb-md-75 {
    padding-bottom: 75px !important;
  }
  .pb-md-80 {
    padding-bottom: 80px !important;
  }
  .pb-md-85 {
    padding-bottom: 85px !important;
  }
  .pb-md-90 {
    padding-bottom: 90px !important;
  }
  .pb-md-95 {
    padding-bottom: 95px !important;
  }
  .pb-md-100 {
    padding-bottom: 100px !important;
  }
  .pb-md-110 {
    padding-bottom: 110px !important;
  }
  .pb-md-120 {
    padding-bottom: 120px !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-5 {
    padding-left: 5px !important;
  }
  .ps-md-10 {
    padding-left: 10px !important;
  }
  .ps-md-15 {
    padding-left: 15px !important;
  }
  .ps-md-20 {
    padding-left: 20px !important;
  }
  .ps-md-25 {
    padding-left: 25px !important;
  }
  .ps-md-30 {
    padding-left: 30px !important;
  }
  .ps-md-35 {
    padding-left: 35px !important;
  }
  .ps-md-40 {
    padding-left: 40px !important;
  }
  .ps-md-45 {
    padding-left: 45px !important;
  }
  .ps-md-50 {
    padding-left: 50px !important;
  }
  .ps-md-55 {
    padding-left: 55px !important;
  }
  .ps-md-60 {
    padding-left: 60px !important;
  }
  .ps-md-65 {
    padding-left: 65px !important;
  }
  .ps-md-70 {
    padding-left: 70px !important;
  }
  .ps-md-75 {
    padding-left: 75px !important;
  }
  .ps-md-80 {
    padding-left: 80px !important;
  }
  .ps-md-85 {
    padding-left: 85px !important;
  }
  .ps-md-90 {
    padding-left: 90px !important;
  }
  .ps-md-95 {
    padding-left: 95px !important;
  }
  .ps-md-100 {
    padding-left: 100px !important;
  }
  .ps-md-110 {
    padding-left: 110px !important;
  }
  .ps-md-120 {
    padding-left: 120px !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-5 {
    gap: 5px !important;
  }
  .gap-lg-10 {
    gap: 10px !important;
  }
  .gap-lg-15 {
    gap: 15px !important;
  }
  .gap-lg-20 {
    gap: 20px !important;
  }
  .gap-lg-25 {
    gap: 25px !important;
  }
  .gap-lg-30 {
    gap: 30px !important;
  }
  .gap-lg-35 {
    gap: 35px !important;
  }
  .gap-lg-40 {
    gap: 40px !important;
  }
  .gap-lg-45 {
    gap: 45px !important;
  }
  .gap-lg-50 {
    gap: 50px !important;
  }
  .gap-lg-55 {
    gap: 55px !important;
  }
  .gap-lg-60 {
    gap: 60px !important;
  }
  .gap-lg-65 {
    gap: 65px !important;
  }
  .gap-lg-70 {
    gap: 70px !important;
  }
  .gap-lg-75 {
    gap: 75px !important;
  }
  .gap-lg-80 {
    gap: 80px !important;
  }
  .gap-lg-85 {
    gap: 85px !important;
  }
  .gap-lg-90 {
    gap: 90px !important;
  }
  .gap-lg-95 {
    gap: 95px !important;
  }
  .gap-lg-100 {
    gap: 100px !important;
  }
  .gap-lg-110 {
    gap: 110px !important;
  }
  .gap-lg-120 {
    gap: 120px !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-5 {
    margin: 5px !important;
  }
  .m-lg-10 {
    margin: 10px !important;
  }
  .m-lg-15 {
    margin: 15px !important;
  }
  .m-lg-20 {
    margin: 20px !important;
  }
  .m-lg-25 {
    margin: 25px !important;
  }
  .m-lg-30 {
    margin: 30px !important;
  }
  .m-lg-35 {
    margin: 35px !important;
  }
  .m-lg-40 {
    margin: 40px !important;
  }
  .m-lg-45 {
    margin: 45px !important;
  }
  .m-lg-50 {
    margin: 50px !important;
  }
  .m-lg-55 {
    margin: 55px !important;
  }
  .m-lg-60 {
    margin: 60px !important;
  }
  .m-lg-65 {
    margin: 65px !important;
  }
  .m-lg-70 {
    margin: 70px !important;
  }
  .m-lg-75 {
    margin: 75px !important;
  }
  .m-lg-80 {
    margin: 80px !important;
  }
  .m-lg-85 {
    margin: 85px !important;
  }
  .m-lg-90 {
    margin: 90px !important;
  }
  .m-lg-95 {
    margin: 95px !important;
  }
  .m-lg-100 {
    margin: 100px !important;
  }
  .m-lg-110 {
    margin: 110px !important;
  }
  .m-lg-120 {
    margin: 120px !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }
  .mx-lg-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .mx-lg-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .mx-lg-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .mx-lg-25 {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }
  .mx-lg-30 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-lg-35 {
    margin-right: 35px !important;
    margin-left: 35px !important;
  }
  .mx-lg-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-lg-45 {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }
  .mx-lg-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }
  .mx-lg-55 {
    margin-right: 55px !important;
    margin-left: 55px !important;
  }
  .mx-lg-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .mx-lg-65 {
    margin-right: 65px !important;
    margin-left: 65px !important;
  }
  .mx-lg-70 {
    margin-right: 70px !important;
    margin-left: 70px !important;
  }
  .mx-lg-75 {
    margin-right: 75px !important;
    margin-left: 75px !important;
  }
  .mx-lg-80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .mx-lg-85 {
    margin-right: 85px !important;
    margin-left: 85px !important;
  }
  .mx-lg-90 {
    margin-right: 90px !important;
    margin-left: 90px !important;
  }
  .mx-lg-95 {
    margin-right: 95px !important;
    margin-left: 95px !important;
  }
  .mx-lg-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }
  .mx-lg-110 {
    margin-right: 110px !important;
    margin-left: 110px !important;
  }
  .mx-lg-120 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .my-lg-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-lg-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .my-lg-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-lg-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .my-lg-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-lg-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .my-lg-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-lg-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .my-lg-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .my-lg-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  .my-lg-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my-lg-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
  .my-lg-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .my-lg-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  .my-lg-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-lg-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
  .my-lg-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .my-lg-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
  .my-lg-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .my-lg-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }
  .my-lg-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-5 {
    margin-top: 5px !important;
  }
  .mt-lg-10 {
    margin-top: 10px !important;
  }
  .mt-lg-15 {
    margin-top: 15px !important;
  }
  .mt-lg-20 {
    margin-top: 20px !important;
  }
  .mt-lg-25 {
    margin-top: 25px !important;
  }
  .mt-lg-30 {
    margin-top: 30px !important;
  }
  .mt-lg-35 {
    margin-top: 35px !important;
  }
  .mt-lg-40 {
    margin-top: 40px !important;
  }
  .mt-lg-45 {
    margin-top: 45px !important;
  }
  .mt-lg-50 {
    margin-top: 50px !important;
  }
  .mt-lg-55 {
    margin-top: 55px !important;
  }
  .mt-lg-60 {
    margin-top: 60px !important;
  }
  .mt-lg-65 {
    margin-top: 65px !important;
  }
  .mt-lg-70 {
    margin-top: 70px !important;
  }
  .mt-lg-75 {
    margin-top: 75px !important;
  }
  .mt-lg-80 {
    margin-top: 80px !important;
  }
  .mt-lg-85 {
    margin-top: 85px !important;
  }
  .mt-lg-90 {
    margin-top: 90px !important;
  }
  .mt-lg-95 {
    margin-top: 95px !important;
  }
  .mt-lg-100 {
    margin-top: 100px !important;
  }
  .mt-lg-110 {
    margin-top: 110px !important;
  }
  .mt-lg-120 {
    margin-top: 120px !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-5 {
    margin-right: 5px !important;
  }
  .me-lg-10 {
    margin-right: 10px !important;
  }
  .me-lg-15 {
    margin-right: 15px !important;
  }
  .me-lg-20 {
    margin-right: 20px !important;
  }
  .me-lg-25 {
    margin-right: 25px !important;
  }
  .me-lg-30 {
    margin-right: 30px !important;
  }
  .me-lg-35 {
    margin-right: 35px !important;
  }
  .me-lg-40 {
    margin-right: 40px !important;
  }
  .me-lg-45 {
    margin-right: 45px !important;
  }
  .me-lg-50 {
    margin-right: 50px !important;
  }
  .me-lg-55 {
    margin-right: 55px !important;
  }
  .me-lg-60 {
    margin-right: 60px !important;
  }
  .me-lg-65 {
    margin-right: 65px !important;
  }
  .me-lg-70 {
    margin-right: 70px !important;
  }
  .me-lg-75 {
    margin-right: 75px !important;
  }
  .me-lg-80 {
    margin-right: 80px !important;
  }
  .me-lg-85 {
    margin-right: 85px !important;
  }
  .me-lg-90 {
    margin-right: 90px !important;
  }
  .me-lg-95 {
    margin-right: 95px !important;
  }
  .me-lg-100 {
    margin-right: 100px !important;
  }
  .me-lg-110 {
    margin-right: 110px !important;
  }
  .me-lg-120 {
    margin-right: 120px !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-5 {
    margin-bottom: 5px !important;
  }
  .mb-lg-10 {
    margin-bottom: 10px !important;
  }
  .mb-lg-15 {
    margin-bottom: 15px !important;
  }
  .mb-lg-20 {
    margin-bottom: 20px !important;
  }
  .mb-lg-25 {
    margin-bottom: 25px !important;
  }
  .mb-lg-30 {
    margin-bottom: 30px !important;
  }
  .mb-lg-35 {
    margin-bottom: 35px !important;
  }
  .mb-lg-40 {
    margin-bottom: 40px !important;
  }
  .mb-lg-45 {
    margin-bottom: 45px !important;
  }
  .mb-lg-50 {
    margin-bottom: 50px !important;
  }
  .mb-lg-55 {
    margin-bottom: 55px !important;
  }
  .mb-lg-60 {
    margin-bottom: 60px !important;
  }
  .mb-lg-65 {
    margin-bottom: 65px !important;
  }
  .mb-lg-70 {
    margin-bottom: 70px !important;
  }
  .mb-lg-75 {
    margin-bottom: 75px !important;
  }
  .mb-lg-80 {
    margin-bottom: 80px !important;
  }
  .mb-lg-85 {
    margin-bottom: 85px !important;
  }
  .mb-lg-90 {
    margin-bottom: 90px !important;
  }
  .mb-lg-95 {
    margin-bottom: 95px !important;
  }
  .mb-lg-100 {
    margin-bottom: 100px !important;
  }
  .mb-lg-110 {
    margin-bottom: 110px !important;
  }
  .mb-lg-120 {
    margin-bottom: 120px !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-5 {
    margin-left: 5px !important;
  }
  .ms-lg-10 {
    margin-left: 10px !important;
  }
  .ms-lg-15 {
    margin-left: 15px !important;
  }
  .ms-lg-20 {
    margin-left: 20px !important;
  }
  .ms-lg-25 {
    margin-left: 25px !important;
  }
  .ms-lg-30 {
    margin-left: 30px !important;
  }
  .ms-lg-35 {
    margin-left: 35px !important;
  }
  .ms-lg-40 {
    margin-left: 40px !important;
  }
  .ms-lg-45 {
    margin-left: 45px !important;
  }
  .ms-lg-50 {
    margin-left: 50px !important;
  }
  .ms-lg-55 {
    margin-left: 55px !important;
  }
  .ms-lg-60 {
    margin-left: 60px !important;
  }
  .ms-lg-65 {
    margin-left: 65px !important;
  }
  .ms-lg-70 {
    margin-left: 70px !important;
  }
  .ms-lg-75 {
    margin-left: 75px !important;
  }
  .ms-lg-80 {
    margin-left: 80px !important;
  }
  .ms-lg-85 {
    margin-left: 85px !important;
  }
  .ms-lg-90 {
    margin-left: 90px !important;
  }
  .ms-lg-95 {
    margin-left: 95px !important;
  }
  .ms-lg-100 {
    margin-left: 100px !important;
  }
  .ms-lg-110 {
    margin-left: 110px !important;
  }
  .ms-lg-120 {
    margin-left: 120px !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .m-lg-n5 {
    margin: -5px !important;
  }
  .m-lg-n10 {
    margin: -10px !important;
  }
  .m-lg-n15 {
    margin: -15px !important;
  }
  .m-lg-n20 {
    margin: -20px !important;
  }
  .m-lg-n25 {
    margin: -25px !important;
  }
  .m-lg-n30 {
    margin: -30px !important;
  }
  .m-lg-n35 {
    margin: -35px !important;
  }
  .m-lg-n40 {
    margin: -40px !important;
  }
  .m-lg-n45 {
    margin: -45px !important;
  }
  .m-lg-n50 {
    margin: -50px !important;
  }
  .m-lg-n55 {
    margin: -55px !important;
  }
  .m-lg-n60 {
    margin: -60px !important;
  }
  .m-lg-n65 {
    margin: -65px !important;
  }
  .m-lg-n70 {
    margin: -70px !important;
  }
  .m-lg-n75 {
    margin: -75px !important;
  }
  .m-lg-n80 {
    margin: -80px !important;
  }
  .m-lg-n85 {
    margin: -85px !important;
  }
  .m-lg-n90 {
    margin: -90px !important;
  }
  .m-lg-n95 {
    margin: -95px !important;
  }
  .m-lg-n100 {
    margin: -100px !important;
  }
  .m-lg-n110 {
    margin: -110px !important;
  }
  .m-lg-n120 {
    margin: -120px !important;
  }
  .mx-lg-n5 {
    margin-right: -5px !important;
    margin-left: -5px !important;
  }
  .mx-lg-n10 {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
  .mx-lg-n15 {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  .mx-lg-n20 {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
  .mx-lg-n25 {
    margin-right: -25px !important;
    margin-left: -25px !important;
  }
  .mx-lg-n30 {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .mx-lg-n35 {
    margin-right: -35px !important;
    margin-left: -35px !important;
  }
  .mx-lg-n40 {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }
  .mx-lg-n45 {
    margin-right: -45px !important;
    margin-left: -45px !important;
  }
  .mx-lg-n50 {
    margin-right: -50px !important;
    margin-left: -50px !important;
  }
  .mx-lg-n55 {
    margin-right: -55px !important;
    margin-left: -55px !important;
  }
  .mx-lg-n60 {
    margin-right: -60px !important;
    margin-left: -60px !important;
  }
  .mx-lg-n65 {
    margin-right: -65px !important;
    margin-left: -65px !important;
  }
  .mx-lg-n70 {
    margin-right: -70px !important;
    margin-left: -70px !important;
  }
  .mx-lg-n75 {
    margin-right: -75px !important;
    margin-left: -75px !important;
  }
  .mx-lg-n80 {
    margin-right: -80px !important;
    margin-left: -80px !important;
  }
  .mx-lg-n85 {
    margin-right: -85px !important;
    margin-left: -85px !important;
  }
  .mx-lg-n90 {
    margin-right: -90px !important;
    margin-left: -90px !important;
  }
  .mx-lg-n95 {
    margin-right: -95px !important;
    margin-left: -95px !important;
  }
  .mx-lg-n100 {
    margin-right: -100px !important;
    margin-left: -100px !important;
  }
  .mx-lg-n110 {
    margin-right: -110px !important;
    margin-left: -110px !important;
  }
  .mx-lg-n120 {
    margin-right: -120px !important;
    margin-left: -120px !important;
  }
  .my-lg-n5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }
  .my-lg-n10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  .my-lg-n15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  .my-lg-n20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .my-lg-n25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }
  .my-lg-n30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .my-lg-n35 {
    margin-top: -35px !important;
    margin-bottom: -35px !important;
  }
  .my-lg-n40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
  .my-lg-n45 {
    margin-top: -45px !important;
    margin-bottom: -45px !important;
  }
  .my-lg-n50 {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }
  .my-lg-n55 {
    margin-top: -55px !important;
    margin-bottom: -55px !important;
  }
  .my-lg-n60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }
  .my-lg-n65 {
    margin-top: -65px !important;
    margin-bottom: -65px !important;
  }
  .my-lg-n70 {
    margin-top: -70px !important;
    margin-bottom: -70px !important;
  }
  .my-lg-n75 {
    margin-top: -75px !important;
    margin-bottom: -75px !important;
  }
  .my-lg-n80 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }
  .my-lg-n85 {
    margin-top: -85px !important;
    margin-bottom: -85px !important;
  }
  .my-lg-n90 {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }
  .my-lg-n95 {
    margin-top: -95px !important;
    margin-bottom: -95px !important;
  }
  .my-lg-n100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }
  .my-lg-n110 {
    margin-top: -110px !important;
    margin-bottom: -110px !important;
  }
  .my-lg-n120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }
  .mt-lg-n5 {
    margin-top: -5px !important;
  }
  .mt-lg-n10 {
    margin-top: -10px !important;
  }
  .mt-lg-n15 {
    margin-top: -15px !important;
  }
  .mt-lg-n20 {
    margin-top: -20px !important;
  }
  .mt-lg-n25 {
    margin-top: -25px !important;
  }
  .mt-lg-n30 {
    margin-top: -30px !important;
  }
  .mt-lg-n35 {
    margin-top: -35px !important;
  }
  .mt-lg-n40 {
    margin-top: -40px !important;
  }
  .mt-lg-n45 {
    margin-top: -45px !important;
  }
  .mt-lg-n50 {
    margin-top: -50px !important;
  }
  .mt-lg-n55 {
    margin-top: -55px !important;
  }
  .mt-lg-n60 {
    margin-top: -60px !important;
  }
  .mt-lg-n65 {
    margin-top: -65px !important;
  }
  .mt-lg-n70 {
    margin-top: -70px !important;
  }
  .mt-lg-n75 {
    margin-top: -75px !important;
  }
  .mt-lg-n80 {
    margin-top: -80px !important;
  }
  .mt-lg-n85 {
    margin-top: -85px !important;
  }
  .mt-lg-n90 {
    margin-top: -90px !important;
  }
  .mt-lg-n95 {
    margin-top: -95px !important;
  }
  .mt-lg-n100 {
    margin-top: -100px !important;
  }
  .mt-lg-n110 {
    margin-top: -110px !important;
  }
  .mt-lg-n120 {
    margin-top: -120px !important;
  }
  .me-lg-n5 {
    margin-right: -5px !important;
  }
  .me-lg-n10 {
    margin-right: -10px !important;
  }
  .me-lg-n15 {
    margin-right: -15px !important;
  }
  .me-lg-n20 {
    margin-right: -20px !important;
  }
  .me-lg-n25 {
    margin-right: -25px !important;
  }
  .me-lg-n30 {
    margin-right: -30px !important;
  }
  .me-lg-n35 {
    margin-right: -35px !important;
  }
  .me-lg-n40 {
    margin-right: -40px !important;
  }
  .me-lg-n45 {
    margin-right: -45px !important;
  }
  .me-lg-n50 {
    margin-right: -50px !important;
  }
  .me-lg-n55 {
    margin-right: -55px !important;
  }
  .me-lg-n60 {
    margin-right: -60px !important;
  }
  .me-lg-n65 {
    margin-right: -65px !important;
  }
  .me-lg-n70 {
    margin-right: -70px !important;
  }
  .me-lg-n75 {
    margin-right: -75px !important;
  }
  .me-lg-n80 {
    margin-right: -80px !important;
  }
  .me-lg-n85 {
    margin-right: -85px !important;
  }
  .me-lg-n90 {
    margin-right: -90px !important;
  }
  .me-lg-n95 {
    margin-right: -95px !important;
  }
  .me-lg-n100 {
    margin-right: -100px !important;
  }
  .me-lg-n110 {
    margin-right: -110px !important;
  }
  .me-lg-n120 {
    margin-right: -120px !important;
  }
  .mb-lg-n5 {
    margin-bottom: -5px !important;
  }
  .mb-lg-n10 {
    margin-bottom: -10px !important;
  }
  .mb-lg-n15 {
    margin-bottom: -15px !important;
  }
  .mb-lg-n20 {
    margin-bottom: -20px !important;
  }
  .mb-lg-n25 {
    margin-bottom: -25px !important;
  }
  .mb-lg-n30 {
    margin-bottom: -30px !important;
  }
  .mb-lg-n35 {
    margin-bottom: -35px !important;
  }
  .mb-lg-n40 {
    margin-bottom: -40px !important;
  }
  .mb-lg-n45 {
    margin-bottom: -45px !important;
  }
  .mb-lg-n50 {
    margin-bottom: -50px !important;
  }
  .mb-lg-n55 {
    margin-bottom: -55px !important;
  }
  .mb-lg-n60 {
    margin-bottom: -60px !important;
  }
  .mb-lg-n65 {
    margin-bottom: -65px !important;
  }
  .mb-lg-n70 {
    margin-bottom: -70px !important;
  }
  .mb-lg-n75 {
    margin-bottom: -75px !important;
  }
  .mb-lg-n80 {
    margin-bottom: -80px !important;
  }
  .mb-lg-n85 {
    margin-bottom: -85px !important;
  }
  .mb-lg-n90 {
    margin-bottom: -90px !important;
  }
  .mb-lg-n95 {
    margin-bottom: -95px !important;
  }
  .mb-lg-n100 {
    margin-bottom: -100px !important;
  }
  .mb-lg-n110 {
    margin-bottom: -110px !important;
  }
  .mb-lg-n120 {
    margin-bottom: -120px !important;
  }
  .ms-lg-n5 {
    margin-left: -5px !important;
  }
  .ms-lg-n10 {
    margin-left: -10px !important;
  }
  .ms-lg-n15 {
    margin-left: -15px !important;
  }
  .ms-lg-n20 {
    margin-left: -20px !important;
  }
  .ms-lg-n25 {
    margin-left: -25px !important;
  }
  .ms-lg-n30 {
    margin-left: -30px !important;
  }
  .ms-lg-n35 {
    margin-left: -35px !important;
  }
  .ms-lg-n40 {
    margin-left: -40px !important;
  }
  .ms-lg-n45 {
    margin-left: -45px !important;
  }
  .ms-lg-n50 {
    margin-left: -50px !important;
  }
  .ms-lg-n55 {
    margin-left: -55px !important;
  }
  .ms-lg-n60 {
    margin-left: -60px !important;
  }
  .ms-lg-n65 {
    margin-left: -65px !important;
  }
  .ms-lg-n70 {
    margin-left: -70px !important;
  }
  .ms-lg-n75 {
    margin-left: -75px !important;
  }
  .ms-lg-n80 {
    margin-left: -80px !important;
  }
  .ms-lg-n85 {
    margin-left: -85px !important;
  }
  .ms-lg-n90 {
    margin-left: -90px !important;
  }
  .ms-lg-n95 {
    margin-left: -95px !important;
  }
  .ms-lg-n100 {
    margin-left: -100px !important;
  }
  .ms-lg-n110 {
    margin-left: -110px !important;
  }
  .ms-lg-n120 {
    margin-left: -120px !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-5 {
    padding: 5px !important;
  }
  .p-lg-10 {
    padding: 10px !important;
  }
  .p-lg-15 {
    padding: 15px !important;
  }
  .p-lg-20 {
    padding: 20px !important;
  }
  .p-lg-25 {
    padding: 25px !important;
  }
  .p-lg-30 {
    padding: 30px !important;
  }
  .p-lg-35 {
    padding: 35px !important;
  }
  .p-lg-40 {
    padding: 40px !important;
  }
  .p-lg-45 {
    padding: 45px !important;
  }
  .p-lg-50 {
    padding: 50px !important;
  }
  .p-lg-55 {
    padding: 55px !important;
  }
  .p-lg-60 {
    padding: 60px !important;
  }
  .p-lg-65 {
    padding: 65px !important;
  }
  .p-lg-70 {
    padding: 70px !important;
  }
  .p-lg-75 {
    padding: 75px !important;
  }
  .p-lg-80 {
    padding: 80px !important;
  }
  .p-lg-85 {
    padding: 85px !important;
  }
  .p-lg-90 {
    padding: 90px !important;
  }
  .p-lg-95 {
    padding: 95px !important;
  }
  .p-lg-100 {
    padding: 100px !important;
  }
  .p-lg-110 {
    padding: 110px !important;
  }
  .p-lg-120 {
    padding: 120px !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  .px-lg-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .px-lg-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .px-lg-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .px-lg-25 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
  .px-lg-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-lg-35 {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }
  .px-lg-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-lg-45 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
  .px-lg-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
  .px-lg-55 {
    padding-right: 55px !important;
    padding-left: 55px !important;
  }
  .px-lg-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .px-lg-65 {
    padding-right: 65px !important;
    padding-left: 65px !important;
  }
  .px-lg-70 {
    padding-right: 70px !important;
    padding-left: 70px !important;
  }
  .px-lg-75 {
    padding-right: 75px !important;
    padding-left: 75px !important;
  }
  .px-lg-80 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .px-lg-85 {
    padding-right: 85px !important;
    padding-left: 85px !important;
  }
  .px-lg-90 {
    padding-right: 90px !important;
    padding-left: 90px !important;
  }
  .px-lg-95 {
    padding-right: 95px !important;
    padding-left: 95px !important;
  }
  .px-lg-100 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }
  .px-lg-110 {
    padding-right: 110px !important;
    padding-left: 110px !important;
  }
  .px-lg-120 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .py-lg-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-lg-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .py-lg-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-lg-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .py-lg-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-lg-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .py-lg-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-lg-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .py-lg-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .py-lg-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  .py-lg-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py-lg-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  .py-lg-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .py-lg-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  .py-lg-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .py-lg-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  .py-lg-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .py-lg-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  .py-lg-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .py-lg-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
  .py-lg-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-5 {
    padding-top: 5px !important;
  }
  .pt-lg-10 {
    padding-top: 10px !important;
  }
  .pt-lg-15 {
    padding-top: 15px !important;
  }
  .pt-lg-20 {
    padding-top: 20px !important;
  }
  .pt-lg-25 {
    padding-top: 25px !important;
  }
  .pt-lg-30 {
    padding-top: 30px !important;
  }
  .pt-lg-35 {
    padding-top: 35px !important;
  }
  .pt-lg-40 {
    padding-top: 40px !important;
  }
  .pt-lg-45 {
    padding-top: 45px !important;
  }
  .pt-lg-50 {
    padding-top: 50px !important;
  }
  .pt-lg-55 {
    padding-top: 55px !important;
  }
  .pt-lg-60 {
    padding-top: 60px !important;
  }
  .pt-lg-65 {
    padding-top: 65px !important;
  }
  .pt-lg-70 {
    padding-top: 70px !important;
  }
  .pt-lg-75 {
    padding-top: 75px !important;
  }
  .pt-lg-80 {
    padding-top: 80px !important;
  }
  .pt-lg-85 {
    padding-top: 85px !important;
  }
  .pt-lg-90 {
    padding-top: 90px !important;
  }
  .pt-lg-95 {
    padding-top: 95px !important;
  }
  .pt-lg-100 {
    padding-top: 100px !important;
  }
  .pt-lg-110 {
    padding-top: 110px !important;
  }
  .pt-lg-120 {
    padding-top: 120px !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-5 {
    padding-right: 5px !important;
  }
  .pe-lg-10 {
    padding-right: 10px !important;
  }
  .pe-lg-15 {
    padding-right: 15px !important;
  }
  .pe-lg-20 {
    padding-right: 20px !important;
  }
  .pe-lg-25 {
    padding-right: 25px !important;
  }
  .pe-lg-30 {
    padding-right: 30px !important;
  }
  .pe-lg-35 {
    padding-right: 35px !important;
  }
  .pe-lg-40 {
    padding-right: 40px !important;
  }
  .pe-lg-45 {
    padding-right: 45px !important;
  }
  .pe-lg-50 {
    padding-right: 50px !important;
  }
  .pe-lg-55 {
    padding-right: 55px !important;
  }
  .pe-lg-60 {
    padding-right: 60px !important;
  }
  .pe-lg-65 {
    padding-right: 65px !important;
  }
  .pe-lg-70 {
    padding-right: 70px !important;
  }
  .pe-lg-75 {
    padding-right: 75px !important;
  }
  .pe-lg-80 {
    padding-right: 80px !important;
  }
  .pe-lg-85 {
    padding-right: 85px !important;
  }
  .pe-lg-90 {
    padding-right: 90px !important;
  }
  .pe-lg-95 {
    padding-right: 95px !important;
  }
  .pe-lg-100 {
    padding-right: 100px !important;
  }
  .pe-lg-110 {
    padding-right: 110px !important;
  }
  .pe-lg-120 {
    padding-right: 120px !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-5 {
    padding-bottom: 5px !important;
  }
  .pb-lg-10 {
    padding-bottom: 10px !important;
  }
  .pb-lg-15 {
    padding-bottom: 15px !important;
  }
  .pb-lg-20 {
    padding-bottom: 20px !important;
  }
  .pb-lg-25 {
    padding-bottom: 25px !important;
  }
  .pb-lg-30 {
    padding-bottom: 30px !important;
  }
  .pb-lg-35 {
    padding-bottom: 35px !important;
  }
  .pb-lg-40 {
    padding-bottom: 40px !important;
  }
  .pb-lg-45 {
    padding-bottom: 45px !important;
  }
  .pb-lg-50 {
    padding-bottom: 50px !important;
  }
  .pb-lg-55 {
    padding-bottom: 55px !important;
  }
  .pb-lg-60 {
    padding-bottom: 60px !important;
  }
  .pb-lg-65 {
    padding-bottom: 65px !important;
  }
  .pb-lg-70 {
    padding-bottom: 70px !important;
  }
  .pb-lg-75 {
    padding-bottom: 75px !important;
  }
  .pb-lg-80 {
    padding-bottom: 80px !important;
  }
  .pb-lg-85 {
    padding-bottom: 85px !important;
  }
  .pb-lg-90 {
    padding-bottom: 90px !important;
  }
  .pb-lg-95 {
    padding-bottom: 95px !important;
  }
  .pb-lg-100 {
    padding-bottom: 100px !important;
  }
  .pb-lg-110 {
    padding-bottom: 110px !important;
  }
  .pb-lg-120 {
    padding-bottom: 120px !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-5 {
    padding-left: 5px !important;
  }
  .ps-lg-10 {
    padding-left: 10px !important;
  }
  .ps-lg-15 {
    padding-left: 15px !important;
  }
  .ps-lg-20 {
    padding-left: 20px !important;
  }
  .ps-lg-25 {
    padding-left: 25px !important;
  }
  .ps-lg-30 {
    padding-left: 30px !important;
  }
  .ps-lg-35 {
    padding-left: 35px !important;
  }
  .ps-lg-40 {
    padding-left: 40px !important;
  }
  .ps-lg-45 {
    padding-left: 45px !important;
  }
  .ps-lg-50 {
    padding-left: 50px !important;
  }
  .ps-lg-55 {
    padding-left: 55px !important;
  }
  .ps-lg-60 {
    padding-left: 60px !important;
  }
  .ps-lg-65 {
    padding-left: 65px !important;
  }
  .ps-lg-70 {
    padding-left: 70px !important;
  }
  .ps-lg-75 {
    padding-left: 75px !important;
  }
  .ps-lg-80 {
    padding-left: 80px !important;
  }
  .ps-lg-85 {
    padding-left: 85px !important;
  }
  .ps-lg-90 {
    padding-left: 90px !important;
  }
  .ps-lg-95 {
    padding-left: 95px !important;
  }
  .ps-lg-100 {
    padding-left: 100px !important;
  }
  .ps-lg-110 {
    padding-left: 110px !important;
  }
  .ps-lg-120 {
    padding-left: 120px !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-5 {
    gap: 5px !important;
  }
  .gap-xl-10 {
    gap: 10px !important;
  }
  .gap-xl-15 {
    gap: 15px !important;
  }
  .gap-xl-20 {
    gap: 20px !important;
  }
  .gap-xl-25 {
    gap: 25px !important;
  }
  .gap-xl-30 {
    gap: 30px !important;
  }
  .gap-xl-35 {
    gap: 35px !important;
  }
  .gap-xl-40 {
    gap: 40px !important;
  }
  .gap-xl-45 {
    gap: 45px !important;
  }
  .gap-xl-50 {
    gap: 50px !important;
  }
  .gap-xl-55 {
    gap: 55px !important;
  }
  .gap-xl-60 {
    gap: 60px !important;
  }
  .gap-xl-65 {
    gap: 65px !important;
  }
  .gap-xl-70 {
    gap: 70px !important;
  }
  .gap-xl-75 {
    gap: 75px !important;
  }
  .gap-xl-80 {
    gap: 80px !important;
  }
  .gap-xl-85 {
    gap: 85px !important;
  }
  .gap-xl-90 {
    gap: 90px !important;
  }
  .gap-xl-95 {
    gap: 95px !important;
  }
  .gap-xl-100 {
    gap: 100px !important;
  }
  .gap-xl-110 {
    gap: 110px !important;
  }
  .gap-xl-120 {
    gap: 120px !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
    -ms-flex-pack: space-evenly !important;
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -ms-flex-order: 3 !important;
    order: 3 !important;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -ms-flex-order: 4 !important;
    order: 4 !important;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -ms-flex-order: 5 !important;
    order: 5 !important;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
    -ms-flex-order: 6 !important;
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-5 {
    margin: 5px !important;
  }
  .m-xl-10 {
    margin: 10px !important;
  }
  .m-xl-15 {
    margin: 15px !important;
  }
  .m-xl-20 {
    margin: 20px !important;
  }
  .m-xl-25 {
    margin: 25px !important;
  }
  .m-xl-30 {
    margin: 30px !important;
  }
  .m-xl-35 {
    margin: 35px !important;
  }
  .m-xl-40 {
    margin: 40px !important;
  }
  .m-xl-45 {
    margin: 45px !important;
  }
  .m-xl-50 {
    margin: 50px !important;
  }
  .m-xl-55 {
    margin: 55px !important;
  }
  .m-xl-60 {
    margin: 60px !important;
  }
  .m-xl-65 {
    margin: 65px !important;
  }
  .m-xl-70 {
    margin: 70px !important;
  }
  .m-xl-75 {
    margin: 75px !important;
  }
  .m-xl-80 {
    margin: 80px !important;
  }
  .m-xl-85 {
    margin: 85px !important;
  }
  .m-xl-90 {
    margin: 90px !important;
  }
  .m-xl-95 {
    margin: 95px !important;
  }
  .m-xl-100 {
    margin: 100px !important;
  }
  .m-xl-110 {
    margin: 110px !important;
  }
  .m-xl-120 {
    margin: 120px !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-5 {
    margin-right: 5px !important;
    margin-left: 5px !important;
  }
  .mx-xl-10 {
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
  .mx-xl-15 {
    margin-right: 15px !important;
    margin-left: 15px !important;
  }
  .mx-xl-20 {
    margin-right: 20px !important;
    margin-left: 20px !important;
  }
  .mx-xl-25 {
    margin-right: 25px !important;
    margin-left: 25px !important;
  }
  .mx-xl-30 {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
  .mx-xl-35 {
    margin-right: 35px !important;
    margin-left: 35px !important;
  }
  .mx-xl-40 {
    margin-right: 40px !important;
    margin-left: 40px !important;
  }
  .mx-xl-45 {
    margin-right: 45px !important;
    margin-left: 45px !important;
  }
  .mx-xl-50 {
    margin-right: 50px !important;
    margin-left: 50px !important;
  }
  .mx-xl-55 {
    margin-right: 55px !important;
    margin-left: 55px !important;
  }
  .mx-xl-60 {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  .mx-xl-65 {
    margin-right: 65px !important;
    margin-left: 65px !important;
  }
  .mx-xl-70 {
    margin-right: 70px !important;
    margin-left: 70px !important;
  }
  .mx-xl-75 {
    margin-right: 75px !important;
    margin-left: 75px !important;
  }
  .mx-xl-80 {
    margin-right: 80px !important;
    margin-left: 80px !important;
  }
  .mx-xl-85 {
    margin-right: 85px !important;
    margin-left: 85px !important;
  }
  .mx-xl-90 {
    margin-right: 90px !important;
    margin-left: 90px !important;
  }
  .mx-xl-95 {
    margin-right: 95px !important;
    margin-left: 95px !important;
  }
  .mx-xl-100 {
    margin-right: 100px !important;
    margin-left: 100px !important;
  }
  .mx-xl-110 {
    margin-right: 110px !important;
    margin-left: 110px !important;
  }
  .mx-xl-120 {
    margin-right: 120px !important;
    margin-left: 120px !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .my-xl-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .my-xl-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .my-xl-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .my-xl-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .my-xl-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my-xl-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .my-xl-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .my-xl-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .my-xl-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .my-xl-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  .my-xl-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my-xl-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
  .my-xl-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .my-xl-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  .my-xl-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  .my-xl-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
  .my-xl-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  .my-xl-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
  .my-xl-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .my-xl-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }
  .my-xl-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-5 {
    margin-top: 5px !important;
  }
  .mt-xl-10 {
    margin-top: 10px !important;
  }
  .mt-xl-15 {
    margin-top: 15px !important;
  }
  .mt-xl-20 {
    margin-top: 20px !important;
  }
  .mt-xl-25 {
    margin-top: 25px !important;
  }
  .mt-xl-30 {
    margin-top: 30px !important;
  }
  .mt-xl-35 {
    margin-top: 35px !important;
  }
  .mt-xl-40 {
    margin-top: 40px !important;
  }
  .mt-xl-45 {
    margin-top: 45px !important;
  }
  .mt-xl-50 {
    margin-top: 50px !important;
  }
  .mt-xl-55 {
    margin-top: 55px !important;
  }
  .mt-xl-60 {
    margin-top: 60px !important;
  }
  .mt-xl-65 {
    margin-top: 65px !important;
  }
  .mt-xl-70 {
    margin-top: 70px !important;
  }
  .mt-xl-75 {
    margin-top: 75px !important;
  }
  .mt-xl-80 {
    margin-top: 80px !important;
  }
  .mt-xl-85 {
    margin-top: 85px !important;
  }
  .mt-xl-90 {
    margin-top: 90px !important;
  }
  .mt-xl-95 {
    margin-top: 95px !important;
  }
  .mt-xl-100 {
    margin-top: 100px !important;
  }
  .mt-xl-110 {
    margin-top: 110px !important;
  }
  .mt-xl-120 {
    margin-top: 120px !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-5 {
    margin-right: 5px !important;
  }
  .me-xl-10 {
    margin-right: 10px !important;
  }
  .me-xl-15 {
    margin-right: 15px !important;
  }
  .me-xl-20 {
    margin-right: 20px !important;
  }
  .me-xl-25 {
    margin-right: 25px !important;
  }
  .me-xl-30 {
    margin-right: 30px !important;
  }
  .me-xl-35 {
    margin-right: 35px !important;
  }
  .me-xl-40 {
    margin-right: 40px !important;
  }
  .me-xl-45 {
    margin-right: 45px !important;
  }
  .me-xl-50 {
    margin-right: 50px !important;
  }
  .me-xl-55 {
    margin-right: 55px !important;
  }
  .me-xl-60 {
    margin-right: 60px !important;
  }
  .me-xl-65 {
    margin-right: 65px !important;
  }
  .me-xl-70 {
    margin-right: 70px !important;
  }
  .me-xl-75 {
    margin-right: 75px !important;
  }
  .me-xl-80 {
    margin-right: 80px !important;
  }
  .me-xl-85 {
    margin-right: 85px !important;
  }
  .me-xl-90 {
    margin-right: 90px !important;
  }
  .me-xl-95 {
    margin-right: 95px !important;
  }
  .me-xl-100 {
    margin-right: 100px !important;
  }
  .me-xl-110 {
    margin-right: 110px !important;
  }
  .me-xl-120 {
    margin-right: 120px !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-5 {
    margin-bottom: 5px !important;
  }
  .mb-xl-10 {
    margin-bottom: 10px !important;
  }
  .mb-xl-15 {
    margin-bottom: 15px !important;
  }
  .mb-xl-20 {
    margin-bottom: 20px !important;
  }
  .mb-xl-25 {
    margin-bottom: 25px !important;
  }
  .mb-xl-30 {
    margin-bottom: 30px !important;
  }
  .mb-xl-35 {
    margin-bottom: 35px !important;
  }
  .mb-xl-40 {
    margin-bottom: 40px !important;
  }
  .mb-xl-45 {
    margin-bottom: 45px !important;
  }
  .mb-xl-50 {
    margin-bottom: 50px !important;
  }
  .mb-xl-55 {
    margin-bottom: 55px !important;
  }
  .mb-xl-60 {
    margin-bottom: 60px !important;
  }
  .mb-xl-65 {
    margin-bottom: 65px !important;
  }
  .mb-xl-70 {
    margin-bottom: 70px !important;
  }
  .mb-xl-75 {
    margin-bottom: 75px !important;
  }
  .mb-xl-80 {
    margin-bottom: 80px !important;
  }
  .mb-xl-85 {
    margin-bottom: 85px !important;
  }
  .mb-xl-90 {
    margin-bottom: 90px !important;
  }
  .mb-xl-95 {
    margin-bottom: 95px !important;
  }
  .mb-xl-100 {
    margin-bottom: 100px !important;
  }
  .mb-xl-110 {
    margin-bottom: 110px !important;
  }
  .mb-xl-120 {
    margin-bottom: 120px !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-5 {
    margin-left: 5px !important;
  }
  .ms-xl-10 {
    margin-left: 10px !important;
  }
  .ms-xl-15 {
    margin-left: 15px !important;
  }
  .ms-xl-20 {
    margin-left: 20px !important;
  }
  .ms-xl-25 {
    margin-left: 25px !important;
  }
  .ms-xl-30 {
    margin-left: 30px !important;
  }
  .ms-xl-35 {
    margin-left: 35px !important;
  }
  .ms-xl-40 {
    margin-left: 40px !important;
  }
  .ms-xl-45 {
    margin-left: 45px !important;
  }
  .ms-xl-50 {
    margin-left: 50px !important;
  }
  .ms-xl-55 {
    margin-left: 55px !important;
  }
  .ms-xl-60 {
    margin-left: 60px !important;
  }
  .ms-xl-65 {
    margin-left: 65px !important;
  }
  .ms-xl-70 {
    margin-left: 70px !important;
  }
  .ms-xl-75 {
    margin-left: 75px !important;
  }
  .ms-xl-80 {
    margin-left: 80px !important;
  }
  .ms-xl-85 {
    margin-left: 85px !important;
  }
  .ms-xl-90 {
    margin-left: 90px !important;
  }
  .ms-xl-95 {
    margin-left: 95px !important;
  }
  .ms-xl-100 {
    margin-left: 100px !important;
  }
  .ms-xl-110 {
    margin-left: 110px !important;
  }
  .ms-xl-120 {
    margin-left: 120px !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .m-xl-n5 {
    margin: -5px !important;
  }
  .m-xl-n10 {
    margin: -10px !important;
  }
  .m-xl-n15 {
    margin: -15px !important;
  }
  .m-xl-n20 {
    margin: -20px !important;
  }
  .m-xl-n25 {
    margin: -25px !important;
  }
  .m-xl-n30 {
    margin: -30px !important;
  }
  .m-xl-n35 {
    margin: -35px !important;
  }
  .m-xl-n40 {
    margin: -40px !important;
  }
  .m-xl-n45 {
    margin: -45px !important;
  }
  .m-xl-n50 {
    margin: -50px !important;
  }
  .m-xl-n55 {
    margin: -55px !important;
  }
  .m-xl-n60 {
    margin: -60px !important;
  }
  .m-xl-n65 {
    margin: -65px !important;
  }
  .m-xl-n70 {
    margin: -70px !important;
  }
  .m-xl-n75 {
    margin: -75px !important;
  }
  .m-xl-n80 {
    margin: -80px !important;
  }
  .m-xl-n85 {
    margin: -85px !important;
  }
  .m-xl-n90 {
    margin: -90px !important;
  }
  .m-xl-n95 {
    margin: -95px !important;
  }
  .m-xl-n100 {
    margin: -100px !important;
  }
  .m-xl-n110 {
    margin: -110px !important;
  }
  .m-xl-n120 {
    margin: -120px !important;
  }
  .mx-xl-n5 {
    margin-right: -5px !important;
    margin-left: -5px !important;
  }
  .mx-xl-n10 {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
  .mx-xl-n15 {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  .mx-xl-n20 {
    margin-right: -20px !important;
    margin-left: -20px !important;
  }
  .mx-xl-n25 {
    margin-right: -25px !important;
    margin-left: -25px !important;
  }
  .mx-xl-n30 {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
  .mx-xl-n35 {
    margin-right: -35px !important;
    margin-left: -35px !important;
  }
  .mx-xl-n40 {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }
  .mx-xl-n45 {
    margin-right: -45px !important;
    margin-left: -45px !important;
  }
  .mx-xl-n50 {
    margin-right: -50px !important;
    margin-left: -50px !important;
  }
  .mx-xl-n55 {
    margin-right: -55px !important;
    margin-left: -55px !important;
  }
  .mx-xl-n60 {
    margin-right: -60px !important;
    margin-left: -60px !important;
  }
  .mx-xl-n65 {
    margin-right: -65px !important;
    margin-left: -65px !important;
  }
  .mx-xl-n70 {
    margin-right: -70px !important;
    margin-left: -70px !important;
  }
  .mx-xl-n75 {
    margin-right: -75px !important;
    margin-left: -75px !important;
  }
  .mx-xl-n80 {
    margin-right: -80px !important;
    margin-left: -80px !important;
  }
  .mx-xl-n85 {
    margin-right: -85px !important;
    margin-left: -85px !important;
  }
  .mx-xl-n90 {
    margin-right: -90px !important;
    margin-left: -90px !important;
  }
  .mx-xl-n95 {
    margin-right: -95px !important;
    margin-left: -95px !important;
  }
  .mx-xl-n100 {
    margin-right: -100px !important;
    margin-left: -100px !important;
  }
  .mx-xl-n110 {
    margin-right: -110px !important;
    margin-left: -110px !important;
  }
  .mx-xl-n120 {
    margin-right: -120px !important;
    margin-left: -120px !important;
  }
  .my-xl-n5 {
    margin-top: -5px !important;
    margin-bottom: -5px !important;
  }
  .my-xl-n10 {
    margin-top: -10px !important;
    margin-bottom: -10px !important;
  }
  .my-xl-n15 {
    margin-top: -15px !important;
    margin-bottom: -15px !important;
  }
  .my-xl-n20 {
    margin-top: -20px !important;
    margin-bottom: -20px !important;
  }
  .my-xl-n25 {
    margin-top: -25px !important;
    margin-bottom: -25px !important;
  }
  .my-xl-n30 {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .my-xl-n35 {
    margin-top: -35px !important;
    margin-bottom: -35px !important;
  }
  .my-xl-n40 {
    margin-top: -40px !important;
    margin-bottom: -40px !important;
  }
  .my-xl-n45 {
    margin-top: -45px !important;
    margin-bottom: -45px !important;
  }
  .my-xl-n50 {
    margin-top: -50px !important;
    margin-bottom: -50px !important;
  }
  .my-xl-n55 {
    margin-top: -55px !important;
    margin-bottom: -55px !important;
  }
  .my-xl-n60 {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }
  .my-xl-n65 {
    margin-top: -65px !important;
    margin-bottom: -65px !important;
  }
  .my-xl-n70 {
    margin-top: -70px !important;
    margin-bottom: -70px !important;
  }
  .my-xl-n75 {
    margin-top: -75px !important;
    margin-bottom: -75px !important;
  }
  .my-xl-n80 {
    margin-top: -80px !important;
    margin-bottom: -80px !important;
  }
  .my-xl-n85 {
    margin-top: -85px !important;
    margin-bottom: -85px !important;
  }
  .my-xl-n90 {
    margin-top: -90px !important;
    margin-bottom: -90px !important;
  }
  .my-xl-n95 {
    margin-top: -95px !important;
    margin-bottom: -95px !important;
  }
  .my-xl-n100 {
    margin-top: -100px !important;
    margin-bottom: -100px !important;
  }
  .my-xl-n110 {
    margin-top: -110px !important;
    margin-bottom: -110px !important;
  }
  .my-xl-n120 {
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }
  .mt-xl-n5 {
    margin-top: -5px !important;
  }
  .mt-xl-n10 {
    margin-top: -10px !important;
  }
  .mt-xl-n15 {
    margin-top: -15px !important;
  }
  .mt-xl-n20 {
    margin-top: -20px !important;
  }
  .mt-xl-n25 {
    margin-top: -25px !important;
  }
  .mt-xl-n30 {
    margin-top: -30px !important;
  }
  .mt-xl-n35 {
    margin-top: -35px !important;
  }
  .mt-xl-n40 {
    margin-top: -40px !important;
  }
  .mt-xl-n45 {
    margin-top: -45px !important;
  }
  .mt-xl-n50 {
    margin-top: -50px !important;
  }
  .mt-xl-n55 {
    margin-top: -55px !important;
  }
  .mt-xl-n60 {
    margin-top: -60px !important;
  }
  .mt-xl-n65 {
    margin-top: -65px !important;
  }
  .mt-xl-n70 {
    margin-top: -70px !important;
  }
  .mt-xl-n75 {
    margin-top: -75px !important;
  }
  .mt-xl-n80 {
    margin-top: -80px !important;
  }
  .mt-xl-n85 {
    margin-top: -85px !important;
  }
  .mt-xl-n90 {
    margin-top: -90px !important;
  }
  .mt-xl-n95 {
    margin-top: -95px !important;
  }
  .mt-xl-n100 {
    margin-top: -100px !important;
  }
  .mt-xl-n110 {
    margin-top: -110px !important;
  }
  .mt-xl-n120 {
    margin-top: -120px !important;
  }
  .me-xl-n5 {
    margin-right: -5px !important;
  }
  .me-xl-n10 {
    margin-right: -10px !important;
  }
  .me-xl-n15 {
    margin-right: -15px !important;
  }
  .me-xl-n20 {
    margin-right: -20px !important;
  }
  .me-xl-n25 {
    margin-right: -25px !important;
  }
  .me-xl-n30 {
    margin-right: -30px !important;
  }
  .me-xl-n35 {
    margin-right: -35px !important;
  }
  .me-xl-n40 {
    margin-right: -40px !important;
  }
  .me-xl-n45 {
    margin-right: -45px !important;
  }
  .me-xl-n50 {
    margin-right: -50px !important;
  }
  .me-xl-n55 {
    margin-right: -55px !important;
  }
  .me-xl-n60 {
    margin-right: -60px !important;
  }
  .me-xl-n65 {
    margin-right: -65px !important;
  }
  .me-xl-n70 {
    margin-right: -70px !important;
  }
  .me-xl-n75 {
    margin-right: -75px !important;
  }
  .me-xl-n80 {
    margin-right: -80px !important;
  }
  .me-xl-n85 {
    margin-right: -85px !important;
  }
  .me-xl-n90 {
    margin-right: -90px !important;
  }
  .me-xl-n95 {
    margin-right: -95px !important;
  }
  .me-xl-n100 {
    margin-right: -100px !important;
  }
  .me-xl-n110 {
    margin-right: -110px !important;
  }
  .me-xl-n120 {
    margin-right: -120px !important;
  }
  .mb-xl-n5 {
    margin-bottom: -5px !important;
  }
  .mb-xl-n10 {
    margin-bottom: -10px !important;
  }
  .mb-xl-n15 {
    margin-bottom: -15px !important;
  }
  .mb-xl-n20 {
    margin-bottom: -20px !important;
  }
  .mb-xl-n25 {
    margin-bottom: -25px !important;
  }
  .mb-xl-n30 {
    margin-bottom: -30px !important;
  }
  .mb-xl-n35 {
    margin-bottom: -35px !important;
  }
  .mb-xl-n40 {
    margin-bottom: -40px !important;
  }
  .mb-xl-n45 {
    margin-bottom: -45px !important;
  }
  .mb-xl-n50 {
    margin-bottom: -50px !important;
  }
  .mb-xl-n55 {
    margin-bottom: -55px !important;
  }
  .mb-xl-n60 {
    margin-bottom: -60px !important;
  }
  .mb-xl-n65 {
    margin-bottom: -65px !important;
  }
  .mb-xl-n70 {
    margin-bottom: -70px !important;
  }
  .mb-xl-n75 {
    margin-bottom: -75px !important;
  }
  .mb-xl-n80 {
    margin-bottom: -80px !important;
  }
  .mb-xl-n85 {
    margin-bottom: -85px !important;
  }
  .mb-xl-n90 {
    margin-bottom: -90px !important;
  }
  .mb-xl-n95 {
    margin-bottom: -95px !important;
  }
  .mb-xl-n100 {
    margin-bottom: -100px !important;
  }
  .mb-xl-n110 {
    margin-bottom: -110px !important;
  }
  .mb-xl-n120 {
    margin-bottom: -120px !important;
  }
  .ms-xl-n5 {
    margin-left: -5px !important;
  }
  .ms-xl-n10 {
    margin-left: -10px !important;
  }
  .ms-xl-n15 {
    margin-left: -15px !important;
  }
  .ms-xl-n20 {
    margin-left: -20px !important;
  }
  .ms-xl-n25 {
    margin-left: -25px !important;
  }
  .ms-xl-n30 {
    margin-left: -30px !important;
  }
  .ms-xl-n35 {
    margin-left: -35px !important;
  }
  .ms-xl-n40 {
    margin-left: -40px !important;
  }
  .ms-xl-n45 {
    margin-left: -45px !important;
  }
  .ms-xl-n50 {
    margin-left: -50px !important;
  }
  .ms-xl-n55 {
    margin-left: -55px !important;
  }
  .ms-xl-n60 {
    margin-left: -60px !important;
  }
  .ms-xl-n65 {
    margin-left: -65px !important;
  }
  .ms-xl-n70 {
    margin-left: -70px !important;
  }
  .ms-xl-n75 {
    margin-left: -75px !important;
  }
  .ms-xl-n80 {
    margin-left: -80px !important;
  }
  .ms-xl-n85 {
    margin-left: -85px !important;
  }
  .ms-xl-n90 {
    margin-left: -90px !important;
  }
  .ms-xl-n95 {
    margin-left: -95px !important;
  }
  .ms-xl-n100 {
    margin-left: -100px !important;
  }
  .ms-xl-n110 {
    margin-left: -110px !important;
  }
  .ms-xl-n120 {
    margin-left: -120px !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-5 {
    padding: 5px !important;
  }
  .p-xl-10 {
    padding: 10px !important;
  }
  .p-xl-15 {
    padding: 15px !important;
  }
  .p-xl-20 {
    padding: 20px !important;
  }
  .p-xl-25 {
    padding: 25px !important;
  }
  .p-xl-30 {
    padding: 30px !important;
  }
  .p-xl-35 {
    padding: 35px !important;
  }
  .p-xl-40 {
    padding: 40px !important;
  }
  .p-xl-45 {
    padding: 45px !important;
  }
  .p-xl-50 {
    padding: 50px !important;
  }
  .p-xl-55 {
    padding: 55px !important;
  }
  .p-xl-60 {
    padding: 60px !important;
  }
  .p-xl-65 {
    padding: 65px !important;
  }
  .p-xl-70 {
    padding: 70px !important;
  }
  .p-xl-75 {
    padding: 75px !important;
  }
  .p-xl-80 {
    padding: 80px !important;
  }
  .p-xl-85 {
    padding: 85px !important;
  }
  .p-xl-90 {
    padding: 90px !important;
  }
  .p-xl-95 {
    padding: 95px !important;
  }
  .p-xl-100 {
    padding: 100px !important;
  }
  .p-xl-110 {
    padding: 110px !important;
  }
  .p-xl-120 {
    padding: 120px !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-5 {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  .px-xl-10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .px-xl-15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .px-xl-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .px-xl-25 {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
  .px-xl-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
  .px-xl-35 {
    padding-right: 35px !important;
    padding-left: 35px !important;
  }
  .px-xl-40 {
    padding-right: 40px !important;
    padding-left: 40px !important;
  }
  .px-xl-45 {
    padding-right: 45px !important;
    padding-left: 45px !important;
  }
  .px-xl-50 {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
  .px-xl-55 {
    padding-right: 55px !important;
    padding-left: 55px !important;
  }
  .px-xl-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
  }
  .px-xl-65 {
    padding-right: 65px !important;
    padding-left: 65px !important;
  }
  .px-xl-70 {
    padding-right: 70px !important;
    padding-left: 70px !important;
  }
  .px-xl-75 {
    padding-right: 75px !important;
    padding-left: 75px !important;
  }
  .px-xl-80 {
    padding-right: 80px !important;
    padding-left: 80px !important;
  }
  .px-xl-85 {
    padding-right: 85px !important;
    padding-left: 85px !important;
  }
  .px-xl-90 {
    padding-right: 90px !important;
    padding-left: 90px !important;
  }
  .px-xl-95 {
    padding-right: 95px !important;
    padding-left: 95px !important;
  }
  .px-xl-100 {
    padding-right: 100px !important;
    padding-left: 100px !important;
  }
  .px-xl-110 {
    padding-right: 110px !important;
    padding-left: 110px !important;
  }
  .px-xl-120 {
    padding-right: 120px !important;
    padding-left: 120px !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .py-xl-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .py-xl-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .py-xl-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .py-xl-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .py-xl-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py-xl-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .py-xl-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .py-xl-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .py-xl-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .py-xl-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  .py-xl-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py-xl-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  .py-xl-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  .py-xl-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  .py-xl-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .py-xl-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  .py-xl-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  .py-xl-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  .py-xl-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .py-xl-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
  .py-xl-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-5 {
    padding-top: 5px !important;
  }
  .pt-xl-10 {
    padding-top: 10px !important;
  }
  .pt-xl-15 {
    padding-top: 15px !important;
  }
  .pt-xl-20 {
    padding-top: 20px !important;
  }
  .pt-xl-25 {
    padding-top: 25px !important;
  }
  .pt-xl-30 {
    padding-top: 30px !important;
  }
  .pt-xl-35 {
    padding-top: 35px !important;
  }
  .pt-xl-40 {
    padding-top: 40px !important;
  }
  .pt-xl-45 {
    padding-top: 45px !important;
  }
  .pt-xl-50 {
    padding-top: 50px !important;
  }
  .pt-xl-55 {
    padding-top: 55px !important;
  }
  .pt-xl-60 {
    padding-top: 60px !important;
  }
  .pt-xl-65 {
    padding-top: 65px !important;
  }
  .pt-xl-70 {
    padding-top: 70px !important;
  }
  .pt-xl-75 {
    padding-top: 75px !important;
  }
  .pt-xl-80 {
    padding-top: 80px !important;
  }
  .pt-xl-85 {
    padding-top: 85px !important;
  }
  .pt-xl-90 {
    padding-top: 90px !important;
  }
  .pt-xl-95 {
    padding-top: 95px !important;
  }
  .pt-xl-100 {
    padding-top: 100px !important;
  }
  .pt-xl-110 {
    padding-top: 110px !important;
  }
  .pt-xl-120 {
    padding-top: 120px !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-5 {
    padding-right: 5px !important;
  }
  .pe-xl-10 {
    padding-right: 10px !important;
  }
  .pe-xl-15 {
    padding-right: 15px !important;
  }
  .pe-xl-20 {
    padding-right: 20px !important;
  }
  .pe-xl-25 {
    padding-right: 25px !important;
  }
  .pe-xl-30 {
    padding-right: 30px !important;
  }
  .pe-xl-35 {
    padding-right: 35px !important;
  }
  .pe-xl-40 {
    padding-right: 40px !important;
  }
  .pe-xl-45 {
    padding-right: 45px !important;
  }
  .pe-xl-50 {
    padding-right: 50px !important;
  }
  .pe-xl-55 {
    padding-right: 55px !important;
  }
  .pe-xl-60 {
    padding-right: 60px !important;
  }
  .pe-xl-65 {
    padding-right: 65px !important;
  }
  .pe-xl-70 {
    padding-right: 70px !important;
  }
  .pe-xl-75 {
    padding-right: 75px !important;
  }
  .pe-xl-80 {
    padding-right: 80px !important;
  }
  .pe-xl-85 {
    padding-right: 85px !important;
  }
  .pe-xl-90 {
    padding-right: 90px !important;
  }
  .pe-xl-95 {
    padding-right: 95px !important;
  }
  .pe-xl-100 {
    padding-right: 100px !important;
  }
  .pe-xl-110 {
    padding-right: 110px !important;
  }
  .pe-xl-120 {
    padding-right: 120px !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-5 {
    padding-bottom: 5px !important;
  }
  .pb-xl-10 {
    padding-bottom: 10px !important;
  }
  .pb-xl-15 {
    padding-bottom: 15px !important;
  }
  .pb-xl-20 {
    padding-bottom: 20px !important;
  }
  .pb-xl-25 {
    padding-bottom: 25px !important;
  }
  .pb-xl-30 {
    padding-bottom: 30px !important;
  }
  .pb-xl-35 {
    padding-bottom: 35px !important;
  }
  .pb-xl-40 {
    padding-bottom: 40px !important;
  }
  .pb-xl-45 {
    padding-bottom: 45px !important;
  }
  .pb-xl-50 {
    padding-bottom: 50px !important;
  }
  .pb-xl-55 {
    padding-bottom: 55px !important;
  }
  .pb-xl-60 {
    padding-bottom: 60px !important;
  }
  .pb-xl-65 {
    padding-bottom: 65px !important;
  }
  .pb-xl-70 {
    padding-bottom: 70px !important;
  }
  .pb-xl-75 {
    padding-bottom: 75px !important;
  }
  .pb-xl-80 {
    padding-bottom: 80px !important;
  }
  .pb-xl-85 {
    padding-bottom: 85px !important;
  }
  .pb-xl-90 {
    padding-bottom: 90px !important;
  }
  .pb-xl-95 {
    padding-bottom: 95px !important;
  }
  .pb-xl-100 {
    padding-bottom: 100px !important;
  }
  .pb-xl-110 {
    padding-bottom: 110px !important;
  }
  .pb-xl-120 {
    padding-bottom: 120px !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-5 {
    padding-left: 5px !important;
  }
  .ps-xl-10 {
    padding-left: 10px !important;
  }
  .ps-xl-15 {
    padding-left: 15px !important;
  }
  .ps-xl-20 {
    padding-left: 20px !important;
  }
  .ps-xl-25 {
    padding-left: 25px !important;
  }
  .ps-xl-30 {
    padding-left: 30px !important;
  }
  .ps-xl-35 {
    padding-left: 35px !important;
  }
  .ps-xl-40 {
    padding-left: 40px !important;
  }
  .ps-xl-45 {
    padding-left: 45px !important;
  }
  .ps-xl-50 {
    padding-left: 50px !important;
  }
  .ps-xl-55 {
    padding-left: 55px !important;
  }
  .ps-xl-60 {
    padding-left: 60px !important;
  }
  .ps-xl-65 {
    padding-left: 65px !important;
  }
  .ps-xl-70 {
    padding-left: 70px !important;
  }
  .ps-xl-75 {
    padding-left: 75px !important;
  }
  .ps-xl-80 {
    padding-left: 80px !important;
  }
  .ps-xl-85 {
    padding-left: 85px !important;
  }
  .ps-xl-90 {
    padding-left: 90px !important;
  }
  .ps-xl-95 {
    padding-left: 95px !important;
  }
  .ps-xl-100 {
    padding-left: 100px !important;
  }
  .ps-xl-110 {
    padding-left: 110px !important;
  }
  .ps-xl-120 {
    padding-left: 120px !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
* {
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.slide-product__text h1,
.slide-product__text h2,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  color: inherit;
}
img {
  max-width: 100%;
}
button {
  background: 0 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  border: none;
  cursor: pointer;
}
button:active,
button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}
table {
  border-collapse: collapse;
}
.custom-file {
  position: relative;
  margin-bottom: 20px;
}
.custom-file-input {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  width: 20px;
}
.custom-file-label {
  display: inline-block;
  margin-bottom: 0;
  color: #669f5f;
  border-bottom: 1px dashed;
  margin-left: 28px;
  cursor: pointer;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.custom-file-label:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='SVGDoc' width='14' height='25' viewBox='0 0 14 25'%3E%3Cpath d='M1.24595,22.22383c-0.55813,-0.76326 -0.88291,-1.7068 -0.87009,-2.72139l0.16422,-12.80981c0.02209,-1.70315 0.70518,-3.29209 1.9241,-4.47434c1.21433,-1.17793 2.81616,-1.81038 4.50954,-1.78017c3.49754,0.06208 6.30684,2.9654 6.26186,6.4723l-0.13893,10.83442c-0.00629,0.46015 -0.38372,0.82833 -0.84423,0.82269c-0.46017,-0.00564 -0.82764,-0.38412 -0.8226,-0.84394l0.13893,-10.83475c0.03387,-2.59158 -2.04105,-4.73827 -4.62479,-4.78442c-1.24649,-0.02224 -2.42558,0.44322 -3.31936,1.31006c-0.89836,0.87149 -1.40179,2.04311 -1.41781,3.29939l-0.16411,12.80981c-0.0206,1.56537 1.23207,2.86116 2.7919,2.88905c0.75165,0.01328 1.4621,-0.26693 2.001,-0.78949c0.54188,-0.52555 0.84549,-1.23271 0.8551,-1.99099l0.09338,-7.27905c0.00664,-0.53817 -0.42377,-0.98437 -0.95879,-0.99433c-0.25669,-0.00432 -0.49953,0.09163 -0.68367,0.26991c-0.18482,0.17961 -0.28862,0.42164 -0.29182,0.68126l-0.06649,5.19178c-0.00595,0.45982 -0.38372,0.82833 -0.84423,0.82269c-0.46028,-0.00598 -0.82787,-0.38379 -0.8226,-0.84394l0.0666,-5.19178c0.00904,-0.70616 0.29228,-1.36518 0.79788,-1.8562c0.50491,-0.4897 1.17004,-0.75231 1.87363,-0.74002c1.45042,0.0259 2.61429,1.22906 2.59621,2.68188l-0.09327,7.27939c-0.01556,1.20515 -0.49919,2.3293 -1.36162,3.1656c-0.85934,0.83365 -1.99287,1.28118 -3.19107,1.2596c-1.46141,-0.0259 -2.75322,-0.75297 -3.55888,-1.8552z' fill='%23669f5f' fill-opacity='1'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  width: 28px;
  height: 25px;
  background-size: contain;
  position: absolute;
  display: block;
  left: 0;
  top: 2px;
}
.custom-file-label:hover {
  border-color: transparent;
}
html {
  font-size: 16px;
}
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 400;
  font-size: 15px;
  min-height: 100vh;
  min-width: 320px;
  font-family: -apple-system, Montserrat, sans-serif;
  line-height: 1.72;
}
body .footer {
  margin-top: auto;
}
.browsehappy {
  margin: 0;
  padding: 15px;
  text-align: center;
  background-color: #fff;
  font-family: inherit;
  color: red;
  font-size: 16px;
}
.h1,
.h2,
.section__text h1:first-child,
.section__text > h2:first-child,
.section__title-line,
.slide-product__text .section__text > h2:first-child,
.slide-product__text h1,
.slide-product__text h2,
h1,
h2 {
  font-size: 30px;
  line-height: 1.3333em;
  color: #104242;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .h1,
  .h2,
  .section__text h1:first-child,
  .section__text > h2:first-child,
  .section__title-line,
  .slide-product__text .section__text > h2:first-child,
  .slide-product__text h1,
  .slide-product__text h2,
  h1,
  h2 {
    font-size: 24px;
  }
}
.h3,
h3 {
  font-size: 25px;
  line-height: 1.4em;
  color: #104242;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .h3,
  h3 {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .h3,
  h3 {
    font-size: 18px;
  }
}
.h4,
h4 {
  font-size: 18px;
  font-weight: 600;
  color: #669f5f;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .h4,
  h4 {
    font-size: 16px;
  }
}
.section__text h1:first-child:before,
.section__text > h2:first-child:before,
.section__title-line:before,
.slide-product__text .section__text > h2:first-child:before {
  content: "";
  display: block;
  width: 70px;
  margin-bottom: 35px;
  height: 3px;
  background: #d8462a;
}
@media (max-width: 767.98px) {
  .section__text h1:first-child,
  .section__text > h2:first-child,
  .section__title-line,
  .slide-product__text .section__text > h2:first-child {
    font-size: 24px;
  }
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-800 {
  font-weight: 800 !important;
}
.fw-900 {
  font-weight: 900 !important;
}
.p-xs {
  font-size: 13px;
  line-height: 23px;
}
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: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.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;
  -webkit-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition:
    opacity 0.25s ease,
    visibility 0s ease 0.25s;
  -o-transition:
    opacity 0.25s ease,
    visibility 0s ease 0.25s;
  transition:
    opacity 0.25s ease,
    visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition:
    opacity 0.25s ease 0s,
    visibility 0s ease 0s;
  -o-transition:
    opacity 0.25s ease 0s,
    visibility 0s ease 0s;
  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;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property:
    opacity,
    -webkit-transform;
  transition-property:
    opacity,
    -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property:
    transform,
    opacity,
    -webkit-transform;
  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--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  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 {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: 0 0;
  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;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property:
    opacity,
    -webkit-transform;
  transition-property:
    opacity,
    -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property:
    transform,
    opacity,
    -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .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: 0 0;
  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--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .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-iframe,
.fancybox-video {
  background: 0 0;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.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;
}
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: 0;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: 0;
}
.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--fsenter svg:nth-child(2),
.fancybox-button--play svg:nth-child(2) {
  display: none;
}
.fancybox-button--fsexit svg:nth-child(1),
.fancybox-button--pause svg:nth-child(1) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998;
}
.fancybox-close-small {
  background: 0 0;
  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;
}
.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);
}
.fancybox-caption {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.85)),
    color-stop(50%, rgba(0, 0, 0, 0.3)),
    color-stop(65%, rgba(0, 0, 0, 0.15)),
    color-stop(75.5%, rgba(0, 0, 0, 0.075)),
    color-stop(82.85%, rgba(0, 0, 0, 0.037)),
    color-stop(88%, rgba(0, 0, 0, 0.019)),
    to(rgba(0, 0, 0, 0))
  );
  background: -o-linear-gradient(
    bottom,
    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%
  );
  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;
}
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: 0 0;
  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;
}
@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
@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));
    }
  }
}
.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;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  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:link,
.fancybox-share__button:visited {
  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: 0 0;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: 0;
  padding: 10px 15px;
  width: 100%;
}
.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: transparent;
  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;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  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: 0;
  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;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  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;
}
@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);
  }
}
.tns-outer {
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}
.tns-slider {
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}
.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}
.tns-no-calc {
  position: relative;
  left: 0;
}
.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}
.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition:
    transform 0s,
    opacity 0s;
  -webkit-transition:
    opacity 0s,
    -webkit-transform 0s;
  transition:
    opacity 0s,
    -webkit-transform 0s;
  -o-transition:
    transform 0s,
    opacity 0s;
  transition:
    transform 0s,
    opacity 0s;
  transition:
    transform 0s,
    opacity 0s,
    -webkit-transform 0s;
}
.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}
.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.tns-autowidth {
  display: inline-block;
}
.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}
.tns-ah {
  -webkit-transition: height 0s;
  -o-transition: height 0s;
  transition: height 0s;
}
.tns-ovh {
  overflow: hidden;
}
.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}
.tns-transparent {
  opacity: 0;
  visibility: hidden;
}
.tns-fadeIn {
  opacity: 1;
  z-index: 0;
}
.tns-fadeOut,
.tns-normal {
  opacity: 0;
  z-index: -1;
}
.tns-vpfix {
  white-space: nowrap;
}
.tns-vpfix > div,
.tns-vpfix > li {
  display: inline-block;
}
.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}
.tns-t-ct {
  width: 2333.3333333%;
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}
.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}
.tns-t-ct > div {
  width: 1.4285714%;
  width: calc(100% / 70);
  height: 10px;
  float: left;
}
.tns-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tns-nav button {
  color: #669f5f;
  border: 4px solid;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 6px;
  display: block;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.tns-nav button.tns-nav-active {
  width: 15px;
  height: 15px;
  border: 2px solid;
}
.tns-controls button {
  background: #669f5f;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  right: -12px;
  top: 50%;
  margin-top: -22px;
  margin-bottom: 16px;
  padding-left: 4px;
}
.tns-controls button:hover {
  background: #d8462a;
}
.tns-controls button:first-child {
  right: auto;
  left: -12px;
  padding-right: 4px;
  padding-left: 0;
}
@media (max-width: 991.98px) {
  body.fancybox-active {
    overflow: hidden;
  }
}
.fancybox-bg {
  background: #104242;
}
.fancybox-is-open .fancybox-bg {
  opacity: 1;
}
.fancybox-menu {
  z-index: 99;
}
.fancybox-menu .fancybox-slide--html {
  padding: 0;
}
@media (max-width: 991.98px) {
  .fancybox-slide--video {
    padding-left: 0;
    padding-right: 0;
  }
}
.fancybox-infobar {
  display: none;
}
.footer {
  background: -o-linear-gradient(bottom, #104242 calc(100% - 120px), #174d4d 0);
  background: linear-gradient(0deg, #104242 calc(100% - 120px), #174d4d 0);
  color: #fff;
  font-size: 14px;
  padding-bottom: 80px;
  position: relative;
}
@media (max-width: 767.98px) {
  .footer {
    padding-bottom: 20px;
    background: -o-linear-gradient(
      bottom,
      #104242 calc(100% - 405px),
      #174d4d 0
    );
    background: linear-gradient(0deg, #104242 calc(100% - 405px), #174d4d 0);
  }
}
.footer__grid {
  display: grid;
  grid-column-gap: 30px;
  grid-template-areas: "l l l l l s s s p p p p" "m m m m m m m m i i i i";
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 120px auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .footer__grid {
    grid-template-areas: "l p" "m m" "i s";
    grid-template-rows: 120px auto auto;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .footer__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.footer__soc {
  grid-area: s;
}
@media (max-width: 1199.98px) {
  .footer__soc {
    margin-top: auto;
    margin-left: auto;
  }
}
@media (max-width: 767.98px) {
  .footer__soc {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
}
.footer__soc .link--soc {
  margin-right: 15px;
}
.footer__soc .link--soc:last-child {
  margin-right: 0;
}
.footer__logo {
  grid-area: l;
  max-width: 230px;
}
@media (max-width: 767.98px) {
  .footer__logo {
    padding-top: 20px;
    margin-bottom: 50px;
  }
}
.footer__menu {
  grid-area: m;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  align-self: start;
  line-height: 50px;
}
.footer__menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-right: auto;
}
.footer__menu a {
  color: #fff;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.footer__menu a:hover {
  color: #d8462a;
  text-decoration: none;
}
.footer__info {
  grid-area: i;
  padding-top: 80px;
  align-self: start;
  line-height: 50px;
}
@media (max-width: 767.98px) {
  .footer__info {
    line-height: inherit;
  }
  .footer__info > * {
    margin-bottom: 20px;
  }
}
.footer__phone {
  grid-area: p;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1380px) {
  .footer__phone {
    right: 10px;
    top: -23px;
    position: static;
  }
}
@media (max-width: 767.98px) {
  .footer__phone {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer__phone .link--tel {
  margin-right: 10px;
}
@media (max-width: 767.98px) {
  .footer__phone .link--tel {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.footer .button--go-top {
  position: absolute;
  right: -95px;
  top: 0;
  z-index: 2;
}
@media screen and (max-width: 1380px) {
  .footer .button--go-top {
    right: 10px;
    top: -23px;
  }
}
.header {
  height: 0;
  position: relative;
  z-index: 100;
}
.header__logo {
  position: relative;
}
@media (max-width: 1199.98px) {
  .header__logo {
    margin-right: auto;
  }
}
@media (max-width: 767.98px) {
  .header__logo {
    max-width: 80px;
  }
}
.header__logo-img {
  background-image: url(/bitrix/templates/conditer/css/../img/logo-mob.png);
  width: 49px;
  height: 39px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: block;
}
@media (min-width: 768px) {
  .header__logo-img {
    width: 256px;
    height: 130px;
    background-image: url(/bitrix/templates/conditer/css/../img/logo-header.png);
  }
}
@media (min-width: 768px) and (max-width: 1399.98px) {
  .header__logo-img {
    width: 130px;
    height: 130px;
  }
}
.header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 15px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
}
@media (max-width: 767.98px) {
  .header__row {
    padding-top: 10px;
  }
}
.header__row .link {
  color: #fff;
}
.header__row .link:hover {
  color: #d8462a;
}
.header__nav {
  margin-left: auto;
  margin-right: auto;
  display: none;
}
.header__drop {
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  visibility: hidden;
  opacity: 0;
  position: absolute;
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
.header__menu > li {
  margin-right: 15px;
  font-size: 14px;
}
.header__menu > li:last-child {
  margin-right: 0;
}
.header__menu > li > a {
  font-weight: 600;
  color: #fff;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  padding: 20px 0;
  position: relative;
  display: inline-block;
}
.header__menu > li > a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 0;
  height: 2px;
  background: #d8462a;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.header__menu > li > a.is-active,
.header__menu > li > a:hover {
  text-decoration: none;
  color: #fff;
}
.header__menu > li > a.is-active:after,
.header__menu > li > a:hover:after {
  width: 46px;
}
.header__menu > li:hover > a:after {
  width: 46px;
}
.header__menu > li:hover .header__drop {
  visibility: visible;
  opacity: 1;
}
.header__menu ul {
  min-width: 230px;
  background-color: #174d4d;
  padding: 20px 15px 20px 30px;
  z-index: 2;
  list-style: none;
  margin-bottom: 0;
  line-height: 40px;
  margin-top: 10px;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.header__menu ul + ul {
  margin-top: 0;
}
.header__menu ul a {
  color: #fff;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.header__menu ul a:hover {
  text-decoration: none;
  color: #669f5f;
}
.header__search-wrap {
  position: relative;
}
.header__market-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-right: 8px;
    padding: 0;
  z-index: -1;
}
.header__market-link {
  width: 24px;
  height: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
}
.header__market-link svg,
.header__market-link img {
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 575.98px) {
  .header__search-wrap {
    position: static;
  }
}
.header__search {
  position: absolute;
  right: 15px;
  width: 760px;
  padding-bottom: 20px;
  bottom: -21px;
  height: 100px;
  text-align: right;
  display: none;
  padding-top: 53px;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
@media (max-width: 1199.98px) {
  .header__search {
    width: 340px;
  }
}
@media (max-width: 767.98px) {
  .header__search {
    height: 49px;
    padding-bottom: 0;
    bottom: 0;
    padding-top: 22px;
  }
}
@media (max-width: 575.98px) {
  .header__search {
    width: calc(100% - 50px);
    right: 50px;
    padding-left: 15px;
    padding-top: 18px;
  }
}
.header__search .input {
  max-width: 457px;
  width: 100%;
  display: inline-block;
}
@media (max-width: 575.98px) {
  .header__search .input {
    max-width: none;
  }
}
.header__soc {
  display: none;
  position: absolute;
  z-index: 2;
  top: 60px;
  left: 420px;
}
@media (max-width: 1199.98px) {
  .header__soc {
    left: 300px;
  }
}
@media (max-width: 991.98px) {
  .header__soc {
    left: 160px;
  }
}
.header__soc .link--soc {
  margin-right: 15px;
}
.header__soc .link--soc:last-child {
  margin-right: 0;
}
.header .link--lang {
  font-size: 16px;
}
.header .link--menu {
  margin-top: 7px;
}
@media (max-width: 767.98px) {
  .header .link--menu {
    margin-top: 6px;
  }
}
.header.is-search-show .header__menu {
  opacity: 0;
}
.header.is-search-show .link.link--search {
  visibility: hidden;
}
@media (max-width: 575.98px) {
  .header.is-search-show .header__logo-img,
  .header.is-search-show .link--lang {
    visibility: hidden;
  }
}
.header.is-menu-show .header__menu {
  opacity: 0;
}
.header.is-menu-show .header__row .link.link--search {
  visibility: hidden;
}
.header.is-menu-show .header__row {
  background: #104242;
}
@media (max-width: 767.98px) {
  .header.is-menu-show:after {
    content: "";
    display: block;
    position: absolute;
    height: 50px;
    width: 100%;
    left: 0;
    top: 0;
    background: #104242;
    z-index: -1;
  }
}
@media (max-width: 575.98px) {
  .header.is-menu-show:after {
    display: none;
  }
}
.header.is-menu-show .header__soc {
  display: block;
}
@media (max-width: 767.98px) {
  .header.is-menu-show .header__soc {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .header.is-menu-show .header__search {
    bottom: -60px;
    width: auto;
    left: 0;
    right: 15px;
    height: 60px;
    padding-top: 30px;
  }
}
@media (max-width: 575.98px) {
  .header.is-menu-show .header__search-wrap .link--search {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .header--home.is-search-show:before {
    content: "";
    height: 100px;
    display: block;
    position: absolute;
    background: #104242;
    width: 500px;
    right: 0;
    top: 0;
  }
}
@media (max-width: 767.98px) {
  .header--home.is-search-show:before {
    height: 49px;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .header--home.is-search-show:before {
    display: none;
  }
}
.header--home.is-search-show .header__search {
  background-color: #104242;
}
.header--home.is-menu-show .header__search {
  background: 0 0;
}
.header--dark .header__menu > li > a {
  color: #104242;
}
.header--dark .header__menu > li > a.is-active,
.header--dark .header__menu > li > a:hover {
  color: #104242;
}
@media (min-width: 768px) {
  .header--dark .header__logo-img {
    background-image: url(/bitrix/templates/conditer/css/../img/logo-dark.png);
  }
}
.header--dark .header__row .link--lang,
.header--dark .header__row .link--menu,
.header--dark .header__row .link--search {
  color: #669f5f;
}
.header--dark.is-search-show .header__search .input--search {
  color: #212529;
}
.header--dark.is-search-show .header__search .input--search.placeholder {
  color: #212529;
}
.header--dark.is-search-show .header__search .input--search:-moz-placeholder {
  color: #212529;
}
.header--dark.is-search-show .header__search .input--search::-moz-placeholder {
  color: #212529;
}
.header--dark.is-search-show
  .header__search
  .input--search:-ms-input-placeholder {
  color: #212529;
}
.header--dark.is-search-show
  .header__search
  .input--search::-webkit-input-placeholder {
  color: #212529;
}
@media (min-width: 768px) {
  .header--dark.is-menu-show .header__logo-img {
    background-image: url(/bitrix/templates/conditer/css/../img/logo-header.png);
  }
}
.carousel {
  position: relative;
}
.carousel__brand {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 170px;
  padding: 16px;
  -webkit-box-shadow: 0 0 18px rgba(51, 51, 51, 0.1);
  box-shadow: 0 0 18px rgba(51, 51, 51, 0.1);
}
@media (max-width: 767.98px) {
  .carousel__brand {
    -webkit-box-shadow: 0 0 10px rgba(51, 51, 51, 0.05);
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.05);
  }
}
@media (max-width: 575.98px) {
  .carousel__brand {
    height: 120px;
  }
}
.carousel__brand img {
  mix-blend-mode: multiply;
}
.carousel a.carousel__brand {
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.carousel a.carousel__brand:hover {
  -webkit-box-shadow: 0 0 24px rgba(51, 51, 51, 0.15);
  box-shadow: 0 0 24px rgba(51, 51, 51, 0.15);
}
.carousel--product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 991.98px) {
  .carousel--product {
    display: block;
  }
}
@media (max-width: 575.98px) {
  .carousel--product {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.carousel--product .section__label,
.carousel--product .section__text > p:first-child {
  position: absolute;
  left: 0;
  top: 100px;
}
@media (max-width: 991.98px) {
  .carousel--product .section__label,
  .carousel--product .section__text > p:first-child {
    position: static;
  }
}
@media (max-width: 575.98px) {
  .carousel--product .section__label,
  .carousel--product .section__text > p:first-child {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.carousel--product .section__label:after,
.carousel--product .section__text > p:first-child:after {
  width: 70px;
}
.carousel--product .carousel__wrap {
  width: calc(100% - 100px);
  max-width: 970px;
}
@media (max-width: 991.98px) {
  .carousel--product .carousel__wrap {
    width: 100%;
    max-width: none;
  }
}
.carousel--product .carousel__nav {
  width: 100px;
  background: #669f5f;
  height: 320px;
  position: relative;
  -ms-flex-item-align: center;
  align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 5;
}
@media (max-width: 991.98px) {
  .carousel--product .carousel__nav {
    position: absolute;
    bottom: 120px;
    right: 61px;
  }
}
.carousel--product .carousel__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  line-height: 1;
}
.carousel--product .carousel__count span {
  font-size: 50px;
  display: block;
}
.carousel--product .carousel__count span.is-slide-02 {
  color: #ffd200;
}
.carousel--product .carousel__count span.is-slide-03 {
  color: #e53935;
}
.carousel--product .carousel__count span:after {
  content: "";
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40px;
  height: 1px;
  background: #fff;
  margin-top: 8px;
  margin-bottom: 15px;
}
.carousel--product .carousel__count small {
  font-size: 18px;
}
.carousel--product .carousel__controls button {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.carousel--product .carousel__controls button:hover {
  color: #d8462a;
}
.carousel--product .carousel__controls button:first-child {
  top: 0;
}
.carousel--product .carousel__controls button:last-child {
  bottom: 0;
}
.carousel--product .tns-nav {
  position: relative;
  top: 65px;
}
.carousel--product .tns-item {
  left: 0 !important;
}
.carousel--cards {
  position: relative;
  padding-top: 50px;
}
@media (max-width: 767.98px) {
  .carousel--cards {
    padding-top: 0;
    margin-top: 30px;
  }
}
.carousel--cards .tns-controls button {
  right: 0;
  top: auto;
  bottom: 100%;
  margin-bottom: 16px;
  margin-top: 0;
}
@media (max-width: 767.98px) {
  .carousel--cards .tns-controls button {
    top: 50%;
    bottom: auto;
    margin-top: -22px;
    right: -12px;
  }
}
.carousel--cards .tns-controls button:first-child {
  right: 70px;
  left: auto;
}
@media (max-width: 767.98px) {
  .carousel--cards .tns-controls button:first-child {
    left: -12px;
    right: auto;
  }
}
.carousel--cards .tns-nav {
  margin-top: 20px;
}
.carousel--doc {
  margin-top: -20px;
  margin-bottom: -20px;
}
.carousel--shadow .tns-ovh {
  padding: 20px 15px;
  margin: -20px -15px;
}
@media (max-width: 767.98px) {
  .carousel--shadow .tns-ovh {
    padding: 10px;
    margin: -10px;
  }
}
@media (max-width: 767.98px) {
  .carousel.row .carousel__brand {
    -webkit-box-shadow: 0 0 18px rgba(51, 51, 51, 0.1);
    box-shadow: 0 0 18px rgba(51, 51, 51, 0.1);
  }
}
.carousel--gallery {
  margin-bottom: 30px;
}
.carousel--gallery .tns-nav {
  padding-top: 25px;
}
.carousel--gallery .tns-nav button {
  width: 10px;
  height: 10px;
  background: #b2b2b2;
  border-color: #b2b2b2;
}
.carousel--gallery .tns-nav button.tns-nav-active {
  border: 3px solid #e30611;
  background: #fff;
}
.carousel--gallery .tns-controls button:first-child {
  left: -70px;
}
@media (max-width: 991.98px) {
  .carousel--gallery .tns-controls button:first-child {
    left: -12px;
  }
}
.carousel--gallery .tns-controls button:last-child {
  right: -70px;
}
@media (max-width: 991.98px) {
  .carousel--gallery .tns-controls button:last-child {
    right: -12px;
  }
}
.carousel--text .section__text .slide-product__text h1:before,
.carousel--text .section__text h2:before,
.slide-product__text .carousel--text .section__text h1:before {
  display: none;
}
.link {
  display: inline-block;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  color: #669f5f;
}
.link:hover {
  text-decoration: none;
  color: #d8462a;
}
.link--soc {
  margin-right: 15px;
}
.link--soc:last-child {
  margin-right: 0;
}
.link--soc:hover {
  opacity: 0.8;
}
.link--tel {
  color: currentColor;
  font-weight: 700;
  font-size: 18px;
  white-space: nowrap;
}
.link--stretch:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.link--catalog {
  width: 178px;
  height: 178px;
  border-radius: 50%;
  background: #d8462a;
  color: #fff;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px;
  text-align: center;
  line-height: 24px;
  position: absolute;
  right: 40px;
  top: 80px;
}
@media (max-width: 767.98px) {
  .link--catalog {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    top: 65px;
  }
}
.link--catalog:after {
  content: "";
  display: block;
  top: 16px;
  left: 16px;
  bottom: 16px;
  right: 16px;
  border: 1px solid;
  border-radius: 50%;
  position: absolute;
}
.link--catalog:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath d='M29.31466,30.00168h-28.6298c-0.37663,0 -0.68172,-0.30544 -0.68172,-0.68192v-24.54825c0,-0.37649 0.3051,-0.68192 0.68172,-0.68192h10.22495c0.37628,0 0.68172,0.30544 0.68172,0.68192c0,0.37649 -0.30544,0.68192 -0.68172,0.68192h-9.54334v23.18474h27.26658v-23.18474h-9.54323c-0.37674,0 -0.68184,-0.30544 -0.68184,-0.68192c0,-0.37649 0.3051,-0.68192 0.68184,-0.68192h10.22484c0.37685,0 0.68172,0.30544 0.68172,0.68192v24.54825c0,0.37649 -0.30487,0.68192 -0.68172,0.68192zM14.31809,22.21865v-21.53836c0,-0.37682 0.30487,-0.68192 0.68184,-0.68192c0.37663,0 0.6815,0.30511 0.6815,0.68192v21.53836l4.28982,-4.29107c0.12302,-0.12384 0.29354,-0.19986 0.4818,-0.19986c0.37674,0 0.68184,0.30511 0.68184,0.68159c0,0.18891 -0.07679,0.35922 -0.1997,0.48239l-5.45345,5.45539c-0.12383,0.12317 -0.29434,0.19953 -0.4818,0.19953c-0.1886,0 -0.35889,-0.07636 -0.48214,-0.19953l-5.45311,-5.45506c-0.12405,-0.1235 -0.19981,-0.29382 -0.19981,-0.48272c0,-0.37649 0.30487,-0.68159 0.68161,-0.68159c0.18768,0 0.35877,0.07603 0.48203,0.19986z' fill='%23f5f5f5' fill-opacity='1'%3E%3C/path%3E%3C/svg%3E");
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  display: block;
  margin-bottom: 10px;
}
.link--catalog:hover {
  color: #fff;
  background-color: #669f5f;
}
.link--menu {
  position: relative;
  line-height: 1;
}
.link--menu:after,
.link--menu:before {
  content: "";
  width: 100%;
  height: 2px;
  background: currentColor;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: none;
}
.link--menu:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.link--menu svg {
  display: block;
}
.link--menu.is-active:after,
.link--menu.is-active:before {
  display: block;
}
.link--menu.is-active svg {
  opacity: 0;
}
.link--play {
  border-radius: 50%;
  width: 45px;
  height: 45px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='10' viewBox='0 0 8 10'%3E%3Cpath d='M7.99915,4.99968v0l-7.99839,-4.99893v0v9.99786v0l7.99839,-4.99893v0' fill='%23ffffff' fill-opacity='1'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 52% 52%;
  background-color: #669f5f;
  -webkit-box-shadow: 0 0 0 8px rgba(102, 159, 95, 0.5);
  box-shadow: 0 0 0 8px rgba(102, 159, 95, 0.5);
}
.link--play:hover {
  background-color: #5c8f55;
}
.link--white {
  color: #fff;
}
.link--white:hover {
  color: #669f5f;
}
.link--search {
  line-height: 27px;
}
@media (max-width: 767.98px) {
  .link--search {
    padding-bottom: 2px;
  }
}
.button,
.filters-wrap
  .bx-filter.bx-blue
  .bx-filter-button-box
  .bx-filter-parameters-box-container
  input:first-of-type {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 5px;
  background-color: #669f5f;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  text-align: center;
}
.button:hover,
.filters-wrap
  .bx-filter.bx-blue
  .bx-filter-button-box
  .bx-filter-parameters-box-container
  input:hover:first-of-type {
  text-decoration: none;
  color: #fff;
  background-color: #d8462a;
}
.button--w170-50 {
  padding: 14.5px 20px;
  width: 170px;
  max-width: 100%;
}
.button--secondary {
  background-color: #d8462a;
  -webkit-box-shadow: 0 10px 15px rgba(216, 70, 42, 0.2);
  box-shadow: 0 10px 15px rgba(216, 70, 42, 0.2);
  font-weight: 700;
}
.button--secondary:hover {
  background-color: #669f5f;
}
.button--ar:after {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10'%3E%3Cpath id='стрелка' fill='%23fff' d='M1502.96,5181.29c0.03-2.25,3.8-1.41,8.94-1.41-0.62-.61-1.23-1.23-1.85-1.84a0.142,0.142,0,0,1-.02-0.06h0a1.156,1.156,0,0,1,1.49-1.75,10.189,10.189,0,0,1,1.01.95c0.96,0.82,1.78,1.79,2.69,2.67a1.5,1.5,0,0,1,.75,1.47,3.391,3.391,0,0,1-1.16,1.38c-1.02,1.03-2.04,2.05-3.06,3.08a1.384,1.384,0,0,1-1.38.06c-1.73-1.07,1.02-2.91,1.53-3.57v-0.03h-5.42a10.36,10.36,0,0,1-2.8-.06A1.534,1.534,0,0,1,1502.96,5181.29Zm0.29-1.5h11.11a1.25,1.25,0,0,1,0,2.5h-11.11A1.25,1.25,0,0,1,1503.25,5179.79Z' transform='translate(-1502 -5176)'/%3E%3C/svg%3E");
  width: 14px;
  height: 10px;
  margin-left: 30px;
  background-repeat: no-repeat;
}
.button--go-top {
  padding: 0;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10'%3E%3Cpath d='M16.01511,8.62621c0,-0.3569 -0.13504,-0.7128 -0.40535,-0.98471l-7.60986,-7.62798v0l-7.60986,7.62798c-0.53879,0.53983 -0.54165,1.41796 -0.0071,1.96144c0.53501,0.54381 1.40522,0.5468 1.94309,0.00764l5.67387,-5.68779v0l5.67295,5.68779c0.53833,0.53916 1.40854,0.53618 1.94309,-0.00764c0.26653,-0.26991 0.39917,-0.62382 0.39917,-0.97674z' fill='%23ffffff' fill-opacity='1'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 53% 48%;
  -webkit-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
}
.button--toggle {
  width: 45px;
  height: 45px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  padding: 3px 0 0;
  -webkit-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
}
@media (max-width: 575.98px) {
  .button--toggle {
    width: 40px;
    height: 40px;
  }
}
.button--toggle.is-active,
.button--toggle[aria-expanded="true"] {
  padding-top: 0;
}
.button--toggle.is-active img,
.button--toggle[aria-expanded="true"] img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.button--outline {
  background-color: transparent;
  color: #669f5f;
  border: 1px solid;
  font-weight: 700;
}
.button--outline:hover {
  background-color: #669f5f;
  color: #fff;
}
.filters-wrap
  .bx-filter.bx-blue
  .bx-filter-button-box
  .bx-filter-parameters-box-container
  input:first-of-type,
input.button {
  border: none;
  outline: 0 !important;
}
.section__text h1,
.section__text > h2,
.slide-product__text .section__text > h1,
.slide-product__text .section__text > h2 {
  margin-bottom: 36px;
}
.section__label,
.section__text > p:first-child {
  color: #669f5f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 15px;
}
.section__label:after,
.section__text > p:first-child:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 70px;
  height: 3px;
  background-color: #d8462a;
  display: block;
  margin-left: 30px;
}
.section__contact {
  padding: 10px 0 10px 38px;
  border-left: 2px solid #e81818;
}
@media (max-width: 575.98px) {
  .section__contact {
    padding-left: 10px;
  }
}
.section__contact p {
  margin-bottom: 10px;
}
.section__contact a {
  font-weight: 600;
  font-size: 18px;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.section__contact a:hover {
  text-decoration: none;
  color: #669f5f;
}
.section__map-contacts {
  height: 650px;
  background-color: #fff;
  position: relative;
  z-index: 2;
  width: 370px;
  -webkit-box-shadow: 0 0 40px rgba(51, 51, 51, 0.15);
  box-shadow: 0 0 40px rgba(51, 51, 51, 0.15);
  padding: 80px 35px 35px;
}
@media (max-width: 991.98px) {
  .section__map-contacts {
    padding: 60px 0 30px;
    height: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 100%;
  }
}
.section__map-contacts > ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ddd;
  padding-left: 0;
  margin-bottom: 40px;
}
.section__map-contacts > ul .slide-product__text h1,
.section__map-contacts > ul h2,
.slide-product__text .section__map-contacts > ul h1 {
  font-size: 25px;
  line-height: 35px;
  color: #999;
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  padding-right: 30px;
  cursor: pointer;
}
.section__map-contacts > ul .slide-product__text h1.is-active,
.section__map-contacts > ul h2.is-active,
.slide-product__text .section__map-contacts > ul h1.is-active {
  color: #104242;
  border-color: #669f5f;
}
.section__map-contacts table td {
  vertical-align: top;
  padding-bottom: 25px;
}
.section__map-contacts table td:first-child {
  width: 35px;
  padding-right: 15px;
}
.section__map-contacts table .link {
  text-decoration: underline;
}
.section__map-contacts table .link:hover {
  color: #669f5f;
  text-decoration: none;
}
.section__map-wrap {
  position: absolute;
  overflow: hidden;
  z-index: 1;
  height: 650px;
  width: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 991.98px) {
  .section__map-wrap {
    position: relative;
    height: 380px;
  }
}
.section__map-block {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: -370px;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}
.section__map-block [class*="-ground-pane"] {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
@media (max-width: 991.98px) {
  .section__map-block [class*="-copyrights-pane"] {
    left: 380px !important;
  }
}
@media (max-width: 991.98px) {
  .section__map-block {
    left: -370px;
  }
}
.section__map-block.is-active {
  opacity: 1;
  z-index: 1;
}
.section--light {
  background: #faf6e8;
}
.section--dark {
  background: #104242;
  color: #fff;
}
.section--news {
  padding: 120px 0;
}
@media (max-width: 767.98px) {
  .section--news {
    padding: 90px 0;
  }
}
.section--tradition {
  padding: 130px 0;
  background-color: #faf6e8;
  background-image:
    url(/bitrix/templates/conditer/css/../img/bg-tradition.png),
    -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(39%, #104242),
        color-stop(39%, #faf6e8)
      );
  background-image:
    url(/bitrix/templates/conditer/css/../img/bg-tradition.png),
    -o-linear-gradient(left, #104242 39%, #faf6e8 39%);
  background-image:
    url(/bitrix/templates/conditer/css/../img/bg-tradition.png),
    linear-gradient(90deg, #104242 39%, #faf6e8 39%);
  background-repeat: no-repeat, repeat;
  background-position: left center;
}
@media (max-width: 1199.98px) {
  .section--tradition {
    background-image:
      url(/bitrix/templates/conditer/css/../img/bg-tradition.png),
      -webkit-gradient(
          linear,
          left top,
          right top,
          color-stop(67%, #104242),
          color-stop(67%, #faf6e8)
        );
    background-image:
      url(/bitrix/templates/conditer/css/../img/bg-tradition.png),
      -o-linear-gradient(left, #104242 67%, #faf6e8 67%);
    background-image:
      url(/bitrix/templates/conditer/css/../img/bg-tradition.png),
      linear-gradient(90deg, #104242 67%, #faf6e8 67%);
    background-size:
      auto,
      auto 850px;
    background-repeat: no-repeat;
    background-position:
      left 130px,
      top;
  }
}
@media (max-width: 767.98px) {
  .section--tradition {
    padding: 90px 0;
    background-image:
      url(/bitrix/templates/conditer/css/../img/bg-tradition.png),
      -webkit-gradient(
          linear,
          left bottom,
          left top,
          color-stop(100%, #104242),
          color-stop(0, #104242)
        );
    background-image:
      url(/bitrix/templates/conditer/css/../img/bg-tradition.png),
      -o-linear-gradient(bottom, #104242 100%, #104242 0);
    background-image:
      url(/bitrix/templates/conditer/css/../img/bg-tradition.png),
      linear-gradient(0deg, #104242 100%, #104242 0);
    background-position:
      left 130px,
      top;
    background-size:
      auto,
      100% 1120px;
  }
}
@media (max-width: 575.98px) {
  .section--tradition {
    background-size:
      auto,
      100% 920px;
  }
}
@media (max-width: 1199.98px) {
  .section--tradition .section__text {
    padding-top: 250px;
  }
}
@media (max-width: 767.98px) {
  .section--tradition .section__text {
    padding-top: 130px;
  }
}
@media (max-width: 575.98px) {
  .section--tradition .section__img-tr {
    height: 390px;
  }
}
.section--catalog {
  height: 520px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: -70px;
  overflow: hidden;
  padding-bottom: 70px;
}
@media (max-width: 767.98px) {
  .section--catalog {
    height: 450px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.section--catalog:after {
  content: "";
  display: block;
  width: 50%;
  height: 487px;
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 100%;
}
@media (max-width: 991.98px) {
  .section--catalog:after {
    width: 65%;
  }
}
@media (max-width: 767.98px) {
  .section--catalog:after {
    width: 100%;
    height: 100%;
    background-size: auto 378px;
    background-position: center center;
    background-image: url(/bitrix/templates/conditer/css/../img/catalog-bg-mob.png);
  }
}
@media (max-width: 575.98px) {
  .section--catalog:after {
    background-position: calc(100% - 15px) center;
  }
}
@media (min-width: 768px) {
  .section--catalog:after {
    background-image: url(/bitrix/templates/conditer/css/../img/catalog-bg.png);
  }
}
.section--map {
  background: #faf6e8;
  position: relative;
  min-height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  padding: 130px 0;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .section--map {
    display: block;
    padding-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .section--map {
    padding-top: 90px;
  }
}
.section--map .section__map {
  position: absolute;
  width: 56.1%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #104242;
  background-image: url(/bitrix/templates/conditer/css/../img/map.png);
  background-repeat: no-repeat;
  background-position: -294px center;
}
@media (max-width: 1199.98px) {
  .section--map .section__map {
    background-size: 873px;
    background-position: -294px 20%;
  }
}
@media (max-width: 991.98px) {
  .section--map .section__map {
    position: static;
    width: 100%;
    height: 640px;
    background-size: auto 90%;
  }
}
@media (max-width: 767.98px) {
  .section--map .section__map {
    margin-top: 40px;
    height: 470px;
    background-position: -50px 100px;
    background-size: 632px;
  }
}
@media (max-width: 575.98px) {
  .section--map .section__map {
    background-position: right 86px;
    height: 370px;
    background-size: 455px;
  }
}
.section--map .section__auto {
  position: absolute;
  bottom: 0;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  .section--map .section__auto {
    width: 245px;
    right: 0;
    top: 0;
    background: #104242;
    z-index: -1;
    padding-top: 255px;
  }
}
@media (max-width: 767.98px) {
  .section--map .section__auto {
    z-index: auto;
    position: relative;
    text-align: center;
    background-color: transparent;
    padding-top: 0;
    width: 100%;
  }
}
.section--map .section__auto img {
  max-width: 717px;
  margin-left: -235px;
}
@media (max-width: 1199.98px) {
  .section--map .section__auto img {
    max-width: 680px;
    margin-left: -230px;
  }
}
@media (max-width: 767.98px) {
  .section--map .section__auto img {
    margin-left: 0;
    width: 570px;
    margin-top: -70px;
  }
}
@media (max-width: 575.98px) {
  .section--map .section__auto img {
    width: 370px;
    margin-left: -40px;
  }
}
.section--production {
  padding: 90px 0;
}
.section--brand {
  background-image: url(/bitrix/templates/conditer/css/../img/bg-brand.png), url(/bitrix/templates/conditer/css/../img/bg-pattern-1.png);
  background-repeat: no-repeat;
  background-position:
    86% 40px,
    left center;
  padding: 130px 0;
  overflow: hidden;
}
@media screen and (max-width: 1580px) {
  .section--brand {
    background-position:
      calc(100% + 90px) 40px,
      left center;
  }
}
@media (max-width: 1199.98px) {
  .section--brand {
    background-position:
      calc(100% + 202px) 40px,
      left center;
  }
}
@media (max-width: 991.98px) {
  .section--brand {
    background-image: url(/bitrix/templates/conditer/css/../img/bg-brand.png);
    background-position: center bottom;
    background-size: 767px;
  }
}
@media (max-width: 767.98px) {
  .section--brand {
    padding: 90px 0;
  }
}
@media (max-width: 575.98px) {
  .section--brand {
    background-size: 547px;
    background-position: center calc(100% - 20px);
  }
}
.section--brand.section--light {
  background-blend-mode: multiply, normal;
}
@media (min-width: 992px) {
  .section--brand.section--light {
    background-image: url(/bitrix/templates/conditer/css/../img/bg-brand.png), url(/bitrix/templates/conditer/css/../img/pattern-2.png);
  }
}
.section--type1 {
  overflow: hidden;
}
.section--type1 img {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .section--type1 img {
    max-width: none;
    margin-bottom: 0;
  }
}
.section--type1 h1,
.section--type1 h2,
.section--type1 h3 {
  margin-bottom: 36px;
}
.section--personnel {
  background-image: url(/bitrix/templates/conditer/css/../img/bg-dark-top.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 120px;
  padding-bottom: 50px;
}
@media (max-width: 991.98px) {
  .section--personnel {
    padding-top: 140px;
  }
}
@media (max-width: 991.98px) {
  .section--personnel {
    padding-bottom: 30px;
  }
}
.card-news {
  position: relative;
  padding-bottom: 30px;
}
.card-news__img-wrap {
  position: relative;
  padding-top: 70.2703%;
  overflow: hidden;
}
.card-news__img-wrap img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.card-news__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 767.98px) {
  .card-news__bottom {
    display: block;
  }
}
.card-news__bottom time {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 70px;
  display: block;
  border-right: 2px solid;
  color: #669f5f;
  font-size: 12px;
  margin-right: 25px;
  line-height: 16px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .card-news__bottom time {
    margin-right: 15px;
  }
}
@media (max-width: 767.98px) {
  .card-news__bottom time {
    border: none;
    width: auto;
    line-height: 18px;
  }
}
.card-news__bottom time span {
  font-size: 30px;
  display: block;
  line-height: 0.9333em;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .card-news__bottom time span {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .card-news__bottom time span {
    font-size: inherit;
    display: inline-block;
  }
}
.card-news__bottom .link {
  font-weight: 600;
  -ms-flex-item-align: center;
  align-self: center;
  color: #333;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .card-news__bottom .link {
    font-size: 14px;
  }
}
.card-news__bottom .link:hover {
  color: #d8462a;
}
.card-news .label {
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 20px;
}
@media (min-width: 992px) {
  .card-news:hover .card-news__img-wrap img {
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
  }
}
@media (max-width: 575.98px) {
  .card-news--sm {
    padding-bottom: 15px;
  }
  .card-news--sm .label {
    top: 5px;
    left: 5px;
    line-height: 16px;
    font-size: 10px;
  }
  .card-news--sm .link {
    font-size: 12px;
    line-height: 16px;
  }
  .card-news--sm .card-news__bottom {
    padding-top: 3px;
  }
  .card-news--sm .card-news__bottom time {
    font-size: 10px;
  }
}
.label {
  font-size: 13px;
  display: inline-block;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 3px;
  background: #669f5f;
  color: #fff;
}
.label--yellow {
  background: #ffac26;
}
.label--dark {
  background: #217d66;
}
.icon-block {
  max-width: 170px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: inherit;
  display: block;
}
.icon-block__ic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 70px;
  margin-bottom: 20px;
}
.icon-block__ic img {
  max-height: 100%;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.icon-block:hover {
  color: inherit;
  text-decoration: none;
}
.icon-block:hover img {
  -webkit-filter: grayscale(1) brightness(200%);
  filter: grayscale(1) brightness(200%);
}
.numeral {
  color: #104242;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.numeral:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
  background: #d8462a;
  margin-bottom: 30px;
}
.numeral__digit {
  color: #669f5f;
  font-size: 80px;
  font-weight: 400;
  line-height: 1.25;
}
.numeral__digit small {
  font-size: 0.225em;
  text-transform: uppercase;
  margin-left: -1.1111em;
  font-weight: 700;
}
.numeral--front {
  padding-left: 40px;
  position: relative;
  color: #fff;
  font-weight: 400;
}
.numeral--front:before {
  position: absolute;
  left: 12px;
  top: 8px;
}
.numeral--front .numeral__digit {
  font-size: 50px;
}
.link-catalog {
  display: block;
  position: relative;
  height: 330px;
  background: #faf6e8;
  margin-bottom: 25px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .link-catalog {
    height: 320px;
  }
}
@media (max-width: 767.98px) {
  .link-catalog {
    height: 300px;
  }
}
@media (max-width: 575.98px) {
  .link-catalog {
    height: auto;
    background-color: transparent;
  }
}
.link-catalog:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  right: 40px;
  bottom: -20px;
  z-index: 1;
  -webkit-box-shadow: 0 10px 15px rgba(216, 70, 42, 0.2);
  box-shadow: 0 10px 15px rgba(216, 70, 42, 0.2);
  background-color: #d8462a;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10'%3E%3Cpath id='стрелка' fill='%23fff' d='M1502.96,5181.29c0.03-2.25,3.8-1.41,8.94-1.41-0.62-.61-1.23-1.23-1.85-1.84a0.142,0.142,0,0,1-.02-0.06h0a1.156,1.156,0,0,1,1.49-1.75,10.189,10.189,0,0,1,1.01.95c0.96,0.82,1.78,1.79,2.69,2.67a1.5,1.5,0,0,1,.75,1.47,3.391,3.391,0,0,1-1.16,1.38c-1.02,1.03-2.04,2.05-3.06,3.08a1.384,1.384,0,0,1-1.38.06c-1.73-1.07,1.02-2.91,1.53-3.57v-0.03h-5.42a10.36,10.36,0,0,1-2.8-.06A1.534,1.534,0,0,1,1502.96,5181.29Zm0.29-1.5h11.11a1.25,1.25,0,0,1,0,2.5h-11.11A1.25,1.25,0,0,1,1503.25,5179.79Z' transform='translate(-1502 -5176)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .link-catalog:after {
    right: 20px;
  }
}
@media (max-width: 575.98px) {
  .link-catalog:after {
    display: none;
  }
}
.link-catalog__img-wrap {
  height: 100%;
  display: block;
  overflow: hidden;
  background: #faf6e8;
  border-radius: 5px;
}
@media (max-width: 575.98px) {
  .link-catalog__img-wrap {
    height: 42.1875vw;
    min-height: 135px;
    text-align: center;
  }
}
.link-catalog__img-wrap img {
  max-width: none;
  display: block;
  mix-blend-mode: darken;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  max-height: 100%;
}
.link-catalog__title {
  font-weight: 600;
  color: #333;
  text-align: center;
  height: 72px;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
}
@media (max-width: 575.98px) {
  .link-catalog__title {
    position: relative;
    height: auto;
    padding-top: 10px;
  }
}
.link-catalog:hover {
  text-decoration: none;
}
@media (min-width: 992px) {
  .link-catalog:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .link-catalog:hover:after {
    background-color: #669f5f;
  }
}
@media (max-width: 575.98px) {
  .slide-product {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.slide-product__text {
  padding-top: 140px;
  max-width: 370px;
  margin-bottom: 35px;
}
@media (max-width: 991.98px) {
  .slide-product__text {
    max-width: none;
    padding-top: 0;
  }
}
.slide-product__text h1,
.slide-product__text h2 {
  margin-bottom: 36px;
}
@media (max-width: 767.98px) {
  .slide-product__text h1,
  .slide-product__text h2 {
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .slide-product__text p {
    display: none;
  }
}
.slide-product__img-wrap {
  width: 400px;
  height: 590px;
  background-color: #e7ded4;
  border-radius: 50px 0 50px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .slide-product__img-wrap {
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
  }
}
@media (max-width: 767.98px) {
  .slide-product__img-wrap {
    margin-top: 0;
    height: 500px;
    width: 380px;
  }
}
@media (max-width: 575.98px) {
  .slide-product__img-wrap {
    width: 215px;
    height: 318px;
    border-radius: 30px 0 30px 0;
  }
}
.slide-product__img {
  max-height: 100%;
  position: relative;
  z-index: 1;
}
.slide-product__label-img {
  position: absolute;
  top: 50px;
  left: -100px;
  width: 170px;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .slide-product__label-img {
    width: 120px;
    left: -60px;
    top: 30px;
  }
}
@media (max-width: 575.98px) {
  .slide-product__label-img {
    left: -53px;
  }
}
.hero {
  position: relative;
  padding-top: 268px;
  padding-bottom: 48px;
  z-index: 1;
  color: #fff;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .hero {
    padding-top: 0;
    background: #104242;
  }
}
.hero__bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #104242;
}
@media (max-width: 767.98px) {
  .hero__bg {
    position: relative;
  }
}
.hero__bg:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 376px;
  height: 100%;
  background: #669f5f;
  top: 0;
  left: 50.5%;
}
@media (max-width: 1199.98px) {
  .hero__bg:before {
    left: auto;
    right: 0;
  }
}
@media (max-width: 991.98px) {
  .hero__bg:before {
    width: 220px;
  }
}
@media (max-width: 767.98px) {
  .hero__bg:before {
    width: 130px;
    left: 48%;
    margin-left: -65px;
    height: 50%;
  }
}
.hero__bg > .container {
  height: 100%;
}
.hero__imgs {
  position: absolute;
  right: -11.4em;
  top: 10.5em;
  font-size: 10px;
  width: 96.7em;
  height: 76.3em;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: left center;
}
@media (max-width: 1199.98px) {
  .hero__imgs {
    right: -26em;
  }
}
@media (max-width: 991.98px) {
  .hero__imgs {
    right: -48em;
  }
}
@media (max-width: 767.98px) {
  .hero__imgs {
    position: relative;
    right: 0;
    top: 0;
    padding-top: 60px;
    width: auto;
    height: auto;
  }
}
@media (max-width: 575.98px) {
  .hero__imgs {
    min-width: 36em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.hero__imgs img {
  position: absolute;
}
@media (max-width: 767.98px) {
  .hero__imgs img {
    position: static;
  }
}
.hero__imgs .plate {
  z-index: 1;
  left: 16.5em;
  top: 8.6em;
}
.hero__imgs .zephyr {
  z-index: 2;
  left: 22.2em;
  top: 18.5em;
}
.hero__imgs .marm {
  top: 5.8em;
  right: 5.3em;
}
.hero__imgs .marm-g {
  bottom: 8.5em;
  right: 22.3em;
}
.hero__imgs .ber-right {
  right: 16.2em;
  bottom: 13em;
  z-index: 5;
}
.hero__imgs .ber-centr {
  top: 16em;
  left: 35em;
  z-index: 5;
}
.hero__imgs .ber-left-top {
  left: 0;
  top: 9.5em;
  z-index: 5;
}
.hero__imgs .ber-right-top {
  right: 32.5em;
  top: 1em;
  z-index: 5;
}
.hero__imgs .tree-left {
  bottom: 14.5em;
  left: 8.5em;
  z-index: 6;
}
.hero__imgs .tree-right {
  z-index: 6;
  bottom: 9.8em;
  right: 38.5em;
}
.hero__imgs .tree-top {
  z-index: 6;
  top: 4em;
  right: 34.8em;
}
.hero__imgs .pudra {
  z-index: 4;
  top: 7px;
  left: -23px;
}
.hero__imgs .elips {
  right: 20.2em;
  top: 3.2em;
}
.hero__text-wrap {
  line-height: 80px;
}
.hero__content {
  max-width: 410px;
  position: relative;
  z-index: 1;
}
.hero__content:before {
  content: "";
  display: block;
  width: 90px;
  height: 2px;
  background: #d8462a;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .hero__content:before {
    margin-bottom: 15px;
  }
}
.hero__text {
  font-size: 30px;
  line-height: 2;
}
@media (max-width: 767.98px) {
  .hero__text {
    font-size: 24px;
  }
}
@media (max-width: 575.98px) {
  .hero__text {
    font-size: 18px;
    line-height: 34px;
  }
}
.hero__text--head {
  color: #669f5f;
}
.hero__title {
  font-size: 60px;
  line-height: 1;
  margin: 10px 0;
}
@media (max-width: 767.98px) {
  .hero__title {
    font-size: 50px;
  }
}
@media (max-width: 575.98px) {
  .hero__title {
    font-size: 30px;
  }
}
.hero .numeral {
  margin-top: 122px;
}
.msg-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 19;
  text-align: center;
}
@media (max-width: 575.98px) {
  .msg-bottom {
    background: #d8462a;
    padding-top: 15px;
  }
}
.msg-bottom__close {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAASCAYAAABSO15qAAABgUlEQVQ4T5XUzYtOcRjG8c+F8tZIsrG28h9YWqshlLxMLCilZOV/kOxYsZG8h2JEUjZsrK0VC1kwwlrdunVmmmfmeYb51enU6Zzv77ru6/qdVNXOJB+sclXVDvxKVX3ChSQP/pdRVVO4iWrAb/R1PMmjf0GqagPuYT/eNeAQbmEtjiR5PAlSVVtxtTfDc5xOvzxAbmMNjo5TUlVbcAUn8Aznknz8CxggB3AH/WzEziD7PvbhbctP8r2/WwAMkINoJQt2hoFda3t4NSicm994BLDITivpNYM9OIsnOJ+kU1tYywADZO9gZzPW4QVOJvm6dMCTAG3hPXbNK0nS1patcRa24RJODTvvxvqe/rh0lg5xI27gMF4P9wY8HJfOSApV1X5bZjfsTUeW5MekdEZSqKrtuNyDwizOJPmy2PCksnWVN6Fz7nq+bO9JPo8bWFUtK1sDnmJ6kD2d5OdKB6qq5svWtZ9pQA0Ho3P+ttLHi2rfB/Au5hpwEddX+1OpqmOY+gNyd6U70A3CAgAAAABJRU5ErkJggg==);
  position: absolute;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  background-position: center center;
  right: 25px;
  top: 10px;
  z-index: 3;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
@media (max-width: 575.98px) {
  .msg-bottom__close {
    position: static;
    top: 0;
    right: 0;
  }
}
.msg-bottom__close:hover {
  opacity: 0.8;
}
.msg-bottom__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  min-height: 100px;
  padding-bottom: 40px;
  background: #d8462a;
  padding-left: 35px;
  padding-right: 35px;
}
@media (max-width: 575.98px) {
  .msg-bottom__item {
    padding: 10px 15px 40px;
    min-height: 70px;
  }
}
.msg-bottom__link {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  line-height: 1.2;
}
@media (max-width: 767.98px) {
  .msg-bottom__link {
    font-size: 15px;
  }
}
.msg-bottom__link:hover {
  color: #fff;
  text-decoration: underline;
}
.msg-bottom .tns-nav {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 20px;
}
@media (max-width: 575.98px) {
  .msg-bottom .tns-nav {
    bottom: 15px;
  }
}
.msg-bottom .tns-nav button {
  color: #fff;
}
.input {
  display: block;
  text-align: left;
  height: 45px;
  color: #fff;
  border: none;
  background-color: transparent;
  border-bottom: 2px solid #669f5f;
  width: 100%;
  margin-bottom: 20px;
}
.input.placeholder {
  color: #fff;
  opacity: 1;
}
.input:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.input--search {
  color: #fff;
  border: none;
  border-bottom: 1px solid #669f5f;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17'%3E%3Cpath d='M7.08103,14.17133c-1.89274,0 -3.67252,-0.73737 -5.0108,-2.07565c-1.33862,-1.33862 -2.07561,-3.11779 -2.07561,-5.01084c0,-1.89305 0.737,-3.6719 2.07561,-5.01051c1.33827,-1.33828 3.11806,-2.07532 5.0108,-2.07532c1.89274,0 3.67241,0.73704 5.0108,2.07532c2.59402,2.59354 2.75272,6.71455 0.4761,9.49555l4.21941,4.21995c0.27672,0.27655 0.27672,0.72508 0,1.00197c-0.13836,0.13745 -0.31963,0.20683 -0.50079,0.20683c-0.18127,0 -0.36266,-0.06939 -0.50091,-0.20683l-4.21921,-4.21985c-1.26254,1.03587 -2.83076,1.59939 -4.4854,1.59939zM7.08103,1.41498c-1.51451,0 -2.93816,0.59029 -4.00921,1.66099c-1.07082,1.07103 -1.66054,2.4943 -1.66054,4.00887c0,1.51491 0.58971,2.93818 1.66054,4.00887c1.07105,1.07136 2.4947,1.66065 4.00921,1.66065c1.5144,0 2.93816,-0.5893 4.00921,-1.66065c2.21031,-2.21011 2.21031,-5.80764 0,-8.01775c-1.07105,-1.07069 -2.49481,-1.66099 -4.00921,-1.66099z' fill='%23669f5f' fill-opacity='1'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
  height: auto;
  margin-bottom: 0;
}
.input--search.placeholder {
  color: #fff;
  opacity: 1;
}
.input--search:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.input--search::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.input--search:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.input--search::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
textarea.input {
  resize: none;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  padding-top: 9px;
}
textarea.input.is-value,
textarea.input:focus {
  height: 120px;
}
.menu {
  padding: 155px 0 100px 0;
  background-color: transparent;
  color: #fff;
  width: 100%;
  overflow: auto;
}
@media (max-width: 767.98px) {
  .menu {
    padding: 50px 0;
  }
}
@media (max-width: 575.98px) {
  .menu {
    padding-top: 140px;
  }
}
.menu__contact {
  color: #fff;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  white-space: nowrap;
  margin-right: 20px;
}
.menu__contact:hover {
  text-decoration: none;
  color: #d8462a;
}
.menu__title {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  display: inline-block;
}
@media (max-width: 575.98px) {
  .menu__title {
    display: block;
    border-bottom: 1px solid #356060;
    border-top: 1px solid #356060;
    padding: 15px 0;
  }
}
.menu a.menu__title {
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.menu a.menu__title:hover {
  color: #669f5f;
  text-decoration: none;
}
.menu__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 575.98px) {
  .menu__list {
    padding-bottom: 10px;
  }
}
.menu__list li {
  padding: 10px 0;
}
.menu__list a {
  color: #fff;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .menu__list a {
    font-size: 15px;
  }
}
@media (max-width: 575.98px) {
  .menu__list a {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='SVGDoc' width='7' height='10' viewBox='0 0 7 10'%3E%3Cpath d='M0.95368,9.99966c0.25061,0 0.50053,-0.08471 0.69145,-0.25333l5.35633,-4.75621v0l-5.35633,-4.75621c-0.37907,-0.33686 -0.99567,-0.33843 -1.37732,-0.00473c-0.38185,0.33449 -0.38395,0.87859 -0.00536,1.21466l3.99393,3.54627v0l-3.99393,3.54549c-0.37859,0.33646 -0.37649,0.88017 0.00536,1.21427c0.18953,0.16666 0.43806,0.24979 0.68586,0.24979z' fill='%23669f5f' fill-opacity='1'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    padding-left: 25px;
    background-position: left 5px;
  }
}
.menu__list a:hover {
  color: #669f5f;
  text-decoration: none;
}
.menu__list + .menu__list,
.menu__list + .menu__title {
  margin-top: 53px;
}
@media (max-width: 575.98px) {
  .menu__list + .menu__list,
  .menu__list + .menu__title {
    margin-top: 0;
  }
}
@media (max-width: 575.98px) {
  .menu__block:first-child .menu__title:first-child {
    border-top: none;
  }
}
.menu__logo {
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  top: 15px;
}
.popup {
  background-color: transparent;
  color: #fff;
  width: 100%;
  max-width: 500px;
  padding-left: 9px;
  padding-right: 9px;
}
.popup .fancybox-close-small {
  padding: 0;
  width: 30px;
  height: 30px;
  right: 0;
  opacity: 1;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.popup .fancybox-close-small:hover {
  color: #d8462a;
}
.front {
  overflow: hidden;
  position: relative;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 850px;
  height: 100vh;
  min-height: 650px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
  margin-bottom: 120px;
  padding-top: 100px;
}
@media (max-width: 1199.98px) {
  .front {
    height: 700px;
  }
}
@media (max-width: 991.98px) {
  .front {
    height: 600px;
    min-height: 0;
    max-height: none;
    margin-bottom: 60px;
  }
}
@media (max-width: 767.98px) {
  .front {
    padding-top: 70px;
    height: auto;
    min-height: 500px;
  }
}
.front__content {
  margin-top: auto;
  margin-bottom: auto;
}
.front__content .breadcrumbs {
  margin-bottom: 20px;
}
.front__bg {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  pointer-events: none;
  background-size: cover;
  background-position: center center;
  background-color: #104242;
}
.front__bg > img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center center;
  object-position: center center;
  pointer-events: none;
}
.front__bg > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.front__bg--cover:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.5;
  background: #000;
}
.front__text {
  max-width: 540px;
  padding: 30px 0;
}
.front__text h1,
.front__text h2 {
  color: inherit;
  margin-bottom: 20px;
}
.front__text--news {
  max-width: 592px;
}
.front__text--news > a {
  margin-top: 30px;
}
.front__menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-top: 2px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 991.98px) {
  .front__menu {
    overflow: auto;
  }
}
@media (max-width: 575.98px) {
  .front__menu {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .front__menu:after {
    content: "";
    display: block;
    width: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.front__menu li {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 30px;
}
@media (max-width: 1199.98px) {
  .front__menu li {
    margin-right: 20px;
  }
}
@media (max-width: 991.98px) {
  .front__menu li {
    margin-right: 15px;
  }
}
.front__menu li:last-child {
  margin-right: 0;
}
.front__menu a {
  color: #fff;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100px;
  z-index: 1;
  position: relative;
  border-top: 2px solid transparent;
  margin-top: -2px;
}
@media (max-width: 1199.98px) {
  .front__menu a {
    height: 70px;
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  .front__menu a {
    font-size: 12px;
  }
}
.front__menu a.is-active,
.front__menu a:hover {
  text-decoration: none;
  border-color: #d8462a;
}
@media (max-width: 991.98px) {
  .front__menu a.is-active,
  .front__menu a:hover {
    color: #669f5f;
  }
}
.front__img-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 590px;
}
@media (max-width: 1199.98px) {
  .front__img-product {
    height: 500px;
  }
}
@media (max-width: 991.98px) {
  .front__img-product {
    height: 400px;
  }
}
@media (max-width: 767.98px) {
  .front__img-product {
    height: 320px;
  }
}
@media (max-width: 575.98px) {
  .front__img-product {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    height: auto;
    padding: 15px 0;
  }
}
.front__img-product img {
  max-height: 100%;
}
@media (max-width: 575.98px) {
  .front__img-product img {
    max-height: 320px;
  }
}
.front__opt {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}
@media (max-width: 767.98px) {
  .front__opt {
    font-size: 14px;
  }
}
.front__opt li {
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.front__opt li img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 40px;
  max-height: 40px;
  margin-right: 15px;
}
@media (max-width: 767.98px) {
  .front__opt li img {
    max-width: 16px;
    max-height: 16px;
    margin-right: 10px;
  }
}
.front--product {
  color: inherit;
  height: auto;
  min-height: 0;
}
.front--product .breadcrumbs {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .front--product .breadcrumbs {
    font-size: 12px;
  }
}
@media (max-width: 575.98px) {
  .front--product .breadcrumbs {
    display: none;
  }
}
.front--product .front__text h1,
.front--product .front__text h2 {
  color: #104242;
}
@media (max-width: 1199.98px) {
  .front--product .front__text h1,
  .front--product .front__text h2 {
    font-size: 28px;
  }
}
@media (max-width: 991.98px) {
  .front--product .front__text h1,
  .front--product .front__text h2 {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .front--product .front__text h1,
  .front--product .front__text h2 {
    font-size: 18px;
    font-weight: 500;
  }
}
.front--product .front__menu a {
  color: #212529;
}
.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .breadcrumbs {
    font-size: 12px;
  }
}
.breadcrumbs__item:not(:last-child):after {
  content: "-";
  margin: 0 10px;
}
.breadcrumbs a {
  color: inherit;
}
.breadcrumbs a:hover {
  color: inherit;
  text-decoration: underline;
}
.link-img {
  position: relative;
  padding-top: 70.2703%;
  overflow: hidden;
  display: block;
}
.link-img img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.link-img .link--play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.link-img:hover .link--play {
  background-color: #5c8f55;
}
.link-img:hover img {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}
.link-doc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 5px solid #fff;
  padding: 20px;
  -webkit-box-shadow: 0 0 25px rgba(82, 81, 81, 0.2);
  box-shadow: 0 0 25px rgba(82, 81, 81, 0.2);
  background-color: #d5d1ca;
  width: 230px;
  margin: 20px auto;
}
.link-doc img {
  max-height: 100%;
}
.icon-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 575.98px) {
  .icon-row {
    display: block;
    position: relative;
  }
}
.icon-row__ic {
  width: 70px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
  margin-right: 30px;
}
@media (max-width: 991.98px) {
  .icon-row__ic {
    text-align: left;
  }
}
@media (max-width: 575.98px) {
  .icon-row__ic {
    position: absolute;
    height: 70px;
    left: 0;
    top: 0;
  }
  .icon-row__ic img {
    max-height: 70px;
  }
}
@media (max-width: 575.98px) {
  .icon-row__text {
    font-size: 14px;
  }
}
.icon-row__text h4 {
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .icon-row__text h4 {
    padding-left: 80px;
    min-height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
  }
}
.icon-row__text p {
  margin-bottom: 0;
}
.vacancy {
  background-color: #fff;
  padding: 30px;
  -webkit-box-shadow: 0 0 40px rgba(51, 51, 51, 0.15);
  box-shadow: 0 0 40px rgba(51, 51, 51, 0.15);
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .vacancy {
    padding: 15px;
  }
}
@media (max-width: 575.98px) {
  .vacancy {
    margin-left: -15px;
    margin-right: -15px;
    font-size: 14px;
  }
}
.vacancy__head {
  position: relative;
}
.vacancy__title {
  padding-bottom: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 1200px) {
  .vacancy__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    padding-bottom: 0;
  }
}
.vacancy__time {
  padding-bottom: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .vacancy__time {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.3333333333%;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .vacancy__time {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
.vacancy__salary {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 83.3333333333%;
  padding-right: 0;
}
@media (min-width: 768px) {
  .vacancy__salary {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .vacancy__salary {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%;
  }
}
.vacancy__control {
  -ms-flex-item-align: end;
  align-self: flex-end;
  text-align: right;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.6666666667%;
  padding-left: 0;
}
@media (min-width: 768px) {
  .vacancy__control {
    -ms-flex-item-align: center;
    align-self: center;
  }
}
@media (min-width: 1200px) {
  .vacancy__control {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
}
@media (max-width: 575.98px) {
  .vacancy__toggle {
    margin-left: -3px;
  }
}
.vacancy__toggle:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.vacancy__text {
  padding-top: 40px;
}
.vacancy__text p {
  margin-bottom: 1em;
}
.vacancy__text ul {
  margin-bottom: 1em;
  padding-left: 0;
  list-style: none;
}
.vacancy__text ul li {
  position: relative;
  padding-left: 18px;
}
.vacancy__text ul li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #669f5f;
  position: absolute;
  left: 0;
  top: 10px;
}
.download-kit {
  display: block;
  position: relative;
  margin-bottom: 80px;
}
@media (max-width: 1199.98px) {
  .download-kit {
    margin-bottom: 50px;
  }
}
@media (max-width: 575.98px) {
  .download-kit {
    margin-bottom: 30px;
  }
}
.download-kit__img {
  overflow: hidden;
  margin-bottom: 25px;
  position: relative;
  padding-top: 70.2703%;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .download-kit__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media (max-width: 1199.98px) {
  .download-kit__img {
    margin-bottom: 15px;
  }
}
.download-kit__img img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.download-kit__size {
  font-size: 14px;
}
@media (max-width: 575.98px) {
  .download-kit__size {
    font-size: 12px;
  }
}
.download-kit__size span {
  color: #669f5f;
  margin-right: 20px;
}
.download-kit .link {
  font-weight: 600;
  color: #333;
}
@media (max-width: 575.98px) {
  .download-kit .link {
    font-size: 12px;
  }
}
.download-kit .link:hover {
  color: #669f5f;
}
.download-kit:hover {
  text-decoration: none;
}
.download-kit:hover .download-kit__img img {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}
@media (max-width: 991.98px) {
  .filters-wrap {
    max-width: 370px;
    padding: 40px 15px 40px;
  }
}
.filters-wrap .bx-filter.bx-blue .bx-filter-section {
  padding: 0;
  background-color: transparent;
}
.filters-wrap .bx-filter.bx-blue .bx-filter-parameters-box-title {
  font-size: 14px;
  font-weight: 600;
  padding-bottom: 7px;
  border-bottom: 1px solid #ddd;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.filters-wrap
  .bx-filter.bx-blue
  .bx-filter-parameters-box-title
  span.bx-filter-parameters-box-hint {
  color: #333;
  border: none;
}
.filters-wrap .bx-filter.bx-blue .bx-filter-parameters-box-container {
  padding-bottom: 50px;
}
.filters-wrap .bx-filter.bx-blue .checkbox {
  position: relative;
  height: auto;
  line-height: 20px;
  margin-top: 20px;
}
.filters-wrap .bx-filter.bx-blue .checkbox:first-child {
  margin-top: 0;
}
.filters-wrap .bx-filter.bx-blue .checkbox .bx-filter-param-text {
  padding-left: 35px;
  cursor: pointer;
}
.filters-wrap .bx-filter.bx-blue .checkbox .bx-filter-param-text:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8'%3E%3Cpath d='M10.00732,1.53389v0l-6.54751,6.46709v0l-1.47926,-1.5246v0v0v0l-1.97239,-2.03233v0l1.51085,-1.49219v0l1.9725,2.03233v0l5.03654,-4.9749v0z' fill='%23ffffff' fill-opacity='1'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
}
.filters-wrap .bx-filter.bx-blue .checkbox .bx-filter-param-text:hover:before {
  border-color: #669f5f;
}
.filters-wrap .bx-filter.bx-blue .checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.filters-wrap
  .bx-filter.bx-blue
  .checkbox
  input:checked
  ~ .bx-filter-param-text:before {
  background-color: #669f5f;
  border-color: #669f5f;
}
.filters-wrap
  .bx-filter.bx-blue
  .checkbox
  input:disabled
  ~ .bx-filter-param-text {
  opacity: 0.6;
  pointer-events: none;
}
.filters-wrap
  .bx-filter.bx-blue
  .checkbox
  .bx-filter-param-label.disabled
  .bx-filter-param-text {
  opacity: 0.6 !important;
  pointer-events: none !important;
}
.filters-wrap .bx-filter.bx-blue .bx-filter-button-box {
  padding-bottom: 0;
  padding-top: 40px;
  border-top: 1px solid #ddd;
}
.filters-wrap
  .bx-filter.bx-blue
  .bx-filter-button-box
  .bx-filter-parameters-box-container {
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.filters-wrap
  .bx-filter.bx-blue
  .bx-filter-button-box
  .bx-filter-parameters-box-container
  input:first-of-type {
  border: none;
  width: 170px;
  font-size: 14px;
  padding-left: 28px;
  text-align: left;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10'%3E%3Cpath id='стрелка' fill='%23fff' d='M1502.96,5181.29c0.03-2.25,3.8-1.41,8.94-1.41-0.62-.61-1.23-1.23-1.85-1.84a0.142,0.142,0,0,1-.02-0.06h0a1.156,1.156,0,0,1,1.49-1.75,10.189,10.189,0,0,1,1.01.95c0.96,0.82,1.78,1.79,2.69,2.67a1.5,1.5,0,0,1,.75,1.47,3.391,3.391,0,0,1-1.16,1.38c-1.02,1.03-2.04,2.05-3.06,3.08a1.384,1.384,0,0,1-1.38.06c-1.73-1.07,1.02-2.91,1.53-3.57v-0.03h-5.42a10.36,10.36,0,0,1-2.8-.06A1.534,1.534,0,0,1,1502.96,5181.29Zm0.29-1.5h11.11a1.25,1.25,0,0,1,0,2.5h-11.11A1.25,1.25,0,0,1,1503.25,5179.79Z' transform='translate(-1502 -5176)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 28px) center;
}
.filters-wrap
  .bx-filter.bx-blue
  .bx-filter-button-box
  .bx-filter-parameters-box-container
  input:last-of-type {
  border: none;
  background-color: transparent;
  padding: 0;
  color: #669f5f;
  line-height: 30px;
  margin-top: 15px;
}
.filters-wrap
  .bx-filter.bx-blue
  .bx-filter-button-box
  .bx-filter-parameters-box-container
  input:last-of-type:hover {
  color: #d8462a;
}
.filters-wrap .bx-filter.bx-blue .bx-filter-popup-result {
  visibility: hidden !important;
  display: none !important;
  opacity: 0 !important;
}
.card {
  -webkit-perspective: 1000px;
  perspective: 1000px;
  position: relative;
  text-align: center;
  margin-bottom: 50px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 575.98px) {
  .card {
    margin-bottom: 30px;
  }
}
.card__img {
  height: 244px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 25px;
}
.card__img img {
  max-height: 100%;
}
@media (max-width: 1199.98px) {
  .card__img {
    height: 190px;
  }
}
@media (max-width: 575.98px) {
  .card__img {
    height: 140px;
    margin-bottom: 10px;
  }
}
.card__title {
  color: #333;
  font-weight: 500;
}
@media (max-width: 1199.98px) {
  .card__title {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 575.98px) {
  .card__title {
    font-size: 12px;
    line-height: 16px;
  }
}
.card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.card__size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
}
.card__size img {
  margin-bottom: 5px;
}
@media (max-width: 991.98px) {
  .card__size {
    font-size: 12px;
  }
  .card__size img {
    display: none;
  }
}
.card__size--line {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-top: 15px;
}
@media (max-width: 991.98px) {
  .card__size--line {
    padding-top: 0;
  }
}
.card__size--line:not(:last-child) {
  margin-right: 20px;
}
@media (max-width: 991.98px) {
  .card__size--line:not(:last-child) {
    margin-right: 0;
  }
  .card__size--line:not(:last-child):after {
    content: "/";
    margin: 0 3px;
  }
}
.card__size--line img {
  margin-bottom: 0;
  margin-right: 5px;
}
.card__text {
  padding: 10px 0;
  font-size: 13px;
  line-height: 24px;
}
@media (max-width: 991.98px) {
  .card__text {
    display: none;
  }
}
.card__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 330px;
  background-color: #669f5f;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
@media (max-width: 1199.98px) {
  .card__back {
    height: 310px;
  }
}
@media (max-width: 991.98px) {
  .card__back {
    position: static;
    height: auto;
    padding: 10px 0 0;
    color: #333;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: transparent;
  }
}
.card__back .button,
.card__back
  .filters-wrap
  .bx-filter.bx-blue
  .bx-filter-button-box
  .bx-filter-parameters-box-container
  input:first-of-type,
.filters-wrap
  .bx-filter.bx-blue
  .bx-filter-button-box
  .bx-filter-parameters-box-container
  .card__back
  input:first-of-type {
  border: 1px solid #fff;
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 170px;
}
@media (max-width: 1199.98px) {
  .card__back .button,
  .card__back
    .filters-wrap
    .bx-filter.bx-blue
    .bx-filter-button-box
    .bx-filter-parameters-box-container
    input:first-of-type,
  .filters-wrap
    .bx-filter.bx-blue
    .bx-filter-button-box
    .bx-filter-parameters-box-container
    .card__back
    input:first-of-type {
    margin-bottom: 15px;
  }
}
@media (max-width: 991.98px) {
  .card__back .button,
  .card__back
    .filters-wrap
    .bx-filter.bx-blue
    .bx-filter-button-box
    .bx-filter-parameters-box-container
    input:first-of-type,
  .filters-wrap
    .bx-filter.bx-blue
    .bx-filter-button-box
    .bx-filter-parameters-box-container
    .card__back
    input:first-of-type {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.card__back .button:after,
.card__back
  .filters-wrap
  .bx-filter.bx-blue
  .bx-filter-button-box
  .bx-filter-parameters-box-container
  input:first-of-type:after,
.filters-wrap
  .bx-filter.bx-blue
  .bx-filter-button-box
  .bx-filter-parameters-box-container
  .card__back
  input:first-of-type:after {
  margin-left: 15px;
}
.card__back .button:hover,
.card__back
  .filters-wrap
  .bx-filter.bx-blue
  .bx-filter-button-box
  .bx-filter-parameters-box-container
  input:hover:first-of-type,
.filters-wrap
  .bx-filter.bx-blue
  .bx-filter-button-box
  .bx-filter-parameters-box-container
  .card__back
  input:hover:first-of-type {
  background-color: #527f4c;
  border-color: #527f4c;
}
.card__front {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
}
.card__inner {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media (min-width: 992px) {
  .card:hover .card__inner {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -5px;
  margin-right: -5px;
}
.pagination a,
.pagination p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  color: #33343c;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
.pagination a:hover,
.pagination p:hover {
  text-decoration: none;
  color: #fff;
  background: #669f5f;
}
.pagination p {
  color: #fff;
  font-weight: 700;
  background: #669f5f;
  pointer-events: none;
}
.pagination span {
  margin: 6px 5px 0;
}
.line-products__img-wrap {
  text-align: center;
}
@media (max-width: 991.98px) {
  .line-products__img-wrap {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}
@media (max-width: 767.98px) {
  .line-products__img-wrap {
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .line-products__img-wrap img {
    max-width: 90%;
  }
}
.line-products__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.line-products__item:not(:last-child) {
  margin-bottom: 120px;
}
@media (max-width: 991.98px) {
  .line-products__item:not(:last-child) {
    margin-bottom: 80px;
  }
}
@media (max-width: 767.98px) {
  .line-products__item:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .line-products__item:nth-child(even) .line-products__text {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-left: auto;
  }
}
.line-products__text h1,
.line-products__text h2,
.line-products__text h3 {
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .line-products__text h1,
  .line-products__text h2,
  .line-products__text h3 {
    margin-bottom: 24px;
  }
}
.line-products__text p {
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .line-products__text p {
    margin-bottom: 24px;
  }
}
.card-text {
  max-width: 798px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
}
.card-text__block {
  margin-bottom: 60px;
}
@media (max-width: 575.98px) {
  .card-text__block {
    margin-bottom: 30px;
  }
}
.card-text__block h3 {
  font-size: 18px;
  color: #104242;
  margin-bottom: 3em;
  line-height: 1.7222em;
}
@media (max-width: 575.98px) {
  .card-text__block h3 {
    font-size: 16px;
    margin-bottom: 2em;
  }
}
.card-text__block h4 {
  color: inherit;
  font-weight: 700;
  font-size: inherit;
  margin-bottom: 5px;
}
.card-text__block .slide-product__text h1,
.card-text__block h2,
.slide-product__text .card-text__block h1 {
  font-size: 25px;
  margin-bottom: 1.2em;
  font-weight: 300;
  color: #104242;
}
@media (max-width: 767.98px) {
  .card-text__block .slide-product__text h1,
  .card-text__block h2,
  .slide-product__text .card-text__block h1 {
    font-size: 22px;
  }
}
@media (max-width: 575.98px) {
  .card-text__block .slide-product__text h1,
  .card-text__block h2,
  .slide-product__text .card-text__block h1 {
    font-size: 20px;
    font-weight: 600;
  }
}
.card-text__block p {
  margin-bottom: 2em;
}
.card-text__block ol {
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
  padding-top: 15px;
}
@media (max-width: 767.98px) {
  .card-text__block ol {
    grid-gap: 15px;
  }
}
@media (max-width: 575.98px) {
  .card-text__block ol {
    grid-template-columns: 1fr 1fr;
  }
}
.card-text__block ol li {
  background: #faf6e8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100px;
}
@media (max-width: 575.98px) {
  .card-text__block ol li {
    height: 80px;
  }
}
.card-text__block ol b {
  font-size: 18px;
}
@media (max-width: 575.98px) {
  .card-text__block ol b {
    font-size: 16px;
  }
}
.inst {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
  padding: 100px 0;
  position: relative;
}
@media (max-width: 991.98px) {
  .inst {
    grid-gap: 15px;
  }
}
@media (max-width: 767.98px) {
  .inst {
    padding-top: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 575.98px) {
  .inst {
    grid-gap: 10px;
  }
}
.inst:before {
  content: "";
  display: block;
  width: 70px;
  height: 150px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #104242;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35' height='35' viewBox='0 0 35 35'%3E%3Cpath d='M13.68619,-0.00023c2.50523,0.00584 5.01137,0.01168 7.51671,0.01774c0.82729,0.01168 1.65482,0.02358 2.48199,0.03548c0.56133,0.02964 1.12289,0.0595 1.68423,0.08893c1.02962,0.17071 1.97353,0.25553 2.85427,0.53377c2.40829,0.76031 4.09412,2.26404 5.2652,4.26801c1.50524,2.57604 1.40053,6.82371 1.40064,10.90198c-0.00595,1.80794 -0.01179,3.61632 -0.01774,5.42448c-0.01179,0.65191 -0.02369,1.30403 -0.03548,1.95615c-0.01774,0.56904 -0.03548,1.1383 -0.0531,1.70734c-0.16972,1.05175 -0.17326,2.0466 -0.44323,2.9523c-0.83485,2.80063 -2.48943,4.90175 -4.99947,6.01105c-2.39983,1.06062 -5.85297,1.1026 -9.34284,1.1026c-2.09175,-0.00584 -4.18407,-0.01168 -6.27583,-0.01774c-0.82718,-0.0119 -1.6547,-0.02358 -2.48188,-0.0357c-0.57323,-0.02921 -1.14647,-0.05907 -1.7197,-0.08871c-1.28094,-0.21182 -2.42146,-0.3345 -3.45692,-0.74689c-2.60216,-1.03617 -4.49924,-2.97848 -5.37174,-5.74449c-0.28324,-0.89791 -0.37605,-1.86398 -0.54966,-2.9166c-0.02953,-0.56926 -0.05905,-1.1383 -0.08858,-1.70734c-0.01179,-0.82392 -0.02369,-1.64827 -0.03548,-2.47197c-0.00584,-2.0453 -0.01179,-4.09081 -0.01774,-6.13589c-0.00011,-3.66457 0.02747,-7.12944 1.13468,-9.65701c0.9985,-2.2794 2.99194,-3.99496 5.47806,-4.78383c0.73448,-0.23324 1.52298,-0.34813 2.35783,-0.49807c1.09188,-0.19624 2.31594,0.00779 3.45703,-0.17785c0.41943,-0.00606 0.83908,-0.0119 1.25874,-0.01774zM14.53706,3.14766c-1.31172,0.02943 -2.6239,0.05928 -3.93574,0.08893c-0.77259,0.12354 -1.54152,0.07681 -2.23366,0.24904c-2.01633,0.50088 -3.31432,1.43753 -4.23706,3.02327c-1.18469,2.03578 -0.99277,6.10993 -0.99277,9.30131c0.01179,2.14591 0.02369,4.29225 0.03548,6.43794c0.02953,0.92474 0.05905,1.8497 0.08858,2.77445c0.27351,1.70452 0.43591,2.93283 1.241,4.07264c0.97057,1.37413 2.3782,2.11562 4.34338,2.50767c0.79983,0.15946 1.71146,0.05734 2.57057,0.19559c1.0342,0.0119 2.06841,0.02358 3.10261,0.0357c1.94984,0 3.90038,0 5.85033,0c0.8567,-0.00606 1.71375,-0.01212 2.57057,-0.01774c0.66765,-0.02986 1.33553,-0.0595 2.00329,-0.08914c1.21216,-0.19581 2.22176,-0.31741 3.15571,-0.72915c1.69933,-0.74884 2.78263,-2.26837 3.27965,-4.23275c0.15999,-0.632 0.15347,-1.32415 0.26596,-2.02734c0.02953,-1.07295 0.05905,-2.14634 0.08858,-3.21908c0,-0.37345 0,-0.74689 0,-1.12034c0,-1.93235 0,-3.86536 0,-5.79793c-0.00595,-0.86546 -0.01179,-1.73092 -0.01774,-2.59638c-0.02357,-0.58094 -0.04726,-1.1621 -0.07084,-1.74282c-0.23151,-1.45354 -0.28381,-2.71538 -0.88646,-3.75263c-0.7909,-1.36115 -1.9091,-2.33133 -3.54572,-2.84541c-0.62817,-0.19732 -1.31733,-0.25423 -2.03876,-0.37366c-0.42538,-0.02358 -0.85087,-0.04738 -1.27636,-0.07118c-0.57312,-0.01168 -1.14647,-0.02358 -1.7197,-0.03548c-2.54665,-0.01168 -5.09422,-0.0238 -7.64088,-0.03548zM26.50368,6.06426c2.92774,-0.04825 3.06164,3.70546 0.56728,4.17952c-1.44585,0.27478 -2.77519,-1.21143 -2.34009,-2.65004c0.19432,-0.64239 0.63835,-1.13721 1.22326,-1.38712c0.18322,-0.0476 0.36633,-0.09498 0.54955,-0.14237zM16.93047,8.51849c4.5266,-0.07529 7.40467,2.32679 8.74008,5.44201c0.88039,2.05417 0.94608,4.89569 0.0531,7.00719c-1.06327,2.51438 -3.04893,4.33249 -5.77938,5.17523c-0.61512,0.18997 -1.2743,0.21593 -1.98566,0.33796c-0.34264,-0.00584 -0.6855,-0.01168 -1.02814,-0.01774c-0.2837,-0.02358 -0.5674,-0.04738 -0.85098,-0.07118c-0.75897,-0.15362 -1.45065,-0.33818 -2.07424,-0.60452c-3.4647,-1.48102 -6.7749,-5.71268 -5.12352,-10.97338c0.84686,-2.6972 2.75482,-4.67608 5.28305,-5.69061c0.55744,-0.22394 1.1665,-0.3609 1.80828,-0.49807c0.31918,-0.0357 0.63824,-0.0714 0.95741,-0.10688zM17.12537,11.66638c-0.21263,0.02358 -0.42538,0.04738 -0.63812,0.07097c-0.41061,0.08676 -0.80875,0.17569 -1.17004,0.32022c-1.58981,0.6359 -2.72598,1.84321 -3.35072,3.45037c-1.33152,3.42462 0.99094,6.41262 3.27976,7.38042c0.6086,0.25747 1.5723,0.60041 2.51747,0.44463c0.50343,-0.08308 0.96668,-0.11273 1.40041,-0.24904c1.72577,-0.54243 2.99446,-1.76208 3.66978,-3.36123c0.57644,-1.36483 0.51155,-3.20999 -0.0531,-4.51705c-0.89825,-2.0797 -2.67426,-3.54925 -5.65544,-3.5393z' fill='%23ffffff' fill-opacity='1'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center calc(100% - 17px);
}
@media (max-width: 767.98px) {
  .inst:before {
    height: 138px;
    width: 60px;
  }
}
.inst.inst--vk:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg data-name='Layer 45' height='24' id='Layer_45' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle/%3E%3Cpath d='M21.54736,7H18.25688a.74281.74281,0,0,0-.65452.39156s-1.31237,2.41693-1.73392,3.231C14.73438,12.8125,14,12.125,14,11.10863V7.60417A1.10417,1.10417,0,0,0,12.89583,6.5h-2.474a1.9818,1.9818,0,0,0-1.751.8125s1.25626-.20312,1.25626,1.48958c0,.41974.02162,1.62723.04132,2.64a.72943.72943,0,0,1-1.273.50431,21.54029,21.54029,0,0,1-2.4982-4.54359A.69314.69314,0,0,0,5.5668,7C4.8532,7,3.42522,7,2.57719,7a.508.508,0,0,0-.47969.68481C3.00529,10.17487,6.91576,18,11.37917,18h1.87865A.74219.74219,0,0,0,14,17.25781V16.12342a.7293.7293,0,0,1,1.22868-.5315l2.24861,2.1127A1.08911,1.08911,0,0,0,18.223,18h2.95281c1.42415,0,1.42415-.98824.64768-1.75294-.54645-.53817-2.51832-2.61663-2.51832-2.61663A1.01862,1.01862,0,0,1,19.2268,12.307c.63737-.83876,1.67988-2.21175,2.122-2.79993C21.95313,8.70313,23.04688,7,21.54736,7Z' style='fill:%23ffffff'/%3E%3C/svg%3E");
  background-size: 35px 35px;
}
@media (max-width: 767.98px) {
  .inst.inst--vk:before {
    background-size: 32px 32px;
  }
}
.inst__item {
  height: 270px;
  overflow: hidden;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .inst__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media (max-width: 1199.98px) {
  .inst__item {
    height: 230px;
  }
}
@media (max-width: 991.98px) {
  .inst__item {
    height: 200px;
  }
}
@media (max-width: 575.98px) {
  .inst__item {
    height: 120px;
  }
}
.inst__item img {
  -o-object-position: center center;
  object-position: center center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.inst__item:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1199.98px) {
  .inst__item:first-child .slide-product__text h1,
  .inst__item:first-child h2,
  .slide-product__text .inst__item:first-child h1 {
    font-size: 24px;
  }
}
@media (max-width: 991.98px) {
  .inst__item:first-child .slide-product__text h1,
  .inst__item:first-child h2,
  .slide-product__text .inst__item:first-child h1 {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .inst__item:first-child {
    grid-column: 1/4;
    padding-left: 80px;
    height: 100px;
  }
}
.inst__item:nth-child(2) {
  grid-column: 2/4;
}
@media (max-width: 767.98px) {
  .inst__item:nth-child(2) {
    grid-column: 1/4;
  }
}
.inst__item:last-child {
  grid-column: 3/5;
}
@media (max-width: 767.98px) {
  .inst__item:last-child {
    grid-column: 1/5;
  }
}
@media (max-width: 767.98px) {
  .inst__item:last-child {
    grid-column: 1/4;
  }
}
.inst__item .link {
  font-weight: 600;
  font-size: 18px;
}
.inst__item:hover img {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}
.text-page {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
}
@media (max-width: 767.98px) {
  .text-page {
    margin-bottom: 30px;
  }
}
.text-page article {
  margin-bottom: 60px;
}
.text-page article > * {
  margin-bottom: 1.5em;
}
@media (max-width: 767.98px) {
  .text-page article {
    margin-bottom: 30px;
  }
}
.text-page strong {
  font-size: 18px;
  color: #104242;
  font-weight: 400;
  margin-bottom: 2em;
  display: block;
}
.text-page p {
  margin-bottom: 1.5em;
}
.text-page p strong {
  font-size: inherit;
  display: inline-block;
  color: inherit;
  font-weight: 700;
}
.slide-product__text .text-page h1,
.text-page .slide-product__text h1,
.text-page h2 {
  margin-bottom: 1em;
}
.text-page h3 {
  font-size: 18px;
  font-weight: 700;
  color: #198754;
  margin-bottom: 1.5em;
}
.text-page h4 {
  font-weight: 700;
  color: inherit;
  font-size: 15px;
  margin-bottom: 2em;
}
.text-page ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2em;
}
.text-page ul li {
  position: relative;
  padding-left: 18px;
}
.text-page ul li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #669f5f;
  position: absolute;
  left: 0;
  top: 9px;
}
.text-page table {
  width: 100%;
}
@media (max-width: 575.98px) {
  .text-page table {
    font-size: 10px;
  }
}
.text-page table td {
  padding-right: 15px;
  vertical-align: top;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  padding-top: 15px;
}
@media (max-width: 575.98px) {
  .text-page table td {
    padding-right: 5px;
    padding-top: 7px;
    padding-bottom: 7px;
  }
}
.text-page table tr:first-child td {
  font-weight: 700;
  border-bottom: 2px solid #669f5f;
}
.text-page small {
  font-size: 13px;
  line-height: 23px;
}
.police-text {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
}
@media (max-width: 767.98px) {
  .police-text {
    padding-bottom: 50px;
  }
}
@media (max-width: 575.98px) {
  .police-text {
    font-size: 14px;
  }
}
.police-text .slide-product__text h1,
.police-text h2,
.slide-product__text .police-text h1 {
  font-weight: 700;
  color: #669f5f;
  font-size: 18px;
}
@media (max-width: 575.98px) {
  .police-text .slide-product__text h1,
  .police-text h2,
  .slide-product__text .police-text h1 {
    font-size: 16px;
  }
}
.police-text ul {
  list-style: none;
  margin-bottom: 1.5em;
  padding-left: 30px;
}
@media (max-width: 575.98px) {
  .police-text ul {
    padding-left: 15px;
    font-size: 13px;
  }
}
.police-text p {
  margin-bottom: 1.5em;
}
.block-404 {
  background: #104242;
  text-align: center;
  padding-top: 120px;
  color: #fff;
  padding-bottom: 100px;
}
@media (max-width: 767.98px) {
  .block-404 {
    padding-bottom: 50px;
  }
}
.block-404 h1 {
  color: inherit;
}
.block-404__text {
  max-width: 712px;
  margin-left: auto;
  margin-right: auto;
}
.block-404__text a {
  color: #669f5f;
}
.block-404__text a:hover {
  color: #669f5f;
  text-decoration: underline;
}
.front-search {
  padding-bottom: 100px;
}
@media (max-width: 767.98px) {
  .front-search {
    padding-bottom: 50px;
  }
}
.front--wholesale {
  margin-bottom: 0;
}
.section--wholesale-advantages {
  background: #174d4d;
  color: #fff;
  padding: 60px 0;
}
.section--wholesale-quality {
  padding-top: 60px;
}
@media (min-width: 992px) {
  .section--wholesale-quality {
    padding-top: 100px;
  }
}
@media (min-width: 1200px) {
  .section--wholesale-quality {
    padding-top: 120px;
  }
}
@media (min-width: 992px) {
  .section--wholesale-advantages {
    padding: 100px 0;
  }
}
.section--wholesale-advantages h2,
.section--wholesale-advantages .wholesale-advantages__heading {
  color: #fff;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .section--wholesale-advantages h2,
  .section--wholesale-advantages .wholesale-advantages__heading {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 32px;
  }
}
.wholesale-advantages__grid {
  --bs-gutter-y: 32px;
  --bs-gutter-x: 42px;
}
.wholesale-advantages__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 23px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 767.98px) {
  .wholesale-advantages__card {
    gap: 12px;
  }
}
.wholesale-advantages__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .wholesale-advantages__icon {
    width: 64px;
    height: 64px;
  }
}
.wholesale-advantages__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.wholesale-advantages__title {
  font-size: 20px;
  line-height: 25.8px;
  font-weight: 600;
  margin-bottom: 6px;
}
@media (max-width: 767.98px) {
  .wholesale-advantages__title {
    font-size: 18px;
    line-height: 23.8px;
  }
}
.wholesale-advantages__text {
  font-size: 15px;
  line-height: 20px;
  margin: 0;
  color: #fff;
}
.section--wholesale-advantages .button--w217 {
  min-width: 217px;
  width: 217px;
  max-width: 100%;
}
.front-search__head {
  background-color: #104242;
  padding-top: 120px;
  max-height: 850px;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 100px;
  color: #fff;
  margin-bottom: 120px;
}
@media (max-width: 1199.98px) {
  .front-search__head {
    height: 500px;
    padding-top: 200px;
  }
}
@media (max-width: 767.98px) {
  .front-search__head {
    padding-bottom: 80px;
    margin-bottom: 40px;
    padding-top: 100px;
    height: auto;
  }
}
.front-search__form {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}
.front-search__form .input--search {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 20px;
  border-width: 2px;
  background-position: right 10px;
}
.front-search__title {
  padding-top: 30px;
}
.front-search__title .link {
  border-bottom: 1px dashed;
  margin-left: 20px;
}
@media (max-width: 767.98px) {
  .front-search__title .link {
    display: none;
  }
}
.front-search__item {
  display: block;
  text-align: center;
  color: #333;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  margin-bottom: 50px;
}
@media (max-width: 575.98px) {
  .front-search__item {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 25px;
  }
}
.front-search__item:hover {
  text-decoration: none;
  color: #669f5f;
}
.front-search__img-wrap {
  overflow: hidden;
  height: 190px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1199.98px) {
  .front-search__img-wrap {
    height: 150px;
  }
}
@media (max-width: 575.98px) {
  .front-search__img-wrap {
    height: 120px;
  }
}
.front-search__img-wrap img {
  max-height: 100%;
  max-width: none;
}

/* End */
/* /bitrix/templates/conditer/css/fonts.css?1636792387888 */
/* /bitrix/templates/conditer/css/style.css?1779871761346092 */
