

/* Start:/tools/css/bootstrap.css?1759997933193965*/
@charset "UTF-8";
/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --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));
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 24px;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 32px;
  }
}

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

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

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

abbr[title],
abbr[data-bs-original-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;
}

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 24px;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .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: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  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;
  border-radius: 0.2rem;
}
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: 24px;
  padding-bottom: 24px;
  color: #6c757d;
  text-align: left;
}

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

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

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

::-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: 24px;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 32px;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-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;
}

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

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size:48px;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

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

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

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

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 24px;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 16px);
  padding-left: var(--bs-gutter-x, 16px);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1199px;
  }
}
@media (min-width: 1420px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1360px;
  }
}
@media (min-width: 1820px) {
  .container-xxl {
    max-width: 1792px;
  }
}
.row {
  --bs-gutter-x: 32px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1420px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 16px;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 16px;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 24px;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 24px;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 32px;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 32px;
}

.g-5,
.gx-5 {
  --bs-gutter-x:48px;
}

.g-5,
.gy-5 {
  --bs-gutter-y:48px;
}

@media (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 16px;
  }

  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 16px;
  }

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 24px;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 24px;
  }

  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 32px;
  }

  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 32px;
  }

  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x:48px;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y:48px;
  }
}
@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 16px;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 16px;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 24px;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 24px;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 32px;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 32px;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x:48px;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y:48px;
  }
}
@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 16px;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 16px;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 24px;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 24px;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 32px;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 32px;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x:48px;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y:48px;
  }
}
@media (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 16px;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 16px;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 24px;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 24px;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 32px;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 32px;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x:48px;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y:48px;
  }
}
@media (min-width: 1420px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xxl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 16px;
  }

  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 16px;
  }

  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 24px;
  }

  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 24px;
  }

  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 32px;
  }

  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 32px;
  }

  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x:48px;
  }

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y:48px;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 24px 24px;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 16px 16px;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 24px;
}

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

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

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

.form-text {
  margin-top: 16px;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 16px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 16px rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 16px;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 16px;
  margin-inline-end: 16px;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 16px;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 16px;
  margin-inline-end: 16px;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

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

.form-control-sm {
  min-height: calc(1.5em + (24px + 2px));
  padding: 16px 24px;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 16px 24px;
  margin: -16px -24px;
  -webkit-margin-end: 24px;
  margin-inline-end: 24px;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 16px 24px;
  margin: -16px -24px;
  -webkit-margin-end: 24px;
  margin-inline-end: 24px;
}

.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px));
  padding: 24px 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
  padding: 24px 1rem;
  margin: -24px -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 24px 1rem;
  margin: -24px -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + (0.75rem + 2px));
}
textarea.form-control-sm {
  min-height: calc(1.5em + (24px + 2px));
}
textarea.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px));
}

.form-control-color {
  max-width:48px;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 16px;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 16px;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 16px;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 16px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 16px rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 16px;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.form-select-sm {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  font-size: 0.875rem;
}

.form-select-lg {
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.form-check {
  display: block;
  min-height: 32px;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 16px rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 32px;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 16px rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 16px rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -16px;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 24px;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 24px;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 16px;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 16px;
}
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-24px) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-24px) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-24px) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 16px;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 24px 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 16px 24px;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right:48px;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 16px;
  font-size: 0.875em;
  color: #198754;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 16px 24px;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 16px;
}

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

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

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

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 16px center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 16px rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 16px rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 16px;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 16px 24px;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 16px;
}

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

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

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

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 16px center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 16px rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 16px rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 16px;
  font-size: 1rem;
  border-radius: 16px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 16px rgba(13, 110, 253, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 16px rgba(49, 132, 253, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 16px rgba(49, 132, 253, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 16px rgba(130, 138, 145, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 16px rgba(130, 138, 145, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 16px rgba(60, 153, 110, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 16px rgba(60, 153, 110, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 16px rgba(11, 172, 204, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 16px rgba(11, 172, 204, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 16px rgba(217, 164, 6, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 16px rgba(217, 164, 6, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 16px rgba(225, 83, 97, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 16px rgba(225, 83, 97, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 16px rgba(211, 212, 213, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 16px rgba(211, 212, 213, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 16px rgba(66, 70, 73, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 16px rgba(66, 70, 73, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 16px rgba(13, 110, 253, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 16px rgba(13, 110, 253, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #0d6efd;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 16px rgba(108, 117, 125, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 16px rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 16px rgba(25, 135, 84, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 16px rgba(25, 135, 84, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 16px rgba(13, 202, 240, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 16px rgba(13, 202, 240, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 16px rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 16px rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 16px rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 16px rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 16px rgba(248, 249, 250, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 16px rgba(248, 249, 250, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 16px rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 16px rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}
.btn-link:hover {
  color: #0a58ca;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 24px 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 16px 24px;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

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

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

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

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

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

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

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1420px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

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

.dropdown-divider {
  height: 0;
  margin: 24px 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 16px 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

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

.dropdown-item-text {
  display: block;
  padding: 16px 1rem;
  color: #212529;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

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

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

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

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

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

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 16px;
  padding-left: 16px;
}

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

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

.nav-link {
  display: block;
  padding: 24px 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #0a58ca;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

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

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 16px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}

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

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

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 24px;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 24px;
  padding-bottom: 24px;
}

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

.navbar-toggler {
  padding: 16px 16px;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 16px;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 16px;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 24px;
    padding-left: 24px;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 24px;
    padding-left: 24px;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 24px;
    padding-left: 24px;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 24px;
    padding-left: 24px;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1420px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 24px;
    padding-left: 24px;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 24px;
  padding-left: 24px;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

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

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

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

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.card-title {
  margin-bottom: 24px;
}

.card-subtitle {
  margin-top: -16px;
  margin-bottom: 0;
}

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

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

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

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

.card-header-tabs {
  margin-right: -24px;
  margin-bottom: -24px;
  margin-left: -24px;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -24px;
  margin-left: -24px;
}

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

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

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

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

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

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 16px rgba(13, 110, 253, 0.25);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(16px - 1px);
  border-top-right-radius: calc(16px - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(16px - 1px);
  border-bottom-left-radius: calc(16px - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 24px;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 24px;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 16px rgba(13, 110, 253, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.375rem 16px;
}

.page-item:first-child .page-link {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
.page-item:last-child .page-link {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.pagination-lg .page-link {
  padding: 16px 32px;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 16px 24px;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 16px;
}
.badge:empty {
  display: none;
}

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

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

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right:48px;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}
.alert-primary .alert-link {
  color: #06357a;
}

.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}
.alert-secondary .alert-link {
  color: #34383c;
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.alert-info .alert-link {
  color: #04414d;
}

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #523e02;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 16px;
  background-color: #e9ecef;
  border-radius: 16px;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}

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

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

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

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

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

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 16px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 16px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 16px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 16px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 16px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 16px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 16px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 16px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1420px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 16px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 16px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #084298;
  background-color: #bacbe6;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #664d03;
  background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 16px;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 16px rgba(13, 110, 253, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 24px 1rem rgba(0, 0, 0, 0.15);
  border-radius: 16px;
}
.toast:not(.showing):not(.show) {
  opacity: 0;
}
.toast.hide {
  display: none;
}

.toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 16px;
}

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

.toast-body {
  padding: 16px;
  word-wrap: break-word;
}

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

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

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

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

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

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

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

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

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

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

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

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

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

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

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

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

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

.popover-header {
  padding: 24px 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 24px 24px;
  margin-top: -24px;
  margin-right: -24px;
  margin-bottom: -24px;
}

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

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none;
}

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

.link-primary {
  color: #0d6efd;
}
.link-primary:hover, .link-primary:focus {
  color: #0a58ca;
}

.link-secondary {
  color: #6c757d;
}
.link-secondary:hover, .link-secondary:focus {
  color: #565e64;
}

.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: #146c43;
}

.link-info {
  color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}

.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}

.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}

.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb;
}

.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}

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

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

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

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1420px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

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

.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: flex !important;
}

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

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

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

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

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

.shadow-none {
  box-shadow: 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: -webkit-sticky !important;
  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;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #0d6efd !important;
}

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

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

.border-info {
  border-color: #0dcaf0 !important;
}

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

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

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

.border-dark {
  border-color: #212529 !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 {
  flex: 1 1 auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 16px !important;
}

.gap-2 {
  gap: 24px !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 32px !important;
}

.gap-5 {
  gap:48px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1 !important;
}

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

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

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

.m-1 {
  margin: 16px !important;
}

.m-2 {
  margin: 24px !important;
}

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

.m-4 {
  margin: 32px !important;
}

.m-5 {
  margin:48px !important;
}

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

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

.mx-1 {
  margin-right: 16px !important;
  margin-left: 16px !important;
}

.mx-2 {
  margin-right: 24px !important;
  margin-left: 24px !important;
}

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

.mx-4 {
  margin-right: 32px !important;
  margin-left: 32px !important;
}

.mx-5 {
  margin-right:48px !important;
  margin-left:48px !important;
}

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

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

.my-1 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.my-2 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

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

.my-4 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.my-5 {
  margin-top:48px !important;
  margin-bottom:48px !important;
}

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

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

.mt-1 {
  margin-top: 16px !important;
}

.mt-2 {
  margin-top: 24px !important;
}

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

.mt-4 {
  margin-top: 32px !important;
}

.mt-5 {
  margin-top:48px !important;
}

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

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 16px !important;
}

.me-2 {
  margin-right: 24px !important;
}

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

.me-4 {
  margin-right: 32px !important;
}

.me-5 {
  margin-right:48px !important;
}

.me-auto {
  margin-right: auto !important;
}

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

.mb-1 {
  margin-bottom: 16px !important;
}

.mb-2 {
  margin-bottom: 24px !important;
}

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

.mb-4 {
  margin-bottom: 32px !important;
}

.mb-5 {
  margin-bottom:48px !important;
}

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

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 16px !important;
}

.ms-2 {
  margin-left: 24px !important;
}

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

.ms-4 {
  margin-left: 32px !important;
}

.ms-5 {
  margin-left:48px !important;
}

.ms-auto {
  margin-left: auto !important;
}

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

.p-1 {
  padding: 16px !important;
}

.p-2 {
  padding: 24px !important;
}

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

.p-4 {
  padding: 32px !important;
}

.p-5 {
  padding:48px !important;
}

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

.px-1 {
  padding-right: 16px !important;
  padding-left: 16px !important;
}

.px-2 {
  padding-right: 24px !important;
  padding-left: 24px !important;
}

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

.px-4 {
  padding-right: 32px !important;
  padding-left: 32px !important;
}

.px-5 {
  padding-right:48px !important;
  padding-left:48px !important;
}

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

.py-1 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.py-2 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

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

.py-4 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.py-5 {
  padding-top:48px !important;
  padding-bottom:48px !important;
}

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

.pt-1 {
  padding-top: 16px !important;
}

.pt-2 {
  padding-top: 24px !important;
}

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

.pt-4 {
  padding-top: 32px !important;
}

.pt-5 {
  padding-top:48px !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 16px !important;
}

.pe-2 {
  padding-right: 24px !important;
}

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

.pe-4 {
  padding-right: 32px !important;
}

.pe-5 {
  padding-right:48px !important;
}

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

.pb-1 {
  padding-bottom: 16px !important;
}

.pb-2 {
  padding-bottom: 24px !important;
}

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

.pb-4 {
  padding-bottom: 32px !important;
}

.pb-5 {
  padding-bottom:48px !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 16px !important;
}

.ps-2 {
  padding-left: 24px !important;
}

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

.ps-4 {
  padding-left: 32px !important;
}

.ps-5 {
  padding-left:48px !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;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !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;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  color: #0d6efd !important;
}

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

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

.text-info {
  color: #0dcaf0 !important;
}

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

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

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

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

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

.text-body {
  color: #212529 !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-primary {
  background-color: #0d6efd !important;
}

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

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

.bg-info {
  background-color: #0dcaf0 !important;
}

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

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

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

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

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

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

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

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

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

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

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

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 16px !important;
}

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

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

.rounded-2 {
  border-radius: 16px !important;
}

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

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

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

.rounded-top {
  border-top-left-radius: 16px !important;
  border-top-right-radius: 16px !important;
}

.rounded-end {
  border-top-right-radius: 16px !important;
  border-bottom-right-radius: 16px !important;
}

.rounded-bottom {
  border-bottom-right-radius: 16px !important;
  border-bottom-left-radius: 16px !important;
}

.rounded-start {
  border-bottom-left-radius: 16px !important;
  border-top-left-radius: 16px !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !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: flex !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-1 {
    gap: 16px !important;
  }

  .gap-sm-2 {
    gap: 24px !important;
  }

  .gap-sm-3 {
    gap: 1rem !important;
  }

  .gap-sm-4 {
    gap: 32px !important;
  }

  .gap-sm-5 {
    gap:48px !important;
  }

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

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

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

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

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

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

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

  .m-sm-1 {
    margin: 16px !important;
  }

  .m-sm-2 {
    margin: 24px !important;
  }

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

  .m-sm-4 {
    margin: 32px !important;
  }

  .m-sm-5 {
    margin:48px !important;
  }

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

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }

  .mx-sm-2 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }

  .mx-sm-5 {
    margin-right:48px !important;
    margin-left:48px !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-1 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .my-sm-2 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .my-sm-5 {
    margin-top:48px !important;
    margin-bottom:48px !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

  .mt-sm-1 {
    margin-top: 16px !important;
  }

  .mt-sm-2 {
    margin-top: 24px !important;
  }

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

  .mt-sm-4 {
    margin-top: 32px !important;
  }

  .mt-sm-5 {
    margin-top:48px !important;
  }

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

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 16px !important;
  }

  .me-sm-2 {
    margin-right: 24px !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 32px !important;
  }

  .me-sm-5 {
    margin-right:48px !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

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

  .mb-sm-1 {
    margin-bottom: 16px !important;
  }

  .mb-sm-2 {
    margin-bottom: 24px !important;
  }

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

  .mb-sm-4 {
    margin-bottom: 32px !important;
  }

  .mb-sm-5 {
    margin-bottom:48px !important;
  }

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

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 16px !important;
  }

  .ms-sm-2 {
    margin-left: 24px !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 32px !important;
  }

  .ms-sm-5 {
    margin-left:48px !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

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

  .p-sm-1 {
    padding: 16px !important;
  }

  .p-sm-2 {
    padding: 24px !important;
  }

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

  .p-sm-4 {
    padding: 32px !important;
  }

  .p-sm-5 {
    padding:48px !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  .px-sm-2 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }

  .px-sm-5 {
    padding-right:48px !important;
    padding-left:48px !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .py-sm-2 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .py-sm-5 {
    padding-top:48px !important;
    padding-bottom:48px !important;
  }

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

  .pt-sm-1 {
    padding-top: 16px !important;
  }

  .pt-sm-2 {
    padding-top: 24px !important;
  }

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

  .pt-sm-4 {
    padding-top: 32px !important;
  }

  .pt-sm-5 {
    padding-top:48px !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 16px !important;
  }

  .pe-sm-2 {
    padding-right: 24px !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 32px !important;
  }

  .pe-sm-5 {
    padding-right:48px !important;
  }

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

  .pb-sm-1 {
    padding-bottom: 16px !important;
  }

  .pb-sm-2 {
    padding-bottom: 24px !important;
  }

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

  .pb-sm-4 {
    padding-bottom: 32px !important;
  }

  .pb-sm-5 {
    padding-bottom:48px !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 16px !important;
  }

  .ps-sm-2 {
    padding-left: 24px !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 32px !important;
  }

  .ps-sm-5 {
    padding-left:48px !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: flex !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: 16px !important;
  }

  .gap-md-2 {
    gap: 24px !important;
  }

  .gap-md-3 {
    gap: 1rem !important;
  }

  .gap-md-4 {
    gap: 32px !important;
  }

  .gap-md-5 {
    gap:48px !important;
  }

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

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

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

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

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

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

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

  .m-md-1 {
    margin: 16px !important;
  }

  .m-md-2 {
    margin: 24px !important;
  }

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

  .m-md-4 {
    margin: 32px !important;
  }

  .m-md-5 {
    margin:48px !important;
  }

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

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }

  .mx-md-2 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }

  .mx-md-5 {
    margin-right:48px !important;
    margin-left:48px !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-1 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .my-md-2 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .my-md-5 {
    margin-top:48px !important;
    margin-bottom:48px !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

  .mt-md-1 {
    margin-top: 16px !important;
  }

  .mt-md-2 {
    margin-top: 24px !important;
  }

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

  .mt-md-4 {
    margin-top: 32px !important;
  }

  .mt-md-5 {
    margin-top:48px !important;
  }

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

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 16px !important;
  }

  .me-md-2 {
    margin-right: 24px !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 32px !important;
  }

  .me-md-5 {
    margin-right:48px !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

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

  .mb-md-1 {
    margin-bottom: 16px !important;
  }

  .mb-md-2 {
    margin-bottom: 24px !important;
  }

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

  .mb-md-4 {
    margin-bottom: 32px !important;
  }

  .mb-md-5 {
    margin-bottom:48px !important;
  }

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

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 16px !important;
  }

  .ms-md-2 {
    margin-left: 24px !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 32px !important;
  }

  .ms-md-5 {
    margin-left:48px !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

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

  .p-md-1 {
    padding: 16px !important;
  }

  .p-md-2 {
    padding: 24px !important;
  }

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

  .p-md-4 {
    padding: 32px !important;
  }

  .p-md-5 {
    padding:48px !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  .px-md-2 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }

  .px-md-5 {
    padding-right:48px !important;
    padding-left:48px !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .py-md-2 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .py-md-5 {
    padding-top:48px !important;
    padding-bottom:48px !important;
  }

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

  .pt-md-1 {
    padding-top: 16px !important;
  }

  .pt-md-2 {
    padding-top: 24px !important;
  }

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

  .pt-md-4 {
    padding-top: 32px !important;
  }

  .pt-md-5 {
    padding-top:48px !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 16px !important;
  }

  .pe-md-2 {
    padding-right: 24px !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 32px !important;
  }

  .pe-md-5 {
    padding-right:48px !important;
  }

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

  .pb-md-1 {
    padding-bottom: 16px !important;
  }

  .pb-md-2 {
    padding-bottom: 24px !important;
  }

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

  .pb-md-4 {
    padding-bottom: 32px !important;
  }

  .pb-md-5 {
    padding-bottom:48px !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 16px !important;
  }

  .ps-md-2 {
    padding-left: 24px !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 32px !important;
  }

  .ps-md-5 {
    padding-left:48px !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: flex !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: 16px !important;
  }

  .gap-lg-2 {
    gap: 24px !important;
  }

  .gap-lg-3 {
    gap: 1rem !important;
  }

  .gap-lg-4 {
    gap: 32px !important;
  }

  .gap-lg-5 {
    gap:48px !important;
  }

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

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

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

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

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

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

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

  .m-lg-1 {
    margin: 16px !important;
  }

  .m-lg-2 {
    margin: 24px !important;
  }

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

  .m-lg-4 {
    margin: 32px !important;
  }

  .m-lg-5 {
    margin:48px !important;
  }

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

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }

  .mx-lg-2 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }

  .mx-lg-5 {
    margin-right:48px !important;
    margin-left:48px !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-1 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .my-lg-2 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .my-lg-5 {
    margin-top:48px !important;
    margin-bottom:48px !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

  .mt-lg-1 {
    margin-top: 16px !important;
  }

  .mt-lg-2 {
    margin-top: 24px !important;
  }

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

  .mt-lg-4 {
    margin-top: 32px !important;
  }

  .mt-lg-5 {
    margin-top:48px !important;
  }

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

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 16px !important;
  }

  .me-lg-2 {
    margin-right: 24px !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 32px !important;
  }

  .me-lg-5 {
    margin-right:48px !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

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

  .mb-lg-1 {
    margin-bottom: 16px !important;
  }

  .mb-lg-2 {
    margin-bottom: 24px !important;
  }

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

  .mb-lg-4 {
    margin-bottom: 32px !important;
  }

  .mb-lg-5 {
    margin-bottom:48px !important;
  }

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

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 16px !important;
  }

  .ms-lg-2 {
    margin-left: 24px !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 32px !important;
  }

  .ms-lg-5 {
    margin-left:48px !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

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

  .p-lg-1 {
    padding: 16px !important;
  }

  .p-lg-2 {
    padding: 24px !important;
  }

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

  .p-lg-4 {
    padding: 32px !important;
  }

  .p-lg-5 {
    padding:48px !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  .px-lg-2 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }

  .px-lg-5 {
    padding-right:48px !important;
    padding-left:48px !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .py-lg-2 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .py-lg-5 {
    padding-top:48px !important;
    padding-bottom:48px !important;
  }

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

  .pt-lg-1 {
    padding-top: 16px !important;
  }

  .pt-lg-2 {
    padding-top: 24px !important;
  }

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

  .pt-lg-4 {
    padding-top: 32px !important;
  }

  .pt-lg-5 {
    padding-top:48px !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 16px !important;
  }

  .pe-lg-2 {
    padding-right: 24px !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 32px !important;
  }

  .pe-lg-5 {
    padding-right:48px !important;
  }

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

  .pb-lg-1 {
    padding-bottom: 16px !important;
  }

  .pb-lg-2 {
    padding-bottom: 24px !important;
  }

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

  .pb-lg-4 {
    padding-bottom: 32px !important;
  }

  .pb-lg-5 {
    padding-bottom:48px !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 16px !important;
  }

  .ps-lg-2 {
    padding-left: 24px !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 32px !important;
  }

  .ps-lg-5 {
    padding-left:48px !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: flex !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 16px !important;
  }

  .gap-xl-2 {
    gap: 24px !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 32px !important;
  }

  .gap-xl-5 {
    gap:48px !important;
  }

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

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

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

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

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

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

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

  .m-xl-1 {
    margin: 16px !important;
  }

  .m-xl-2 {
    margin: 24px !important;
  }

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

  .m-xl-4 {
    margin: 32px !important;
  }

  .m-xl-5 {
    margin:48px !important;
  }

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

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }

  .mx-xl-2 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }

  .mx-xl-5 {
    margin-right:48px !important;
    margin-left:48px !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-1 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .my-xl-2 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .my-xl-5 {
    margin-top:48px !important;
    margin-bottom:48px !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

  .mt-xl-1 {
    margin-top: 16px !important;
  }

  .mt-xl-2 {
    margin-top: 24px !important;
  }

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

  .mt-xl-4 {
    margin-top: 32px !important;
  }

  .mt-xl-5 {
    margin-top:48px !important;
  }

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

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 16px !important;
  }

  .me-xl-2 {
    margin-right: 24px !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 32px !important;
  }

  .me-xl-5 {
    margin-right:48px !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

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

  .mb-xl-1 {
    margin-bottom: 16px !important;
  }

  .mb-xl-2 {
    margin-bottom: 24px !important;
  }

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

  .mb-xl-4 {
    margin-bottom: 32px !important;
  }

  .mb-xl-5 {
    margin-bottom:48px !important;
  }

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

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 16px !important;
  }

  .ms-xl-2 {
    margin-left: 24px !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 32px !important;
  }

  .ms-xl-5 {
    margin-left:48px !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

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

  .p-xl-1 {
    padding: 16px !important;
  }

  .p-xl-2 {
    padding: 24px !important;
  }

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

  .p-xl-4 {
    padding: 32px !important;
  }

  .p-xl-5 {
    padding:48px !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  .px-xl-2 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }

  .px-xl-5 {
    padding-right:48px !important;
    padding-left:48px !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .py-xl-2 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .py-xl-5 {
    padding-top:48px !important;
    padding-bottom:48px !important;
  }

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

  .pt-xl-1 {
    padding-top: 16px !important;
  }

  .pt-xl-2 {
    padding-top: 24px !important;
  }

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

  .pt-xl-4 {
    padding-top: 32px !important;
  }

  .pt-xl-5 {
    padding-top:48px !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 16px !important;
  }

  .pe-xl-2 {
    padding-right: 24px !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 32px !important;
  }

  .pe-xl-5 {
    padding-right:48px !important;
  }

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

  .pb-xl-1 {
    padding-bottom: 16px !important;
  }

  .pb-xl-2 {
    padding-bottom: 24px !important;
  }

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

  .pb-xl-4 {
    padding-bottom: 32px !important;
  }

  .pb-xl-5 {
    padding-bottom:48px !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 16px !important;
  }

  .ps-xl-2 {
    padding-left: 24px !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 32px !important;
  }

  .ps-xl-5 {
    padding-left:48px !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: 1420px) {
  .float-xxl-start {
    float: left !important;
  }

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

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

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

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

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

  .d-xxl-grid {
    display: grid !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 16px !important;
  }

  .gap-xxl-2 {
    gap: 24px !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 32px !important;
  }

  .gap-xxl-5 {
    gap:48px !important;
  }

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

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

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

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

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

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

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

  .m-xxl-1 {
    margin: 16px !important;
  }

  .m-xxl-2 {
    margin: 24px !important;
  }

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

  .m-xxl-4 {
    margin: 32px !important;
  }

  .m-xxl-5 {
    margin:48px !important;
  }

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

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 16px !important;
    margin-left: 16px !important;
  }

  .mx-xxl-2 {
    margin-right: 24px !important;
    margin-left: 24px !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 32px !important;
    margin-left: 32px !important;
  }

  .mx-xxl-5 {
    margin-right:48px !important;
    margin-left:48px !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }

  .my-xxl-2 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }

  .my-xxl-5 {
    margin-top:48px !important;
    margin-bottom:48px !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

  .mt-xxl-1 {
    margin-top: 16px !important;
  }

  .mt-xxl-2 {
    margin-top: 24px !important;
  }

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

  .mt-xxl-4 {
    margin-top: 32px !important;
  }

  .mt-xxl-5 {
    margin-top:48px !important;
  }

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

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 16px !important;
  }

  .me-xxl-2 {
    margin-right: 24px !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 32px !important;
  }

  .me-xxl-5 {
    margin-right:48px !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

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

  .mb-xxl-1 {
    margin-bottom: 16px !important;
  }

  .mb-xxl-2 {
    margin-bottom: 24px !important;
  }

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

  .mb-xxl-4 {
    margin-bottom: 32px !important;
  }

  .mb-xxl-5 {
    margin-bottom:48px !important;
  }

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

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 16px !important;
  }

  .ms-xxl-2 {
    margin-left: 24px !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 32px !important;
  }

  .ms-xxl-5 {
    margin-left:48px !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

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

  .p-xxl-1 {
    padding: 16px !important;
  }

  .p-xxl-2 {
    padding: 24px !important;
  }

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

  .p-xxl-4 {
    padding: 32px !important;
  }

  .p-xxl-5 {
    padding:48px !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  .px-xxl-2 {
    padding-right: 24px !important;
    padding-left: 24px !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 32px !important;
    padding-left: 32px !important;
  }

  .px-xxl-5 {
    padding-right:48px !important;
    padding-left:48px !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .py-xxl-2 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }

  .py-xxl-5 {
    padding-top:48px !important;
    padding-bottom:48px !important;
  }

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

  .pt-xxl-1 {
    padding-top: 16px !important;
  }

  .pt-xxl-2 {
    padding-top: 24px !important;
  }

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

  .pt-xxl-4 {
    padding-top: 32px !important;
  }

  .pt-xxl-5 {
    padding-top:48px !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 16px !important;
  }

  .pe-xxl-2 {
    padding-right: 24px !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 32px !important;
  }

  .pe-xxl-5 {
    padding-right:48px !important;
  }

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

  .pb-xxl-1 {
    padding-bottom: 16px !important;
  }

  .pb-xxl-2 {
    padding-bottom: 24px !important;
  }

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

  .pb-xxl-4 {
    padding-bottom: 32px !important;
  }

  .pb-xxl-5 {
    padding-bottom:48px !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 16px !important;
  }

  .ps-xxl-2 {
    padding-left: 24px !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 32px !important;
  }

  .ps-xxl-5 {
    padding-left:48px !important;
  }

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

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

  .text-xxl-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: 32px !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: flex !important;
  }

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

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

/*# sourceMappingURL=bootstrap.css.map */
/* End */


/* Start:/tools/mmenu/mmenu.css?170134996047952*/
/*!
 * mmenu.js
 * mmenujs.com
 *
 * Copyright (c) Fred Heusschen
 * frebsite.nl
 *
 * License: CC-BY-NC-4.0
 * http://creativecommons.org/licenses/by-nc/4.0/
 */.mm-menu_theme-white{--mm-color-border:rgba( 0,0,0, 0.1 );--mm-color-button:rgba( 0,0,0, 0.3 );--mm-color-text:rgba( 0,0,0, 0.7 );--mm-color-text-dimmed:rgba( 0,0,0, 0.3 );--mm-color-background:#fff;--mm-color-background-highlight:rgba( 0,0,0, 0.06 );--mm-color-background-emphasis:rgba( 0,0,0, 0.03 );--mm-shadow:0 0 10px rgba( 0,0,0, 0.2 )}.mm-menu_theme-dark{--mm-color-border:rgba( 0,0,0, 0.3 );--mm-color-button:rgba( 255,255,255, 0.4 );--mm-color-text:rgba( 255,255,255, 0.85 );--mm-color-text-dimmed:rgba( 255,255,255, 0.4 );--mm-color-background:#333;--mm-color-background-highlight:rgba( 255,255,255, 0.08 );--mm-color-background-emphasis:rgba( 0,0,0, 0.1 );--mm-shadow:0 0 20px rgba( 0,0,0, 0.5 )}.mm-menu_theme-black{--mm-color-border:rgba( 255,255,255, 0.25 );--mm-color-button:rgba( 255,255,255, 0.4 );--mm-color-text:rgba( 255,255,255, 0.75 );--mm-color-text-dimmed:rgba( 255,255,255, 0.4 );--mm-color-background:#000;--mm-color-background-highlight:rgba( 255,255,255, 0.2 );--mm-color-background-emphasis:rgba( 255,255,255, 0.15 );--mm-shadow:none}:root{--mm-line-height:20px;--mm-listitem-size:44px;--mm-navbar-size:44px;--mm-offset-top:0;--mm-offset-right:0;--mm-offset-bottom:0;--mm-offset-left:0;--mm-color-border:rgba(0, 0, 0, 0.1);--mm-color-button:rgba(0, 0, 0, 0.3);--mm-color-text:rgba(0, 0, 0, 0.75);--mm-color-text-dimmed:rgba(0, 0, 0, 0.3);--mm-color-background:#f3f3f3;--mm-color-background-highlight:rgba(0, 0, 0, 0.05);--mm-color-background-emphasis:rgba(255, 255, 255, 0.4);--mm-shadow:0 0 10px rgba(0, 0, 0, 0.3)}.mm-hidden{display:none!important}.mm-wrapper{overflow-x:hidden;position:relative}.mm-menu{top:0;right:0;bottom:0;left:0;background:#f3f3f3;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.75);line-height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;top:var(--mm-offset-top);right:var(--mm-offset-right);bottom:var(--mm-offset-bottom);left:var(--mm-offset-left);z-index:0;background:var(--mm-color-background);border-color:var(--mm-color-border);color:var(--mm-color-text);line-height:var(--mm-line-height);-webkit-tap-highlight-color:var(--mm-color-background-emphasis);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mm-menu a,.mm-menu a:active,.mm-menu a:hover,.mm-menu a:link,.mm-menu a:visited{text-decoration:none;color:inherit}[dir=rtl] .mm-menu{direction:rtl}.mm-panel{background:#f3f3f3;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.75);z-index:0;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;-webkit-overflow-scrolling:touch;overflow:scroll;overflow-x:hidden;overflow-y:auto;background:var(--mm-color-background);border-color:var(--mm-color-border);color:var(--mm-color-text);-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;-o-transition:transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}.mm-panel:after{height:44px}.mm-panel:not(.mm-hidden){display:block}.mm-panel:after{content:'';display:block;height:var(--mm-listitem-size)}.mm-panel_opened{z-index:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-panel_opened-parent{-webkit-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}.mm-panel_highest{z-index:2}.mm-panel_noanimation{-webkit-transition:none!important;-o-transition:none!important;transition:none!important}.mm-panel_noanimation.mm-panel_opened-parent{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-panels>.mm-panel{position:absolute;left:0;right:0;top:0;bottom:0}.mm-panel__content{padding:20px 20px 0}.mm-panels{background:#f3f3f3;border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.75);position:relative;height:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;overflow:hidden;background:var(--mm-color-background);border-color:var(--mm-color-border);color:var(--mm-color-text)}[dir=rtl] .mm-panel:not(.mm-panel_opened){-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}[dir=rtl] .mm-panel.mm-panel_opened-parent{-webkit-transform:translate3d(30%,0,0);transform:translate3d(30%,0,0)}.mm-listitem_vertical>.mm-panel{display:none;width:100%;padding:10px 0 10px 10px;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important}.mm-listitem_vertical>.mm-panel:after,.mm-listitem_vertical>.mm-panel:before{content:none;display:none}.mm-listitem_opened>.mm-panel{display:block}.mm-listitem_vertical>.mm-listitem__btn{height:44px;height:var(--mm-listitem-size);bottom:auto}.mm-listitem_vertical .mm-listitem:last-child:after{border-color:transparent}.mm-listitem_opened>.mm-listitem__btn:after{-webkit-transform:rotate(225deg);-ms-transform:rotate(225deg);transform:rotate(225deg);right:19px}.mm-btn{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;width:50px;padding:0}.mm-btn:after,.mm-btn:before{border:2px solid rgba(0,0,0,.3);border:2px solid var(--mm-color-button)}.mm-btn_next:after,.mm-btn_prev:before{content:'';border-bottom:none;border-right:none;-webkit-box-sizing:content-box;box-sizing:content-box;display:block;width:8px;height:8px;margin:auto;position:absolute;top:0;bottom:0}.mm-btn_prev:before{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);left:23px;right:auto}.mm-btn_next:after{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);right:23px;left:auto}.mm-btn_close:after,.mm-btn_close:before{content:'';-webkit-box-sizing:content-box;box-sizing:content-box;display:block;width:5px;height:5px;margin:auto;position:absolute;top:0;bottom:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.mm-btn_close:before{border-right:none;border-bottom:none;right:18px}.mm-btn_close:after{border-left:none;border-top:none;right:25px}[dir=rtl] .mm-btn_next:after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);left:23px;right:auto}[dir=rtl] .mm-btn_prev:before{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);right:23px;left:auto}[dir=rtl] .mm-btn_close:after,[dir=rtl] .mm-btn_close:before{right:auto}[dir=rtl] .mm-btn_close:before{left:25px}[dir=rtl] .mm-btn_close:after{left:18px}.mm-navbar{min-height:44px;border-bottom:1px solid rgba(0,0,0,.1);background:#f3f3f3;color:rgba(0,0,0,.3);display:-webkit-box;display:-ms-flexbox;display:flex;min-height:var(--mm-navbar-size);border-bottom:1px solid var(--mm-color-border);background:var(--mm-color-background);color:var(--mm-color-text-dimmed);text-align:center;opacity:1;-webkit-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease}.mm-navbar>*{min-height:44px}@supports ((position:-webkit-sticky) or (position:sticky)){.mm-navbar_sticky{position:-webkit-sticky;position:sticky;top:0;z-index:1}}.mm-navbar>*{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow: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;-webkit-box-sizing:border-box;box-sizing:border-box}.mm-navbar__btn{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.mm-navbar__title{-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%;display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:20px;padding-right:20px;overflow:hidden}.mm-navbar__title:not(:last-child){padding-right:0}.mm-navbar__title>span{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mm-navbar__btn:not(.mm-hidden)+.mm-navbar__title{padding-left:0}.mm-navbar__btn:not(.mm-hidden)+.mm-navbar__title:last-child{padding-right:50px}[dir=rtl] .mm-navbar{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.mm-listview{list-style:none;display:block;padding:0;margin:0}.mm-listitem{color:rgba(0,0,0,.75);border-color:rgba(0,0,0,.1);color:var(--mm-color-text);border-color:var(--mm-color-border);list-style:none;display:block;padding:0;margin:0;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.mm-listitem:after{content:'';border-color:inherit;border-bottom-width:1px;border-bottom-style:solid;display:block;position:absolute;left:20px;right:0;bottom:0}.mm-listitem a,.mm-listitem a:hover{text-decoration:none}.mm-listitem__btn,.mm-listitem__text{padding:12px;display:block;padding:calc((var(--mm-listitem-size) - var(--mm-line-height))/ 2);padding-left:0;padding-right:0;color:inherit}.mm-listitem__text{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding-left:20px;padding-right:10px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:10%;flex-basis:10%}.mm-listitem__btn{background:rgba(3,2,1,0);border-color:inherit;width:auto;padding-right:50px;position:relative}.mm-listitem__btn:not(.mm-listitem__text){border-left-width:1px;border-left-style:solid}.mm-listitem_selected>.mm-listitem__text{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}.mm-listitem_opened>.mm-listitem__btn,.mm-listitem_opened>.mm-panel{background:rgba(0,0,0,.05);background:var(--mm-color-background-highlight)}[dir=rtl] .mm-listitem:after{left:0;right:20px}[dir=rtl] .mm-listitem__text{padding-left:10px;padding-right:20px}[dir=rtl] .mm-listitem__btn{padding-left:50px;border-left-width:0;border-left-style:none}[dir=rtl] .mm-listitem__btn:not(.mm-listitem__text){padding-right:0;border-right-width:1px;border-right-style:solid}.mm-page{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative}.mm-slideout{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;-o-transition:transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease;z-index:1}.mm-wrapper_opened{overflow-x:hidden;position:relative}.mm-wrapper_opened .mm-page{min-height:100vh}.mm-wrapper_background .mm-page{background:inherit}.mm-menu_offcanvas{position:fixed;right:auto;z-index:0}.mm-menu_offcanvas:not(.mm-menu_opened){display:none}.mm-menu_offcanvas{width:80%;min-width:240px;max-width:440px}.mm-wrapper_opening .mm-menu_offcanvas~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_offcanvas~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:550px){.mm-wrapper_opening .mm-menu_offcanvas~.mm-slideout{-webkit-transform:translate3d(440px,0,0);transform:translate3d(440px,0,0)}}.mm-wrapper__blocker{background:rgba(3,2,1,0);overflow:hidden;display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2}.mm-wrapper_blocking{overflow:hidden}.mm-wrapper_blocking body{overflow:hidden}.mm-wrapper_blocking .mm-wrapper__blocker{display:block}.mm-sronly{border:0!important;clip:rect(1px,1px,1px,1px)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;white-space:nowrap!important;width:1px!important;min-width:1px!important;height:1px!important;min-height:1px!important;padding:0!important;overflow:hidden!important;position:absolute!important}.mm-menu_autoheight:not(.mm-menu_offcanvas){position:relative}.mm-menu_autoheight.mm-menu_position-bottom,.mm-menu_autoheight.mm-menu_position-top{max-height:80%}.mm-menu_autoheight-measuring .mm-panel{display:block!important}.mm-menu_autoheight-measuring .mm-panels>.mm-panel{bottom:auto!important;height:auto!important}.mm-menu_autoheight-measuring .mm-listitem_vertical:not(.mm-listitem_opened) .mm-panel{display:none!important}[class*=mm-menu_columns-]{-webkit-transition-property:width;-o-transition-property:width;transition-property:width}[class*=mm-menu_columns-] .mm-panels>.mm-panel{right:auto;-webkit-transition-property:width,-webkit-transform;transition-property:width,-webkit-transform;-o-transition-property:width,transform;transition-property:width,transform;transition-property:width,transform,-webkit-transform}[class*=mm-menu_columns-] .mm-panels>.mm-panel_opened,[class*=mm-menu_columns-] .mm-panels>.mm-panel_opened-parent{display:block!important}[class*=mm-panel_columns-]{border-right:1px solid;border-color:inherit}.mm-menu_columns-1 .mm-panel_columns-0,.mm-menu_columns-2 .mm-panel_columns-1,.mm-menu_columns-3 .mm-panel_columns-2,.mm-menu_columns-4 .mm-panel_columns-3{border-right:none}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-0{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu_columns-0 .mm-panels>.mm-panel{z-index:0}.mm-menu_columns-0 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-0 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.mm-menu_columns-0{width:80%;min-width:240px;max-width:0}.mm-wrapper_opening .mm-menu_columns-0~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-0~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:0px){.mm-wrapper_opening .mm-menu_columns-0~.mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:0px){.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-1{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.mm-menu_columns-1 .mm-panels>.mm-panel{z-index:1;width:100%}.mm-menu_columns-1 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-1 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-webkit-transform:translate3d(200%,0,0);transform:translate3d(200%,0,0)}.mm-menu_columns-1{width:80%;min-width:240px;max-width:440px}.mm-wrapper_opening .mm-menu_columns-1~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-1~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:550px){.mm-wrapper_opening .mm-menu_columns-1~.mm-slideout{-webkit-transform:translate3d(440px,0,0);transform:translate3d(440px,0,0)}}.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:550px){.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-440px,0,0);transform:translate3d(-440px,0,0)}}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-2{-webkit-transform:translate3d(200%,0,0);transform:translate3d(200%,0,0)}.mm-menu_columns-2 .mm-panels>.mm-panel{z-index:2;width:50%}.mm-menu_columns-2 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-2 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-webkit-transform:translate3d(300%,0,0);transform:translate3d(300%,0,0)}.mm-menu_columns-2{width:80%;min-width:240px;max-width:880px}.mm-wrapper_opening .mm-menu_columns-2~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-2~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:1100px){.mm-wrapper_opening .mm-menu_columns-2~.mm-slideout{-webkit-transform:translate3d(880px,0,0);transform:translate3d(880px,0,0)}}.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:1100px){.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-880px,0,0);transform:translate3d(-880px,0,0)}}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-3{-webkit-transform:translate3d(300%,0,0);transform:translate3d(300%,0,0)}.mm-menu_columns-3 .mm-panels>.mm-panel{z-index:3;width:33.34%}.mm-menu_columns-3 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-3 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-webkit-transform:translate3d(400%,0,0);transform:translate3d(400%,0,0)}.mm-menu_columns-3{width:80%;min-width:240px;max-width:1320px}.mm-wrapper_opening .mm-menu_columns-3~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-3~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:1650px){.mm-wrapper_opening .mm-menu_columns-3~.mm-slideout{-webkit-transform:translate3d(1320px,0,0);transform:translate3d(1320px,0,0)}}.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:1650px){.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-1320px,0,0);transform:translate3d(-1320px,0,0)}}[class*=mm-menu_columns-] .mm-panels>.mm-panel_columns-4{-webkit-transform:translate3d(400%,0,0);transform:translate3d(400%,0,0)}.mm-menu_columns-4 .mm-panels>.mm-panel{z-index:4;width:25%}.mm-menu_columns-4 .mm-panels>.mm-panel else{width:100%}.mm-menu_columns-4 .mm-panels>.mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent){-webkit-transform:translate3d(500%,0,0);transform:translate3d(500%,0,0)}.mm-menu_columns-4{width:80%;min-width:240px;max-width:1760px}.mm-wrapper_opening .mm-menu_columns-4~.mm-slideout{-webkit-transform:translate3d(80vw,0,0);transform:translate3d(80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-4~.mm-slideout{-webkit-transform:translate3d(240px,0,0);transform:translate3d(240px,0,0)}}@media all and (min-width:2200px){.mm-wrapper_opening .mm-menu_columns-4~.mm-slideout{-webkit-transform:translate3d(1760px,0,0);transform:translate3d(1760px,0,0)}}.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:2200px){.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-1760px,0,0);transform:translate3d(-1760px,0,0)}}[class*=mm-menu_columns-].mm-menu_position-bottom,[class*=mm-menu_columns-].mm-menu_position-top{width:100%;max-width:100%;min-width:100%}.mm-wrapper_opening [class*=mm-menu_columns-].mm-menu_position-front{-webkit-transition-property:width,min-width,max-width,-webkit-transform;transition-property:width,min-width,max-width,-webkit-transform;-o-transition-property:width,min-width,max-width,transform;transition-property:width,min-width,max-width,transform;transition-property:width,min-width,max-width,transform,-webkit-transform}.mm-counter{color:rgba(0,0,0,.3);display:block;padding-left:20px;float:right;text-align:right;color:var(--mm-color-text-dimmed)}.mm-listitem_nosubitems>.mm-counter{display:none}[dir=rtl] .mm-counter{text-align:left;float:left;padding-left:0;padding-right:20px}.mm-divider{position:relative;min-height:20px;padding:4.3px;background:#f3f3f3;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;min-height:var(--mm-line-height);padding:calc(((var(--mm-listitem-size) * .65) - var(--mm-line-height)) * .5);padding-right:10px;padding-left:20px;font-size:75%;text-transform:uppercase;background:var(--mm-color-background);opacity:1;-webkit-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease}.mm-divider:before{background:rgba(0,0,0,.05)}@supports ((position:-webkit-sticky) or (position:sticky)){.mm-divider{position:-webkit-sticky;position:sticky;z-index:2;top:0}.mm-navbar_sticky:not(.mm-hidden)~.mm-listview .mm-divider{top:var(--mm-navbar-size)}}.mm-divider:before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--mm-color-background-highlight)}.mm-wrapper_dragging .mm-menu,.mm-wrapper_dragging .mm-slideout{-webkit-transition-duration:0s!important;-o-transition-duration:0s!important;transition-duration:0s!important;-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.mm-wrapper_dragging .mm-menu{pointer-events:none!important}.mm-wrapper_dragging .mm-wrapper__blocker{display:none!important}.mm-menu_dropdown{-webkit-box-shadow:0 2px 10px rgba(0,0,0,.3);box-shadow:0 2px 10px rgba(0,0,0,.3);height:80%}.mm-wrapper_dropdown .mm-slideout{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;z-index:0}.mm-wrapper_dropdown .mm-wrapper__blocker{-webkit-transition-delay:0s!important;-o-transition-delay:0s!important;transition-delay:0s!important;z-index:1}.mm-wrapper_dropdown .mm-menu_dropdown{z-index:2}.mm-wrapper_dropdown.mm-wrapper_opened:not(.mm-wrapper_opening) .mm-menu_dropdown{display:none}.mm-menu_tip-bottom:before,.mm-menu_tip-left:before,.mm-menu_tip-right:before,.mm-menu_tip-top:before{content:'';background:inherit;-webkit-box-shadow:0 2px 10px rgba(0,0,0,.3);box-shadow:0 2px 10px rgba(0,0,0,.3);display:block;width:15px;height:15px;position:absolute;z-index:-1;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.mm-menu_tip-left:before{left:22px}.mm-menu_tip-right:before{right:22px}.mm-menu_tip-top:before{top:-8px}.mm-menu_tip-bottom:before{bottom:-8px}:root{--mm-iconbar-size:50px}.mm-menu_iconbar-left .mm-navbars_bottom,.mm-menu_iconbar-left .mm-navbars_top,.mm-menu_iconbar-left .mm-panels{margin-left:50px;margin-left:var(--mm-iconbar-size)}.mm-menu_iconbar-left .mm-iconbar{border-right-width:1px;display:block;left:0}.mm-menu_iconbar-right .mm-navbars_bottom,.mm-menu_iconbar-right .mm-navbars_top,.mm-menu_iconbar-right .mm-panels{margin-right:50px;margin-right:var(--mm-iconbar-size)}.mm-menu_iconbar-right .mm-iconbar{border-left-width:1px;display:block;right:0}.mm-iconbar{width:50px;border-color:rgba(0,0,0,.1);background:#f3f3f3;color:rgba(0,0,0,.3);display:none;width:var(--mm-iconbar-size);overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;top:0;bottom:0;z-index:2;border:0 solid;border-color:var(--mm-color-border);background:var(--mm-color-background);color:var(--mm-color-text-dimmed);text-align:center}.mm-iconbar__bottom,.mm-iconbar__top{width:inherit;position:absolute}.mm-iconbar__bottom>*,.mm-iconbar__top>*{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;padding:12.5px 0}.mm-iconbar__bottom a,.mm-iconbar__bottom a:hover,.mm-iconbar__top a,.mm-iconbar__top a:hover{text-decoration:none}.mm-iconbar__top{top:0}.mm-iconbar__bottom{bottom:0}.mm-iconbar__tab_selected{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}:root{--mm-iconpanel-size:50px}.mm-panel_iconpanel-1{width:calc(100% - 50px);width:calc(100% - (var(--mm-iconpanel-size) * 1))}.mm-panel_iconpanel-2{width:calc(100% - 100px);width:calc(100% - (var(--mm-iconpanel-size) * 2))}.mm-panel_iconpanel-3{width:calc(100% - 150px);width:calc(100% - (var(--mm-iconpanel-size) * 3))}.mm-panel_iconpanel-first~.mm-panel{width:calc(100% - 50px);width:calc(100% - var(--mm-iconpanel-size))}.mm-menu_iconpanel .mm-panels>.mm-panel{left:auto;-webkit-transition-property:width,-webkit-transform;transition-property:width,-webkit-transform;-o-transition-property:transform,width;transition-property:transform,width;transition-property:transform,width,-webkit-transform}.mm-menu_iconpanel .mm-panels>.mm-panel_opened,.mm-menu_iconpanel .mm-panels>.mm-panel_opened-parent{display:block!important}.mm-menu_iconpanel .mm-panels>.mm-panel_opened-parent{overflow-y:hidden;-webkit-transform:unset;-ms-transform:unset;transform:unset}.mm-menu_iconpanel .mm-panels>.mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0){border-left-width:1px;border-left-style:solid}.mm-menu_hidedivider .mm-panel_opened-parent .mm-divider,.mm-menu_hidenavbar .mm-panel_opened-parent .mm-navbar{opacity:0}.mm-panel__blocker{background:inherit;opacity:0;display:block;position:absolute;top:0;right:0;left:0;z-index:3;-webkit-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease}.mm-panel_opened-parent .mm-panel__blocker{opacity:.6;bottom:-100000px}[dir=rtl] .mm-menu_iconpanel .mm-panels>.mm-panel{left:0;right:auto;-webkit-transition-property:width,-webkit-transform;transition-property:width,-webkit-transform;-o-transition-property:transform,width;transition-property:transform,width;transition-property:transform,width,-webkit-transform}[dir=rtl] .mm-menu_iconpanel .mm-panels>.mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0){border-left:none;border-right:1px solid;border-color:inherit}.mm-menu_keyboardfocus a:focus,.mm-menu_keyboardfocus.mm-menu_opened~.mm-wrapper__blocker a:focus{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis);outline:0}.mm-wrapper__blocker .mm-tabstart{cursor:default;display:block;width:100%;height:100%}.mm-wrapper__blocker .mm-tabend{opacity:0;position:absolute;bottom:0}.mm-navbars_top{-ms-flex-negative:0;flex-shrink:0}.mm-navbars_top .mm-navbar:not(:last-child){border-bottom:none}.mm-navbars_bottom{-ms-flex-negative:0;flex-shrink:0}.mm-navbars_bottom .mm-navbar{border-bottom:none}.mm-navbars_bottom .mm-navbar:first-child{border-top:1px solid rgba(0,0,0,.1);border-top:1px solid var(--mm-color-border)}.mm-btn:not(.mm-hidden)+.mm-navbar__searchfield .mm-searchfield__input{padding-left:0}.mm-navbar__searchfield:not(:last-child) .mm-searchfield__input{padding-right:0}.mm-navbar__breadcrumbs{-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;-webkit-box-flex:1;-ms-flex:1 1 50%;flex:1 1 50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:0 20px;overflow-x:auto;-webkit-overflow-scrolling:touch}.mm-navbar__breadcrumbs>*{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;padding-right:6px}.mm-navbar__breadcrumbs>a{text-decoration:underline}.mm-navbar__breadcrumbs:not(:last-child){padding-right:0}.mm-btn:not(.mm-hidden)+.mm-navbar__breadcrumbs{padding-left:0}.mm-navbar_tabs>*{padding:0 10px;border:1px solid transparent}.mm-navbar__tab_selected{background:#f3f3f3;color:rgba(0,0,0,.75);background:var(--mm-color-background);color:var(--mm-color-text)}.mm-navbar__tab_selected:not(:first-child){border-left-color:rgba(0,0,0,.1)}.mm-navbar__tab_selected:not(:last-child){border-right-color:rgba(0,0,0,.1)}.mm-navbar__tab_selected:not(:first-child){border-left-color:var(--mm-color-border)}.mm-navbar__tab_selected:not(:last-child){border-right-color:var(--mm-color-border)}.mm-navbars_top .mm-navbar_tabs{border-bottom:none}.mm-navbars_top .mm-navbar_tabs>*{border-bottom-color:rgba(0,0,0,.1);border-bottom-color:var(--mm-color-border)}.mm-navbars_top .mm-navbar__tab_selected{border-top-color:rgba(0,0,0,.1);border-top-color:var(--mm-color-border);border-bottom-color:transparent}.mm-navbars_top.mm-navbars_has-tabs .mm-navbar{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}.mm-navbars_top.mm-navbars_has-tabs .mm-navbar_tabs~.mm-navbar{background:#f3f3f3;background:var(--mm-color-background)}.mm-navbars_bottom .mm-navbar_tabs:first-child{border-top:none}.mm-navbars_bottom .mm-navbar_tabs>*{border-top-color:rgba(0,0,0,.1);border-top-color:var(--mm-color-border)}.mm-navbars_bottom .mm-navbar__tab_selected{border-bottom-color:rgba(0,0,0,.1);border-bottom-color:var(--mm-color-border);border-top-color:transparent}.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar{background:#f3f3f3;background:var(--mm-color-background)}.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs,.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs~.mm-navbar{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}.mm-searchfield{height:44px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:var(--mm-navbar-size);padding:0;overflow:hidden}.mm-searchfield input{height:30.8px;line-height:30.8px}.mm-searchfield input,.mm-searchfield input:focus,.mm-searchfield input:hover{background:rgba(0,0,0,.05);color:rgba(0,0,0,.75)}.mm-searchfield input{display:block;width:100%;max-width:100%;height:calc(var(--mm-navbar-size) * .7);min-height:unset;max-height:unset;margin:0;padding:0 10px;-webkit-box-sizing:border-box;box-sizing:border-box;border:none!important;border-radius:4px;line-height:calc(var(--mm-navbar-size) * .7);-webkit-box-shadow:none!important;box-shadow:none!important;outline:0!important;font:inherit;font-size:inherit}.mm-searchfield input,.mm-searchfield input:focus,.mm-searchfield input:hover{background:var(--mm-color-background-highlight);color:var(--mm-color-text)}.mm-searchfield input::-ms-clear{display:none}.mm-searchfield__input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;width:100%;max-width:100%;padding:0 10px;-webkit-box-sizing:border-box;box-sizing:border-box}.mm-panel__noresultsmsg{color:rgba(0,0,0,.3);padding:50px 0;color:var(--mm-color-text-dimmed);text-align:center;font-size:150%}.mm-searchfield__btn{position:absolute;right:0;top:0;bottom:0}.mm-panel_search{left:0!important;right:0!important;width:100%!important;border-left:none!important}.mm-searchfield__cancel{line-height:44px;display:block;padding-right:10px;margin-right:-100px;line-height:var(--mm-navbar-size);text-decoration:none;-webkit-transition:margin .4s ease;-o-transition:margin .4s ease;transition:margin .4s ease}.mm-searchfield__cancel-active{margin-right:0}.mm-listitem_nosubitems>.mm-listitem__btn{display:none}.mm-listitem_nosubitems>.mm-listitem__text{padding-right:10px}.mm-listitem_onlysubitems>.mm-listitem__text:not(.mm-listitem__btn){z-index:-1;pointer-events:none}.mm-sectionindexer{background:inherit;text-align:center;font-size:12px;-webkit-box-sizing:border-box;box-sizing:border-box;width:20px;position:absolute;top:0;bottom:0;right:-20px;z-index:5;-webkit-transition:right .4s ease;-o-transition:right .4s ease;transition:right .4s ease;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:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.mm-sectionindexer a{color:rgba(0,0,0,.3);color:var(--mm-color-text-dimmed);line-height:1;text-decoration:none;display:block}.mm-sectionindexer~.mm-panel{padding-right:0}.mm-sectionindexer_active{right:0}.mm-sectionindexer_active~.mm-panel{padding-right:20px}.mm-menu_selected-hover .mm-listitem__btn,.mm-menu_selected-hover .mm-listitem__text,.mm-menu_selected-parent .mm-listitem__btn,.mm-menu_selected-parent .mm-listitem__text{-webkit-transition:background-color .4s ease;-o-transition:background-color .4s ease;transition:background-color .4s ease}.mm-menu_selected-hover .mm-listview:hover>.mm-listitem_selected>.mm-listitem__text{background:0 0}.mm-menu_selected-hover .mm-listitem__btn:hover,.mm-menu_selected-hover .mm-listitem__text:hover{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent)>.mm-listitem__text{background:0 0}.mm-menu_selected-parent .mm-listitem_selected-parent>.mm-listitem__btn,.mm-menu_selected-parent .mm-listitem_selected-parent>.mm-listitem__text{background:rgba(255,255,255,.4);background:var(--mm-color-background-emphasis)}:root{--mm-sidebar-collapsed-size:50px;--mm-sidebar-expanded-size:440px}.mm-wrapper_sidebar-collapsed body,.mm-wrapper_sidebar-expanded body{position:relative}.mm-wrapper_sidebar-collapsed .mm-slideout,.mm-wrapper_sidebar-expanded .mm-slideout{-webkit-transition-property:width,-webkit-transform;transition-property:width,-webkit-transform;-o-transition-property:width,transform;transition-property:width,transform;transition-property:width,transform,-webkit-transform}.mm-wrapper_sidebar-collapsed .mm-page,.mm-wrapper_sidebar-expanded .mm-page{background:inherit;-webkit-box-sizing:border-box;box-sizing:border-box;min-height:100vh}.mm-wrapper_sidebar-collapsed .mm-menu_sidebar-collapsed,.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;top:0!important;right:auto!important;bottom:0!important;left:0!important}.mm-wrapper_sidebar-collapsed .mm-slideout{width:calc(100% - 50px);-webkit-transform:translate3d(50px,0,0);transform:translate3d(50px,0,0);width:calc(100% - var(--mm-sidebar-collapsed-size));-webkit-transform:translate3d(var(--mm-sidebar-collapsed-size),0,0);transform:translate3d(var(--mm-sidebar-collapsed-size),0,0)}.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidedivider .mm-divider,.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidenavbar .mm-navbar{opacity:0}.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded{width:440px;width:var(--mm-sidebar-expanded-size);min-width:0!important;max-width:100000px!important;border-right-width:1px;border-right-style:solid}.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded.mm-menu_pageshadow:after{content:none;display:none}.mm-wrapper_sidebar-expanded.mm-wrapper_blocking,.mm-wrapper_sidebar-expanded.mm-wrapper_blocking body{overflow:visible}.mm-wrapper_sidebar-expanded .mm-wrapper__blocker{display:none!important}.mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened~.mm-slideout{width:calc(100% - 440px);-webkit-transform:translate3d(440px,0,0);transform:translate3d(440px,0,0);width:calc(100% - var(--mm-sidebar-expanded-size));-webkit-transform:translate3d(var(--mm-sidebar-expanded-size),0,0);transform:translate3d(var(--mm-sidebar-expanded-size),0,0)}.mm-menu__blocker{background:rgba(3,2,1,0);display:block;position:absolute;top:0;right:0;bottom:0;left:0;z-index:3}.mm-menu_opened .mm-menu__blocker{display:none}[dir=rtl].mm-wrapper_sidebar-collapsed .mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}[dir=rtl].mm-wrapper_sidebar-expanded .mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}[dir=rtl].mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}input.mm-toggle{margin-top:5px;background:rgba(0,0,0,.1);display:inline-block;min-width:58px;width:58px;height:34px;margin:0 10px;margin-top:calc((var(--mm-listitem-size) - 34px)/ 2);border:none!important;background:var(--mm-color-border);border-radius:34px;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;cursor:pointer;-webkit-transition:background-color .2s ease;-o-transition:background-color .2s ease;transition:background-color .2s ease}input.mm-toggle:before{background:#f3f3f3}input.mm-toggle:before{content:'';display:block;width:32px;height:32px;margin:1px;border-radius:34px;background:var(--mm-color-background);-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;-o-transition:transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}input.mm-toggle:checked{background:#4bd963}input.mm-toggle:checked:before{-webkit-transform:translateX(24px);-ms-transform:translateX(24px);transform:translateX(24px)}input.mm-check{margin-top:2px;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;border:none!important;background:0 0!important;cursor:pointer;display:inline-block;width:40px;height:40px;margin:0 10px;margin-top:calc((var(--mm-listitem-size) - 40px)/ 2)}input.mm-check:before{content:'';display:block;width:40%;height:20%;margin:25% 0 0 20%;border-left:3px solid;border-bottom:3px solid;border-color:var(--mm-color-text);opacity:.3;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:opacity .2s ease;-o-transition:opacity .2s ease;transition:opacity .2s ease}input.mm-check:checked:before{opacity:1}[dir=rtl] input.mm-toggle:checked~label.mm-toggle:before{float:left}.mm-menu_border-none .mm-listitem:after{content:none}.mm-menu_border-full .mm-listitem:after{left:0!important}.mm-menu_fx-menu-slide{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;-o-transition:transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}.mm-wrapper_opened .mm-menu_fx-menu-slide{-webkit-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}.mm-wrapper_opening .mm-menu_fx-menu-slide{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-wrapper_opened .mm-menu_fx-menu-slide.mm-menu_position-right{-webkit-transform:translate3d(30%,0,0);transform:translate3d(30%,0,0)}.mm-wrapper_opening .mm-menu_fx-menu-slide.mm-menu_position-right{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu_fx-panels-none .mm-panel,.mm-panel_fx-none{-webkit-transition-property:none;-o-transition-property:none;transition-property:none}.mm-menu_fx-panels-none .mm-panel.mm-panel_opened-parent,.mm-panel_fx-none.mm-panel_opened-parent{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu_fx-panels-slide-0 .mm-panel_opened-parent{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu_fx-panels-slide-100 .mm-panel_opened-parent{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.mm-menu_fullscreen{width:100%;min-width:140px;max-width:10000px}.mm-wrapper_opening .mm-menu_fullscreen~.mm-slideout{-webkit-transform:translate3d(100vw,0,0);transform:translate3d(100vw,0,0)}@media all and (max-width:140px){.mm-wrapper_opening .mm-menu_fullscreen~.mm-slideout{-webkit-transform:translate3d(140px,0,0);transform:translate3d(140px,0,0)}}@media all and (min-width:10000px){.mm-wrapper_opening .mm-menu_fullscreen~.mm-slideout{-webkit-transform:translate3d(10000px,0,0);transform:translate3d(10000px,0,0)}}.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-100vw,0,0);transform:translate3d(-100vw,0,0)}@media all and (max-width:140px){.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-140px,0,0);transform:translate3d(-140px,0,0)}}@media all and (min-width:10000px){.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-10000px,0,0);transform:translate3d(-10000px,0,0)}}.mm-menu_fullscreen.mm-menu_position-top{height:100vh;min-height:140px;max-height:10000px}.mm-menu_fullscreen.mm-menu_position-bottom{height:100vh;min-height:140px;max-height:10000px}.mm-menu_listview-justify .mm-panels>.mm-panel{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.mm-menu_listview-justify .mm-panels>.mm-panel:after{content:none;display:none}.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listview{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;margin-top:0;margin-bottom:0}.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listitem{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;min-height:50px}.mm-menu_listview-justify .mm-panels>.mm-panel .mm-listitem__text{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mm-listview_inset{list-style:inside disc;width:100%;padding:0 30px 15px 30px;margin:0}.mm-listview_inset .mm-listitem{padding:5px 0}.mm-menu_multiline .mm-listitem__text{-o-text-overflow:clip;text-overflow:clip;white-space:normal}[class*=mm-menu_pagedim].mm-menu_opened~.mm-wrapper__blocker{opacity:0}.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened~.mm-wrapper__blocker{opacity:.3;-webkit-transition:opacity .4s ease .4s;-o-transition:opacity .4s ease .4s;transition:opacity .4s ease .4s}.mm-menu_opened.mm-menu_pagedim~.mm-wrapper__blocker{background:inherit}.mm-menu_opened.mm-menu_pagedim-black~.mm-wrapper__blocker{background:#000}.mm-menu_opened.mm-menu_pagedim-white~.mm-wrapper__blocker{background:#fff}.mm-menu_popup{-webkit-transition:opacity .4s ease;-o-transition:opacity .4s ease;transition:opacity .4s ease;opacity:0;-webkit-box-shadow:0 2px 10px rgba(0,0,0,.3);box-shadow:0 2px 10px rgba(0,0,0,.3);height:80%;min-height:140px;max-height:880px;top:50%;left:50%;bottom:auto;right:auto;z-index:2;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.mm-menu_popup.mm-menu_opened~.mm-slideout{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;z-index:0}.mm-menu_popup.mm-menu_opened~.mm-wrapper__blocker{-webkit-transition-delay:0s!important;-o-transition-delay:0s!important;transition-delay:0s!important;z-index:1}.mm-wrapper_opening .mm-menu_popup{opacity:1}.mm-menu_position-right{left:auto;right:0}.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-80vw,0,0);transform:translate3d(-80vw,0,0)}@media all and (max-width:300px){.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-240px,0,0);transform:translate3d(-240px,0,0)}}@media all and (min-width:550px){.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened~.mm-slideout{-webkit-transform:translate3d(-440px,0,0);transform:translate3d(-440px,0,0)}}.mm-menu_position-bottom,.mm-menu_position-front,.mm-menu_position-top{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;-o-transition:transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}.mm-menu_position-bottom.mm-menu_opened,.mm-menu_position-front.mm-menu_opened,.mm-menu_position-top.mm-menu_opened{z-index:2}.mm-menu_position-bottom.mm-menu_opened~.mm-slideout,.mm-menu_position-front.mm-menu_opened~.mm-slideout,.mm-menu_position-top.mm-menu_opened~.mm-slideout{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;z-index:0}.mm-menu_position-bottom.mm-menu_opened~.mm-wrapper__blocker,.mm-menu_position-front.mm-menu_opened~.mm-wrapper__blocker,.mm-menu_position-top.mm-menu_opened~.mm-wrapper__blocker{z-index:1}.mm-menu_position-front{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.mm-menu_position-front.mm-menu_position-right{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.mm-menu_position-bottom,.mm-menu_position-top{width:100%;min-width:100%;max-width:100%}.mm-menu_position-top{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.mm-menu_position-top{height:80vh;min-height:140px;max-height:880px}.mm-menu_position-bottom{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);top:auto}.mm-menu_position-bottom{height:80vh;min-height:140px;max-height:880px}.mm-wrapper_opening .mm-menu_position-bottom,.mm-wrapper_opening .mm-menu_position-front,.mm-wrapper_opening .mm-menu_position-top{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mm-menu_shadow-page:after{-webkit-box-shadow:0 0 10px rgba(0,0,0,.3);box-shadow:0 0 10px rgba(0,0,0,.3);content:'';display:block;width:20px;height:120%;position:absolute;left:100%;top:-10%;z-index:100;-webkit-clip-path:polygon(-20px 0,0 0,0 100%,-20px 100%);clip-path:polygon(-20px 0,0 0,0 100%,-20px 100%);-webkit-box-shadow:var(--mm-shadow);box-shadow:var(--mm-shadow)}.mm-menu_shadow-page.mm-menu_position-right:after{left:auto;right:100%;-webkit-clip-path:polygon(20px 0,40px 0,40px 100%,20px 100%);clip-path:polygon(20px 0,40px 0,40px 100%,20px 100%)}.mm-menu_shadow-page.mm-menu_position-front:after{content:none;display:none}.mm-menu_shadow-menu{-webkit-box-shadow:0 0 10px rgba(0,0,0,.3);box-shadow:0 0 10px rgba(0,0,0,.3);-webkit-box-shadow:var(--mm-shadow);box-shadow:var(--mm-shadow)}.mm-menu_shadow-panels .mm-panels>.mm-panel{-webkit-box-shadow:0 0 10px rgba(0,0,0,.3);box-shadow:0 0 10px rgba(0,0,0,.3);-webkit-box-shadow:var(--mm-shadow);box-shadow:var(--mm-shadow)}.mm-menu_theme-white{--mm-color-border:rgba( 0,0,0, 0.1 );--mm-color-button:rgba( 0,0,0, 0.3 );--mm-color-text:rgba( 0,0,0, 0.7 );--mm-color-text-dimmed:rgba( 0,0,0, 0.3 );--mm-color-background:#fff;--mm-color-background-highlight:rgba( 0,0,0, 0.06 );--mm-color-background-emphasis:rgba( 0,0,0, 0.03 );--mm-shadow:0 0 10px rgba( 0,0,0, 0.2 )}.mm-menu_theme-dark{--mm-color-border:rgba( 0,0,0, 0.3 );--mm-color-button:rgba( 255,255,255, 0.4 );--mm-color-text:rgba( 255,255,255, 0.85 );--mm-color-text-dimmed:rgba( 255,255,255, 0.4 );--mm-color-background:#333;--mm-color-background-highlight:rgba( 255,255,255, 0.08 );--mm-color-background-emphasis:rgba( 0,0,0, 0.1 );--mm-shadow:0 0 20px rgba( 0,0,0, 0.5 )}.mm-menu_theme-black{--mm-color-border:rgba( 255,255,255, 0.25 );--mm-color-button:rgba( 255,255,255, 0.4 );--mm-color-text:rgba( 255,255,255, 0.75 );--mm-color-text-dimmed:rgba( 255,255,255, 0.4 );--mm-color-background:#000;--mm-color-background-highlight:rgba( 255,255,255, 0.2 );--mm-color-background-emphasis:rgba( 255,255,255, 0.15 );--mm-shadow:none}body.modal-open .mm-slideout{z-index:unset}
/* End */


/* Start:/tools/css/animate.css?169520029677908*/
@charset "UTF-8";

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}


/* End */


/* Start:/tools/selectric/selectric.css?17435839754446*/
/*======================================
  Selectric v1.13.0
======================================*/

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}

.selectric-hover .selectric .button {
  color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #c4c4c4;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  border: 1px solid #00A958;
  overflow-y: scroll;
}

.selectric-items .selectric-scroll-modal {
  height: 175px;
  border: 1px solid #00A958;
  overflow-y: scroll;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}

.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}

.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

/* End */


/* Start:/tools/iexForm/iexform.css?175576194816857*/



/* b-pform-ico */

.b-pform-ico{
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    line-height: 0;
}


/* b-pform */

.b-pform__input, .b-pform__ico, .b-pform__star, .b-pform__button, .b-pform__confirmed-ico {
    display: inline-block;
    vertical-align: top;
}

.b-pform__popup, .b-pform__wrap, .b-pform__inner, .b-pform__title, .b-pform__item, .b-pform__label, .b-pform__optlabel, .b-pform__input, .b-pform__options, .b-pform__optlabel, .b-pform__legend, .b-pform__errtext, .b-pform__bt, .b-pform__success, .b-pform__confirmed, .b-pform__input_file, .b-pform__input_file, .b-pform__filebutton, .b-pform__fileplus, .b-pform__thanks, .b-pform__fail, .b-pform-tooltip{
    font-size: 16px;
    line-height: 18px;
    color: #666;

    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    /* отключает стили Safari на iOS (чтобы работало box-shadow) */
    -webkit-appearance: none;
}

.b-pform{
}

.b-pform_multistep{ /* добавляется автоматически к врапперам многошаговых */
}

.b-pform_for_dark_bg{}

.b-pform form{
    display: block;
    margin: 0;
    padding: 0;
    border: none;
}

.b-pform__wrap{
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    padding: 30px;
}

.iexmodal .b-pform__wrap{
    border: none;
    padding: 10px;
}

.b-pform__inner {
    position: relative;
}

.b-pform__title {
    position: relative;
    color: #555;
    font-size: 17px;
    line-height: 19px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.iexmodal .b-pform__title {
    padding-right: 37px;
}

.b-pform_multistep .b-pform__title{
    margin-bottom: 20px;
}

.b-pform__fail{
    color: red;
    margin-bottom: 13px;
    margin-top: -10px;
}

.b-pform__info{
    padding: 0 0 20px;
    font-weight: bold;
}

.b-pform__item {
    position: relative;
    padding: 0 0 20px;
}

.b-pform__label {
    display: block;
    margin-bottom: 7px;
}

.b-pform__optlabel{
    display: block;
    position: relative;
    font-weight: normal;
    padding-left: 19px;
    margin-bottom: 7px;
}

.b-pform__optlabel_single{
    display: inline-block;
    padding-left: 3px;
    padding-top: 2px;
    padding-bottom: 3px;
    border-radius: 3px;
    padding-right: 5px;
}

.b-pform__optlabel_policy{
    font-size: 14px;
    margin-right: -5px;
    margin-bottom: 0;
}

.b-pform_for_dark_bg .b-pform__optlabel_policy{
    color: #fff;
}

.b-pform__optlabel_remember{
    margin-right: -5px;
    margin-bottom: 0;
}

.b-pform__options .b-pform__optlabel:last-child{
    margin-bottom: 0;
}

.b-pform__options input{
    position: absolute;
    left: 0;
    top: 2px;
}

.b-pform__optlabel_single input{
    margin-right: 3px;
    vertical-align: middle;
    margin-top: -2px;
}

.b-pform__input,
.b-pform__options,
.b-pform__filepreview .__item{
    border-radius: 3px;
    background: #fbfbfb;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
}

.b-pform__input,
.b-pform__options{
    padding: 0 30px 0 9px;
}

.b-pform__input{
    height: 37px;
    width: 100%;
}

.b-pform__input::placeholder,
.b-pform__input::-webkit-input-placeholder{
    opacity: 0.6;
}

.b-pform__options{
    padding: 9px 15px 12px 10px;
    line-height: 16px;
}

.b-pform__input:focus {
    box-shadow: 0 0 0 2px #3399cc;
    outline: 0 none;
}

.iexform-has-error{
    box-shadow: 0 0 0 2px red !important;
}

textarea.b-pform__input {
    height: 140px;
    padding-top: 6px;
    padding-bottom: 6px;
    resize: vertical;
}

.b-pform__star {
    background: #ffb746;
    border-radius: 12px;
    height: 6px;
    width: 6px;
}

.b-pform__item .b-pform__star{
    position: absolute;
    top: 42px;
    right: -12px;
}

.b-pform__legend .b-pform__star{
    vertical-align: middle;
    margin-right: 7px;
}

.b-pform__legend{
    font-size: 14px;
    margin-top: 15px;
}

.b-pform__errtext {
    color: red;
    line-height: 16px;
    position: absolute;
    right: 0;
    top: 0;
}

.b-pform__buttons{
    position: relative;
    margin-top: 15px;
}

.b-pform_multistep .b-pform__buttons{
    display: flex;
}
.b-pform__btcol{}
.b-pform__btcol:nth-child(1),
.b-pform__btcol:nth-child(3){
    flex-grow: 0;   /* не растягивать, ширина будет определяться контентом или flex-basis */
}
.b-pform__btcol:nth-child(2){
    text-align: center;
    flex-grow: 1;   /* растягивать, занимает все оставшееся пространство */
    display: flex;
    align-items: center; /* по вертикали */
    justify-content: center; /* по горизонтали */
}

.b-pform__bt {
    position: relative;

    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    height: 47px;
    line-height: 44px;
    cursor: pointer;

    box-sizing: content-box;
    padding: 0;
    width: 145px;

    outline: 0 none;
    transition: box-shadow 0.1s;
    transition: -webkit-box-shadow 0.1s;
}

.iexmodal .b-pform_multistep .b-pform__bt {
    width: auto;
}

.b-pform__bt .b-pform-ico{
    font-size: 26px;
    position: absolute;
    top: 50%;
    margin-top: -14px;
}

.b-pform__bt_prev .b-pform-ico{
    left: 50%;
    margin-left: -14px;
}
.b-pform__bt_next .b-pform-ico{
    right: 9px;
}

.b-pform__bt_submit,
.b-pform__bt_next{
    font-weight: bold;
    text-transform: uppercase;
    background: #66cc33;
    border-color: #66cc33;
    color: #fff;
}

.b-pform__bt_submit:hover,
.b-pform__bt_next:hover{
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
}

.b-pform__bt_close,
.b-pform__bt_prev{
    background: #fff;
    border-color: #ccc;
    color: #7f7f7f;
}

.b-pform__authlinks{
    height: 47px;
    line-height: 24px;
}

.b-pform__authlinks a,
.b-pform__authlinks a:hover,
.b-pform__authlinks a:visited{
    color: #666;
    text-decoration: none;
    font-size: 16px;
}

.b-pform__authlinks a:hover{
    text-decoration: underline;
}

.b-pform__bt_close,
.b-pform__authlinks{
    position: absolute;
    top: 0;
    right: 0;
}

.b-pform__bt_prev,
.b-pform__bt_next{
    padding: 0 27px;
    width: auto;
}

.b-pform__bt_prev{
    text-transform: uppercase;
}
.b-pform__bt_next{
    padding-right: 42px;
}

.b-pform__bt_close:hover,
.b-pform__bt_prev:hover{
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}

.b-pform__bt_file{
    position: relative;
    display: inline-block;
    padding: 0 20px;
    width: auto !important;
    color: #fff;
    background-color: #b3b3b3;
    border-color: #b3b3b3;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.85em;
    line-height: 47px;
}

.iexform-after-success{
    align-items: center;
    justify-content: center;
}

.iexform-before-success,
.iexform-after-success{
    display: none;
}

.iexform-before-success.active{
    display: block;
}

.iexform-after-success.active{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.b-pform__confirmed {
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    padding: 30px 0;
}

.b-pform_for_dark_bg .b-pform__confirmed{
    color: #fff;
}

.b-pform__confirmed-ico {
    background: url(/tools/iexForm/img/confirmed.png) no-repeat;
    width: 114px;
    height: 114px;
    margin-bottom: 25px;
}

.b-pform__thanks {
    font-size: 23px;
    line-height: 24px;
    font-weight: bold;
    color: #555;
    margin-bottom: 7px;
}

.b-pform_for_dark_bg .b-pform__thanks{
    color: #fff;
}

.b-pform__hintwrap {
    position: relative;
}

.iexform-file-wrap .b-pform__hintwrap + .b-pform__hintwrap{
    margin-top: 5px;
}

.b-pform__hint-ico{
    position: absolute;
    top: 7px;
    right: 7px;
    z-index: 20;
    font-size: 22px;
    line-height: 0;
    color: #b3b3b3;
}

.iexform-file-wrap .b-pform__hint-ico{
    right: 77px;
}

.b-pform__hint{
    /* реализуется на tooltip.js */
}

.b-pform__plusbt{
    display: block;
    margin-top: 5px;
    color: #666 !important;
    text-decoration: underline;
    outline: none !important;
}

.iexform-updating{
    position:relative;
}

.iexform-updating:after{
    content: "";
    position: absolute;
    background: url("/tools/iexForm/img/spinner.gif") no-repeat scroll center center transparent;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.b-pform__filepreview{
    --fileItemWidth: 124px;
    --fileNameHeight: 23px;

    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.b-pform__filepreview .__item{
    position: relative;
    overflow: hidden;
    height: 70px;
    width: var(--fileItemWidth);
    text-align: center;
    color: #fff;
    background-color: #b3b3b3;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: box-shadow 0.4s;
}

.b-pform__filepreview .__name,
.b-pform__filepreview .__del{
    position: absolute;
    z-index: 1;
    opacity: 0.5;
    transition: opacity 0.4s;
}

.b-pform__filepreview .__name{
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 0 6px;
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.1) 100%);
    font-size: 12px;
    line-height: var(--fileNameHeight);
    height: var(--fileNameHeight);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.b-pform__filepreview .__del{
    cursor: pointer;
    right: 2px;
    top: 2px;
    width: 20px;
    height: 20px;
    font-size: 8px;
    border-radius: 10px;
    background-color: rgba(0,0,0,.6);
}

.b-pform__filepreview .__item:hover .__del,
.b-pform__filepreview .__item:hover .__name{
    opacity: 1;
}

.b-pform__filepreview .__del,
.b-pform__filepreview .__ext{
    display: flex;
    align-items: center;
    justify-content: center;
}

.b-pform__filepreview .__ext{
    height: calc(100% - var(--fileNameHeight)/2);
}

.b-pform__filewrap{
    display: none;
    position: relative;
    z-index: 1;
}

.b-pform__filewrap + .b-pform__filewrap{
    margin-top: 5px;
}

.b-pform__filewrap .iexform-error-message{
    margin-left: 1px;
    margin-top: -20px;
}

.b-pform__input_file{
    position: relative;
    z-index: 0;
    padding-right: 72px;
}

.b-pform__filebutton{
    position: absolute;
    z-index: 2;
    top: 1px;
    right: 1px;
    bottom: 1px;
    padding: 0 10px;
    border: none;
    color: #fff;
    background-color: #b3b3b3;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.85em;
}

.b-pform__filewrap .b-pform__filebutton{
    bottom: auto;
    top: 0;
}

.b-pform__filereal{
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.b-pform__step{
    display: none;
}
.b-pform__step_curr{
    display: block;
}

.b-pform__steptitle{
    display: inline-block;
    text-align: right;
    margin-bottom: 24px;
    font-weight: bold;
    background-color: #b3b3b3;
    padding: 5px 10px 6px 30px;
    color: #fff;
    margin-left: -30px;
}

.b-pform__stepbulls{}
.b-pform__stepbulls i{
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 2px solid #b3b3b3;
    border-radius: 10px;
    box-sizing: border-box;
    cursor: pointer;
}
.b-pform__stepbulls i + i{
    margin-left: 5px;
}
.b-pform__stepbulls i.curr{
    background: #b3b3b3;
}

.b-pform__policy,
.b-pform__policy:hover,
.b-pform__policy:visited {
    color: #555 !important;
}
.b-pform__policy,
.b-pform__policy:visited {
    text-decoration: underline !important;
}
.b-pform__policy:hover {
    text-decoration: none !important;
}

.b-pform_for_dark_bg .b-pform__policy,
.b-pform_for_dark_bg .b-pform__policy:hover,
.b-pform_for_dark_bg .b-pform__policy:visited{
    color: #fff !important;
}

/* b-pform-tooltip */

.b-pform-tooltip {
    cursor: pointer;
    max-width: 100%;
    padding: 2px 8px 3px;
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    border-radius: 4px;
}

.b-pform-tooltip-arrow,
.b-pform-tooltip-arrow::before {
    position: absolute;
    width: 6px;
    height: 6px;
    z-index: -1;
}

.b-pform-tooltip-arrow::before {
    content: "";
    transform: rotate(45deg);
    left: -3px;
}

.b-pform-tooltip,
.b-pform-tooltip-arrow::before{
    background-color:  #a2a1a1;
}

.b-pform-tooltip.error,
.b-pform-tooltip.error .b-pform-tooltip-arrow::before {
    background-color: red;
}

.b-pform-tooltip[data-popper-placement^="top"] .b-pform-tooltip-arrow {
    bottom: -3px;
}

.b-pform-tooltip[data-popper-placement^="right"] .b-pform-tooltip-arrow {
    left: 0;
}

.b-pform-tooltip[data-popper-placement^="bottom"] .b-pform-tooltip-arrow {
    top: -3px;
}

.b-pform-tooltip[data-popper-placement^="left"] .b-pform-tooltip-arrow {
    right: -6px;
}

.b-pform-tooltip.error.common {
    margin: 0;
    padding: 4px 10px;
    border: none;
}
.b-pform-tooltip.error.common .b-pform-tooltip-arrow {
    display: none;
}


/* b-pform-panel */

.b-pform-panel,
.b-pform-panel *,
.b-pform-panel *::after,
.b-pform-panel *::before{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #555555;
}

.b-pform-panel_white_icons *,
.b-pform-panel_white_icons *::after,
.b-pform-panel_white_icons *::before{
    color: #fff;
}

.b-pform-panel{
    position: fixed;
    z-index: 999990;
    right: 0;
    top: 50%;
    /*width: 272px; не фиксиуруем ширину */
    opacity: 0.9;
}

.b-pform-panel_hidden{
}

.b-pform-panel_r{
    right: 0;
    left: auto;
}

.b-pform-panel_l{
    left: 0;
    right: auto;
}

.b-pform-panel__menu{}

@media (min-width: 768px) {
    .b-pform-panel_hidden .b-pform-panel__menu{
        transform: translateX(-58px);
    }
}

.b-pform-panel__option{
    display: block;
    position: relative;
    border-style: solid;
    border-color: #ec673c;
    border-width: 1px 0 0 1px;
    background-color: #d85328;
    font-size: 14px;
    line-height: 17px;
    padding: 23px 20px 22px 58px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    outline: none;
}

.b-pform-panel__option:hover{
    background-color: #ec673c;
    color: #555555;
}

.b-pform-panel_white_icons .b-pform-panel__option:hover{
    color: #fff;
}

.b-pform-panel__option:first-child {
    border-top-left-radius: 13px;
}

.b-pform-panel__option:last-child {
    border-bottom-left-radius: 13px;
    border-bottom-width: 1px;
}

.b-pform-panel__option .b-pform-ico{
    position: absolute;
    font-size: 24px;
    top: 50%;
    margin-top: -12px;
    left: 20px;
}

.b-pform-panel_hidden .b-pform-panel__option .b-pform-ico {
    left: 17px;
}

.b-pform-panel__hide,
.b-pform-panel__show{
    display: block;
    position: relative;
    box-sizing: border-box;

    height: 28px;
    line-height: 26px;

    font-size: 15px;
    font-weight: 400;
    text-decoration: none;

    border-style: solid;
    border-color: #ec673c;
    border-width: 0 0 1px 1px;
    border-bottom-left-radius: 10px;
    background-color: #d85328;
    outline: none;

    padding: 0 10px 0 24px;
    margin-top: -1px;
}

.b-pform-panel__hide:hover,
.b-pform-panel__show:hover{
    background-color: #ec673c;
    color: #555555;
}

.b-pform-panel_white_icons .b-pform-panel__hide:hover,
.b-pform-panel_white_icons .b-pform-panel__show:hover{
    color: #fff;
}

.b-pform-panel__hide{
    float: right;
}

.b-pform-panel__show{
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateX(-100%);
}

@media (max-width: 767px) {
    .b-pform-panel__show{
        border-top-left-radius: 10px;
    }
}

.b-pform-panel_hidden .b-pform-panel__show{
    display: block;
    padding-right: 4px;
}

.b-pform-panel__show .b-pform-ico,
.b-pform-panel__hide .b-pform-ico{
    position: absolute;
    left: 4px;
    top: 50%;
    margin-top: -11px;
    font-size: 20px;
}


/* responsive */

@media (max-width: 490px) {
    .iexmodal .b-pform_multistep .b-pform__buttons{
        text-align: center;
    }
    .b-pform_multistep .b-pform__bt,
    .iexmodal .b-pform_multistep .b-pform__bt{
        width: auto;
        padding: 0 17px;
    }
    .b-pform_multistep .b-pform__bt_next,
    .iexmodal .b-pform_multistep .b-pform__bt_next {
        padding-right: 35px;
    }
    .b-pform_multistep .b-pform__bt_next .b-pform-ico {
        right: 6px;
    }
}

@media (max-width: 420px) {
    .b-pform__bt{
        box-sizing: border-box;
    }
    .b-pform:not(.b-pform_multistep) .b-pform__bt,
    .iexmodal .b-pform:not(.b-pform_multistep) .b-pform__bt,
    .b-pform__authlinks{
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .b-pform__bt_submit,
    .iexmodal .b-pform__bt_submit{
        margin-bottom: 15px;
    }
    .b-pform__bt_close,
    .b-pform__authlinks{
        position: static;
    }
}

/* End */


/* Start:/tools/iexModal/iexModal.css?173995473110558*/
/**
 * iexModal
 */

.iexmodal{
    display: none;
    position: fixed;
    z-index: 9990;
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background-color: rgba(0,0,0,0.5);
    cursor: pointer;
}

.iexmodal-opened{
    overflow: hidden;
}

.iexmodal-outerscroll.iexmodal{
    overflow-y: auto;
}

.iexmodal-alert.iexmodal{
    right: auto;
    bottom: auto;
    overflow: visible;
}

.iexmodal-spinner {
    display: none;
    position: absolute;
    width: 100px;
    height: 100px;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    opacity: 0;
}

.iexmodal-loading .iexmodal-spinner{
    display: block;
    opacity: 1;
}

.iexmodal-spinner::after {
    content: "";
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border-width: 5px;
    border-style: solid;
    border-color: #fff transparent #fff transparent;
    -webkit-animation: rotateSpinner 1.2s linear infinite;
    animation: rotateSpinner 1.2s linear infinite;
}

@keyframes rotateSpinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes rotateSpinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.iexmodal-popup {
    position: fixed;
    opacity: 0;
    z-index: 9991;
    /*
    width: задается в JS, по-молчанию 450px;
    height: задается в JS, по-молчанию равен высоте контента (плюс вертикальные паддинги), оставаясь в пределах высоты окна
    */
    left: 50%;
    top: 50%;
    border-radius: 3px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
    -webkit-appearance: none; /* отключает стили Safari на iOS (чтобы работало box-shadow) */
}

.iexmodal-outerscroll .iexmodal-popup{
    position: relative;
    left: auto;
    margin-left: auto;
    margin-right: auto;
}

.iexmodal-alert .iexmodal-popup{
    left: auto;
    top: auto;
    right: 10px;
    bottom: 10px;
    -webkit-box-shadow: 0 1px 23px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 23px 3px rgba(0, 0, 0, 0.2);
}

.iexmodal-fullscreen .iexmodal-popup{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.iexmodal-outerscroll.iexmodal-fullscreen .iexmodal-popup{
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    min-height: 100%;
}

.iexmodal-overflow-y .iexmodal-popup{
    top: 10px;
    bottom: 10px;
}

.iexmodal-outerscroll.iexmodal-overflow-y .iexmodal-popup{
    top: auto;
    bottom: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.iexmodal-overflow-x .iexmodal-popup{
    left: 10px;
    right: 10px;
}

.iexmodal-outerscroll.iexmodal-overflow-x .iexmodal-popup{
    left: auto;
    right: auto;
    margin-left: 10px;
    margin-right: 10px;
}

.iexmodal-top .iexmodal-popup{
    top: 0;    
    right: 0;
    bottom: auto;
    left: 0;
    border-radius: 0 0 3px 3px;
}

.iexmodal-top.iexmodal-overflow-y .iexmodal-popup{
    bottom: 10px;
}

.iexmodal-right .iexmodal-popup{
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    border-radius: 3px 0 0 3px;
}

.iexmodal-right.iexmodal-overflow-x .iexmodal-popup{
    left: 10px;
}

.iexmodal-bottom .iexmodal-popup{
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 3px 3px 0 0;
}

.iexmodal-bottom.iexmodal-overflow-y .iexmodal-popup{
    top: 10px;
}

.iexmodal-left .iexmodal-popup{
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    border-radius: 0 3px 3px 0;
}

.iexmodal-left.iexmodal-overflow-x .iexmodal-popup{
    right: 10px;
}

.iexmodal-fullscreen .iexmodal-popup,
.iexmodal-top .iexmodal-popup,
.iexmodal-right .iexmodal-popup,
.iexmodal-bottom .iexmodal-popup,
.iexmodal-left .iexmodal-popup {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.iexmodal-inner {
    position: relative;
    z-index: 9992;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    cursor: default;
    height: 100%;
}

/* нужно чтобы за границу блока iexmodal-inner-wrap не вылазили margin-top у первого дочернего элемента и margin-bottom у последнего дочернего элемента */
.iexmodal-inner-wrap::before,
.iexmodal-inner-wrap::after{
    content: "";
    display: block;
    height: 1px;
}

.iexmodal-icon{
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke: currentColor;
    fill: currentColor;
}

.iexmodal-close-outer,
.iexmodal-close-inner{
    position: absolute;
    padding: 18px;
    stroke-linecap: round;
    cursor: pointer;
}

.iexmodal-close-outer{
    right: 0;
    top: 0;
    font-size: 26px;
    stroke-width: 2.3px;
    color: #fff;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    opacity: 0;
}

.iexmodal-right .iexmodal-close-outer{
    right: auto;
    left: 0;
}

.iexmodal-loading .iexmodal-close-outer{
    opacity: 1;
}

.iexmodal-close-inner{
    z-index: 9993;
    right: -5px;
    top: -5px;
    font-size: 18px;
    stroke-width: 3px;
    color: #000;
}

.iexmodal-right .iexmodal-close-inner{
    right: auto;
    left: -5px;
}

.iexmodal-close-outer .iexmodal-icon,
.iexmodal-close-inner .iexmodal-icon{
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    transform-origin: center center;
}

.iexmodal-close-inner .iexmodal-icon{
    opacity: 0.6;
}

.iexmodal-close-outer:hover .iexmodal-icon,
.iexmodal-close-inner:hover .iexmodal-icon{
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.iexmodal-close-inner:hover .iexmodal-icon{
    opacity: 0.8;
}

.iexmodal-content{
    display: none;
}

.iexmodal-debug-wrap{
    word-wrap: break-word;
}

.iexmodal-debug-code{
    max-height: 150px;
    min-height: 60px;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: #e8e8e8;
    padding: 5px 6px;
    font-family: monospace;
    font-size: 13px;
    line-height: 16px;
    resize: vertical;
}

.iexmodal-debug-panel{
    position: fixed;
    z-index: 100000;
    top: 0;
    right: 0;
    width: 100%;
    height: 30%;
    background-color: #fff;
    white-space: pre;
    font-family: monospace;
    overflow: scroll;
    box-shadow: 0 0 3px 1px rgba(0,0,0,0.3);
    font-size: 12px;
    line-height: 14px;
    padding: 0 6px 6px;
}

@media (min-width: 500px) {
    .iexmodal-debug-panel{
        width: 60%;
    }
}

@media (min-width: 1000px) {
    .iexmodal-debug-panel{
        width: 40%;
    }
}

/*
 * END: iexModal
 */

/*
 * perfect-scrollbar.js
 */
/*
 * Container style
 */
.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    height: 15px;
    /* there must be 'bottom' or 'top' for ps__rail-x */
    bottom: 0px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__rail-y {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    width: 15px;
    /* there must be 'right' or 'left' for ps__rail-y */
    right: 0;
    /* please don't change 'position' */
    position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
    display: block;
    background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
    opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
    background-color: #eee;
    opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, height .2s ease-in-out;
    -webkit-transition: background-color .2s linear, height .2s ease-in-out;
    height: 6px;
    /* there must be 'bottom' for ps__thumb-x */
    bottom: 2px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__thumb-y {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, width .2s ease-in-out;
    -webkit-transition: background-color .2s linear, width .2s ease-in-out;
    width: 6px;
    /* there must be 'right' for ps__thumb-y */
    right: 2px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
    background-color: #999;
    height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
    background-color: #999;
    width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
    .ps {
        overflow: auto !important;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps {
        overflow: auto !important;
    }
}
/*
 * END: perfect-scrollbar.js
 */

/*
 * iexModal fixes for perfect-scrollbar.js
 */
.ps .ps__rail-x{
    display: none !important;
}
.ps .ps__rail-y{
    opacity: 0.4 !important;
    background-color: #ddd;
    width: 8px;
    transition: width .2s linear, background-color .2s linear;
    -webkit-transition: width .2s linear, background-color .2s linear;
}
.ps .ps__thumb-y{
    background-color: #000;
    width: auto;
    left: 2px;
    right: 2px;
}
.ps .ps__rail-y:hover{
    width: 12px;
    background-color: #ddd;
}
.ps .ps__rail-y:hover > .ps__thumb-y{
    background-color: #000;
    left: 2px;
    right: 2px;
    width: auto;
}
/*
 * END: iexModal fixes for perfect-scrollbar.js
 */
/* End */


/* Start:/tools/fancybox/fancybox.css?173642255524789*/
:root{--f-spinner-width: 36px;--f-spinner-height: 36px;--f-spinner-color-1: rgba(0, 0, 0, 0.1);--f-spinner-color-2: rgba(17, 24, 28, 0.8);--f-spinner-stroke: 2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:.175s ease-out both f-throwOutUp}.f-throwOutDown{animation:.175s ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0, -150px, 0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0, 150px, 0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration, 0.2s) ease-out .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, 0.2s) ease-out both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration, 0.2s) ease both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, 0.2s) ease both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration, 0.2s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(75px);opacity:0}}:root{--f-button-width: 40px;--f-button-height: 40px;--f-button-border: 0;--f-button-border-radius: 0;--f-button-color: #374151;--f-button-bg: #f8f8f8;--f-button-hover-bg: #e0e0e0;--f-button-active-bg: #d0d0d0;--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 1.5;--f-button-svg-fill: none;--f-button-svg-filter: none;--f-button-svg-disabled-opacity: 0.65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media(hover: hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden !important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-hover-color: #fff;--fancybox-bg: rgba(24, 24, 27, 0.98);--fancybox-slide-gap: 10px;--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-color-1: rgba(255, 255, 255, 0.1);--f-spinner-color-2: #bbb;--f-spinner-stroke: 3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:var(--fancybox-zIndex, 1050);outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity, 1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content,.is-zooming-out .fancybox__slide:not(.is-selected) .fancybox__content{visibility:hidden}.is-animating .fancybox__content,.is-dragging .fancybox__content{filter:blur(0px);will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;user-select:none}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width: 2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width: 34px;--f-button-height: 34px;--f-button-border-radius: 4px;--f-button-color: var(--fancybox-color, #fff);--f-button-hover-color: var(--fancybox-color, #fff);--f-button-bg: transparent;--f-button-hover-bg: transparent;--f-button-active-bg: transparent;--f-button-svg-width: 22px;--f-button-svg-height: 22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity, 1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius: 50%;--f-button-color: #fff;--f-button-hover-color: #fff;--f-button-outline-color: #000;--f-button-bg: rgba(0, 0, 0, 0.6);--f-button-active-bg: rgba(0, 0, 0, 0.6);--f-button-hover-bg: rgba(0, 0, 0, 0.6);--f-button-svg-width: 18px;--f-button-svg-height: 18px;--f-button-svg-filter: none;top:5px;right:5px}.fancybox__nav{--f-button-width: 50px;--f-button-height: 50px;--f-button-border: 0;--f-button-border-radius: 50%;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: transparent;--f-button-hover-bg: rgba(24, 24, 27, 0.3);--f-button-active-bg: rgba(24, 24, 27, 0.5);--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 26px;--f-button-svg-height: 26px;--f-button-svg-stroke-width: 2.5;--f-button-svg-fill: none;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));--f-button-svg-disabled-opacity: 0.65;--f-button-next-pos: 1rem;--f-button-prev-pos: 1rem;opacity:var(--fancybox-opacity, 1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;object-fit:contain;z-index:40;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:.25s ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:.35s ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:.15s ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:.35s ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:100%;height:100%}.fancybox__container:not(.is-compact) .has-iframe .fancybox__content,.fancybox__container:not(.is-compact) .has-map .fancybox__content,.fancybox__container:not(.is-compact) .has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.f-carousel__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-outline: 0;--f-thumb-outline-color: #5eb0ef;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1;--f-thumb-border-radius: 2px;--f-thumb-offset: 0px;--f-button-next-pos: 0;--f-button-prev-pos: 0}.f-carousel__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1}.f-carousel__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 20px;--f-thumb-clip-width: 46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2, #e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden}.f-thumbs__track{display:flex;will-change:transform}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);min-width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc(var(--left, 0)*1px);width:calc(100% - var(--width, 0)*1px);cursor:pointer}.is-modern .f-thumbs__slide{--clip-path: inset( 0 calc( (var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0)) * 0.5 * (1 - var(--progress, 0)) ) round var(--f-thumb-border-radius, 0) );transform:translate3d(calc(var(--shift, 0) * -1px), 0, 0);transition:none;pointer-events:none}.is-modern .f-thumbs__slide>*{clip-path:var(--clip-path)}.is-modern:not(.is-using-mouse) .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.is-modern.in-touch .f-thumbs__slide{filter:none}.is-modern.is-resting .f-thumbs__slide{transition:all .33s ease}.is-modern.is-resting .f-thumbs__slide>*{transition:all .33s ease}.f-thumbs__slide__button{appearance:none;width:100%;height:100%;margin:0;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-nav-selected .f-thumbs__slide__button::after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{position:absolute;overflow:hidden;top:0;right:0;bottom:0;left:0;width:100%;height:100%;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover}.f-thumbs.is-horizontal .f-thumbs__track{margin:0 auto;padding:8px 0 12px 0}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;margin:auto 0;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-border-radius: 2px;--f-thumb-outline: 2px;--f-thumb-outline-color: #ededed;position:relative;opacity:var(--fancybox-opacity, 1);transition:max-height .35s cubic-bezier(0.23, 1, 0.32, 1)}.fancybox__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 20px;--f-thumb-clip-width: 46px;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width: 64px;--f-thumb-clip-width: 32px;--f-thumb-height: 48px;--f-thumb-extra-gap: 10px}.fancybox__thumbs.is-masked{max-height:0px !important}.is-closing .fancybox__thumbs{transition:none !important}.fancybox__toolbar{--f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));--f-button-width: 46px;--f-button-height: 46px;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: rgba(24, 24, 27, 0.65);--f-button-hover-bg: rgba(70, 70, 73, 0.65);--f-button-active-bg: rgba(90, 90, 93, 0.65);--f-button-border-radius: 0;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.5;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: 0.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));z-index:30;user-select:none;pointer-events:none}
/* End */


/* Start:/tools/swiper/swiper.css?177080625823510*/
/**
 * Swiper 11.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 22, 2023
 */

/* FONT_START */
@font-face {
    font-family: 'swiper-icons';
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
    font-weight: 400;
    font-style: normal;
}
/* FONT_END */
:root {
    --swiper-theme-color: #007aff;
    /*
    --swiper-preloader-color: var(--swiper-theme-color);
    --swiper-wrapper-transition-timing-function: initial;
    */
}
:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
    display: block;
}
.swiper-vertical > .swiper-wrapper {
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
    touch-action: pan-y;
}
.swiper-vertical {
    touch-action: pan-x;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}
.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
}
.swiper-3d {
    perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    /* For Firefox */
    -ms-overflow-style: none;
    /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
    scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size);
}
:root {
    --swiper-navigation-size: 44px;
    /*
    --swiper-navigation-top-offset: 50%;
    --swiper-navigation-sides-offset: 10px;
    --swiper-navigation-color: var(--swiper-theme-color);
    */
}
.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
    display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
    transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
}
.swiper-button-lock {
    display: none;
}
/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next';
}
/* Navigation font end */
:root {
    /*
    --swiper-pagination-color: var(--swiper-theme-color);
    --swiper-pagination-left: auto;
    --swiper-pagination-right: 8px;
    --swiper-pagination-bottom: 8px;
    --swiper-pagination-top: auto;
    --swiper-pagination-fraction-color: inherit;
    --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
    --swiper-pagination-progressbar-size: 4px;
    --swiper-pagination-bullet-size: 8px;
    --swiper-pagination-bullet-width: 8px;
    --swiper-pagination-bullet-height: 8px;
    --swiper-pagination-bullet-border-radius: 50%;
    --swiper-pagination-bullet-inactive-color: #000;
    --swiper-pagination-bullet-inactive-opacity: 0.2;
    --swiper-pagination-bullet-opacity: 1;
    --swiper-pagination-bullet-horizontal-gap: 4px;
    --swiper-pagination-bullet-vertical-gap: 6px;
    */
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}
.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet:only-child {
    display: none !important;
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 200ms transform,
    200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform,
    200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-lock {
    display: none;
}
:root {
    /*
    --swiper-scrollbar-border-radius: 10px;
    --swiper-scrollbar-top: auto;
    --swiper-scrollbar-bottom: 4px;
    --swiper-scrollbar-left: auto;
    --swiper-scrollbar-right: 4px;
    --swiper-scrollbar-sides-offset: 1%;
    --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
    --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
    --swiper-scrollbar-size: 4px;
    */
}
.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-scrollbar-lock {
    display: none;
}
/* Zoom container styles start */
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
/* Zoom container styles end */
.swiper-slide-zoomed {
    cursor: move;
    touch-action: none;
}
/* a11y */
.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
    flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-fade .swiper-slide-active {
    pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-cube {
    overflow: visible;
}
.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px);
}
.swiper-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}
/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
/* Cube slide shadows end */
.swiper-flip {
    overflow: visible;
}
.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
/* Flip slide shadows end */
.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
}
.swiper-cards {
    overflow: visible;
}
.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}
/* End */


/* Start:/tools/css/policy.css?17706490273581*/
.b-consent {
  max-width: 750px;
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 12px;
  margin: 0 auto;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 30px;
  z-index: 100;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 1fr 0.3fr;
  gap: 20px;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease-out;
}
.b-consent.--active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 100000000;
}
.b-consent .__text {
  font-size: 14px;
}
.b-consent .__text a {
  color: #00A958;
}

.b-policy {
  position: static;
  padding: 80px 0;
}
.b-policy h1 {
  margin-bottom: 30px;
  font-size: 40px;
}
@media (max-width: 1199px) {
  .b-policy h1 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .b-policy h1 {
    font-size: 26px;
  }
}
.b-policy h2 {
  margin-top: 30px;
  font-size: 32px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .b-policy h2 {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .b-policy h2 {
    font-size: 22px;
  }
}
.b-policy h3, .b-policy .h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 1199px) {
  .b-policy h3, .b-policy .h3 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .b-policy h3, .b-policy .h3 {
    font-size: 18px;
  }
}
.b-policy h6 {
  font-size: 20px;
}
@media (max-width: 1199px) {
  .b-policy h6 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .b-policy h6 {
    font-size: 16px;
  }
}
.b-policy p {
  font-size: 16px;
  margin-bottom: 20px;
}
.b-policy table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 14px;
}
.b-policy table th, .b-policy table td {
  padding: 12px;
  text-align: left;
  border: 1px solid #ddd;
}
.b-policy table th {
  background-color: #f2f2f2;
}
.b-policy ul {
  padding: 0 0 0 12px;
}
.b-policy ul li {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 0;
}
.b-policy ol {
  counter-reset: item;
  padding: 0;
  padding-left: 16px;
}
.b-policy ol > li {
  counter-increment: item;
  margin-bottom: 10px;
}
.b-policy ol ol {
  margin-top: 10px;
  padding-left: 0;
}
.b-policy ol ol > li {
  display: block;
}
.b-policy .intro,
.b-policy .contact-info {
  margin-bottom: 30px;
}
.b-policy .b-table-wrap {
  width: 100%;
  overflow-x: auto;
}

.b-consent-text {
  line-height: 1.3;
  font-size: 14px;
}

.b-checkbox {
  color: #00A958;
  font-size: 16px;
  font-weight: 300;
  display: block;
}

.b-checkbox input {
  opacity: 0;
  position: absolute;
}

.b-checkbox .b-checkbox-ico {
  width: 20px;
  height: 20px;
  display: inline-block;
  border: 2px solid #00A958;
  border-radius: 2px;
  vertical-align: top;
  position: absolute;
  margin-top: 5px;
  cursor: pointer;
}

.b-checkbox .b-checkbox-ico.--popup {
  border: 2px solid #00A958;
}

.b-checkbox input:checked ~ .d-flex .b-checkbox-ico:before {
  position: absolute;
  content: "";
  border-style: solid;
  border-color: #00A958;
  width: 6px;
  height: 10px;
  border-width: 0 2px 2px 0;
  transform: rotate(37deg);
  right: 7px;
  top: 2px;
  left: 5px;
}

.b-checkbox input:checked ~ .d-flex .b-checkbox-ico.--popup:before {
  border-color: #00A958;
}

.b-checkbox-txt {
  font-size: 14px;
  color: #000000;
  text-decoration: none;
  padding-left: 30px;
}

.b-checkbox-txt .b-pform__policy {
  color: #989898 !important;
}

.b-policy-order {
  margin-bottom: 12px;
  font-size: 14px;
  text-align: left;
}

/* End */


/* Start:/tools/css/style.css?1771493462237663*/
@charset "UTF-8";
.b-catalog-list .__item.--redis.--alt.--case .__title {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.b-review-item .__descr .__txt {
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.b-mater-grid .__right .__txt ul, .b-sub-menu ul, .b-partner-wrap .__right .__txt ul, .b-nav .__submenu, .b-footer .__menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.b-map-popup .b-catalog-list .__item .__btns .__btn, .b-select-btn, .b-map-controls .__select .__options .__option, .b-review-nav .swiper-pagination-bullet, .b-catalog-list .__item .b-slider .b-slide-panel .__item, .b-main-swiper-wrap .b-progress-btn .swiper-pagination-bullet .__bar, .b-card-top .__grid .__video:after, .b-swiper-wrapper.--tour .swiper.--thumb .swiper-slide:after, .b-swiper-wrapper.--tour .swiper.--thumb .swiper-slide:before, .b-etap-pagination .swiper-pagination-bullet .__bar, .select-button:after, .b-filtr-drop-btn .b-filtr-drop__inner, .selectric-b-select .selectric-items ul li, .selectric-b-select .selectric .button:after, .selectric-b-select .selectric .label, .selectric-b-select .selectric .bx-filter-select-text, .b-mmenu-footer .__link, .b-mmenu-footer .__mail, .b-mmenu-footer .__phone, .b-mmenu-nav li a, .b-close-mmenu img, .b-close-mmenu, .b-catalog-controls .__view a rect, .b-catalog-controls .__view a path, .b-like .reaction path, .b-catalog-list .__item.--redis .__inner, .b-catalog-list .__item.--redis.--systems .__img, .b-catalog-list .__item.--redis.--systems, .b-catalog-list .__item.--redis.--alt.--video .__video:after, .b-calc .__items .__item .__btn, .b-btn.--back, .b-form-big-input .__label, .b-etap-el img, .b-mat-item .__img, .b-side-video .__close, .b-design-card img, .b-float-soc a, .b-rating-item, .b-review-item .__descr a, .b-review-item, .b-rating-service, .b-faq-item .__title:after, .b-faq-item .__title, .b-mission-block.--hover .__descr, .b-mission-block.--hover .__title, .b-sub-menu ul > li > a, .b-sub-menu ul > li img, .b-tab-section .__name:after, .b-tab-section .__name, .b-person .__top, .b-table-fix, .b-block.--material .__img:before, .b-block.--material .__img:after, .b-block.--plan .__img:after, .b-block.--plan, .b-project-block .__txt, .b-project-block .__name, .b-project-block .__tag, .b-nav .__submenu a, .b-video-link .__bottom, .b-video-link.--content .__filter, .b-guarantees .__item, .b-pic-wrap img {
  transition: all 0.3s ease-out;
}

.b-cols-2 {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
}

.b-cols-3 {
  display: grid;
  grid-gap: 8px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
}

.b-tabs .__sections, .b-cols-4 {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
}

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

body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  color: #3A3A3A;
  font-family: "Raleway", sans-serif;
  font-variant-numeric: lining-nums;
}

::-moz-selection {
  background: #00A958;
  text-shadow: none;
  color: #fff;
}

::selection {
  background: #00A958;
  color: #fff;
  text-shadow: none;
}

.b-wrapper {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.b-title-grid {
  display: grid;
  grid-template-columns: 1fr 600px;
  align-items: end;
  column-gap: 40px;
  row-gap: 40px;
  font-size: 18px;
}
@media (max-width: 1550px) {
  .b-title-grid {
    grid-template-columns: 1fr 1fr;
    row-gap: 24px;
  }
}
@media (max-width: 1199px) {
  .b-title-grid {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .b-title-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .b-title-grid {
    font-size: 14px;
  }
}
.b-title-grid h1.--slider {
  margin-top: -14px;
  margin-bottom: -17px;
}
@media (max-width: 1550px) {
  .b-title-grid h1.--slider {
    margin-top: -9px;
    margin-bottom: -11px;
  }
}
@media (max-width: 991px) {
  .b-title-grid h1.--slider {
    margin-top: -6px;
    margin-bottom: -7px;
  }
}
@media (max-width: 575px) {
  .b-title-grid h1.--slider {
    margin-top: -5px;
    margin-bottom: -6px;
  }
}

.b-pic-wrap {
  position: relative;
  background: url("/images/adept/pic.png") center;
  background-size: cover;
  aspect-ratio: 728/526;
  width: 100%;
}
.b-pic-wrap img {
  opacity: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 2;
  position: absolute;
}
.b-pic-wrap img.--active {
  opacity: 1;
}

.b-cols-2 > div {
  min-width: 0;
}
@media (max-width: 1199px) {
  .b-cols-2.--xl {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 991px) {
  .b-cols-2.--lg {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .b-cols-2.--md {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1199px) {
  .b-cols-2.--guarant {
    grid-template-columns: 1fr;
    grid-gap: 24px;
  }
}
@media (max-width: 991px) {
  .b-cols-2.--btn {
    grid-template-columns: 1fr;
    grid-gap: 24px;
  }
}

@media (max-width: 1500px) {
  .b-cols-3.--1500 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .b-cols-3.--1500 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1199px) {
  .b-cols-3.--xl {
    grid-template-columns: 1fr 1fr;
  }
  .b-cols-3.--xl > div:last-child {
    grid-column: span 2;
  }
}
@media (max-width: 991px) {
  .b-cols-3.--xl {
    grid-gap: 24px;
  }
}
@media (max-width: 767px) {
  .b-cols-3.--xl {
    grid-template-columns: 1fr;
  }
  .b-cols-3.--xl > div:last-child {
    grid-column: span 1;
  }
}
@media (max-width: 991px) {
  .b-cols-3.--lg {
    grid-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .b-cols-3.--lg {
    grid-template-columns: 1fr;
  }
  .b-cols-3.--lg > div:last-child {
    grid-column: span 1;
  }
}
@media (max-width: 991px) {
  .b-cols-3.--lg.--odd {
    grid-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }
  .b-cols-3.--lg.--odd > div:last-child {
    grid-column: span 2;
  }
}
@media (max-width: 767px) {
  .b-cols-3.--lg.--odd {
    grid-template-columns: 1fr;
  }
  .b-cols-3.--lg.--odd > div:last-child {
    grid-column: span 1;
  }
}
@media (max-width: 767px) {
  .b-cols-3.--lg.--alt {
    grid-template-columns: 1fr 1fr;
  }
  .b-cols-3.--lg.--alt .b-video-link {
    grid-column: span 2;
  }
}
@media (max-width: 575px) {
  .b-cols-3.--lg.--alt {
    grid-template-columns: 1fr;
  }
  .b-cols-3.--lg.--alt .b-video-link {
    grid-column: span 1;
  }
}
.b-cols-3.--lg .b-btn.--more {
  grid-column: span 3;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  opacity: 0;
  width: 0;
  height: 0;
}
@media (max-width: 991px) {
  .b-cols-3.--lg .b-btn.--more {
    grid-column: span 2;
  }
}
@media (max-width: 767px) {
  .b-cols-3.--lg .b-btn.--more {
    grid-column: span 1;
  }
}
@media (max-width: 767px) {
  .b-cols-3.--md {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 991px) {
  .b-cols-3.--mission {
    grid-template-columns: 1fr 1fr;
  }
  .b-cols-3.--mission > *:nth-child(3) {
    grid-column: span 2;
  }
}
@media (max-width: 767px) {
  .b-cols-3.--mission {
    grid-template-columns: 1fr;
  }
  .b-cols-3.--mission > *:nth-child(3) {
    grid-column: span 1;
  }
}
.b-cols-3.--project {
  grid-gap: 8px;
  grid-template-rows: 1fr 1fr;
}
@media (max-width: 1550px) {
  .b-cols-3.--project {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr 1fr 1fr;
  }
}
@media (max-width: 991px) {
  .b-cols-3.--project {
    grid-template-columns: 1fr;
    grid-template-rows: unset;
  }
}
@media (max-width: 1550px) {
  .b-cols-3.--spec {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991px) {
  .b-cols-3.--spec {
    grid-gap: 20px;
  }
}
@media (max-width: 767px) {
  .b-cols-3.--spec {
    grid-gap: 16px;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1550px) {
  .b-cols-3.--spec.--gallery > a {
    display: none;
  }
  .b-cols-3.--spec.--gallery > a:nth-child(-n+4) {
    display: block;
  }
}
@media (max-width: 767px) {
  .b-cols-3.--spec.--gallery > a:nth-child(4) {
    display: none;
  }
}
@media (max-width: 1550px) {
  .b-cols-3.--catalog {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991px) {
  .b-cols-3.--catalog {
    grid-gap: 20px;
  }
}
@media (max-width: 767px) {
  .b-cols-3.--catalog {
    grid-gap: 16px;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1499px) {
  .b-cols-3.--catalog.--ndx > div {
    display: none;
  }
  .b-cols-3.--catalog.--ndx > div:nth-child(-n+4) {
    display: block;
  }
}
@media (max-width: 767px) {
  .b-cols-3.--catalog.--ndx > div:nth-child(4) {
    display: none;
  }
}

@media (max-width: 1199px) {
  .b-cols-4.--emp {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 24px;
  }
}
@media (max-width: 991px) {
  .b-cols-4.--emp {
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
  }
}
@media (max-width: 575px) {
  .b-cols-4.--emp {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1199px) {
  .b-cols-4.--project {
    grid-template-rows: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .b-cols-4.--project {
    grid-template-columns: 1fr;
    grid-template-rows: unset;
  }
}
@media (max-width: 1199px) {
  .b-cols-4.--xl {
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
  }
}
@media (max-width: 575px) {
  .b-cols-4.--xl {
    grid-template-columns: 1fr;
  }
}

.b-cols-5 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 8px;
}
@media (max-width: 1199px) {
  .b-cols-5.--xl {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 991px) {
  .b-cols-5.--xl {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .b-cols-5.--xl {
    grid-template-columns: 1fr;
  }
}

.b-guarantees .__item {
  padding: 40px 0;
  border-bottom: 1px solid #EAEAEA;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 32px;
  align-items: center;
  grid-gap: 24px 56px;
}
@media (max-width: 1550px) {
  .b-guarantees .__item {
    padding: 16px 0;
    grid-gap: 16px;
  }
}
@media (max-width: 1199px) {
  .b-guarantees .__item {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .b-guarantees .__item {
    padding: 16px;
  }
}
@media (max-width: 575px) {
  .b-guarantees .__item {
    font-size: 14px;
  }
}
.b-guarantees .__item:last-child, .b-guarantees .__item.border-md-0 {
  border-bottom: 0;
}
@media (max-width: 767px) {
  .b-guarantees .__item:last-child, .b-guarantees .__item.border-md-0 {
    border-bottom: 1px solid #EAEAEA;
  }
}
.b-guarantees .__item .__name {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
}
@media (max-width: 1550px) {
  .b-guarantees .__item .__name {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .b-guarantees .__item .__name {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .b-guarantees .__item .__name {
    font-size: 18px;
  }
}
.b-guarantees .__item .__content {
  display: none;
  grid-column: span 2;
}
.b-guarantees .__item.--active .__content {
  display: block;
}
.b-guarantees .__item.--active .b-spec-arrow {
  transform: rotate(90deg);
}

.b-footer {
  color: #BCBCBC;
  background: #3A3A3A;
  padding: 48px 0 32px;
  line-height: 21px;
  border-top: 1px solid #4D4D4D;
  font-size: 14px;
}
@media (max-width: 991px) {
  .b-footer {
    padding: 32px 0 32px;
  }
  .b-footer h4 {
    display: none;
  }
}
.b-footer h4, .b-footer .h4 {
  padding: 8px 0;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .b-footer h4, .b-footer .h4 {
    font-size: 14px;
  }
}
.b-footer .__rasp {
  padding-bottom: 24px;
}
@media (max-width: 991px) {
  .b-footer .__rasp {
    padding-bottom: 10px;
  }
}
.b-footer .__adress {
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .b-footer .__adress {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #4D4D4D;
  }
}
@media (max-width: 991px) {
  .b-footer .__req {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #4D4D4D;
  }
}
@media (max-width: 991px) {
  .b-footer .__menu {
    display: flex;
    flex-wrap: wrap;
    gap: 0 16px;
    justify-content: center;
  }
}
.b-footer .__menu li {
  padding: 10px 0;
}
@media (max-width: 991px) {
  .b-footer .__menu li {
    padding: 8px 0;
  }
}
.b-footer .__menu a {
  transition: all 0.3s ease-out;
  color: #D8D8D8;
}
.b-footer .__menu a:hover {
  color: #707070;
}
@media (max-width: 991px) {
  .b-footer .__bot {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
  }
}
.b-footer .__bot .__grid {
  color: #707070;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-gap: 8px;
}
@media (max-width: 575px) {
  .b-footer .__bot .__grid {
    grid-template-columns: 1fr;
  }
}
.b-footer .__bot .__grid a {
  color: #707070;
}
.b-footer .__bot img {
  display: none;
}
@media (max-width: 767px) {
  .b-footer .__bot img {
    display: block;
  }
}
@media (max-width: 1199px) {
  .b-footer .h2 {
    font-size: 22px;
  }
}
.b-footer .b-cols-4 {
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .b-footer .b-cols-4 {
    grid-gap: 24px;
    grid-template-columns: 1fr 1fr 1fr 220px;
  }
}
@media (max-width: 991px) {
  .b-footer .b-cols-4 {
    margin-bottom: 48px;
  }
}
@media (max-width: 991px) {
  .b-footer .b-cols-4 {
    grid-template-columns: 1fr;
    margin-bottom: 24px;
    gap: 0;
  }
  .b-footer .b-cols-4 > div {
    text-align: center;
  }
  .b-footer .b-cols-4 > div:last-child {
    order: 1;
  }
  .b-footer .b-cols-4 > div:nth-child(3) {
    order: 2;
  }
  .b-footer .b-cols-4 > div:nth-child(2) {
    display: none;
  }
  .b-footer .b-cols-4 > div:nth-child(1) {
    order: 3;
  }
}

.b-spec-arrow-wrapper .b-spec-arrow {
  width: 32px;
  height: 32px;
  position: relative;
  overflow: hidden;
  background: #EAEAEA;
  border-radius: 8px;
}
.b-spec-arrow-wrapper .b-spec-arrow:before {
  color: #fff;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  content: url("/images/adept/icons/arrow_rght.svg");
  transition: all 0.3s ease-out;
  background: #EAEAEA;
  line-height: 0;
}
.b-spec-arrow-wrapper .b-spec-arrow:after {
  color: #fff;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
  content: url("/images/adept/icons/arrow_rght_w.svg");
  transition: all 0.3s ease-out;
  background: #3A3A3A;
  line-height: 0;
}
.b-spec-arrow-wrapper .b-spec-arrow.--round {
  border-radius: 8px;
  background: none;
}
.b-spec-arrow-wrapper .b-spec-arrow.--round:after {
  content: "";
  background-color: #FFFFFF;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' viewBox='0 0 8 12' fill='none'%3E%3Cpath d='M0.707092 0.707092L5.70709 5.70709L0.707092 10.7071' stroke='%233A3A3A' stroke-width='2'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
}
.b-spec-arrow-wrapper .b-spec-arrow.--round:before {
  content: "";
  background-color: #3A3A3A;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' viewBox='0 0 8 12' fill='none'%3E%3Cpath d='M0.707092 0.707092L5.70709 5.70709L0.707092 10.7071' stroke='%23979797' stroke-width='2'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
}
.b-spec-arrow-wrapper .b-spec-arrow.--alt:after {
  content: url("/images/adept/icons/arrow_rght.svg");
  background: #EAEAEA;
}
.b-spec-arrow-wrapper .b-spec-arrow.--alt:before {
  content: url("/images/adept/icons/arrow_rght_w.svg");
  background: #3A3A3A;
}
.b-spec-arrow-wrapper .b-spec-arrow.--eye:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cg id='see'%3E%3Cpath id='Union' fill-rule='evenodd' clip-rule='evenodd' d='M8 11C5.28795 11 3.08148 9.70046 2.11707 8C3.08148 6.29954 5.28795 5 8 5C10.7121 5 12.9185 6.29954 13.8829 8C12.9185 9.70046 10.7121 11 8 11ZM8 3C4.45797 3 1.29407 4.83128 0.0837543 7.59938C-0.0279181 7.85479 -0.0279181 8.14521 0.0837543 8.40062C1.29407 11.1687 4.45797 13 8 13C11.542 13 14.7059 11.1687 15.9162 8.40062C16.0279 8.14521 16.0279 7.85479 15.9162 7.59938C14.7059 4.83128 11.542 3 8 3ZM8 10C9.10457 10 10 9.10457 10 8C10 6.89543 9.10457 6 8 6C6.89543 6 6 6.89543 6 8C6 9.10457 6.89543 10 8 10Z' fill='%23979797'/%3E%3C/g%3E%3C/svg%3E");
  background: #3A3A3A;
}
.b-spec-arrow-wrapper .b-spec-arrow.--eye:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cg id='see'%3E%3Cpath id='Union' fill-rule='evenodd' clip-rule='evenodd' d='M8 11C5.28795 11 3.08148 9.70046 2.11707 8C3.08148 6.29954 5.28795 5 8 5C10.7121 5 12.9185 6.29954 13.8829 8C12.9185 9.70046 10.7121 11 8 11ZM8 3C4.45797 3 1.29407 4.83128 0.0837543 7.59938C-0.0279181 7.85479 -0.0279181 8.14521 0.0837543 8.40062C1.29407 11.1687 4.45797 13 8 13C11.542 13 14.7059 11.1687 15.9162 8.40062C16.0279 8.14521 16.0279 7.85479 15.9162 7.59938C14.7059 4.83128 11.542 3 8 3ZM8 10C9.10457 10 10 9.10457 10 8C10 6.89543 9.10457 6 8 6C6.89543 6 6 6.89543 6 8C6 9.10457 6.89543 10 8 10Z' fill='%233E3E3E'/%3E%3C/g%3E%3C/svg%3E");
  background: #FFFFFF;
}
.b-spec-arrow-wrapper:hover .b-spec-arrow:after {
  left: 0;
  transition: all 0.3s ease-out;
}
.b-spec-arrow-wrapper:hover .b-spec-arrow:before {
  right: -100%;
  transition: all 0.3s ease-out;
}

.b-text-star {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px;
  font-size: 14px;
  color: #9F9F9F;
}
.b-text-star .--fc-green {
  font-size: 24px;
}

.b-reviews .__item {
  position: relative;
}

.b-video-link {
  position: relative;
  display: block;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.b-video-link.--content:before, .b-video-link.--content:after {
  content: none;
}
.b-video-link.--content .__content {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 40px;
}
@media (max-width: 1199px) {
  .b-video-link.--content .__content {
    gap: 24px;
  }
}
@media (max-width: 575px) {
  .b-video-link.--content .__content {
    gap: 16px;
  }
}
.b-video-link.--content .__content .__title {
  color: #FFFFFF;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  .b-video-link.--content .__content .__title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .b-video-link.--content .__content .__title {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .b-video-link.--content .__content .__title {
    display: none;
  }
}
.b-video-link.--content .__content .__descr {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}
@media (max-width: 575px) {
  .b-video-link.--content .__content .__descr {
    font-size: 14px;
  }
}
.b-video-link.--content .__filter {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  background: #000;
  opacity: 0.2;
}
.b-video-link.--content:hover .__filter {
  opacity: 0;
}
.b-video-link .__ico {
  width: 56px;
  height: 56px;
  display: block;
  position: relative;
}
@media (max-width: 575px) {
  .b-video-link .__ico {
    width: 40px;
    height: 40px;
  }
}
.b-video-link .__ico:before {
  content: url(/images/adept/icons/play.svg);
  width: 13px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.b-video-link .__ico:after {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  opacity: 0.8;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: all 0.1s ease-out;
}
.b-video-link img, .b-video-link video {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  display: block;
}
@media (max-width: 575px) {
  .b-video-link img, .b-video-link video {
    height: auto;
  }
}
.b-video-link:before {
  content: url(/images/adept/icons/play.svg);
  width: 13px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.b-video-link:after {
  content: "";
  width: 56px;
  height: 56px;
  border: 1px solid #fff;
  opacity: 0.8;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: all 0.1s ease-out;
}
.b-video-link:hover:after, .b-video-link:hover .__ico:after {
  outline: 2px solid #00A958;
  border: 1px solid #00A958;
  background: #00A958;
  opacity: 1;
  transition: all 0.1s ease-out;
}
.b-video-link .__name {
  position: absolute;
  background: rgba(73, 73, 73, 0.5);
  font-size: 14px;
  color: #fff;
  line-height: 1;
  padding: 8px 16px;
  left: 16px;
  top: 16px;
}
.b-video-link .__bottom {
  display: block;
  font-weight: 600;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1.3;
  padding: 16px 24px;
  z-index: 2;
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(58, 58, 58, 0.6);
  backdrop-filter: blur(16px);
}
@media (max-width: 1199px) {
  .b-video-link .__bottom {
    padding: 16px;
  }
}
@media (max-width: 991px) {
  .b-video-link .__bottom {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .b-video-link .__bottom {
    position: static;
    background: #3A3A3A;
  }
}

.b-pic-link {
  position: relative;
  display: block;
}
.b-pic-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.b-pic-link .__name {
  position: absolute;
  background: rgba(73, 73, 73, 0.5);
  font-size: 14px;
  color: #fff;
  line-height: 1;
  padding: 8px 16px;
  left: 16px;
  top: 16px;
}

hr {
  margin: 0;
}

.--bg-white {
  background: #FFFFFF;
}

.--bg-gray {
  background: #F7F7F7;
}

.--bg-gray-4 {
  background: #EAEAEA;
}

.--bg-black_1 {
  background: #494949;
}

.--bg-black {
  background: #3A3A3A;
}

.b-spec-block-link {
  background: #494949;
  padding: 40px;
  position: relative;
  height: 100%;
  color: #fff;
  min-height: 300px;
}
@media (max-width: 1199px) {
  .b-spec-block-link {
    min-height: 280px;
    padding: 24px;
  }
}
@media (max-width: 991px) {
  .b-spec-block-link {
    min-height: 220px;
  }
}
@media (max-width: 767px) {
  .b-spec-block-link {
    padding: 16px;
  }
}
.b-spec-block-link .b-spec-arrow {
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 2;
}
@media (max-width: 1199px) {
  .b-spec-block-link .b-spec-arrow {
    right: 24px;
    bottom: 24px;
  }
}
@media (max-width: 767px) {
  .b-spec-block-link .b-spec-arrow {
    right: 16px;
    bottom: 16px;
  }
}
.b-spec-block-link .__name {
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .b-spec-block-link .__name {
    font-size: 18px;
  }
}
.b-spec-block-link .__bg {
  position: absolute;
  z-index: 1;
  opacity: 0;
  width: 150px;
  height: 150px;
  left: 0;
  bottom: 0;
  background: url(/images/adept/icons/b-spec-block-link__bg.svg) no-repeat;
  transition: all 0.3s ease-out;
}
.b-spec-block-link .__tag {
  position: absolute;
  z-index: 2;
  left: 40px;
  bottom: 40px;
  right: 100px;
  opacity: 0.5;
}
@media (max-width: 1199px) {
  .b-spec-block-link .__tag {
    left: 24px;
    bottom: 24px;
  }
}
@media (max-width: 767px) {
  .b-spec-block-link .__tag {
    left: 16px;
    bottom: 16px;
    font-size: 14px;
  }
}
.b-spec-block-link:hover {
  background: #247950;
}
.b-spec-block-link:hover .__bg {
  opacity: 1;
}

.b-etaps {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 16px 40px;
  color: #9F9F9F;
}
@media (max-width: 1199px) {
  .b-etaps {
    grid-gap: 16px 24px;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: unset;
  }
}
@media (max-width: 767px) {
  .b-etaps {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
.b-etaps > div {
  display: block;
  flex-direction: column;
  min-width: 0;
}
.b-etaps > div .__item {
  aspect-ratio: 344/194;
  position: relative;
  display: block;
}
.b-etaps > div .__item a {
  display: block;
}
.b-etaps > div .__item .b-etap-label {
  position: absolute;
  left: 16px;
  top: 16px;
}
.b-etaps > div .__item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
}
@media (max-width: 767px) {
  .b-etaps > div {
    position: relative;
  }
}
.b-etaps .b-video-link {
  height: auto;
}
@media (max-width: 767px) {
  .b-etaps .b-video-link:after {
    margin-top: -16px;
  }
  .b-etaps .b-video-link:before {
    margin-top: -16px;
  }
}
.b-etaps .--big {
  grid-area: 1/3/3/5;
}
@media (max-width: 1199px) {
  .b-etaps .--big {
    grid-area: unset;
    grid-column: span 2;
  }
}
@media (max-width: 1199px) {
  .b-etaps .--big {
    grid-column: span 1;
  }
}
.b-etaps .--big .__item {
  aspect-ratio: 728/468;
}
.b-etaps .__bot {
  padding: 16px 0 16px;
}
@media (max-width: 991px) {
  .b-etaps .__bot {
    font-size: 16px;
    padding: 16px 0 16px;
  }
}
@media (max-width: 767px) {
  .b-etaps .__bot {
    padding: 8px 0 8px;
  }
}
.b-etaps .__name {
  font-size: 20px;
  color: #3A3A3A;
}
@media (max-width: 991px) {
  .b-etaps .__name {
    font-size: 16px;
  }
}

@media (max-width: 1550px) {
  .b-materials {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 991px) {
  .b-materials {
    grid-gap: 20px;
  }
}
@media (max-width: 767px) {
  .b-materials {
    grid-template-columns: 1fr;
    grid-gap: 0px;
  }
}
.b-materials.--lg .__pic {
  width: 100%;
  aspect-ratio: 1.57/1;
}
@media (max-width: 767px) {
  .b-materials.--lg .__pic {
    position: relative;
  }
}
.b-materials.--lg .__pic img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s ease-out;
  position: absolute;
}
@media (max-width: 1199px) {
  .b-materials.--lg .__pic img {
    max-width: none;
  }
}
.b-materials.--lg .__pic img.--top {
  z-index: 2;
}
.b-materials.--lg .__pic img.--bottom {
  z-index: 1;
  opacity: 0;
}
.b-materials.--lg .__descr {
  padding: 16px 0 24px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
}
.b-materials.--lg .__descr .__name {
  margin-bottom: 8px;
}
.b-materials.--lg .__item:hover .__pic img.--top {
  opacity: 0;
}
.b-materials.--lg .__item:hover .__pic img.--bottom {
  opacity: 1;
}
.b-materials .__item {
  position: relative;
}
.b-materials .__pic {
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .b-materials .__pic {
    position: static;
  }
}
@media (max-width: 1199px) {
  .b-materials .__pic img {
    max-width: 216px;
  }
}
.b-materials .__pic .b-spec-arrow {
  position: absolute;
  right: 32px;
  bottom: 32px;
}
@media (max-width: 1199px) {
  .b-materials .__pic .b-spec-arrow {
    right: 16px;
    bottom: 16px;
  }
}
@media (max-width: 767px) {
  .b-materials .__pic .b-spec-arrow {
    right: 16px;
    bottom: 16px;
  }
}
.b-materials .__pic:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  bottom: 0;
  background: #EAEAEA;
}
@media (max-width: 767px) {
  .b-materials .__pic:before {
    content: none;
  }
}
.b-materials .__pic:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  bottom: 0;
  background: #D8D8D8;
  transition: all 0.3s ease-out;
}
@media (max-width: 767px) {
  .b-materials .__pic:after {
    content: none;
  }
}
.b-materials .__item:hover .__pic:after {
  width: 100%;
  transition: all 0.3s ease-out;
}
.b-materials .__item:hover .__descr {
  color: #3A3A3A;
}
.b-materials .__descr {
  color: #9F9F9F;
  transition: all 0.3s ease-out;
  padding: 24px 24px 0;
}
@media (max-width: 767px) {
  .b-materials .__descr {
    position: relative;
    padding: 16px 56px 0 16px;
  }
  .b-materials .__descr:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    top: 0;
    background: #F7F7F7;
    transition: all 0.3s ease-out;
  }
}
@media (max-width: 575px) {
  .b-materials .__descr {
    font-size: 14px;
  }
}
.b-materials .__descr .__name {
  font-size: 20px;
  font-weight: 700;
  color: #3A3A3A;
  display: block;
}
@media (max-width: 575px) {
  .b-materials .__descr .__name {
    font-size: 18px;
  }
}

.b-header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99999;
  padding: 10px 0;
  background: #FFFFFF;
  border-bottom: 1px solid #EAEAEA;
}
.b-header.--dark {
  background: rgba(58, 58, 58, 0.92);
  border-color: rgba(58, 58, 58, 0.92);
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 12px;
  top: 8px;
}
@media (min-width: 576px) {
  .b-header.--dark {
    max-width: 572px;
  }
}
@media (min-width: 768px) {
  .b-header.--dark {
    max-width: 752px;
  }
}
@media (min-width: 992px) {
  .b-header.--dark {
    max-width: 1028px;
  }
}
@media (min-width: 1200px) {
  .b-header.--dark {
    max-width: 1216px;
  }
}
@media (min-width: 1550px) {
  .b-header.--dark {
    max-width: 1544px;
  }
}
@media (max-width: 600px) {
  .b-header.--dark {
    max-width: 100%;
    top: 0;
    border-radius: 0;
  }
}
.b-header.--dark .b-logo .__txt {
  color: #FFFFFF;
}
.b-header.--dark .b-logo img, .b-header.--dark .b-search-link img, .b-header.--dark .__phone-mob img, .b-header.--dark .__burger img, .b-header.--dark .__adress img {
  display: none;
}
.b-header.--dark .b-logo img.--dark, .b-header.--dark .b-search-link img.--dark, .b-header.--dark .__phone-mob img.--dark, .b-header.--dark .__burger img.--dark, .b-header.--dark .__adress img.--dark {
  display: block;
}
.b-header.--dark .__phone {
  color: #EAEAEA;
}
.b-header.--dark .__phone:hover {
  color: #707070;
}
.b-header.--dark .b-nav .__item > a {
  color: #EAEAEA;
}
.b-header.--dark .b-nav .__item > a:hover {
  color: #707070;
}
.b-header.--dark .b-nav .__item.--sub a:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5 6L8 9L11 6' stroke='%23EAEAEA' stroke-width='2'/%3e%3c/svg%3e");
}
.b-header.--dark .b-nav .__item.--sub a:hover:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5 6L8 9L11 6' stroke='%23707070' stroke-width='2'/%3e%3c/svg%3e");
}
.b-header .b-logo img.--dark, .b-header .b-search-link img.--dark, .b-header .__phone-mob img.--dark, .b-header .__burger img.--dark {
  display: none;
}
.b-header .__adress img {
  width: 24px;
  height: 24px;
}
.b-header .container {
  display: grid;
  grid-template-columns: 1fr auto auto auto;
  grid-column-gap: 40px;
  align-items: center;
  position: relative;
}
@media (max-width: 1550px) {
  .b-header .container {
    grid-template-columns: 1fr auto auto;
    grid-column-gap: 20px;
  }
}
@media (max-width: 1199px) {
  .b-header .container {
    grid-template-columns: 1fr auto auto auto auto;
    grid-column-gap: 16px;
  }
}
@media (max-width: 575px) {
  .b-header .container {
    grid-template-columns: 1fr auto auto;
  }
}
.b-header .__phone {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 1550px) {
  .b-header .__phone {
    display: none;
  }
}
.b-header .__phone-mob, .b-header .__adress, .b-header .__burger {
  display: none;
}
@media (max-width: 1199px) {
  .b-header .__phone-mob, .b-header .__adress, .b-header .__burger {
    display: block;
  }
}
@media (max-width: 575px) {
  .b-header .__adress {
    display: none;
  }
}
.b-header.--mmenu {
  display: grid;
  grid-template-columns: 1fr auto auto;
  padding: 11px 16px;
  gap: 16px;
  border-bottom: none;
  background: rgba(58, 58, 58, 0.92);
  border-color: rgba(58, 58, 58, 0.92);
}
.b-header.--mmenu .b-logo .__txt {
  color: #fff;
}

.b-logo {
  display: flex;
  gap: 12px;
  align-items: end;
}
.b-logo.--footer {
  gap: 8px;
}
.b-logo.--footer img {
  width: 98px;
}
@media (max-width: 1199px) {
  .b-logo.--footer img {
    width: 88px;
  }
}
.b-logo.--footer .__txt {
  font-size: 14px;
}
@media (max-width: 575px) {
  .b-logo.--footer .__txt {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .b-logo img {
    width: 88px;
  }
}
.b-logo .__txt {
  color: #707070;
  font-size: 16px;
  font-weight: 500;
  line-height: 113%;
  margin-bottom: -3px;
}
@media (max-width: 575px) {
  .b-logo .__txt {
    margin-bottom: -3px;
    font-size: 15px;
  }
}
.b-logo .__txt .--bot {
  letter-spacing: 0.014rem;
}

@media (max-width: 1199px) {
  .b-soc {
    display: none;
  }
}
.b-soc .circle {
  fill: #494949;
  transition: all 0.3s ease-out;
}
.b-soc .__link:hover .circle {
  fill: #00A958;
}

.b-search-link {
  cursor: pointer;
}
@media (max-width: 575px) {
  .b-search-link {
    display: none;
  }
}

.b-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1199px) {
  .b-nav {
    display: none;
  }
}
.b-nav .__item {
  display: inline-block;
  margin: 0 16px;
}
@media (max-width: 1550px) {
  .b-nav .__item {
    margin: 0 12px;
  }
}
.b-nav .__item > a {
  display: flex;
  height: 42px;
  align-items: center;
  position: relative;
  transition: all 0.3s ease-out;
}
.b-nav .__item > a:hover {
  color: #9F9F9F;
}
.b-nav .__item.--sub {
  position: relative;
}
.b-nav .__item.--sub.--wrap {
  position: static;
}
.b-nav .__item.--sub:hover .__submenu {
  opacity: 1;
  pointer-events: auto;
}
.b-nav .__item.--sub > a {
  padding-right: 20px;
}
.b-nav .__item.--sub > a:after {
  content: "";
  position: absolute;
  right: 0;
  width: 16px;
  height: 16px;
  transition: all 0.3s ease-out;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5 6L8 9L11 6' stroke='%23494949' stroke-width='2'/%3e%3c/svg%3e");
}
.b-nav .__item.--sub > a:hover:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5 6L8 9L11 6' stroke='%239F9F9F' stroke-width='2'/%3e%3c/svg%3e");
}
.b-nav .__item.--sub > a:after {
  content: "";
  position: absolute;
  right: 0;
  width: 16px;
  height: 16px;
  background: url(/images/adept/icons/shevron.svg) no-repeat;
}
.b-nav .__submenu {
  padding: 8px 0;
  background: #FFFFFF;
  position: absolute;
  min-width: 320px;
  left: -16px;
  z-index: 1000;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
  opacity: 0;
  pointer-events: none;
}
.b-nav .__submenu li {
  border-bottom: 1px solid #EAEAEA;
}
.b-nav .__submenu li:last-child {
  border-bottom: none;
}
.b-nav .__submenu a {
  display: flex;
  height: 40px;
  align-items: center;
  padding: 0 8px !important;
}
.b-nav .__submenu a:after {
  content: none !important;
}
.b-nav .__submenu a:hover {
  color: #9F9F9F;
}

@media (max-width: 767px) {
  .b-content-hide > div {
    display: none;
  }
  .b-content-hide > div:nth-child(-n+4) {
    display: block;
  }
  .b-content-hide.--active > div {
    display: block;
  }
}

.b-bread {
  font-size: 14px;
  color: #3A3A3A;
  padding: 97px 0 48px;
  display: flex;
}
@media (max-width: 1199px) {
  .b-bread {
    padding: 84px 0 48px;
  }
}
@media (max-width: 991px) {
  .b-bread {
    padding: 84px 0 32px;
  }
}
.b-bread a {
  color: #3A3A3A;
  padding-right: 25px;
  position: relative;
}
.b-bread a:after {
  content: "/";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
}
.b-bread span {
  color: #979797;
}

.b-line {
  background: #EAEAEA;
  width: 100%;
  height: 1px;
}

.b-factoid {
  padding: 12px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  min-height: 56px;
}
@media (max-width: 1199px) {
  .b-factoid {
    padding: 16px 0;
  }
}
.b-factoid + .b-factoid {
  border-top: 1px solid #EAEAEA;
}
.b-factoid .b-spec-arrow {
  background: none;
}
.b-factoid .b-spec-arrow:before {
  background: none;
}
.b-factoid .__text {
  color: #494949;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.b-factoid .__text span {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  color: #00A958;
  display: block;
  margin-bottom: 16px;
}
@media (max-width: 1199px) {
  .b-factoid .__text span {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .b-factoid .__text span {
    font-size: 28px;
  }
}

.wow {
  visibility: hidden;
}

.--bg-project-design {
  background: url("/images/adept/top1.png") center;
  background-size: cover;
}

.--bg-project-build {
  background: url("/images/adept/buildtop.png") center;
  background-size: cover;
}

.--bg-project-engineer {
  background: url("/images/adept/engineerrtop.png") center;
  background-size: cover;
}

.--bg-project-project {
  background: url("/images/adept/IMG_572643.jpg") center;
  background-size: cover;
}

.--bg-project {
  background: url("/images/adept/top1.png") center;
  background-size: cover;
}

.--bg-project-2 {
  background: url("/images/adept/buildbackground.png") center;
  background-size: cover;
}

.--bg-project-about {
  background: url("/images/adept/about/bg-work.png") center;
  background-size: cover;
}

.--bg-inline-form {
  background: url("/images/adept/ndx/inline-footer.png") center;
  background-size: cover;
}

.b-project-block {
  background-color: rgba(58, 58, 58, 0.86);
  height: 100%;
  border-radius: 12px;
  transition: 0.3s ease-out background-color;
  position: relative;
  display: flex;
  flex-direction: column;
}
.b-project-block .__top {
  padding: 32px 32px 80px;
  height: 162px;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .b-project-block .__top {
    height: auto;
    padding: 24px 24px 64px;
  }
}
.b-project-block .b-spec-arrow {
  position: absolute;
  bottom: 32px;
  left: 32px;
}
@media (max-width: 767px) {
  .b-project-block .b-spec-arrow {
    bottom: 24px;
    left: 24px;
  }
}
.b-project-block .__tag {
  overflow: hidden;
  padding: 0 16px;
  height: 40px;
  display: flex;
  gap: 8px;
  align-items: center;
  width: fit-content;
  border: #525252 1px solid;
  border-radius: 4px;
  letter-spacing: 0.04em;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .b-project-block .__tag {
    margin-bottom: 8px;
  }
}
.b-project-block .__name {
  color: #FFFFFF;
  display: block;
  font-size: 28px;
  font-weight: 600;
}
@media (max-width: 1550px) {
  .b-project-block .__name {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .b-project-block .__name {
    height: 40px;
    margin-bottom: 12px;
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .b-project-block .__name {
    font-size: 18px;
  }
}
.b-project-block .__circle {
  background: #00a958;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.b-project-block .__txt {
  overflow: hidden;
  opacity: 0;
  max-height: 0;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .b-project-block .__txt {
    height: auto;
    max-height: unset;
    opacity: 1;
  }
}
.b-project-block .__bot {
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  flex-shrink: 1;
}
.b-project-block .__bot span {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .b-project-block .__bot {
    padding: 24px;
  }
}
.b-project-block:hover {
  height: calc(100% + 48px);
  margin-top: -24px;
  margin-bottom: -24px;
  background-color: #5a5a5a;
  z-index: 3;
}
@media (max-width: 767px) {
  .b-project-block:hover {
    margin-bottom: 0;
    margin-top: 0;
    height: 100%;
  }
}
.b-project-block:hover .__tag {
  height: 0;
  opacity: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .b-project-block:hover .__tag {
    opacity: 1;
    height: 40px;
    margin-bottom: 8px;
  }
}
.b-project-block:hover .__top {
  height: 224px;
}
@media (max-width: 767px) {
  .b-project-block:hover .__top {
    height: auto;
  }
}
.b-project-block:hover .__txt {
  height: fit-content;
  max-height: 999px;
  opacity: 1;
}
.b-project-block:hover .__name {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .b-project-block:hover .__name {
    margin-bottom: 12px;
  }
}
.b-project-block.--static {
  padding: 24px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .b-project-block.--static {
    padding: 24px;
  }
}
.b-project-block.--static .b-btn.--56 {
  height: 48px;
}
.b-project-block.--static .__tag {
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .b-project-block.--static .__tag {
    margin-bottom: 8px;
  }
}
.b-project-block.--static:hover {
  height: 100%;
  margin: 0px;
  background-color: rgba(58, 58, 58, 0.92);
}
.b-project-block.--static:hover .__tag {
  height: 40px;
  opacity: 1;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .b-project-block.--static:hover .__tag {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .b-project-block.--static:hover .__tag {
    opacity: 1;
    height: 40px;
  }
}
.b-project-block.--about .__top {
  padding: 32px;
}
@media (max-width: 767px) {
  .b-project-block.--about .__top {
    padding: 24px;
  }
}
@media (max-width: 991px) {
  .b-project-block.--about .__bot {
    display: none;
  }
}
.b-project-block.--about:hover .__top {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.b-project-block.--about:hover .__bot {
  height: 0;
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  opacity: 0;
}

.b-1fr-600-grid {
  display: grid;
  grid-template-columns: 1fr 600px;
  grid-gap: 40px;
}
@media (max-width: 1199px) {
  .b-1fr-600-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 991px) {
  .b-1fr-600-grid {
    grid-template-columns: 1fr;
    grid-gap: 24px;
  }
}

.b-block {
  position: relative;
}
.b-block.--etap {
  border-radius: 8px;
  background: #F7F7F7;
  padding: 40px;
}
@media (max-width: 991px) {
  .b-block.--etap {
    padding: 24px;
  }
}
.b-block.--etap.--p-32 {
  padding: 32px;
}
@media (max-width: 1550px) {
  .b-block.--etap.--p-32 {
    padding: 24px;
  }
}
@media (max-width: 575px) {
  .b-block.--etap p {
    font-size: 14px;
  }
}
.b-block.--facade {
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.03);
}
.b-block.--facade > a {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.b-block.--facade img {
  object-fit: scale-down;
  width: 100%;
  aspect-ratio: 360/194;
  mix-blend-mode: multiply;
}
.b-block.--facade .__bot {
  padding: 16px 40px 16px;
  color: #494949;
}
@media (max-width: 991px) {
  .b-block.--facade .__bot {
    padding: 16px 24px;
  }
}
.b-block.--plan {
  cursor: pointer;
  border-radius: 8px;
}
.b-block.--plan .__btn {
  position: absolute;
  top: 8px;
  left: 8px;
  color: #3A3A3A;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  display: flex;
  gap: 8px;
  align-items: center;
  z-index: 3;
}
@media (max-width: 575px) {
  .b-block.--plan .__btn span {
    display: none;
  }
}
.b-block.--plan:hover .__img:after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.b-block.--plan .__img {
  position: relative;
  padding-top: 32px;
}
.b-block.--plan .__img:after {
  content: "";
  position: absolute;
  width: 72px;
  height: 72px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transform-origin: center;
  z-index: 2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='72' viewBox='0 0 72 72' fill='none'%3E%3Crect width='72' height='72' fill='white' fill-opacity='0.94'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M36.5 44C41.1944 44 45 40.1944 45 35.5C45 30.8056 41.1944 27 36.5 27C31.8056 27 28 30.8056 28 35.5C28 40.1944 31.8056 44 36.5 44ZM36.5 42C40.0899 42 43 39.0899 43 35.5C43 31.9101 40.0899 29 36.5 29C32.9101 29 30 31.9101 30 35.5C30 39.0899 32.9101 42 36.5 42Z' fill='%233A3A3A'/%3E%3Cpath d='M27.3458 46L25.6487 44.3029L30.5798 39.3718L32.2769 41.0689L27.3458 46Z' fill='%233A3A3A'/%3E%3C/svg%3E");
  pointer-events: none;
}
.b-block.--plan .__img img {
  position: relative;
  z-index: 1;
  aspect-ratio: 728/470;
  object-fit: cover;
  width: 100%;
  mix-blend-mode: multiply;
}
.b-block.--plan .__bot {
  padding: 16px 40px;
}
@media (max-width: 991px) {
  .b-block.--plan .__bot {
    padding: 16px 24px;
  }
}
.b-block.--plan .__bot a {
  color: #3A3A3A;
  display: flex;
  gap: 8px;
}
.b-block.--plan .__bot span {
  color: #979797;
}
.b-block.--material:hover .__img:before {
  right: 0;
  width: 100%;
}
.b-block.--material .__img {
  position: relative;
}
.b-block.--material .__img:after {
  content: "";
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  transform-origin: center;
  z-index: 2;
  background: #EAEAEA;
}
.b-block.--material .__img:before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: auto;
  transform-origin: center;
  z-index: 3;
  background: #606060;
}
.b-block.--material .__img img {
  position: relative;
  z-index: 1;
  aspect-ratio: 344/240;
  object-fit: scale-down;
  width: 100%;
}
.b-block.--material .b-spec-arrow {
  position: absolute;
  bottom: 16px;
  right: 16px;
  overflow: hidden;
  z-index: 3;
  background: none;
}
.b-block.--material .b-spec-arrow:before {
  content: none;
}
.b-block.--material .__bot {
  padding: 24px 32px 0;
}
@media (max-width: 991px) {
  .b-block.--material .__bot {
    padding: 16px 24px 0;
  }
}
.b-block.--material .__bot a {
  color: #3A3A3A;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  gap: 8px;
}
@media (max-width: 767px) {
  .b-block.--material .__bot a {
    font-size: 18px;
  }
}
.b-block.--material .__bot span {
  color: #979797;
}
.b-block.--border {
  padding: 32px;
  border: 1px solid #EAEAEA;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .b-block.--border {
    padding: 24px;
    gap: 16px;
  }
}
.b-block.--border .b-spec-arrow {
  min-width: 32px;
}
.b-block.--border > div:first-child {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.b-block.--border .__title {
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .b-block.--border .__title {
    font-size: 18px;
  }
}
.b-block.--border .__title span {
  color: #00A958;
}
.b-block.--border p {
  color: #979797;
}

.b-table-fix.affix {
  position: fixed;
  z-index: 3;
  top: auto;
  opacity: 1;
  display: block;
  bottom: 0;
}
.b-table-fix.affix-top, .b-table-fix.affix-bottom {
  position: absolute;
  opacity: 0;
}

@media (max-width: 575px) {
  .b-table-komplekt_price {
    font-size: 12px;
  }
}

.b-table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  position: relative;
}
.b-table tr:first-child td:first-child {
  border-radius: 8px 0 0 0;
}
.b-table tr:first-child td:last-child {
  border-radius: 0 8px 0 0;
}
.b-table tr:last-child td:first-child {
  border-radius: 0 0 8px 0;
}
.b-table tr:last-child td:last-child {
  border-radius: 0 0 0 8px;
}
.b-table tr.--separate {
  border-bottom: 8px solid #494949;
}
.b-table tr.--top {
  position: sticky;
  top: 76px;
}
@media (max-width: 1199px) {
  .b-table tr.--top {
    top: 68px;
  }
}
.b-table tr.--top td {
  position: relative;
}
.b-table tr.--top td:after {
  content: "";
  position: absolute;
  background: #494949;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
.b-table tr.--fix {
  position: relative;
}
.b-table tr.--fix:after {
  content: "";
  position: absolute;
  height: 100%;
  width: calc(100vw - var(--scrollbar-width));
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #355847;
  z-index: 1;
}
.b-table tr.--fix td {
  position: relative;
  z-index: 2;
  border: none;
  background: #355847;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 1550px) {
  .b-table tr.--fix td {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .b-table tr.--fix td {
    font-size: 12px;
  }
}
.b-table tr.--fix td:first-child {
  padding: 16px 0;
}
.b-table tr.--fix td:nth-child(2) {
  text-align: end;
}
.b-table td, .b-table th {
  width: 100%;
  padding: 16px;
  color: #FFFFFF;
  background: #3E3E3E;
  border-right: 1px solid #494949;
  border-bottom: 1px solid #494949;
}
@media (max-width: 1199px) {
  .b-table td, .b-table th {
    font-size: 14px;
    padding: 12px;
  }
}
@media (max-width: 991px) {
  .b-table td, .b-table th {
    font-size: 12px;
  }
}
.b-table td:last-child, .b-table th:last-child {
  border-right: 0;
}
.b-table th {
  font-weight: 600;
  font-size: 20px;
}
@media (max-width: 1199px) {
  .b-table th {
    font-size: 18px;
    padding: 12px;
  }
}
@media (max-width: 991px) {
  .b-table th {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .b-table.--razdel {
    display: none;
  }
}
.b-table.--razdel.--light .b-table_circle.--disabled {
  background: #D8D8D8;
}
.b-table.--razdel.--light tr:not(.--fix) td {
  background: #F7F7F7;
  color: #3A3A3A;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  font-weight: 500;
}
.b-table.--razdel.--light tr:not(.--fix) td:first-child {
  font-weight: 600;
}
.b-table.--razdel.--light tr:not(.--fix) td:last-child {
  border-right: 0;
}
.b-table.--razdel.--light tr:not(.--fix) td.--fw-500 {
  font-weight: 500;
}
.b-table.--razdel.--light tr:not(.--fix).--top td {
  background: #EAEAEA;
  height: 74px;
}
.b-table.--razdel.--light tr:not(.--fix).--top td:after {
  background: #FFFFFF;
}
.b-table.--razdel.--light tr:not(.--fix).--separate {
  border-bottom: 8px solid #FFFFFF;
}
.b-table.--razdel tr:not(.--fix) td {
  font-weight: 500;
}
.b-table.--razdel tr:not(.--fix) td:first-child {
  font-weight: 600;
}
.b-table.--razdel tr:not(.--fix) td.--fw-500 {
  font-weight: 500;
}
.b-table.--razdel tr:not(.--fix).--top td {
  height: 74px;
}
.b-table.--razdel td:nth-child(1) {
  width: 220px;
}
@media (max-width: 1550px) {
  .b-table.--razdel td:nth-child(1) {
    width: 170px;
  }
}
@media (max-width: 1199px) {
  .b-table.--razdel td:nth-child(1) {
    width: 136px;
  }
}
@media (max-width: 991px) {
  .b-table.--razdel td:nth-child(1) {
    width: 124px;
  }
}
.b-table.--razdel td:nth-child(6), .b-table.--razdel td:nth-child(5), .b-table.--razdel td:nth-child(4), .b-table.--razdel td:nth-child(3) {
  width: 148px;
}
@media (max-width: 1199px) {
  .b-table.--razdel td:nth-child(6), .b-table.--razdel td:nth-child(5), .b-table.--razdel td:nth-child(4), .b-table.--razdel td:nth-child(3) {
    width: 94px;
  }
}
@media (max-width: 991px) {
  .b-table.--razdel td:nth-child(6), .b-table.--razdel td:nth-child(5), .b-table.--razdel td:nth-child(4), .b-table.--razdel td:nth-child(3) {
    width: 84px;
  }
}
.b-table.--razdel .b-btn {
  width: 100%;
}
.b-table.--mob {
  display: none;
}
@media (max-width: 767px) {
  .b-table.--mob {
    display: table;
    margin-top: -43px;
  }
}
@media (max-width: 575px) {
  .b-table.--mob {
    margin-top: -32px;
  }
}
@media (max-width: 575px) {
  .b-table.--mob td, .b-table.--mob th {
    padding: 8px;
    letter-spacing: -0.01em;
  }
}
.b-table.--mob tr:nth-child(2) {
  position: relative;
  z-index: 3;
}
.b-table.--mob tr:nth-child(3) {
  position: sticky;
  left: 16px;
  right: 16px;
  top: 62px;
  z-index: 3;
}
.b-table.--mob tr:nth-child(3) th {
  box-shadow: inset 0 -1px 0px 0px #494949;
}
@media (max-width: 575px) {
  .b-table.--mob tr:nth-child(3) {
    top: 52px;
  }
}
.b-table.--mob tr:nth-child(1) {
  position: sticky;
  left: 16px;
  right: 16px;
  top: calc(100vh - 43px);
  z-index: 1;
}
.b-table.--mob tr:nth-child(1) th {
  box-shadow: inset 0 1px 0px 0px #494949;
}
@media (max-width: 575px) {
  .b-table.--mob tr:nth-child(1) {
    top: calc(100vh - 32px);
  }
}
.b-table.--mob.--light .b-table_empty i {
  background: #D8D8D8;
}
.b-table.--mob.--light tr:not(.--fix) td {
  background: #F7F7F7;
  color: #3A3A3A;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
.b-table.--mob.--light tr:not(.--fix) td:last-child {
  border-right: 0;
}
.b-table.--mob.--light tr:not(.--fix) th {
  color: #3A3A3A;
  background: #EAEAEA;
  border-right: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
.b-table.--mob.--light tr:not(.--fix).--separate {
  border-bottom: 8px solid #FFFFFF;
}

.b-table-fix {
  width: 1464px;
}
@media (max-width: 1550px) {
  .b-table-fix {
    width: 1136px;
  }
}
@media (max-width: 1199px) {
  .b-table-fix {
    width: 948px;
  }
}
@media (max-width: 991px) {
  .b-table-fix {
    width: 720px;
  }
}

.b-table_circle, .b-table_empty i, .b-table_fill i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-flex;
  background: #00A958;
}
.b-table_circle.--disabled, .b-table_empty i.--disabled, .b-table_fill i.--disabled {
  background: #494949;
}

.b-table_fill {
  text-align: center;
}

.b-table_empty {
  text-align: center;
}
.b-table_empty i {
  background: #494949;
}

.b-top-section {
  min-height: 740px;
  background: url("/images/adept/planning/bg-planning.png");
  background-size: cover;
  background-repeat: no-repeat !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 0 88px;
  margin-top: 73px;
  position: relative;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .b-top-section {
    margin-top: 65px;
  }
}
.b-top-section.--about {
  background: url("/images/adept/about/bg-about.png") center;
}
.b-top-section.--about h1 {
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
}
.b-top-section.--design {
  background: url("/images/adept/design/bg-design.png") center;
}
.b-top-section.--in-systems {
  background: url("/images/adept/in-systems/bg-system.png") center;
}
.b-top-section:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: #000;
  opacity: 0;
}
.b-top-section .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 1439px) {
  .b-top-section {
    min-height: auto;
  }
}
@media (max-width: 1199px) {
  .b-top-section {
    margin-top: 58px;
    padding-top: 56px;
    padding-bottom: 64px;
  }
}
@media (max-width: 575px) {
  .b-top-section {
    padding-top: 40px;
    padding-bottom: 48px;
  }
  .b-top-section:after {
    opacity: 0.2;
  }
}

.b-tabs {
  position: relative;
}
@media (max-width: 991px) {
  .b-tabs .__sections {
    gap: 24px;
    display: flex;
    margin-left: -16px;
    margin-right: -16px;
    overflow: auto;
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .b-tabs .__sections .b-tab-section {
    flex: none;
    width: 200px;
  }
}
@media (max-width: 575px) {
  .b-tabs .__sections .b-tab-section:first-child {
    margin-left: 16px;
  }
}
@media (max-width: 575px) {
  .b-tabs .__sections .b-tab-section:last-child {
    margin-right: 16px;
  }
}
.b-tabs .__sections::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.b-tabs .__sections::-webkit-scrollbar-track {
  background-color: transparent;
}
.b-tabs .__controls {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
@media (max-width: 575px) {
  .b-tabs .__controls {
    margin-left: -16px;
    margin-right: -16px;
    overflow: auto;
    flex-wrap: nowrap;
  }
}
.b-tabs .__controls::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.b-tabs .__controls::-webkit-scrollbar-track {
  background-color: transparent;
}
.b-tabs .__controls .b-btn {
  white-space: nowrap;
  flex: none;
}
.b-tabs .__controls .b-btn.--grey.--active {
  background: #247950;
  color: #fff;
}
@media (max-width: 575px) {
  .b-tabs .__controls .b-btn:first-child {
    margin-left: 16px;
  }
  .b-tabs .__controls .b-btn:last-child {
    margin-right: 16px;
  }
}

.b-person {
  height: 455px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1550px) {
  .b-person {
    height: 370px;
  }
}
@media (max-width: 575px) {
  .b-person {
    height: 440px;
  }
}
.b-person.--active .__top {
  opacity: 1;
  pointer-events: auto;
}
.b-person .__top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 76px);
  z-index: 2;
  background: rgba(255, 255, 255, 0.8);
  padding: 16px 24px;
  opacity: 0;
  pointer-events: none;
  font-weight: 600;
}
@media (max-width: 1550px) {
  .b-person .__top {
    font-size: 14px;
  }
}
.b-person img {
  flex: 1;
  width: 100%;
  min-height: 0;
  display: block;
  object-fit: cover;
  object-position: top;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}
.b-person .b-spec-arrow {
  background: none;
}
.b-person .b-spec-arrow:before {
  content: none;
  background: none;
}
.b-person .b-spec-arrow:after {
  background: none;
  content: url("/images/adept/icons/arrow_rght.svg");
}
.b-person .__bot {
  width: 100%;
  background: #FFFFFF;
  padding: 16px 24px;
  display: grid;
  grid-template-columns: 1fr 32px;
  grid-gap: 8px;
  align-items: center;
  color: #707070;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
}
.b-person .__bot .__name {
  display: block;
  color: #494949;
  font-size: 20px;
  font-weight: 600;
}

.b-tab-section {
  cursor: pointer;
}
.b-tab-section img {
  aspect-ratio: 344/240;
  width: 100%;
  object-fit: scale-down;
  object-position: center;
  display: block;
}
.b-tab-section .__name {
  display: flex;
  justify-content: center;
  padding: 24px 32px;
  color: #3A3A3A;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  position: relative;
}
@media (max-width: 1199px) {
  .b-tab-section .__name {
    font-size: 16px;
    padding: 16px 24px;
  }
}
.b-tab-section .__name:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #EAEAEA;
}
.b-tab-section:hover .__name:after {
  height: 2px;
}
.b-tab-section.--active .__name {
  color: #00a958;
}
.b-tab-section.--active .__name:after {
  background: #00a958;
  height: 2px;
}

.b-partner-wrap {
  display: grid;
  grid-template-columns: 1fr 472px;
  grid-gap: 40px;
}
@media (max-width: 1550px) {
  .b-partner-wrap {
    grid-template-columns: 1fr 380px;
    grid-gap: 24px;
  }
}
@media (max-width: 1199px) {
  .b-partner-wrap {
    grid-template-columns: 1fr 360px;
  }
}
@media (max-width: 991px) {
  .b-partner-wrap {
    grid-template-columns: 1fr;
  }
}
.b-partner-wrap > div, .b-partner-wrap > a {
  min-width: 0;
}
.b-partner-wrap .b-video-link {
  aspect-ratio: 472/266;
  height: auto;
}
.b-partner-wrap .__right {
  padding: 40px;
  display: flex;
  border-radius: 12px;
  flex-direction: column;
  background: #F7F7F7;
}
@media (max-width: 1550px) {
  .b-partner-wrap .__right {
    padding: 24px;
  }
}
.b-partner-wrap .__right .__txt {
  color: #494949;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid #D8D8D8;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .b-partner-wrap .__right .__txt {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .b-partner-wrap .__right .__txt {
    display: flex;
    grid-gap: 0;
    align-items: start;
  }
}
.b-partner-wrap .__right .__txt .__img {
  display: none;
  border-radius: 8px;
}
@media (max-width: 991px) {
  .b-partner-wrap .__right .__txt .__img {
    display: block;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .b-partner-wrap .__right .__txt .__img {
    display: none;
  }
}
.b-partner-wrap .__right .__txt ul {
  margin-bottom: 16px;
  width: 100%;
}
.b-partner-wrap .__right .__txt ul li {
  padding: 12px 0;
  color: #3A3A3A;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  gap: 8px;
  font-weight: 500;
  line-height: 130%;
}
@media (max-width: 1199px) {
  .b-partner-wrap .__right .__txt ul li {
    font-size: 14px;
    padding: 8px 0;
  }
}
.b-partner-wrap .__right .__txt .b-btn {
  margin-top: auto;
}
@media (max-width: 991px) {
  .b-partner-wrap .__right .__txt .b-btn {
    grid-column: span 2;
  }
}
@media (max-width: 767px) {
  .b-partner-wrap .__right .__txt .b-btn {
    grid-column: span 1;
  }
}

.b-partner {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 40px;
}
@media (max-width: 1439px) {
  .b-partner {
    grid-template-columns: 1fr;
    grid-gap: 24px;
  }
}
.b-partner > img {
  display: block;
  width: 216px;
  aspect-ratio: 1/1;
  object-fit: scale-down;
  object-position: center;
  border: 1px solid #D8D8D8;
  border-radius: 8px;
}
@media (max-width: 1439px) {
  .b-partner > img {
    aspect-ratio: auto;
    height: 100px;
    padding: 8px;
  }
}
.b-partner .__text p {
  margin-bottom: 16px;
}
.b-partner .b-btn {
  color: #979797;
}
.b-partner .b-btn:before {
  border-bottom: 1px solid #979797;
}

.b-pagination {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  text-align: left;
}
@media (max-width: 767px) {
  .b-pagination {
    justify-content: center;
  }
}
.b-pagination li .b-btn {
  width: 48px;
  height: 48px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.b-pagination li .b-btn.--active {
  pointer-events: none;
}
.b-pagination li:first-child .b-btn, .b-pagination li:last-child .b-btn {
  width: auto;
  padding: 0 16px;
}
.b-pagination li.--disable a {
  opacity: 0.4;
  pointer-events: none;
}
.b-pagination li.--dots a {
  pointer-events: none;
  background: none;
}

.b-sub-menu {
  z-index: 1000;
  position: absolute;
  top: calc(100% + 24px);
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 940px;
  height: fit-content;
  background: #FFFFFF;
  display: none;
  border-radius: 8px;
  overflow: hidden;
}
.b-sub-menu ul {
  padding: 48px 41px;
  width: calc(100% - 474px);
}
.b-sub-menu ul > li {
  overflow: hidden;
}
.b-sub-menu ul > li:last-child a:after {
  content: none;
}
.b-sub-menu ul > li img {
  position: absolute;
  top: 0;
  right: 0;
  width: 472px;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}
.b-sub-menu ul > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  height: 58px;
  padding: 8px 16px;
  color: #494949;
  font-size: 17px;
  font-weight: 500;
  border-radius: 8px;
  position: relative;
}
.b-sub-menu ul > li > a:after {
  content: "";
  width: calc(100% - 16px);
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  position: absolute;
  background: #EAEAEA;
}
.b-sub-menu ul > li > a:hover {
  background: #3b3c3c;
  color: #fff;
}
.b-sub-menu ul > li > a:hover:after {
  opacity: 0;
}
.b-sub-menu ul > li > a .b-spec-arrow {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.b-sub-menu ul > li > a .b-spec-arrow:before {
  color: #fff;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  content: url("/images/adept/icons/arrow_rght.svg");
  transition: all 0.3s ease-out;
  background: #FFFFFF;
  line-height: 0;
}
.b-sub-menu ul > li > a .b-spec-arrow:after {
  color: #fff;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
  content: url("/images/adept/icons/arrow_rght_w.svg");
  transition: all 0.3s ease-out;
  background: #3A3A3A;
  line-height: 0;
}
.b-sub-menu ul > li.--active img {
  opacity: 1;
}
.b-sub-menu ul > li.--active > a .b-spec-arrow:before {
  right: 100%;
}
.b-sub-menu ul > li.--active > a .b-spec-arrow:after {
  left: 0;
}
.b-sub-menu.--active {
  display: block;
}

.b-overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(16, 29, 40, 0.4509803922);
  z-index: 99997;
  cursor: pointer;
}
.b-overlay.--active {
  display: block;
}

.b-title-tag {
  display: grid;
  grid-template-columns: 344px 1fr;
  grid-gap: 40px;
  position: relative;
}
@media (max-width: 1550px) {
  .b-title-tag {
    grid-template-columns: 1fr;
  }
}
.b-title-tag h1 {
  margin-bottom: 32px;
}
.b-title-tag .__tags {
  justify-content: center;
}
@media (max-width: 1550px) {
  .b-title-tag .__tags {
    justify-content: start;
  }
}
.b-title-tag .b-btn.--abs {
  grid-column: span 2;
  max-width: 100%;
}
@media (max-width: 1550px) {
  .b-title-tag .b-btn.--abs {
    max-width: 280px;
    position: absolute;
    left: 0px;
    top: -116px;
  }
}
@media (max-width: 991px) {
  .b-title-tag .b-btn.--abs {
    top: -96px;
    height: 40px;
    padding: 0 16px;
  }
}

.b-tag-el {
  border-radius: 4px;
  border: 1px solid #00A958;
  position: relative;
  padding: 3px 16px 0 36px;
  height: 34px;
  display: flex;
  align-items: center;
  width: fit-content;
  font-size: 12px;
  color: #00A958;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .b-tag-el {
    padding: 2px 12px 0 24px;
  }
}
.b-tag-el.--50 {
  height: 50px;
}
.b-tag-el:after {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #00A958;
}
@media (max-width: 767px) {
  .b-tag-el:after {
    left: 12px;
    width: 8px;
    height: 8px;
  }
}

.fancybox__container {
  z-index: 100000;
}

.b-fact-num {
  padding: 0 32px 8px;
  border-left: 1px solid #606060;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .b-fact-num {
    padding: 0 24px;
  }
}
@media (max-width: 767px) {
  .b-fact-num {
    border-left: none;
    border-bottom: 1px solid #606060;
    padding: 0 0 16px;
  }
}
.b-fact-num .__label {
  color: #BCBCBC;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0.056rem;
  text-transform: uppercase;
  margin-bottom: 48px;
  padding-left: 20px;
  position: relative;
}
@media (max-width: 1199px) {
  .b-fact-num .__label {
    margin-bottom: 16px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .b-fact-num .__label {
    margin-bottom: 8px;
  }
}
.b-fact-num .__label:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #00A958;
}
@media (max-width: 767px) {
  .b-fact-num .__label:after {
    top: 1px;
  }
}
.b-fact-num .h1.--slider {
  display: flex;
  flex-direction: column;
  margin: 0;
  text-align: start;
  line-height: 100%;
  gap: 12px;
  font-size: 50px;
}
@media (max-width: 1550px) {
  .b-fact-num .h1.--slider {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .b-fact-num .h1.--slider {
    font-size: 32px;
    gap: 8px;
  }
}
@media (max-width: 575px) {
  .b-fact-num .h1.--slider {
    font-size: 26px;
  }
}
.b-fact-num .h1.--slider span {
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
}
@media (max-width: 1550px) {
  .b-fact-num .h1.--slider span {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .b-fact-num .h1.--slider span {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .b-fact-num .h1.--slider span {
    font-size: 18px;
  }
}

.b-mission-block {
  min-height: 488px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .b-mission-block {
    min-height: 440px;
  }
}
@media (max-width: 767px) {
  .b-mission-block {
    min-height: 420px;
  }
}
@media (max-width: 400px) {
  .b-mission-block {
    min-height: 360px;
  }
}
.b-mission-block .__descr {
  padding: 0 8px;
}
@media (max-width: 991px) {
  .b-mission-block .__descr {
    padding: 0;
  }
}
.b-mission-block img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}
.b-mission-block .__bot {
  padding: 40px 24px;
  position: relative;
  z-index: 3;
  min-height: 220px;
}
@media (max-width: 1199px) {
  .b-mission-block .__bot {
    padding: 24px;
  }
}
@media (max-width: 991px) {
  .b-mission-block .__bot {
    min-height: unset;
  }
}
.b-mission-block .__title {
  display: flex;
  gap: 12px;
  color: #FFF;
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .b-mission-block .__title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .b-mission-block .__title {
    font-size: 20px;
  }
}
.b-mission-block .__title svg {
  margin-top: 3px;
  min-width: 24px;
}
.b-mission-block .__descr {
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
}
@media (max-width: 1199px) {
  .b-mission-block .__descr {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .b-mission-block .__descr {
    font-size: 14px;
  }
}
.b-mission-block.--hover {
  min-height: 488px;
}
@media (max-width: 1199px) {
  .b-mission-block.--hover {
    min-height: 440px;
  }
}
@media (max-width: 991px) {
  .b-mission-block.--hover {
    min-height: 480px;
  }
}
@media (max-width: 767px) {
  .b-mission-block.--hover {
    min-height: 440px;
  }
}
.b-mission-block.--hover .__bot {
  padding: 40px 32px;
  min-height: auto;
}
@media (max-width: 1199px) {
  .b-mission-block.--hover .__bot {
    padding: 40px 24px 24px;
  }
}
.b-mission-block.--hover .__bot:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(0deg, #232323 0%, rgba(35, 35, 35, 0) 130%);
  mask-image: linear-gradient(0deg, #232323 50%, rgba(35, 35, 35, 0) 100%);
  backdrop-filter: blur(8px);
}
.b-mission-block.--hover .__bot > * {
  position: relative;
  z-index: 3;
}
.b-mission-block.--hover .__title {
  margin-bottom: 0;
  flex-direction: column;
}
@media (max-width: 991px) {
  .b-mission-block.--hover .__title {
    margin-bottom: 16px;
  }
}
.b-mission-block.--hover .__descr {
  max-height: 0;
  height: 0;
  opacity: 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .b-mission-block.--hover .__descr {
    max-height: 999px;
    height: auto;
    opacity: 1;
    overflow: hidden;
  }
}
.b-mission-block.--hover:hover .__title {
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .b-mission-block.--hover:hover .__title {
    margin-bottom: 16px;
  }
}
.b-mission-block.--hover:hover .__descr {
  max-height: 999px;
  height: auto;
  opacity: 1;
  overflow: hidden;
}

.b-team-block {
  padding: 48px 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
  align-items: end;
  border-bottom: 1px solid #D8D8D8;
}
@media (max-width: 1199px) {
  .b-team-block {
    grid-gap: 24px;
    padding: 32px 0 16px;
  }
}
@media (max-width: 767px) {
  .b-team-block {
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }
}
.b-team-block .__left {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: end;
  text-align: end;
  color: #434343;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 767px) {
  .b-team-block .__left {
    text-align: start;
    justify-content: start;
    align-items: start;
  }
}
.b-team-block .__num {
  background: #494949;
  min-width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
}
.b-team-block .__right {
  color: #434343;
  font-weight: 500;
  line-height: 130%;
}

.b-faq-item {
  padding: 32px;
  border-top: 1px solid #D8D8D8;
}
@media (max-width: 1199px) {
  .b-faq-item {
    padding: 16px;
  }
}
@media (max-width: 767px) {
  .b-faq-item {
    padding: 16px 0;
  }
}
.b-faq-item .__title {
  position: relative;
  color: #3A3A3A;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .b-faq-item .__title {
    font-size: 18px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .b-faq-item .__title {
    padding-right: 24px;
  }
}
.b-faq-item .__title:after {
  content: "";
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M15.5152 0V16M15.5152 32V16M15.5152 16H0M15.5152 16H32' stroke='%2300A958' stroke-width='2'/%3E%3C/svg%3E");
  background-size: cover !important;
}
@media (max-width: 1199px) {
  .b-faq-item .__title:after {
    width: 24px;
    height: 24px;
    top: 2px;
  }
}
@media (max-width: 767px) {
  .b-faq-item .__title:after {
    width: 16px;
    height: 16px;
    top: 4px;
  }
}
.b-faq-item .__txt {
  color: #707070;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  opacity: 0;
  max-height: 0;
  height: 0;
  overflow: hidden;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .b-faq-item .__txt {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .b-faq-item .__txt {
    font-size: 14px;
  }
}
.b-faq-item .__txt ul {
  margin-top: 16px;
  margin-bottom: 16px;
}
.b-faq-item.--active .__title {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .b-faq-item.--active .__title {
    margin-bottom: 16px;
  }
}
.b-faq-item.--active .__title:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M0 16H15.4459H32' stroke='%2300A958' stroke-width='2'/%3E%3C/svg%3E");
}
.b-faq-item.--active .__txt {
  height: auto;
  max-height: 999px;
  opacity: 1;
}

.b-title-rev {
  display: flex;
  gap: 24px;
  margin-left: auto;
}
@media (max-width: 991px) {
  .b-title-rev {
    margin-left: 0;
  }
}
.b-title-rev .__rating {
  color: #3A3A3A;
  font-size: 80px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  margin-top: -10px;
  margin-bottom: -14px;
}
@media (max-width: 991px) {
  .b-title-rev .__rating {
    font-size: 64px;
  }
}
.b-title-rev .b-stars {
  margin-bottom: 8px;
}
.b-title-rev .__count {
  color: #707070;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
}
@media (max-width: 991px) {
  .b-title-rev .__count {
    font-size: 16px;
  }
}

.b-stars {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media (max-width: 991px) {
  .b-stars {
    gap: 8px;
  }
}
.b-stars.--sm {
  gap: 4px;
}
.b-stars.--sm .b-star {
  width: 16px;
  height: 16px;
}
.b-stars.--clickable .b-star {
  cursor: pointer;
}

.b-star {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 0L15.1035 7.72839L23.4127 8.2918L17.0216 13.6316L19.0534 21.7082L12 17.28L4.94658 21.7082L6.97842 13.6316L0.587322 8.2918L8.89649 7.72839L12 0Z' fill='%23BCBCBC'/%3E%3C/svg%3E");
  background-size: cover;
  width: 24px;
  height: 24px;
}
.b-star.--full {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8 0L10.069 5.15226L15.6085 5.52786L11.3477 9.08774L12.7023 14.4721L8 11.52L3.29772 14.4721L4.65228 9.08774L0.391548 5.52786L5.931 5.15226L8 0Z' fill='%231EC776'/%3E%3C/svg%3E");
}

.b-review-bner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  background: url("/images/adept/review/bg-rev.png");
  background-size: cover;
  padding: 136px 0;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .b-review-bner {
    padding-top: 48px;
    padding-bottom: 48px;
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .b-review-bner {
    flex-direction: column;
    gap: 8px;
  }
}
@media (max-width: 575px) {
  .b-review-bner {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.b-rating-service {
  padding: 24px 40px;
  display: flex;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid transparent;
}
@media (max-width: 1199px) {
  .b-rating-service {
    padding: 24px;
  }
}
@media (max-width: 991px) {
  .b-rating-service {
    padding: 8px;
  }
}
.b-rating-service:hover {
  background: rgba(16, 16, 16, 0.08);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #fff;
}
.b-rating-service img {
  width: 100%;
  min-width: 112px;
  aspect-ratio: 1/1;
}
@media (max-width: 1199px) {
  .b-rating-service img {
    width: 80px;
    min-width: 80px;
  }
}
@media (max-width: 991px) {
  .b-rating-service img {
    width: 56px;
    min-width: 56px;
  }
}
.b-rating-service .__num {
  color: #FFF;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 991px) {
  .b-rating-service .__num {
    font-size: 28px;
  }
}

.b-review-item {
  background: #F7F7F7;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
}
.b-review-item .__top {
  padding: 40px 40px 32px;
  color: #3A3A3A;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 575px) {
  .b-review-item .__top {
    padding: 32px 32px 24px;
  }
}
.b-review-item .__descr {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  padding: 0 40px 48px;
}
@media (max-width: 575px) {
  .b-review-item .__descr {
    padding: 0 32px 24px;
    font-size: 16px;
  }
}
.b-review-item .__descr a {
  color: #979797;
}
.b-review-item .__bot {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-top: auto;
}
@media (max-width: 575px) {
  .b-review-item .__bot {
    flex-direction: column-reverse;
  }
}
.b-review-item .__bot .__info {
  padding: 16px;
  background: #FFF;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 225px;
  border-radius: 4px;
}
@media (max-width: 575px) {
  .b-review-item .__bot .__info {
    max-width: 100%;
  }
}
.b-review-item .__bot .__name {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #3A3A3A;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
}
.b-review-item .__bot .__name span {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #979797;
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
}
.b-review-item .__bot .__icos {
  min-width: 60px;
  width: 60px;
  position: relative;
  aspect-ratio: 60/32;
}
.b-review-item .__bot .__icos img {
  display: block;
  width: 32px !important;
  aspect-ratio: 1/1;
  position: absolute;
  object-fit: cover;
  object-position: top;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.b-review-item .__bot .__icos .__author-letter {
  width: 32px !important;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00A958;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.b-review-item .__bot .__icos .__author {
  z-index: 1;
  left: 0;
}
.b-review-item .__bot .__icos .__service {
  z-index: 2;
  right: 0;
}
.b-review-item .__bot .__images {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 16px;
}
.b-review-item .__bot .__images a {
  position: relative;
  z-index: 10;
  width: 32px;
  height: 32px;
  display: none;
}
.b-review-item .__bot .__images a:nth-child(-n+5) {
  display: block;
}
.b-review-item .__bot .__images a:nth-child(5):after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='17' viewBox='0 0 16 17' fill='none'%3E%3Cpath d='M6 11.5L9 8.5L6 5.5' stroke='%233A3A3A' stroke-width='2'/%3E%3C/svg%3E");
  background-color: rgba(255, 255, 255, 0.8);
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.b-review-item .__bot .__images a img {
  display: block;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.b-review-item:hover {
  background: #fff;
}
.b-review-item:hover .__descr a {
  color: #1EC776;
}

.b-rating-item {
  padding: 44px 40px;
  background: #fff;
  position: relative;
}
.b-rating-item:hover {
  background: #F7F7F5;
}
.b-rating-item .__top {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 16px;
  color: #3E2824;
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
  border-bottom: 1px solid #F1EEE9;
}
.b-rating-item .__bot {
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.b-img-section {
  aspect-ratio: 1496/640;
  padding: 40px;
  position: relative;
  display: flex;
}
@media (max-width: 991px) {
  .b-img-section {
    padding: 24px;
    aspect-ratio: 4/2.5;
  }
}
@media (max-width: 991px) {
  .b-img-section {
    padding: 16px;
  }
}
.b-img-section img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 1;
}
.b-img-section .b-btn {
  z-index: 2;
  margin-top: auto;
}

.b-float-soc {
  position: fixed;
  bottom: 32px;
  right: calc((100% - 1700px) / 2);
  display: flex;
  gap: 8px;
  align-items: center;
  z-index: 999;
}
@media (max-width: 1724px) {
  .b-float-soc {
    right: 24px;
  }
}
@media (max-width: 1550px) {
  .b-float-soc {
    right: calc((100% - 1370px) / 2);
  }
}
@media (max-width: 1400px) {
  .b-float-soc {
    right: 24px;
  }
}
@media (max-width: 767px) {
  .b-float-soc {
    bottom: 16px;
    right: 16px;
  }
}
.b-float-soc a {
  display: block;
  border-radius: 50%;
}
.b-float-soc a:hover {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
}
.b-float-soc a svg {
  display: block;
}

.b-build-grid {
  display: grid;
  grid-template-columns: 1fr 360px;
  grid-gap: 32px;
}
@media (max-width: 1550px) {
  .b-build-grid {
    grid-gap: 24px;
    grid-template-columns: 1fr 320px;
  }
}
@media (max-width: 1199px) {
  .b-build-grid {
    grid-template-columns: 1fr 300px;
  }
}
@media (max-width: 991px) {
  .b-build-grid {
    grid-template-columns: 1fr;
  }
}
.b-build-grid > * {
  min-width: 0;
}

.b-about-masonry {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 8px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 8px;
}
@media (max-width: 991px) {
  .b-about-masonry {
    grid-gap: 8px;
  }
}
@media (max-width: 767px) {
  .b-about-masonry {
    grid-template-columns: 1fr;
  }
}
.b-about-masonry img {
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.b-about-masonry .__right, .b-about-masonry .__top, .b-about-masonry .__bot {
  display: grid;
  grid-gap: 8px;
}
@media (max-width: 991px) {
  .b-about-masonry .__right, .b-about-masonry .__top, .b-about-masonry .__bot {
    grid-gap: 8px;
  }
}
.b-about-masonry .__top {
  grid-template-columns: 296fr 632fr;
}
.b-about-masonry .__bot {
  grid-template-columns: 1fr 1fr;
}

.b-design-card {
  aspect-ratio: 493/582;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.b-design-card.--hide {
  display: none;
}
.b-design-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.b-design-card .b-spec-arrow {
  position: absolute;
  z-index: 3;
  bottom: 8px;
  right: 8px;
}
.b-design-card:hover img {
  transform: scale(1.05);
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2%, 0);
    transform: translate3d(0, 2%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2%, 0);
    transform: translate3d(0, 2%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2%, 0);
    transform: translate3d(0, -2%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2%, 0);
    transform: translate3d(0, -2%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2%, 0, 0);
    transform: translate3d(2%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2%, 0, 0);
    transform: translate3d(2%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.b-side-video {
  max-width: 300px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  margin: 0 auto;
  position: fixed;
  left: 8px;
  bottom: 10px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease-out;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 1550px) {
  .b-side-video {
    max-width: 280px;
  }
}
@media (max-width: 991px) {
  .b-side-video {
    max-width: 260px;
  }
}
@media (max-width: 767px) {
  .b-side-video {
    display: none;
  }
}
@media (min-width: 768px) {
  .b-side-video {
    left: calc((100% - 752px) / 2);
  }
}
@media (min-width: 992px) {
  .b-side-video {
    left: calc((100% - 980px) / 2);
  }
}
@media (min-width: 1200px) {
  .b-side-video {
    left: calc((100% - 1168px) / 2);
  }
}
@media (min-width: 1550px) {
  .b-side-video {
    left: calc((100% - 1496px) / 2);
  }
}
.b-side-video .__video {
  aspect-ratio: 4/2.5;
  width: 100%;
  position: relative;
  z-index: 1;
}
.b-side-video .__close {
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 3;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Crect x='3.86829' y='17.5104' width='20' height='3' transform='rotate(-45 3.86829 17.5104)' fill='%23494949'/%3E%3Crect x='5.98956' y='3.36829' width='20' height='3' transform='rotate(45 5.98956 3.36829)' fill='%23494949'/%3E%3C/svg%3E");
}
.b-side-video .__close:hover {
  background: #3b3c3c;
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Crect x='3.86829' y='17.5104' width='20' height='3' transform='rotate(-45 3.86829 17.5104)' fill='%23FFFFFF'/%3E%3Crect x='5.98956' y='3.36829' width='20' height='3' transform='rotate(45 5.98956 3.36829)' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
.b-side-video video {
  object-fit: cover !important;
}
.b-side-video.--active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 999;
}

.__right-project {
  background: url("/images/adept/IMG_5749.JPG") !important;
  background-size: cover !important;
}

.b-guarant-grid {
  display: grid;
  grid-template-columns: 1fr 602px;
  grid-gap: 8px;
}
@media (max-width: 1550px) {
  .b-guarant-grid {
    grid-template-columns: 1fr 480px;
  }
}
@media (max-width: 1199px) {
  .b-guarant-grid {
    grid-template-columns: 1fr 400px;
  }
}
@media (max-width: 991px) {
  .b-guarant-grid {
    grid-template-columns: 1fr;
  }
}
.b-guarant-grid > * {
  min-width: 0;
}
.b-guarant-grid .__left {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 8px;
}
@media (max-width: 575px) {
  .b-guarant-grid .__left {
    grid-template-columns: 1fr;
  }
}
.b-guarant-grid .__left > *:last-child {
  grid-column: span 2;
}
@media (max-width: 575px) {
  .b-guarant-grid .__left > *:last-child {
    grid-column: span 1;
  }
}
.b-guarant-grid .__right {
  padding: 32px 40px;
  background: url("/images/adept/IMG_5592.jpg");
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 16px;
  border-radius: 12px;
}
@media (max-width: 1550px) {
  .b-guarant-grid .__right {
    padding: 24px 32px;
  }
}
@media (max-width: 1199px) {
  .b-guarant-grid .__right {
    padding: 24px;
  }
}
@media (max-width: 991px) {
  .b-guarant-grid .__right {
    aspect-ratio: 600/500;
  }
}

.b-guarant-item {
  background: #F7F7F7;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 12px;
}
@media (max-width: 1550px) {
  .b-guarant-item {
    padding: 32px;
    gap: 20px;
  }
}
@media (max-width: 1199px) {
  .b-guarant-item {
    padding: 24px;
    gap: 16px;
  }
}
.b-guarant-item hr {
  background: #EAEAEA;
}
.b-guarant-item .--display-3 {
  color: #3A3A3A;
}
.b-guarant-item p {
  color: #494949;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
}

.b-label {
  padding: 0 12px;
  height: 32px;
  display: flex;
  gap: 8px;
  align-items: center;
  width: fit-content;
  border: #D8D8D8 1px solid;
  border-radius: 4px;
  color: #979797;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.b-label span {
  display: block;
  padding-top: 2px;
}

.b-mater-grid {
  display: grid;
  grid-template-columns: 1fr 472px;
  grid-gap: 40px;
}
@media (max-width: 1550px) {
  .b-mater-grid {
    grid-template-columns: 1fr 410px;
    grid-gap: 24px;
  }
}
@media (max-width: 1199px) {
  .b-mater-grid {
    grid-template-columns: 1fr 380px;
  }
}
@media (max-width: 991px) {
  .b-mater-grid {
    grid-template-columns: 1fr;
  }
}
.b-mater-grid .__left {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 8px;
}
@media (max-width: 575px) {
  .b-mater-grid .__left {
    grid-template-columns: 1fr;
  }
}
.b-mater-grid .__right {
  padding: 40px;
  display: flex;
  border-radius: 12px;
  flex-direction: column;
  background: #F7F7F7;
}
@media (max-width: 1550px) {
  .b-mater-grid .__right {
    padding: 24px;
  }
}
.b-mater-grid .__right .__txt {
  color: #494949;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid #D8D8D8;
}
@media (max-width: 991px) {
  .b-mater-grid .__right .__txt {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .b-mater-grid .__right .__txt {
    display: flex;
    grid-gap: 0;
    align-items: start;
  }
}
.b-mater-grid .__right .__txt .__img {
  display: none;
  border-radius: 8px;
}
@media (max-width: 991px) {
  .b-mater-grid .__right .__txt .__img {
    display: block;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .b-mater-grid .__right .__txt .__img {
    display: none;
  }
}
.b-mater-grid .__right .__txt ul {
  margin-bottom: 16px;
  width: 100%;
}
.b-mater-grid .__right .__txt ul li {
  padding: 12px 0;
  color: #3A3A3A;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  gap: 8px;
  font-weight: 500;
  line-height: 130%;
}
@media (max-width: 1199px) {
  .b-mater-grid .__right .__txt ul li {
    font-size: 14px;
    padding: 8px 0;
  }
}
.b-mater-grid .__right .__txt .b-btn {
  margin-top: auto;
}
@media (max-width: 991px) {
  .b-mater-grid .__right .__txt .b-btn {
    grid-column: span 2;
  }
}
@media (max-width: 767px) {
  .b-mater-grid .__right .__txt .b-btn {
    grid-column: span 1;
  }
}

.b-mat-item {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 12px;
  background: #F7F7F7;
  display: block;
}
@media (max-width: 991px) {
  .b-mat-item {
    height: auto;
    aspect-ratio: 488/272;
  }
}
.b-mat-item.--line {
  aspect-ratio: 368/252;
  height: auto;
}
.b-mat-item.--style {
  aspect-ratio: 292/312;
}
@media (max-width: 1199px) {
  .b-mat-item.--style {
    aspect-ratio: 320/300;
  }
}
.b-mat-item.--heat {
  background: #F4EEEE;
}
.b-mat-item.--vent {
  background: #EAEBDD;
}
.b-mat-item.--smart {
  background: #E1E9EA;
}
.b-mat-item.--el {
  background: #F1E8DF;
}
.b-mat-item.--euro {
  background: #F3EAE5;
}
.b-mat-item.--wright {
  background: #E8E8E7;
}
.b-mat-item.--chalet {
  background: #F0E7D9;
}
.b-mat-item.--classic {
  background: #FFE8E0;
}
.b-mat-item.--min {
  background: #F4EEEE;
}
.b-mat-item.--kir {
  background: #F1E2DF;
}
.b-mat-item.--ker {
  background: #F0E7D9;
}
.b-mat-item.--mon {
  background: #F4EEEE;
}
.b-mat-item .__img {
  display: block;
  height: 100%;
  width: calc(100% + 8px);
  object-position: bottom right;
  position: absolute;
  right: -8px;
  top: 0;
  z-index: 1;
  object-fit: scale-down;
}
@media (max-width: 767px) {
  .b-mat-item .__img {
    opacity: 0.6;
  }
}
.b-mat-item .__name {
  padding: 24px;
  color: #3A3A3A;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 26px */
  position: relative;
  z-index: 2;
  display: block;
}
@media (max-width: 1199px) {
  .b-mat-item .__name {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .b-mat-item .__name {
    font-size: 18px;
  }
}
.b-mat-item .b-spec-arrow {
  position: absolute;
  z-index: 2;
  bottom: 24px;
  right: 18px;
  background: none;
}
.b-mat-item .b-spec-arrow:before {
  background: none;
}
.b-mat-item:hover .__img {
  right: 0;
}

.b-etap-el {
  height: 558px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px 24px 32px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .b-etap-el {
    height: 460px;
    gap: 16px;
    padding: 24px;
  }
}
.b-etap-el:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(17, 37, 26, 0.4) 0%, rgba(17, 37, 26, 0) 28.09%);
}
.b-etap-el > * {
  position: relative;
  z-index: 3;
}
.b-etap-el img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  z-index: 1;
}
.b-etap-el .__title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  color: #FFFFFF;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .b-etap-el .__title {
    font-size: 24px;
  }
}
.b-etap-el .__title .b-etap-label {
  min-width: 32px;
  height: 32px;
  padding: 0;
  padding-top: 2px;
}
.b-etap-el .__descr {
  margin-top: auto;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%; /* 20.8px */
}
@media (max-width: 767px) {
  .b-etap-el .__descr {
    font-size: 14px;
  }
}
.b-etap-el:hover img {
  transform: scale(1.05) translate(-50%, -50%);
}

.b-etap-label {
  display: flex;
  padding: 2px 16px 0;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 30px;
  width: fit-content;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  color: #FFFFFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0.048rem;
  text-transform: uppercase;
}
.b-etap-label.--dark {
  border: 1px solid #BCBCBC;
  color: #707070;
}

.b-card-link {
  padding: 24px 40px;
  border: 1px solid #EAEAEA;
  background: #FFFFFF;
  display: grid;
  grid-template-columns: 24px 1fr 32px;
  grid-gap: 12px;
  align-items: center;
  color: #3A3A3A;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  border-radius: 8px;
}
@media (max-width: 1550px) {
  .b-card-link {
    padding: 24px;
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .b-card-link {
    font-size: 16px;
    grid-gap: 8px;
  }
}
@media (max-width: 767px) {
  .b-card-link {
    padding: 16px;
  }
}
@media (max-width: 767px) {
  .b-card-link {
    font-size: 14px;
    padding: 8px 16px;
    line-height: 1.2;
  }
}
.b-card-link .b-spec-arrow {
  background: none;
}
.b-card-link .b-spec-arrow:before {
  background: none;
}
.b-card-link:hover {
  background: #F7F7F7;
}

.b-faq-grid {
  display: grid;
  grid-template-columns: 1fr 472px;
  grid-gap: 40px;
}
@media (max-width: 1550px) {
  .b-faq-grid {
    grid-template-columns: 1fr 400px;
    grid-gap: 24px;
  }
}
@media (max-width: 1199px) {
  .b-faq-grid {
    grid-template-columns: 1fr 340px;
    grid-gap: 24px;
  }
}
@media (max-width: 991px) {
  .b-faq-grid {
    grid-template-columns: 1fr;
  }
}
.b-faq-grid > * {
  min-width: 0;
}
.b-faq-grid .__right {
  max-height: 524px;
  position: sticky;
  top: 88px;
}

*[data-fancybox]:active, *[data-fancybox]:focus-within, *[data-fancybox]:focus {
  outline: none;
}

.b-rev-side {
  padding: 40px 56px;
  border-radius: 16px;
  background: url("/images/adept/rev-side.png");
  background-size: cover;
}
@media (max-width: 1550px) {
  .b-rev-side {
    padding: 24px;
  }
}
@media (max-width: 991px) {
  .b-rev-side {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .b-rev-side > * {
    width: 100%;
  }
}
.b-rev-side .b-rating-service {
  padding: 16px 32px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
  border: none !important;
  justify-content: center;
}
@media (max-width: 991px) {
  .b-rev-side .b-rating-service {
    padding: 8px;
    width: auto;
    flex: 1;
    margin: 0 !important;
  }
}
@media (max-width: 575px) {
  .b-rev-side .b-rating-service {
    width: 100%;
    flex: unset;
  }
}
.b-rev-side .b-rating-service:hover {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
}
.b-rev-side .b-rating-service img {
  max-width: 56px;
  min-width: 56px;
}
@media (max-width: 991px) {
  .b-rev-side .b-rating-service img {
    max-width: 40px;
    min-width: 40px;
  }
}
.b-rev-side .b-rating-service .__num {
  font-size: 28px;
}
.b-rev-side .--display-4 {
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .b-rev-side .--display-4 {
    margin-bottom: 8px;
    font-size: 22px;
  }
}
.b-rev-side .b-title-rev {
  justify-content: space-between;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .b-rev-side .b-title-rev {
    margin-bottom: 8px;
  }
}
@media (max-width: 1550px) {
  .b-rev-side .b-title-rev {
    gap: 16px;
  }
}
.b-rev-side .b-title-rev .__count {
  color: #FFFFFF;
}
.b-rev-side .b-title-rev .__rating {
  color: #FFFFFF;
}

.b-tarif-el {
  border-radius: 8px;
  background: #FFFFFF;
  padding: 8px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.b-tarif-el .__top {
  border-bottom: 1px solid #D8D8D8;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #979797;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%; /* 20.8px */
}
.b-tarif-el .__top .--display-3 {
  color: #3A3A3A;
}
.b-tarif-el .__top .--display-4 {
  color: #00A958;
}
.b-tarif-el .__list {
  padding: 24px 16px 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 767px) {
  .b-tarif-el .__list {
    gap: 12px;
    padding: 24px 16px;
  }
}
.b-tarif-el .__list > div {
  position: relative;
  padding-left: 12px;
  color: #434343;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
}
@media (max-width: 767px) {
  .b-tarif-el .__list > div {
    font-size: 14px;
  }
}
.b-tarif-el .__list > div span {
  color: #00A958;
}
.b-tarif-el .__list > div:after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  height: 4px;
  width: 4px;
  background: #1EC776;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .b-tarif-el .__list > div:after {
    top: 7px;
  }
}
.b-tarif-el .__bot {
  margin-top: auto;
  border-radius: 8px;
  background: #F7F7F7;
  display: flex;
  padding: 16px;
  flex-direction: column;
  gap: 20px;
  align-self: stretch;
  color: #434343;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 20.8px */
}

.b-infoblock {
  border-radius: 8px;
  border: 1px solid #D8D8D8;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
  display: flex;
  padding: 32px;
  gap: 32px;
  color: #434343;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
}
@media (max-width: 1550px) {
  .b-infoblock {
    padding: 24px;
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .b-infoblock {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .b-infoblock {
    flex-direction: column-reverse;
  }
}
.b-infoblock a {
  color: #00A958;
}
.b-infoblock img {
  height: fit-content;
  width: fit-content;
  display: block;
}

.b-decor-grid {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  grid-gap: 16px;
}
@media (max-width: 575px) {
  .b-decor-grid.--alt-order > *:first-child {
    order: 2;
  }
}

.b-popup-form .iexmodal-inner {
  padding: 40px;
}
@media (max-width: 991px) {
  .b-popup-form .iexmodal-inner {
    padding: 24px;
  }
}
.b-popup-form .iexmodal-close-inner {
  color: #FFFFFF;
}
.b-popup-form .iexmodal-close-inner .iexmodal-icon {
  opacity: 1;
}
.b-popup-form .b-pform__thanks {
  color: #FFFFFF;
}
.b-popup-form .iexmodal-popup {
  background: #3A3A3A;
}
.b-popup-form h3 {
  padding-right: 8px;
}

.b-form-big-input {
  position: relative;
}
.b-form-big-input.--light .__input {
  font-weight: 600;
  color: #3A3A3A;
  background: #F7F7F7;
  border: 1px solid #EAEAEA;
  padding: 10px 24px;
}
@media (max-width: 575px) {
  .b-form-big-input.--light .__input {
    padding: 10px 16px;
  }
}
.b-form-big-input.--light .__input:hover {
  border: 1px solid #00A958;
}
.b-form-big-input.--light .__input.active, .b-form-big-input.--light .__input:focus {
  padding-top: 20px;
  border: 1px solid #00A958;
}
.b-form-big-input.--light .__label {
  left: 24px;
  right: 24px;
  font-weight: 500;
  color: #606060;
}
@media (max-width: 575px) {
  .b-form-big-input.--light .__label {
    left: 16px;
    right: 16px;
  }
}
.b-form-big-input.--file .__input {
  border: none;
  padding-right: 180px;
  text-overflow: ellipsis;
}
.b-form-big-input.--file .__input::placeholder {
  color: #BCBCBC;
}
.b-form-big-input.--file .__btn {
  padding: 0 16px;
  background: none;
  color: #FFF;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-transform: none;
}
.b-form-big-input .__input {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  color: #FFFFFF;
  background: #494949;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  height: 56px;
  line-height: 1;
  padding: 10px 16px;
  border-radius: 8px;
  width: 100%;
  transition: all 0.3s ease-out;
  font-size: 16px;
  border: 2px solid #606060;
  font-variant-numeric: inherit;
}
.b-form-big-input .__input:hover {
  border: 2px solid #00A958;
  outline: none;
}
.b-form-big-input .__input.active, .b-form-big-input .__input:focus {
  padding-top: 20px;
  outline: none;
  border: 2px solid #00A958;
}
.b-form-big-input .__input.active + .__label, .b-form-big-input .__input:focus + .__label {
  font-size: 12px !important;
  top: 7px;
  transform: translateY(0%);
}
.b-form-big-input textarea {
  height: 144px !important;
  padding-top: 21px !important;
  display: block;
}
.b-form-big-input textarea::placeholder {
  color: #BCBCBC !important;
}
.b-form-big-input .__label {
  pointer-events: none;
  position: absolute;
  font-size: 16px !important;
  left: 16px;
  right: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  top: 50%;
  transform: translateY(-50%);
  color: #BCBCBC;
  z-index: 1;
}
.b-form-big-input.active .__input, .b-form-big-input:focus .__input {
  padding-top: 20px;
}
.b-form-big-input.active .__label, .b-form-big-input:focus .__label {
  font-size: 12px !important;
  top: 7px;
  transform: translateY(0%);
}

.b-iexmodal-video .iexmodal-popup {
  background-color: transparent;
}
.b-iexmodal-video .iexmodal-inner {
  padding: 0;
}
.b-iexmodal-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.b-iexmodal-video .iexmodal-inner-wrap :before {
  display: none;
}
.b-iexmodal-video .iexmodal-close-inner {
  top: -8px;
  color: #fff;
}
.b-iexmodal-video .iexmodal-close-inner .iexmodal-icon {
  opacity: 1;
}

.b-iexmodal-all-filter .title {
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
  padding: 40px 88px 0;
}

.b-inline-form {
  background: #F7F7F7;
  padding: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
}
@media (max-width: 1199px) {
  .b-inline-form br {
    display: none;
  }
}
@media (max-width: 1199px) {
  .b-inline-form {
    padding: 40px;
  }
}
@media (max-width: 991px) {
  .b-inline-form {
    grid-template-columns: 1fr;
    grid-gap: 24px;
  }
}
@media (max-width: 575px) {
  .b-inline-form {
    padding: 24px;
  }
}
.b-inline-form > div:first-child {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 991px) {
  .b-inline-form > div:first-child {
    gap: 24px;
  }
}
.b-inline-form .__agreement {
  margin-top: auto;
  padding: 8px 0;
  border-top: 1px solid #EAEAEA;
}
.b-inline-form .__agreement a {
  color: #00A958;
}
@media (max-width: 991px) {
  .b-inline-form .__agreement {
    display: none;
  }
}
.b-inline-form .__agreement.--sm {
  display: none;
}
@media (max-width: 991px) {
  .b-inline-form .__agreement.--sm {
    display: block;
  }
}
.b-inline-form .__title {
  font-size: 36px;
  font-weight: 600;
  line-height: 120%;
}
@media (max-width: 1199px) {
  .b-inline-form .__title {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .b-inline-form .__title {
    font-size: 24px;
  }
}

.b-btn {
  opacity: 1;
  outline: 0;
  position: relative;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  text-decoration: none;
  border: none;
  overflow: hidden;
  cursor: pointer;
  background: #00A958;
  color: #00A958;
  padding: 0 32px;
  border-radius: 8px;
}
@media (max-width: 575px) {
  .b-btn {
    height: 48px;
    padding: 0 18px;
  }
}
.b-btn.--no-psevd:before {
  content: none;
}
.b-btn.--no-psevd:after {
  content: none;
}
.b-btn:before {
  color: #fff;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: attr(data-txt);
  transition: all 0.3s ease-out;
  background: #00A958;
}
.b-btn:after {
  color: #fff;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  bottom: -100%;
  left: 0;
  content: attr(data-txt);
  transition: all 0.3s ease-out;
  background: #247950;
}
.b-btn.--back {
  position: fixed;
  bottom: 28px;
  right: calc((100% - 1700px) / 2 + 96px);
  opacity: 0;
  pointer-events: none;
  z-index: 10;
}
@media (max-width: 1724px) {
  .b-btn.--back {
    right: 120px;
  }
}
@media (max-width: 1550px) {
  .b-btn.--back {
    right: calc((100% - 1370px) / 2 + 96px);
  }
}
@media (max-width: 1400px) {
  .b-btn.--back {
    right: 120px;
  }
}
@media (max-width: 767px) {
  .b-btn.--back {
    margin-top: 24px;
    position: relative;
    opacity: 1;
    pointer-events: auto;
    width: 100%;
    right: unset;
    bottom: unset;
  }
}
.b-btn.--back.--show {
  opacity: 1;
  pointer-events: auto;
}
.b-btn.--rotate {
  transform: rotate(180deg);
}
.b-btn.--swiper {
  aspect-ratio: 1/1;
  padding: 0;
}
.b-btn.--swiper.--next:before {
  background-color: #EAEAEA;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M6 11L9 8L6 5' stroke='%233A3A3A' stroke-width='2'/%3E%3C/svg%3E");
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
}
.b-btn.--swiper.--next:after {
  background-color: #247950;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M6 11L9 8L6 5' stroke='%23FFFFFF' stroke-width='2'/%3E%3C/svg%3E");
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
}
.b-btn.--swiper.--prev:before {
  background-color: #EAEAEA;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M9 5L6 8L9 11' stroke='%233A3A3A' stroke-width='2'/%3E%3C/svg%3E");
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
}
.b-btn.--swiper.--prev:after {
  background-color: #247950;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M9 5L6 8L9 11' stroke='%23FFFFFF' stroke-width='2'/%3E%3C/svg%3E");
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
}
.b-btn.--swiper:before, .b-btn.--swiper:after {
  content: "";
}
.b-btn.--arr-r:before, .b-btn.--arr-r:after {
  content: attr(data-txt) " " url("/images/adept/icons/arr_r_w.svg");
}
.b-btn.--show-eye:before, .b-btn.--show-eye:after {
  content: url("/images/adept/icons/eye.svg") " " attr(data-txt);
}
.b-btn.--cross:before {
  content: url("/images/adept/icons/cross.svg") " " attr(data-txt);
}
.b-btn.--cross:after {
  content: url("/images/adept/icons/cross-w.svg") " " attr(data-txt);
}
.b-btn.--list:before {
  content: attr(data-txt) " " url("/images/adept/icons/list-btn.svg");
}
.b-btn.--list:after {
  content: attr(data-txt) " " url("/images/adept/icons/list-btn-wh.svg");
}
.b-btn.--geo:before, .b-btn.--geo:after {
  content: url("/images/adept/icons/geo.svg");
}
.b-btn.--geo:after {
  content: url("/images/adept/icons/geo-w.svg");
}
.b-btn.--arr:before, .b-btn.--arr:after {
  content: attr(data-txt) " " url("/images/adept/icons/arr-sm.svg");
}
.b-btn.--arr:after {
  content: attr(data-txt) " " url("/images/adept/icons/arr-sm.svg");
}
.b-btn.--arr-l:before, .b-btn.--arr-l:after {
  content: url("/images/adept/icons/arr-l.svg") " " attr(data-txt);
}
.b-btn.--arr-l:after {
  content: url("/images/adept/icons/arr-l.svg") " " attr(data-txt);
}
.b-btn.--geo-wh:before, .b-btn.--geo-wh:after {
  content: attr(data-txt) " " url("/images/adept/icons/geo-w.svg");
}
.b-btn.--geo-wh:after {
  content: attr(data-txt) " " url("/images/adept/icons/geo-w.svg");
}
.b-btn.--sort:before, .b-btn.--sort:after {
  content: url("/images/adept/icons/sort.svg");
}
.b-btn.--sort:after {
  content: url("/images/adept/icons/sort-w.svg");
}
.b-btn:hover:after {
  bottom: 0;
  transition: all 0.3s ease-out;
}
.b-btn:hover:before {
  top: -100%;
  transition: all 0.3s ease-out;
}
.b-btn.--32 {
  font-size: 14px;
  height: 32px;
  padding: 0 12px;
}
.b-btn.--48 {
  border-radius: 7px;
  height: 48px;
  padding: 0 24px;
  font-size: 16px;
}
@media (max-width: 575px) {
  .b-btn.--48 {
    padding: 0 18px;
  }
}
.b-btn.--56 {
  height: 56px;
  font-size: 16px;
}
.b-btn.--74 {
  height: 74px;
  font-size: 18px;
}
@media (max-width: 991px) {
  .b-btn.--74 {
    height: 56px;
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .b-btn.--74 {
    height: 48px;
  }
}
.b-btn.--84 {
  height: 84px;
  font-size: 24px;
}
@media (max-width: 991px) {
  .b-btn.--84 {
    font-size: 16px;
    height: 56px;
  }
}
@media (max-width: 575px) {
  .b-btn.--84 {
    font-size: 16px;
    height: 48px;
    padding: 0 18px;
  }
}
.b-btn.--active {
  background: #247950;
  color: #fff;
}
.b-btn.--pag {
  border: 1px solid #EAEAEA;
  background: #F7F7F7;
  color: #606060;
}
.b-btn.--pag:before {
  background: #F7F7F7;
  color: #606060;
}
.b-btn.--pag:after {
  background: #00A958;
  color: #FFFFFF;
}
.b-btn.--pag.--arr-pag-r:before, .b-btn.--pag.--arr-pag-r:after {
  content: attr(data-txt) " " url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 16 13' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.4142 8L10.7071 8.70711L6.70711 12.7071L6 13.4142L4.58579 12L5.29289 11.2929L8.58578 8L5.29289 4.70711L4.58579 4L6 2.58578L6.70711 3.29289L10.7071 7.29289L11.4142 8Z' fill='%23606060'/%3E%3C/svg%3E");
}
.b-btn.--pag.--arr-pag-r:after {
  content: attr(data-txt) " " url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 16 13' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.4142 8L10.7071 8.70711L6.70711 12.7071L6 13.4142L4.58579 12L5.29289 11.2929L8.58578 8L5.29289 4.70711L4.58579 4L6 2.58578L6.70711 3.29289L10.7071 7.29289L11.4142 8Z' fill='%23fff'/%3E%3C/svg%3E");
}
.b-btn.--pag.--arr-pag-l:before, .b-btn.--pag.--arr-pag-l:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 16 13' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.58578 8L5.29289 7.29289L9.29289 3.29289L10 2.58578L11.4142 4L10.7071 4.7071L7.41421 8L10.7071 11.2929L11.4142 12L10 13.4142L9.29289 12.7071L5.29289 8.70711L4.58578 8Z' fill='%23606060'/%3E%3C/svg%3E") " " attr(data-txt);
}
.b-btn.--pag.--arr-pag-l:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 16 13' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.58578 8L5.29289 7.29289L9.29289 3.29289L10 2.58578L11.4142 4L10.7071 4.7071L7.41421 8L10.7071 11.2929L11.4142 12L10 13.4142L9.29289 12.7071L5.29289 8.70711L4.58578 8Z' fill='%23ffffff'/%3E%3C/svg%3E") " " attr(data-txt);
}
.b-btn.--pag.--active {
  background: #00A958;
  color: #fff;
}
.b-btn.--active:before {
  display: none !important;
}
.b-btn.--active:after {
  display: none !important;
}
.b-btn.--white {
  background: #FFFFFF;
  color: #979797;
}
.b-btn.--white:before {
  background: #FFFFFF;
  color: #979797;
}
.b-btn.--white:after {
  background: #247950;
  color: #FFFFFF;
}
.b-btn.--grey {
  background: #EAEAEA;
  color: #3A3A3A;
}
.b-btn.--grey:before {
  background: #EAEAEA;
  color: #3A3A3A;
}
.b-btn.--black {
  background: #494949;
}
.b-btn.--black:before {
  background: #494949;
}
.b-btn.--mw-344 {
  max-width: 344px;
}
.b-btn.--br-8 {
  border-radius: 8px;
}

.b-input-wrap {
  position: relative;
  height: 56px;
  overflow: hidden;
  margin-bottom: 8px;
}
.b-input-wrap .b-btn {
  pointer-events: none;
  z-index: 1;
}
.b-input-wrap input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.b-input-wrap:hover .b-btn:after {
  bottom: 0;
  transition: all 0.3s ease-out;
}
.b-input-wrap:hover .b-btn:before {
  top: -100%;
  transition: all 0.3s ease-out;
}

@media (max-width: 991px) {
  .clean-filter-button {
    display: none;
  }
}

@media (max-width: 991px) {
  .set-filter-butto {
    max-width: unset;
  }
}

.b-calc {
  background: #494949;
  color: #fff;
}
.b-calc.--alt .__title {
  color: #fff;
}
.b-calc.--alt .__options .__price {
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .b-calc.--alt .__options .__price {
    font-size: 20px;
  }
}
.b-calc.--alt .__options .__inner {
  display: block;
  background: none;
  padding: 0;
}
.b-calc.--alt .__options .__opt {
  border-bottom: 1px solid #494949;
  background: #434343;
  min-height: 74px;
  padding: 16px;
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: space-between;
  font-size: 14px;
}
.b-calc.--alt .__options .__opt.--ghost .__name {
  color: #979797;
}
.b-calc.--alt .__options .__opt .__name {
  color: #fff;
}
.b-calc.--alt .__options .__opt .__value {
  color: #00A958;
}
.b-calc.--alt .__options .__opt .__value:after {
  content: none;
}
.b-calc.--alt .__options .__opt.--active {
  background: #247950;
  color: #fff;
}
.b-calc.--alt .__options.--tablet .__price {
  margin-bottom: 16px;
}
.b-calc.--alt .__options.--tablet .__inner {
  margin-bottom: 0;
}
.b-calc.--alt .__options.--tablet .__opt {
  flex-direction: row;
  height: auto;
}
@media (max-width: 1199px) {
  .b-calc.--alt .__options.--tablet .container {
    display: grid;
    grid-gap: 16px;
    grid-template-columns: 1fr auto;
  }
}
@media (max-width: 767px) {
  .b-calc.--alt .__options.--tablet .container {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .b-calc.--alt .__options.--tablet .container {
    grid-gap: 0;
  }
}
.b-calc.--alt .__options.--stat {
  background: #494949;
  margin-bottom: 56px;
}
.b-calc.--alt .__options.--stat .__title {
  color: #979797;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 8px;
}
.b-calc.--alt .__options.--stat .__inner {
  display: flex;
  gap: 4px;
  flex-wrap: nowrap;
  overflow: auto;
}
.b-calc.--alt .__options.--stat .__inner::-webkit-scrollbar {
  height: 4px;
  background: transparent;
}
.b-calc.--alt .__options.--stat .__inner::-webkit-scrollbar-thumb {
  background-color: #3A3A3A;
}
.b-calc.--alt .__options.--stat .__opt {
  flex: 1;
}
.b-calc.--alt .__options.--stat .b-btn {
  width: fit-content;
  margin-left: auto;
}
.b-calc.--alt .__options.--floating {
  background: #494949;
  width: 1464px;
  margin-bottom: 0;
  padding: 16px;
  border-radius: 2px;
  border: 1px solid #606060;
}
@media (max-width: 1550px) {
  .b-calc.--alt .__options.--floating {
    width: 1136px;
  }
}
@media (max-width: 1199px) {
  .b-calc.--alt .__options.--floating {
    display: none !important;
  }
}
.b-calc.--alt .__options.--floating .__row {
  display: grid;
  grid-gap: 32px;
  align-items: center;
  grid-template-columns: 1fr auto;
  color: #BCBCBC;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
}
@media (max-width: 1550px) {
  .b-calc.--alt .__options.--floating .__row {
    grid-template-columns: 1fr auto;
  }
}
.b-calc.--alt .__options.--floating .b-btn {
  width: fit-content;
  margin-left: auto;
}
.b-calc.--alt .__options.--floating.affix {
  position: fixed;
  z-index: 3;
  top: auto;
  opacity: 1;
  display: block;
  bottom: 0;
  pointer-events: auto;
}
.b-calc.--alt .__options.--floating.affix-top, .b-calc.--alt .__options.--floating.affix-bottom {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.b-calc.--alt .__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 72px;
}
@media (max-width: 1550px) {
  .b-calc.--alt .__items {
    grid-gap: 40px;
  }
}
@media (max-width: 1199px) {
  .b-calc.--alt .__items {
    grid-gap: 24px;
  }
}
@media (max-width: 991px) {
  .b-calc.--alt .__items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .b-calc.--alt .__items {
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }
}
@media (max-width: 991px) {
  .b-calc.--alt .__items.--top {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 576px) {
  .b-calc.--alt .__items.--top .__item:nth-child(2) .__btn:last-child {
    flex-shrink: 0;
  }
}
.b-calc.--alt .__items.--top .__item:nth-child(2) {
  grid-column: span 3;
}
@media (max-width: 991px) {
  .b-calc.--alt .__items.--top .__item:nth-child(2) {
    grid-column: span 1;
  }
}
@media (max-width: 767px) {
  .b-calc.--alt .__items.--top .__item:nth-child(2) {
    width: 100%;
    margin-right: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .b-calc.--alt .__items.--top .__item:nth-child(2) .__title {
    width: 100%;
  }
}
.b-calc.--alt .__items.--top .__item:nth-child(2) .__btn {
  flex: 1;
}
@media (max-width: 767px) {
  .b-calc.--alt .__items.--top .__item:nth-child(2) .__btn {
    flex: 1;
    white-space: nowrap;
    justify-content: center;
  }
}
.b-calc.--alt .__items.--top .__btn {
  justify-content: center;
}
@media (min-width: 576px) {
  .b-calc.--alt .__items.--bot .__item:first-child .__btn:nth-child(2), .b-calc.--alt .__items.--bot .__item:first-child .__btn:nth-child(3) {
    width: calc(50% - 2px);
  }
}
.b-calc.--alt .__items.--bot .__item .__btn {
  width: 100%;
}
.b-calc.--alt .__items .__item {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  width: 100%;
  margin: 0;
}
.b-calc.--alt .__items .__item .__scroll {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  overflow: auto;
  max-height: 296px;
}
@media (max-width: 1199px) {
  .b-calc.--alt .__items .__item .__scroll {
    max-height: 256px;
  }
}
@media (max-width: 575px) {
  .b-calc.--alt .__items .__item .__scroll {
    overflow: visible;
    max-height: none;
  }
}
.b-calc.--alt .__items .__item .__scroll::-webkit-scrollbar {
  width: 2px;
  background: transparent;
}
.b-calc.--alt .__items .__item .__scroll::-webkit-scrollbar-thumb {
  background-color: #BCBCBC;
}
.b-calc.--alt .__items .__item .__title {
  width: 100%;
  color: #979797;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 4px;
}
.b-calc.--alt .__items .__item .__btn {
  flex-grow: 1;
  height: 56px;
  line-height: 56px;
  padding: 0 24px;
  margin: 0;
  cursor: pointer;
  font-size: 16px;
}
@media (max-width: 1550px) {
  .b-calc.--alt .__items .__item .__btn {
    padding: 0 8px;
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .b-calc.--alt .__items .__item .__btn {
    height: 48px;
    line-height: 48px;
  }
}
@media (max-width: 575px) {
  .b-calc.--alt .__items .__item .__btn {
    flex: 1;
    white-space: nowrap;
    justify-content: center;
  }
}
.b-calc.--alt .__grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 40px;
  margin-bottom: 56px;
}
@media (max-width: 1199px) {
  .b-calc.--alt .__grid {
    grid-gap: 24px;
    margin-bottom: 24px;
  }
}
@media (max-width: 575px) {
  .b-calc.--alt .__grid {
    grid-gap: 16px;
    margin-bottom: 16px;
  }
}
.b-calc .__body {
  padding-top: 88px;
  padding-bottom: 88px;
}
@media (max-width: 1199px) {
  .b-calc .__body {
    padding-top: 56px;
    padding-bottom: 0;
  }
}
@media (max-width: 575px) {
  .b-calc .__body {
    padding-top: 40px;
    padding-bottom: 16px;
  }
}
.b-calc .__title {
  font-size: 16px;
  color: #9F9F9F;
  font-weight: 600;
  margin-bottom: 8px;
}
.b-calc .__grid {
  display: grid;
  grid-template-columns: 1fr 344px;
  row-gap: 40px;
}
@media (max-width: 1199px) {
  .b-calc .__grid {
    grid-template-columns: 1fr;
  }
}
.b-calc .__items .__item {
  display: inline-block;
  margin: 0 32px 16px 0;
  height: fit-content;
}
@media (max-width: 575px) {
  .b-calc .__items .__item {
    width: 100%;
    margin-right: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .b-calc .__items .__item .__title {
    width: 100%;
  }
}
.b-calc .__items .__item:last-child {
  margin-bottom: 0;
}
.b-calc .__items .__item .__btn {
  background: #3A3A3A;
  color: #D8D8D8;
  height: 48px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  border-radius: 0;
  margin: 0 4px 4px 0;
  line-height: 48px;
  cursor: pointer;
  border-radius: 8px;
}
@media (max-width: 575px) {
  .b-calc .__items .__item .__btn {
    flex: 1;
    white-space: nowrap;
    justify-content: center;
  }
}
.b-calc .__items .__item .__btn:hover {
  background: #247950;
  color: #fff;
}
.b-calc .__items .__item .__btn.--active {
  background: #247950;
  color: #fff;
}
@media (max-width: 1199px) {
  .b-calc .__options {
    display: none;
  }
}
.b-calc .__options .__inner {
  background: #3A3A3A;
  padding: 40px;
}
.b-calc .__options .__opt {
  border-bottom: 1px solid #494949;
  margin: 0 0 8px;
  min-height: 56px;
  position: relative;
  border-radius: 8px;
}
.b-calc .__options .__opt .__name {
  color: #9F9F9F;
  line-height: 1.5;
}
.b-calc .__options .__opt .__value {
  line-height: 1.5;
}
.b-calc .__options .__opt .__value:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #494949;
  border-radius: 4px;
  right: -8px;
  top: 3px;
}
.b-calc .__options .__opt .__value.--fc-green:after {
  background: #00A958;
  display: flex;
}
.b-calc .__options.--tablet {
  display: none;
  padding: 24px 0 56px;
  background: #3A3A3A;
}
@media (max-width: 1199px) {
  .b-calc .__options.--tablet {
    display: block;
  }
}
@media (max-width: 575px) {
  .b-calc .__options.--tablet {
    border-top: 1px solid #6D6D6D;
    padding: 32px 0;
  }
}
@media (max-width: 575px) {
  .b-calc .__options.--tablet .__title {
    display: none;
  }
}
.b-calc .__options.--tablet .__inner {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 24px;
}
@media (max-width: 575px) {
  .b-calc .__options.--tablet .__inner {
    display: none;
  }
}
.b-calc .__options.--tablet .__opt {
  padding: 4px 8px;
  border-bottom: none;
  margin: 0;
  min-height: 34px;
  display: flex;
  gap: 4px;
  align-items: center;
  font-size: 14px;
}
.b-calc .__options.--tablet .__opt .__value:after {
  content: none;
}
.b-calc .__options.--tablet .b-btn {
  height: 48px;
  padding: 0 22px;
}

.b-search {
  position: relative;
}
.b-search form {
  width: 100%;
}
.b-search .__button {
  border: none;
  height: 48px;
  width: 48px;
  position: absolute;
  right: 0;
  top: 0;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.b-search .__input {
  width: 100%;
  font-weight: 400;
  border: 2px solid #D8D8D8;
  background: #FFFFFF;
  height: 48px;
  padding: 8px 16px;
  transition: all 0.3s ease-out;
  color: #979797;
  font-size: 16px;
  line-height: 1;
}
.b-search .__input:hover, .b-search .__input:focus, .b-search .__input:active {
  border: 2px solid #00a958;
  outline: none;
}

.b-search-input {
  background: #FBFCFD;
  border: 1px solid #d3d3d3;
  padding: 14px 15px;
  width: 100%;
  color: #3A3A3A;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease-out;
  height: 64px;
  border-radius: 8px;
}
.b-search-input.--48 {
  height: 48px;
}
.b-search-input.--48::placeholder {
  font-size: 16px;
  color: #3A3A3A;
}
.b-search-input:focus {
  outline: none;
  border: 1px solid #00a958;
  box-shadow: 0 0 0 1px #00a958;
}

.b-search-item {
  margin-bottom: 32px;
  padding: 24px 0 0;
  position: relative;
  border-top: 1px solid #D8D8D8;
}

.b-search-path {
  font-weight: 600;
  font-size: 16px;
  color: #00a958;
  margin-bottom: 8px;
}
@media (max-width: 575px) {
  .b-search-path {
    font-size: 14px;
  }
}
.b-search-path a {
  color: #00a958;
}
.b-search-path a:last-child {
  color: #3A3A3A;
}

.b-search-close {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translate(0, -50%);
}

.b-popup-search .iexmodal-inner {
  padding: 20px 0;
  overflow: visible !important;
}

.b-search-date {
  font-size: 12px;
  color: #959BA6;
  margin-bottom: 24px;
}

.b-search-header {
  position: absolute;
  top: 67px;
  pointer-events: none;
  width: 100%;
  background: #ffffff;
  padding: 20px;
  box-shadow: 0px 0px 12px 1px rgba(58, 154, 243, 0.17);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  border-radius: 12px;
}
@media (max-width: 1199px) {
  .b-search-header {
    top: 59px;
  }
}
.b-search-header .b-search-input {
  height: 42px;
}
.b-search-header .b-btn {
  height: 42px;
}
.b-search-header.--is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.b-popup-search .iexmodal-close-inner {
  display: none;
}

.b-search-error {
  color: #F15A31;
  padding: 24px;
  background: #FFFFFF;
  box-shadow: 0px 3px 16px rgba(58, 154, 243, 0.17);
  position: absolute;
  left: 12px;
  right: 0;
  top: 55px;
  z-index: 10;
}

.b-search-result {
  position: absolute;
  width: 100%;
  left: 12px;
  right: 0;
  top: 72px;
  background: #FFFFFF;
  padding: 0;
  box-shadow: 0px 3px 16px rgba(58, 154, 243, 0.17);
  max-height: 400px;
  overflow-y: scroll;
  z-index: 1000;
}
.b-search-result.--header {
  left: 0;
}
.b-search-result::-webkit-scrollbar {
  width: 8px;
}
.b-search-result::-webkit-scrollbar-track {
  background: #E5F3FF;
}
.b-search-result::-webkit-scrollbar-thumb {
  background: #00a958;
}
.b-search-result img {
  width: 50px;
}
.b-search-result .b-search-result__row {
  margin: 0;
  border-bottom: 1px solid #4E6C7B;
  padding-bottom: 12px;
}
.b-search-result .b-price {
  font-size: 18px;
  padding: 20px 0 0;
}

@media (max-width: 575px) {
  .b-search-ico {
    margin: 0;
    width: 24px;
    height: 24px;
  }
  .b-search-input_m {
    height: 48px;
  }
  .b-search-item {
    padding: 16px 0 0;
    margin-bottom: 16px;
  }
  .b-search-item p:last-child {
    margin-bottom: 0;
  }
}
.b-catalog-list {
  background: #F7F7F7;
}
.b-catalog-list .__item {
  background: #fff;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.b-catalog-list .__item.--hide {
  display: none !important;
}
.b-catalog-list .__item .__title {
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .b-catalog-list .__item .__title {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .b-catalog-list .__item .__title {
    font-size: 16px;
  }
}
.b-catalog-list .__item .__inner {
  padding: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
}
@media (max-width: 991px) {
  .b-catalog-list .__item .__inner {
    font-size: 12px;
    padding: 16px 24px 24px;
  }
}
.b-catalog-list .__item .__inner .b-btn {
  grid-column: span 2;
}
.b-catalog-list .__item.--redis {
  height: 520px;
  color: #FFFFFF;
  background: #3A3A3A;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .b-catalog-list .__item.--redis {
    height: auto;
  }
}
.b-catalog-list .__item.--redis.--alt {
  height: 440px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 575px) {
  .b-catalog-list .__item.--redis.--alt {
    height: auto;
  }
}
.b-catalog-list .__item.--redis.--alt.--video > a {
  display: none !important;
}
.b-catalog-list .__item.--redis.--alt.--video .__video {
  position: relative;
}
.b-catalog-list .__item.--redis.--alt.--video .__video > div {
  height: 100%;
  width: 100%;
}
.b-catalog-list .__item.--redis.--alt.--video .__video yaplayertag > div {
  background: none !important;
}
.b-catalog-list .__item.--redis.--alt.--video .__video video {
  height: 100%;
  width: 100%;
  object-fit: cover !important;
}
.b-catalog-list .__item.--redis.--alt.--video .__video .stretched-link:after {
  z-index: 2;
}
.b-catalog-list .__item.--redis.--alt.--video .__video:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 56px;
  width: 56px;
  background-size: cover;
  pointer-events: none;
  z-index: 2;
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56' viewBox='0 0 56 56' fill='none'%3E%3Cg opacity='0.8'%3E%3Crect x='1' y='1' width='54' height='54' stroke='white' stroke-width='2'/%3E%3Cpath d='M23.9375 33.8994C23.9375 34.6642 24.7612 35.1459 25.4278 34.771L35.6518 29.0199C36.3315 28.6376 36.3315 27.6591 35.6518 27.2768L25.4278 21.5258C24.7612 21.1508 23.9375 21.6325 23.9375 22.3973V33.8994Z' fill='white'/%3E%3C/g%3E%3C/svg%3E");
}
.b-catalog-list .__item.--redis.--alt.--video .__video:hover:after {
  opacity: 0;
}
.b-catalog-list .__item.--redis.--alt .b-tags > * {
  border-radius: 4px;
}
.b-catalog-list .__item.--redis.--alt > a, .b-catalog-list .__item.--redis.--alt .__video, .b-catalog-list .__item.--redis.--alt .b-swiper-wrap {
  flex-grow: 1;
  min-height: 0;
}
@media (max-width: 991px) {
  .b-catalog-list .__item.--redis.--alt > a, .b-catalog-list .__item.--redis.--alt .__video, .b-catalog-list .__item.--redis.--alt .b-swiper-wrap {
    min-height: 200px;
  }
}
.b-catalog-list .__item.--redis.--alt > a .swiper, .b-catalog-list .__item.--redis.--alt > a .__video, .b-catalog-list .__item.--redis.--alt .__video .swiper, .b-catalog-list .__item.--redis.--alt .__video .__video, .b-catalog-list .__item.--redis.--alt .b-swiper-wrap .swiper, .b-catalog-list .__item.--redis.--alt .b-swiper-wrap .__video {
  height: 100%;
}
.b-catalog-list .__item.--redis.--alt > a video, .b-catalog-list .__item.--redis.--alt .__video video, .b-catalog-list .__item.--redis.--alt .b-swiper-wrap video {
  height: 100%;
  width: 100%;
  object-fit: cover !important;
}
.b-catalog-list .__item.--redis.--alt .__inner {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
  gap: 8px;
  position: relative;
}
.b-catalog-list .__item.--redis.--alt .__inner > div:first-child {
  grid-row: span 2;
}
@media (max-width: 1600px) {
  .b-catalog-list .__item.--redis.--alt .__inner > div:last-child {
    grid-column: span 2;
  }
}
@media (max-width: 991px) {
  .b-catalog-list .__item.--redis.--alt .__inner > div:last-child {
    grid-column: span 1;
  }
}
.b-catalog-list .__item.--redis.--alt .__inner .b-btn {
  grid-column: span 1;
}
@media (max-width: 991px) {
  .b-catalog-list .__item.--redis.--alt .__inner .b-btn {
    grid-column: span 1;
  }
}
@media (max-width: 991px) {
  .b-catalog-list .__item.--redis.--alt .__inner {
    grid-template-columns: 1fr auto;
  }
}
@media (max-width: 575px) {
  .b-catalog-list .__item.--redis.--alt .__inner {
    position: static;
  }
}
@media (max-width: 575px) {
  .b-catalog-list .__item.--redis.--alt .b-props {
    font-size: 14px;
  }
}
.b-catalog-list .__item.--redis.--alt .b-price {
  justify-content: start;
  font-size: 18px;
  flex-direction: row;
}
@media (max-width: 991px) {
  .b-catalog-list .__item.--redis.--alt .b-price {
    grid-column: span 1;
    flex-direction: column;
    justify-content: end;
  }
}
.b-catalog-list .__item.--redis.--alt .b-price .__old {
  font-size: 14px;
}
.b-catalog-list .__item.--redis.--alt .__img {
  object-position: center 19%;
}
.b-catalog-list .__item.--redis.--alt.--side {
  height: auto;
}
.b-catalog-list .__item.--redis.--alt.--side .__img {
  height: auto;
  width: 100%;
  aspect-ratio: 3/2;
}
.b-catalog-list .__item.--redis.--alt.--side .__inner {
  grid-template-rows: unset;
  grid-template-columns: 1fr;
  grid-gap: 12px;
}
.b-catalog-list .__item.--redis.--alt.--case .__title {
  color: #FFFFFF !important;
}
.b-catalog-list .__item.--redis.--alt.--case .__btns {
  display: flex;
  flex-direction: row;
}
.b-catalog-list .__item.--redis.--alt.--case .__btns .b-btn {
  flex: auto;
}
.b-catalog-list .__item.--redis.--alt.--case .b-btn {
  z-index: 3;
}
.b-catalog-list .__item.--redis.--alt.--case .__inner {
  grid-gap: 12px;
  grid-template-rows: unset;
  grid-template-columns: 1fr;
}
.b-catalog-list .__item.--redis.--systems {
  min-height: auto;
  background: #F7F7F7;
  display: flex;
  flex-direction: column;
  height: auto;
}
.b-catalog-list .__item.--redis.--systems:hover {
  background: #EAEAEA;
}
.b-catalog-list .__item.--redis.--systems:hover .__inner {
  background: none;
}
.b-catalog-list .__item.--redis.--systems:hover .__img {
  transform: scale(1.1);
}
.b-catalog-list .__item.--redis.--systems > a {
  height: auto;
}
.b-catalog-list .__item.--redis.--systems .__img {
  object-fit: scale-down;
  object-position: center;
  height: auto;
  max-height: 100%;
  padding: 16px;
}
.b-catalog-list .__item.--redis.--systems .__inner {
  color: #3A3A3A;
  margin-top: auto;
  position: static;
  background: none;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  display: grid;
  grid-template-columns: 1fr 32px;
  grid-gap: 24px;
  align-items: center;
}
@media (max-width: 1199px) {
  .b-catalog-list .__item.--redis.--systems .__inner {
    padding: 16px;
  }
}
@media (max-width: 991px) {
  .b-catalog-list .__item.--redis.--systems .__inner {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .b-catalog-list .__item.--redis.--systems .__inner {
    padding: 0 12px 12px;
    font-size: 13px;
  }
}
.b-catalog-list .__item.--redis.--systems .__inner .__name {
  color: #3A3A3A;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .b-catalog-list .__item.--redis.--systems .__inner .__name {
    font-size: 14px;
  }
}
@media (max-width: 1660px) {
  .b-catalog-list .__item.--redis.--systems .__inner > div:last-child {
    grid-column: span 1;
  }
}
.b-catalog-list .__item.--redis.--systems .stretched-link:after {
  z-index: 4;
}
.b-catalog-list .__item.--redis.--systems .b-spec-arrow.--eye:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cg id='see'%3E%3Cpath id='Union' fill-rule='evenodd' clip-rule='evenodd' d='M8 11C5.28795 11 3.08148 9.70046 2.11707 8C3.08148 6.29954 5.28795 5 8 5C10.7121 5 12.9185 6.29954 13.8829 8C12.9185 9.70046 10.7121 11 8 11ZM8 3C4.45797 3 1.29407 4.83128 0.0837543 7.59938C-0.0279181 7.85479 -0.0279181 8.14521 0.0837543 8.40062C1.29407 11.1687 4.45797 13 8 13C11.542 13 14.7059 11.1687 15.9162 8.40062C16.0279 8.14521 16.0279 7.85479 15.9162 7.59938C14.7059 4.83128 11.542 3 8 3ZM8 10C9.10457 10 10 9.10457 10 8C10 6.89543 9.10457 6 8 6C6.89543 6 6 6.89543 6 8C6 9.10457 6.89543 10 8 10Z' fill='%233E3E3E'/%3E%3C/g%3E%3C/svg%3E");
  background: #EAEAEA;
}
.b-catalog-list .__item.--redis.--systems .b-spec-arrow.--eye:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cg id='see'%3E%3Cpath id='Union' fill-rule='evenodd' clip-rule='evenodd' d='M8 11C5.28795 11 3.08148 9.70046 2.11707 8C3.08148 6.29954 5.28795 5 8 5C10.7121 5 12.9185 6.29954 13.8829 8C12.9185 9.70046 10.7121 11 8 11ZM8 3C4.45797 3 1.29407 4.83128 0.0837543 7.59938C-0.0279181 7.85479 -0.0279181 8.14521 0.0837543 8.40062C1.29407 11.1687 4.45797 13 8 13C11.542 13 14.7059 11.1687 15.9162 8.40062C16.0279 8.14521 16.0279 7.85479 15.9162 7.59938C14.7059 4.83128 11.542 3 8 3ZM8 10C9.10457 10 10 9.10457 10 8C10 6.89543 9.10457 6 8 6C6.89543 6 6 6.89543 6 8C6 9.10457 6.89543 10 8 10Z' fill='%23FFFFFF'/%3E%3C/g%3E%3C/svg%3E");
  background: #3E3E3E;
}
.b-catalog-list .__item.--redis.--design .__inner {
  padding: 16px 24px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  display: grid;
  grid-template-columns: 1fr 32px;
  grid-gap: 24px;
  align-items: center;
}
@media (max-width: 1199px) {
  .b-catalog-list .__item.--redis.--design .__inner {
    padding: 16px;
  }
}
@media (max-width: 991px) {
  .b-catalog-list .__item.--redis.--design .__inner {
    font-size: 14px;
  }
}
.b-catalog-list .__item.--redis.--design .__inner .__name {
  font-weight: 600;
  margin-bottom: 4px;
}
@media (max-width: 1660px) {
  .b-catalog-list .__item.--redis.--design .__inner > div:last-child {
    grid-column: span 1;
  }
}
.b-catalog-list .__item.--redis.--design .stretched-link:after {
  z-index: 4;
}
.b-catalog-list .__item.--redis:hover .__inner {
  background: #3A3A3A;
}
.b-catalog-list .__item.--redis:hover:not(.b-catalog-list .__item.--redis:hover.--case) .b-btn:after {
  bottom: 0;
  transition: all 0.3s ease-out;
}
.b-catalog-list .__item.--redis:hover:not(.b-catalog-list .__item.--redis:hover.--case) .b-btn:before {
  top: -100%;
  transition: all 0.3s ease-out;
}
.b-catalog-list .__item.--redis .stretched-link:after {
  z-index: 2;
}
.b-catalog-list .__item.--redis > a {
  display: block;
  height: auto;
  flex-grow: 1;
  min-height: 0;
}
@media (max-width: 991px) {
  .b-catalog-list .__item.--redis > a {
    height: auto;
  }
}
@media (max-width: 991px) {
  .b-catalog-list .__item.--redis .__video {
    aspect-ratio: 3/2;
  }
}
.b-catalog-list .__item.--redis .__img {
  display: block;
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center 22%;
}
@media (max-width: 991px) {
  .b-catalog-list .__item.--redis .__img {
    aspect-ratio: 3/2;
  }
}
.b-catalog-list .__item.--redis .b-options {
  color: #FFFFFF;
  text-align: start;
}
.b-catalog-list .__item.--redis .b-props {
  grid-gap: 8px;
}
@media (max-width: 575px) {
  .b-catalog-list .__item.--redis .b-props {
    font-size: 12px;
  }
}
.b-catalog-list .__item.--redis .b-price {
  flex-direction: row;
  align-items: center;
  justify-content: end;
}
@media (max-width: 1600px) {
  .b-catalog-list .__item.--redis .b-price {
    justify-content: end;
  }
}
.b-catalog-list .__item.--redis .__inner {
  grid-template-columns: 1fr 1fr auto;
  padding: 16px;
  z-index: 2;
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #3A3A3A;
  backdrop-filter: blur(16px);
}
@media (max-width: 1600px) {
  .b-catalog-list .__item.--redis .__inner {
    grid-gap: 8px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .b-catalog-list .__item.--redis .__inner {
    position: static;
    background: #3A3A3A;
  }
}
.b-catalog-list .__item.--redis .__inner > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
}
@media (max-width: 1600px) {
  .b-catalog-list .__item.--redis .__inner > div:last-child {
    grid-column: span 2;
  }
}

.b-props {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 12px;
  height: fit-content;
}
@media (max-width: 1199px) {
  .b-props {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .b-props {
    grid-column: span 2;
  }
}
.b-props.--2 {
  grid-template-columns: 1fr 1fr;
}
.b-props .__name {
  color: #9F9F9F;
}
@media (max-width: 1199px) {
  .b-props .__name {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .b-props .__name {
    font-size: 12px;
  }
}

.b-price {
  font-size: 20px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: end;
  text-align: end;
  gap: 8px;
}
@media (max-width: 1199px) {
  .b-price {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .b-price {
    font-size: 16px;
    grid-column: span 2;
    flex-direction: row-reverse;
    justify-content: start;
    text-align: start;
  }
}
.b-price .__old {
  font-size: 16px;
  font-weight: 500;
  color: #9F9F9F;
  text-decoration: line-through;
}
@media (max-width: 991px) {
  .b-price .__old {
    font-size: 16px;
  }
}

.b-options {
  color: #00A958;
  line-height: 1.5;
  text-align: end;
}
.b-options > div {
  display: inline-flex;
  align-items: center;
  margin: 0 16px 0 0;
  gap: 8px;
}
.b-options > div:last-child {
  margin: 0;
}
.b-options a {
  display: inline-block;
  vertical-align: middle;
  color: #9F9F9F;
  border-bottom: 1px solid;
  margin-left: 8px;
}
@media (max-width: 1199px) {
  .b-options a {
    font-size: 14px;
  }
}
.b-options.--lg {
  font-size: 40px;
  line-height: 1;
}
.b-options.--lg img {
  width: 40px;
  height: 40px;
}

.b-tags {
  position: absolute;
  z-index: 3;
  top: 8px;
  left: 8px;
  right: 100px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2px;
}
@media (max-width: 991px) {
  .b-tags {
    right: 80px;
  }
}
.b-tags span, .b-tags .b-options {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: rgba(73, 73, 73, 0.7);
  padding: 6px 8px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .b-tags span, .b-tags .b-options {
    font-size: 12px;
    font-weight: 500;
    padding: 6px 8px;
  }
}

.b-like {
  border-radius: 4px;
  background: rgba(73, 73, 73, 0.7);
  padding: 6px 8px;
  position: absolute;
  z-index: 3;
  top: 8px;
  right: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  min-width: 50px;
}
.b-like .reaction {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  cursor: pointer;
}
.b-like .reaction.included path {
  fill: #1EC776;
}
@media (max-width: 991px) {
  .b-like {
    font-weight: 500;
    font-size: 12px;
  }
}

.b-catalog-controls {
  display: grid;
  grid-template-columns: 332px auto;
  grid-gap: 24px;
  align-items: center;
}
@media (max-width: 991px) {
  .b-catalog-controls {
    display: none;
  }
}
.b-catalog-controls .selectric-b-select .selectric .label {
  line-height: 48px;
}
.b-catalog-controls .__view {
  margin-left: auto;
  display: flex;
  gap: 8px;
}
.b-catalog-controls .__view a:hover rect, .b-catalog-controls .__view a.--selected rect {
  fill: #00A958;
}
.b-catalog-controls .__view a:hover path, .b-catalog-controls .__view a.--selected path {
  fill: #FFFFFF;
}

.b-tooltip {
  position: relative;
  text-align: start;
}
.b-tooltip:hover .__block {
  display: block;
}
.b-tooltip .__block {
  position: absolute;
  top: 30px;
  right: -50px;
  z-index: 5;
  display: none;
  padding: 24px 24px 32px;
  width: 384px;
  border-radius: 2px;
  filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.08));
  background: #FFFFFF;
}
.b-tooltip .__block:before {
  content: "";
  position: absolute;
  height: 30px;
  top: -20px;
  width: 100%;
}
@media (max-width: 1600px) {
  .b-tooltip .__block {
    right: -30px;
    width: 320px;
  }
}
@media (max-width: 767px) {
  .b-tooltip .__block {
    width: 300px;
    right: -16px;
  }
}
.b-tooltip .__block:after {
  content: "";
  filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.08));
  background: #FFFFFF;
  position: absolute;
  top: -8px;
  right: 50px;
  height: 16px;
  width: 16px;
  transform: rotate(45deg);
}
@media (max-width: 1600px) {
  .b-tooltip .__block:after {
    right: 30px;
  }
}
@media (max-width: 767px) {
  .b-tooltip .__block:after {
    right: 16px;
  }
}
.b-tooltip .__descr {
  color: #494949;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .b-tooltip .__descr {
    font-size: 14px;
  }
}
.b-tooltip .__descr span {
  color: #00a958;
}
.b-tooltip .__link {
  color: #00a958;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
  text-decoration: none;
  border-bottom: none;
}
@media (max-width: 767px) {
  .b-tooltip .__link {
    font-size: 16px;
  }
}

h1, .h1 {
  color: #FFFFFF;
  text-align: center;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  h1, .h1 {
    font-size: 64px;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 31px;
  }
}
@media (max-width: 575px) {
  h1, .h1 {
    font-size: 24px;
  }
}
h1.--slider, .h1.--slider {
  font-size: 56px;
}
@media (max-width: 1550px) {
  h1.--slider, .h1.--slider {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  h1.--slider, .h1.--slider {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  h1.--slider, .h1.--slider {
    font-size: 26px;
  }
}

h2, .h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 24px;
    margin: 0 0 24px;
  }
}

h3, .h3 {
  font-weight: 600;
  font-size: 38px;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 1199px) {
  h3, .h3 {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  h3, .h3 {
    font-size: 24px;
  }
}
h3 .__btn, .h3 .__btn {
  display: none;
}
@media (max-width: 767px) {
  h3.--crop .__crop, .h3.--crop .__crop {
    display: none;
  }
}
h3.--crop .__btn, .h3.--crop .__btn {
  display: none;
}
@media (max-width: 767px) {
  h3.--crop .__btn, .h3.--crop .__btn {
    display: inline-block;
  }
}

h4, .h4 {
  font-weight: 600;
  font-size: 18px;
  margin: 0;
  line-height: 1.3;
}

h5, .h5 {
  font-size: 16px;
  margin: 0 0 16px;
  display: block;
}

.--display-3 {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.1;
}
@media (max-width: 1199px) {
  .--display-3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .--display-3 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .--display-3 {
    font-size: 18px;
  }
}

.--display-4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  .--display-4 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .--display-4 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .--display-4 {
    font-size: 16px;
  }
}

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: #494949;
  margin-bottom: 24px;
}
p:last-child {
  margin-bottom: 0;
}

a {
  text-decoration: none;
  color: #3A3A3A;
}
a:hover {
  text-decoration: none;
  color: #3A3A3A;
}

.--fc-green {
  color: #00A958;
}

.--fc-white {
  color: #FFFFFF;
}

.--fc-black {
  color: #494949;
}

.--fc-black-2 {
  color: #3A3A3A;
}

.--fc-gray-2 {
  color: #D8D8D8;
}

.--fc-gray-5 {
  color: #979797;
}

.--fc-gray-6 {
  color: #707070;
}

.--fc-gray-7 {
  color: #606060;
}

.--fc-bc {
  color: #BCBCBC;
}

.--h-fc-green:hover {
  color: #00A958;
}

.--fs-14 {
  font-size: 14px;
}

.--fs-18 {
  font-size: 18px;
}
@media (max-width: 1199px) {
  .--fs-18 {
    font-size: 16px;
  }
}

.--fs-20 {
  font-size: 20px;
}
@media (max-width: 1199px) {
  .--fs-20 {
    font-size: 18px;
  }
}

.--fw-500 {
  font-weight: 500;
}

.--fw-600 {
  font-weight: 600;
}

.--tt-none {
  text-transform: none;
}

.--ta-start {
  text-align: start;
}

.--no-br {
  white-space: nowrap;
}

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

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 572px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 752px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 980px;
  }
}
@media (min-width: 1200px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 1168px;
  }
}
@media (min-width: 1550px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 1496px;
  }
}
.--py-72 {
  padding-top: 72px;
  padding-bottom: 72px;
}
@media (max-width: 1199px) {
  .--py-72 {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (max-width: 575px) {
  .--py-72 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.--py-32-40 {
  padding-top: 32px;
  padding-bottom: 40px;
}
@media (max-width: 575px) {
  .--py-32-40 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.--py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 575px) {
  .--py-40 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.--py-56 {
  padding-top: 56px;
  padding-bottom: 56px;
}
@media (max-width: 575px) {
  .--py-56 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.--py-104 {
  padding-top: 104px;
  padding-bottom: 104px;
}
@media (max-width: 1199px) {
  .--py-104 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .--py-lg-32 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.--px-80 {
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1199px) {
  .--px-80 {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 575px) {
  .--px-80 {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.--pad-80-88, .--pad-80-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 1199px) {
  .--pad-80-88, .--pad-80-80 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
@media (max-width: 575px) {
  .--pad-80-88, .--pad-80-80 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.--pad-80-88.--num, .--pad-80-80.--num {
  padding-top: 56px;
  padding-bottom: 56px;
}
@media (max-width: 767px) {
  .--pad-80-88.--num, .--pad-80-80.--num {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .--pad-80-88.--num .b-fact-num:last-child, .--pad-80-80.--num .b-fact-num:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.--pad-80-88.--pt-40, .--pad-80-80.--pt-40 {
  padding-top: 40px;
}
@media (max-width: 575px) {
  .--pad-80-88.--pt-40, .--pad-80-80.--pt-40 {
    padding-top: 24px;
  }
}

.--pad-80-96 {
  padding-top: 80px;
  padding-bottom: 96px;
}
@media (max-width: 1199px) {
  .--pad-80-96 {
    padding-top: 56px;
    padding-bottom: 64px;
  }
}
@media (max-width: 575px) {
  .--pad-80-96 {
    padding-top: 40px;
    padding-bottom: 48px;
  }
}

.--pad-80-120 {
  padding-top: 80px;
  padding-bottom: 120px;
}
@media (max-width: 1199px) {
  .--pad-80-120 {
    padding-top: 56px;
    padding-bottom: 64px;
  }
}
@media (max-width: 575px) {
  .--pad-80-120 {
    padding-top: 40px;
    padding-bottom: 48px;
  }
}

.--pad-96 {
  padding-top: 96px;
  padding-bottom: 96px;
}
@media (max-width: 1199px) {
  .--pad-96 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
@media (max-width: 575px) {
  .--pad-96 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.--pad-96-120 {
  padding-top: 96px;
  padding-bottom: 120px;
}
@media (max-width: 1199px) {
  .--pad-96-120 {
    padding-top: 56px;
    padding-bottom: 64px;
  }
}
@media (max-width: 575px) {
  .--pad-96-120 {
    padding-top: 40px;
    padding-bottom: 48px;
  }
}

.pt-32 {
  padding-top: 32px;
}
@media (max-width: 575px) {
  .pt-32 {
    padding-top: 24px;
  }
}

.pb-128 {
  padding-bottom: 128px;
}
@media (max-width: 1199px) {
  .pb-128 {
    padding-bottom: 64px;
  }
}
@media (max-width: 575px) {
  .pb-128 {
    padding-bottom: 48px;
  }
}

.pt-24 {
  padding-top: 24px;
}

.mt-40 {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .mt-40 {
    margin-top: 24px;
  }
}

.mt-80 {
  margin-top: 80px;
}
@media (max-width: 1199px) {
  .mt-80 {
    margin-top: 48px;
  }
}
@media (max-width: 575px) {
  .mt-80 {
    margin-top: 24px;
  }
}

.mb-80 {
  margin-bottom: 80px;
}
@media (max-width: 1199px) {
  .mb-80 {
    margin-bottom: 48px;
  }
}
@media (max-width: 575px) {
  .mb-80 {
    margin-bottom: 24px;
  }
}

.mb-72 {
  margin-bottom: 72px;
}
@media (max-width: 1199px) {
  .mb-72 {
    margin-bottom: 48px;
  }
}
@media (max-width: 575px) {
  .mb-72 {
    margin-bottom: 24px;
  }
}

.mb-64 {
  margin-bottom: 64px;
}
@media (max-width: 575px) {
  .mb-64 {
    margin-bottom: 24px;
  }
}

.mb-56 {
  margin-bottom: 56px;
}
@media (max-width: 575px) {
  .mb-56 {
    margin-bottom: 24px;
  }
}

.mb-48 {
  margin-bottom: 48px;
}
@media (max-width: 575px) {
  .mb-48 {
    margin-bottom: 24px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .mb-40 {
    margin-bottom: 24px;
  }
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-8 {
  margin-bottom: 8px;
}

.--wm-392 {
  max-width: 392px;
  width: 100%;
}
@media (max-width: 991px) {
  .--wm-392 {
    max-width: unset;
  }
}

.--wm-136 {
  max-width: 136px;
  width: 100%;
}

.--g-4 {
  gap: 4px !important;
  grid-gap: 4px !important;
}

.--g-8 {
  gap: 8px !important;
  grid-gap: 8px !important;
}

.--g-16 {
  gap: 16px !important;
  grid-gap: 16px !important;
}

.--g-20 {
  gap: 20px !important;
  grid-gap: 20px !important;
}

@media (max-width: 991px) {
  .--g-lg-0 {
    gap: 0;
    grid-gap: 0;
  }
}

@media (max-width: 991px) {
  .--g-lg-8 {
    gap: 8px !important;
    grid-gap: 8px !important;
  }
}

@media (max-width: 767px) {
  .--g-md-24 {
    gap: 24px;
    grid-gap: 24px;
  }
}

.--w-602 {
  max-width: 602px;
}

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

.--w-fc {
  width: fit-content;
}

@media (max-width: 575px) {
  .--w-sm-100 {
    width: 100%;
  }
}

.--cover {
  background-size: cover;
  object-fit: cover;
}

.--pointer {
  cursor: pointer;
}

@media (max-width: 1199px) {
  .--img-crop {
    aspect-ratio: 4/2.2;
    object-fit: cover;
    object-position: center;
  }
}
@media (max-width: 991px) {
  .--img-crop {
    aspect-ratio: 4/2.5;
    object-fit: cover;
    object-position: center;
  }
}

.--bg-adept {
  background-color: #FFFFFF;
  background-image: url("/images/adept/about/bg-adept.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}

.--bg-build {
  background-image: url("/images/adept/build-bg.png");
  background-size: cover;
}

.--br-8 {
  border-radius: 8px;
}

.b-mmenu-popup .iexmodal-inner {
  padding: 0;
  overflow: visible !important;
}
@media (max-width: 1199px) {
  .b-mmenu-popup .iexmodal-inner {
    overflow: hidden !important;
  }
}
.b-mmenu-popup .iexmodal-close-inner {
  display: none;
}
.b-mmenu-popup .iexmodal-inner-wrap {
  height: 100%;
}
.b-mmenu-popup .iexmodal-content-wrap {
  height: 100%;
}
.b-mmenu-popup .iexmodal-inner-wrap::before, .b-mmenu-popup .iexmodal-inner-wrap::after {
  content: none;
}

.b-mmenu-header {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding-left: 40px;
  border-bottom: 1px solid #E3E9EC;
}
@media (max-width: 575px) {
  .b-mmenu-header {
    padding-left: 16px;
  }
}
.b-mmenu-header .__info {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.b-mmenu-header .__company-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: #181818;
}
@media (max-width: 767px) {
  .b-mmenu-header .__company-text {
    display: none;
  }
}

.b-close-mmenu {
  border-left: 1px solid #E3E9EC;
  padding: 29px;
}
@media (max-width: 575px) {
  .b-close-mmenu {
    padding: 12px;
  }
}
.b-close-mmenu:hover img {
  transform: rotate(180deg);
}

.b-mmenu-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}
.b-mmenu-nav li a {
  padding: 23px 40px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #3A3A3A;
  position: relative;
  border-bottom: 1px solid #E3E9EC;
  display: block;
  text-decoration: none;
}
@media (max-width: 575px) {
  .b-mmenu-nav li a {
    padding: 15px 16px;
    font-size: 14px;
  }
}
.b-mmenu-nav li a:hover {
  background: #0089D0;
  color: #FFFFFF;
  border-bottom: 1px solid #0089D0;
}
.b-mmenu-nav li a:after {
  content: "";
  position: absolute;
  right: 31px;
  top: 50%;
  transform: translate(0, -50%);
  background: url("/images/nareta/ico/mmenu-arr.svg");
  background-size: cover;
  width: 24px;
  height: 24px;
}
.b-mmenu-nav li a.b-sub-btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 90px;
  border: 1px solid #0089D0;
  background: #0089D0;
}
@media (max-width: 1199px) {
  .b-mmenu-nav li a.b-sub-btn {
    display: none;
  }
}
.b-mmenu-nav.--sub {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%);
  background: #FFFFFF;
  width: 330px;
}
@media (max-width: 1199px) {
  .b-mmenu-nav.--sub {
    display: block;
    position: static;
    transform: none;
    background: none;
    width: auto;
  }
}
.b-mmenu-nav.--sub.--show {
  display: block;
}
@media (max-width: 1199px) {
  .b-mmenu-nav.--sub li a:before {
    content: "";
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translate(0, -50%);
    background: #0089D0;
    border-radius: 50%;
    width: 8px;
    height: 8px;
  }
}
@media (max-width: 575px) {
  .b-mmenu-nav.--sub li a:before {
    left: 16px;
  }
}
.b-mmenu-nav.--sub li a:hover:before {
  background: #FFFFFF;
}
@media (max-width: 1199px) {
  .b-mmenu-nav.--sub li a {
    padding: 23px 40px 23px 80px;
  }
}
@media (max-width: 575px) {
  .b-mmenu-nav.--sub li a {
    padding: 15px 16px 15px 40px;
  }
}
.b-mmenu-nav .b-sub-wrap {
  position: relative;
  z-index: 3;
}
.b-mmenu-nav .b-sub-wrap:hover .b-mmenu-nav.--sub {
  display: block;
}
@media (max-width: 1199px) {
  .b-mmenu-nav .b-sub-wrap {
    content: "";
  }
}

.b-mmenu-footer {
  padding: 40px;
  background: url("/images/nareta/mmenu-footer.jpg");
  background-size: cover;
}
@media (max-width: 575px) {
  .b-mmenu-footer {
    padding: 16px;
  }
}
.b-mmenu-footer .__phone {
  display: block;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 16px;
  text-decoration: none;
}
.b-mmenu-footer .__phone:hover {
  color: #0089D0;
  text-decoration: none;
}
.b-mmenu-footer .__mail {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
}
.b-mmenu-footer .__mail:hover {
  color: #0089D0;
  text-decoration: none;
}
.b-mmenu-footer .__adres {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: #FFFFFF;
}
.b-mmenu-footer .__info {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 40px;
  margin-bottom: 16px;
}
.b-mmenu-footer .__info a {
  color: #FFFFFF;
}
.b-mmenu-footer .__link {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
}
.b-mmenu-footer .__link:hover {
  color: #0089D0;
  text-decoration: none;
}
.b-mmenu-footer .__copy {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: #FFFFFF;
}

.b-mmenu-wrap {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  height: 100%;
}
.b-mmenu-wrap > div {
  width: 100%;
}

@media (max-width: 575px) {
  .b-mmenu-logo img {
    max-width: 105px;
  }
}

.mm-panel {
  padding: 24px;
}

.mm-menu {
  width: 100% !important;
  max-width: none;
}

.mm-navbar {
  min-height: 55px;
}

.mm-listitem {
  padding: 0;
  margin-bottom: 16px;
  -webkit-tap-highlight-color: transparent !important;
}
.mm-listitem .mm-listitem__text ::-moz-selection {
  background: unset !important;
  text-shadow: unset !important;
  color: unset !important;
}
.mm-listitem .mm-listitem__text ::selection {
  background: unset !important;
  color: unset !important;
  text-shadow: unset !important;
}
.mm-listitem .mm-listitem__text:focus, .mm-listitem .mm-listitem__text:focus-within, .mm-listitem .mm-listitem__text:hover, .mm-listitem .mm-listitem__text:active, .mm-listitem .mm-listitem__text:focus-visible {
  background: none !important;
  outline: none !important;
  border: none !important;
}
.mm-listitem:after {
  content: none;
}
.mm-listitem .mm-listitem__text {
  padding: 0;
  display: flex;
  align-items: center;
  color: #494949 !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  min-height: 34px;
}
.mm-listitem .mm-listitem__btn {
  height: 34px;
  width: 34px;
  border-left: none !important;
  padding: 0;
  background: none !important;
}
.mm-listitem .mm-listitem__btn:after {
  border: none;
  background: url("/images/adept/icons/shevron-mm.svg") no-repeat center;
  background-size: cover;
  width: 16px;
  height: 16px;
  transform: translate(-50%, -50%);
  top: 50%;
}
.mm-listitem.mm-listitem_opened .mm-listitem__btn {
  background: none !important;
}
.mm-listitem.mm-listitem_opened .mm-listitem__btn:after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.mm-listitem .mm-btn_next:after {
  right: 0px;
}
.mm-listitem .mm-panel {
  background: none;
  padding: 0 0 0 16px;
  margin-top: 16px;
}
.mm-listitem .mm-panel .mm-listitem {
  margin-bottom: 0;
}

.mm-navbars_bottom .mm-navbar {
  display: block;
  padding: 24px 24px 70px;
  position: relative;
  border-top: none !important;
}
.mm-navbars_bottom .mm-navbar:after {
  content: "";
  position: absolute;
  top: 0;
  width: calc(100% - 48px);
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  background: #EAEAEA;
}
.mm-navbars_bottom .mm-navbar .__phone {
  color: #3A3A3A;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 24px;
  min-height: auto;
}

.mm-navbars_top .mm-navbar {
  border-bottom: none;
}

.b-sticky-filter {
  background: #FFFFFF;
  z-index: 9999;
  border-bottom: 1px solid #EAEAEA;
  padding-bottom: 40px;
}
@media (max-width: 1199px) {
  .b-sticky-filter {
    padding-bottom: 0;
    position: relative;
    top: revert;
  }
}
.b-sticky-filter.--sticky:not(:hover) {
  padding-bottom: 16px;
  padding-top: 16px;
}
.b-sticky-filter.--sticky:not(:hover) .b-bread, .b-sticky-filter.--sticky:not(:hover) .b-title-grid {
  display: none;
}
.b-sticky-filter.--sticky:not(:hover) .b-filters > div:nth-child(6), .b-sticky-filter.--sticky:not(:hover) .b-filters > div:nth-child(7), .b-sticky-filter.--sticky:not(:hover) .b-filters > div:nth-child(8), .b-sticky-filter.--sticky:not(:hover) .b-filters > div:nth-child(9), .b-sticky-filter.--sticky:not(:hover) .b-filters > div:nth-child(10) {
  display: none;
}
.b-sticky-filter.--sticky:not(:hover) .b-filter-item.--range .__name {
  display: none;
}
.b-sticky-filter.--sticky:not(:hover) .b-filter-item.--select {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  grid-gap: 8px;
  border: none;
  background: #F7F7F7;
  height: 56px;
  padding-left: 24px;
  position: relative;
}
.b-sticky-filter.--sticky:not(:hover) .b-filter-item.--select .__name {
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
  white-space: nowrap;
  display: block;
}
.b-sticky-filter.--sticky:not(:hover) .b-filter-item.--select .__name:after {
  content: ":";
}
.b-sticky-filter.--sticky:not(:hover) .b-filter-item.--select .selectric-b-select {
  position: static;
}
.b-sticky-filter.--sticky:not(:hover) .b-filter-item.--select .selectric-b-select .selectric {
  padding-left: 0;
}

.b-filters {
  display: grid;
  grid-template-columns: 1fr 150px 200px 250px 1fr 1fr 110px 110px;
  grid-gap: 16px;
}
@media (max-width: 1550px) {
  .b-filters {
    grid-template-columns: 1fr 120px 150px 240px 1fr 106px 106px;
  }
}
@media (max-width: 1199px) {
  .b-filters {
    grid-template-columns: 1fr 120px 160px 200px 106px 110px;
  }
}
.b-filters.--build {
  grid-template-columns: 240px 220px 180px 150px 1fr;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .b-filters.--build {
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }
  .b-filters.--build .b-btn {
    width: 100%;
  }
}
@media (max-width: 1550px) {
  .b-filters:not(.b-filters.--build) .b-filter-item:nth-child(5) {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .b-filters:not(.b-filters.--build) .b-filter-item:nth-child(4) {
    display: none !important;
  }
}
.b-filters .b-filter-item {
  min-width: 0;
}
@media (max-width: 991px) {
  .b-filters {
    grid-template-columns: 1fr;
    padding: 16px;
  }
}
.b-filters .show-all-filters-button {
  height: 56px;
  background-color: #E9E9E9;
  border-radius: 5px;
  border: none;
  font-size: 16px;
  display: flex;
  line-height: 19px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .b-filters .show-all-filters-button {
    display: none;
  }
}
.b-filters .__filter-btns {
  grid-column: span 2;
  display: grid;
  grid-template-columns: calc(50% - 12px) 1fr 56px;
  align-items: center;
  grid-gap: 16px;
}
@media (max-width: 1499px) {
  .b-filters .__filter-btns {
    grid-template-columns: 1fr 1fr 56px;
  }
}
@media (max-width: 991px) {
  .b-filters .__filter-btns {
    grid-column: span 1;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 991px) {
  .b-filters .__filter-btns .b-input-wrap:first-child {
    display: flex;
  }
  .b-filters .__filter-btns .b-input-wrap .b-btn {
    display: flex;
  }
}
.b-filters .__filter-btns .b-btn:last-child {
  width: 56px;
  min-width: 56px;
  padding: 0;
}
@media (max-width: 991px) {
  .b-filters .__filter-btns .b-btn {
    display: none;
  }
}
@media (max-width: 1499px) {
  .b-filters .__filter-btns .b-btn.--show-eye:before, .b-filters .__filter-btns .b-btn.--show-eye:after {
    content: url("/images/adept/icons/eye.svg") " Проекты";
  }
  .b-filters .__filter-btns .b-btn.--cross:before {
    content: url("/images/adept/icons/cross.svg") " Очистить";
  }
  .b-filters .__filter-btns .b-btn.--cross:after {
    content: url("/images/adept/icons/cross-w.svg") " Очистить";
  }
}

.b-modal-filters {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas: "filter63 filter111" "filter65 filter86" "filter84 filterCost" "filter67 filter85";
  grid-gap: 32px 56px;
  padding: 40px 88px 40px;
  border-bottom: 1px solid #D8D8D8;
}
@media (max-width: 991px) {
  .b-modal-filters {
    padding: 24px 16px 0 16px;
    position: relative;
    z-index: 2;
  }
}
.b-modal-filters > * {
  min-width: 0;
}
.b-modal-filters .__data-selected {
  background-color: #f2f2f2;
}
@media (max-width: 991px) {
  .b-modal-filters {
    grid-template-columns: 1fr;
    grid-template-areas: "filter63" "filter65" "filter84" "filter67" "filter111" "filter86" "filterCost" "filter85";
  }
}

#filter_63 {
  grid-area: filter63;
}

#filter_65 {
  grid-area: filter65;
}

#filter_84 {
  grid-area: filter84;
}

#filter_67 {
  grid-area: filter67;
}

#filter_85 {
  grid-area: filter85;
}

#filter_111 {
  grid-area: filter111;
}

#filter_96 {
  grid-area: filter86;
}

#filter_cost {
  grid-area: filterCost;
}

.__modal-filter-btns {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  grid-gap: 56px;
  padding: 40px 80px;
}
@media (max-width: 1499px) {
  .__modal-filter-btns {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 991px) {
  .__modal-filter-btns {
    grid-column: span 1;
    grid-gap: 16px;
    padding: 24px 16px;
  }
}
@media (max-width: 767px) {
  .__modal-filter-btns {
    grid-template-columns: 1fr;
  }
}
.__modal-filter-btns .b-input-wrap {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .__modal-filter-btns .b-input-wrap:first-child {
    display: flex;
  }
  .__modal-filter-btns .b-input-wrap .b-btn {
    display: flex;
  }
}
.__modal-filter-btns .b-btn:last-child {
  width: 56px;
  min-width: 56px;
  padding: 0;
}
@media (max-width: 991px) {
  .__modal-filter-btns .b-btn {
    display: none;
  }
}
@media (max-width: 1499px) {
  .__modal-filter-btns .b-btn.--show-eye:before, .__modal-filter-btns .b-btn.--show-eye:after {
    content: url("/images/adept/icons/eye.svg") " Проекты";
  }
  .__modal-filter-btns .b-btn.--cross:before {
    content: url("/images/adept/icons/cross.svg") " Очистить";
  }
  .__modal-filter-btns .b-btn.--cross:after {
    content: url("/images/adept/icons/cross-w.svg") " Очистить";
  }
}

.b-filter-item {
  display: flex;
  flex-direction: column;
  height: fit-content;
}
.b-filter-item .__name {
  color: #979797;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 8px;
}
.b-filter-item .__inner {
  background: #F7F7F7;
  height: 56px;
  padding: 0 24px;
  position: relative;
  border-radius: 8px;
}
.b-filter-item.--range .__inner {
  display: grid;
  grid-template-columns: 1fr 0fr 1fr;
  grid-gap: 8px;
  align-items: center;
}
.b-filter-item.--range .__field {
  display: flex;
  align-items: center;
  color: #979797;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  gap: 4px;
}
.b-filter-item.--range .__field input {
  background: none;
  width: 100%;
  border: none;
  color: #494949;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  font-family: "Raleway", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
}
.b-filter-item.--range .__field input:hover, .b-filter-item.--range .__field input:focus, .b-filter-item.--range .__field input:active {
  border: none;
  outline: none;
}
.b-filter-item.--range .__ico {
  width: 16px;
  height: 2px;
  background: #979797;
  margin: auto;
}
.b-filter-item.--range .b-track, .b-filter-item.--range .bx-ui-slider-track-container {
  position: absolute;
  bottom: 0;
  left: 24px;
  right: 24px;
}
.b-filter-item.--select {
  min-width: 0;
}
@media (max-width: 991px) {
  .b-filter-item.--select {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    grid-gap: 8px;
    border: none;
    background: #F7F7F7;
    height: 56px;
    padding-left: 24px;
    position: relative;
  }
}
@media (max-width: 991px) {
  .b-filter-item.--select .__name {
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
    white-space: nowrap;
    display: block;
  }
  .b-filter-item.--select .__name:after {
    content: ":";
  }
}
@media (max-width: 991px) {
  .b-filter-item.--select .selectric-b-select {
    position: static;
  }
}
@media (max-width: 991px) {
  .b-filter-item.--select .selectric-b-select .selectric {
    padding-left: 0;
  }
}
.b-filter-item.--select .selectric-b-select .selectric-items {
  width: 100% !important;
}

.b-track, .bx-ui-slider-track-container {
  padding: 0 !important;
}
.b-track .bx-ui-slider-part, .bx-ui-slider-track-container .bx-ui-slider-part {
  display: none;
}
.b-track .__range, .b-track .bx-ui-slider-track, .bx-ui-slider-track-container .__range, .bx-ui-slider-track-container .bx-ui-slider-track {
  width: 100%;
  position: relative;
  height: 2px;
  background: #EAEAEA !important;
}
.b-track .__range .bx-ui-slider-pricebar-vd, .b-track .__range .bx-ui-slider-pricebar-vn, .b-track .bx-ui-slider-track .bx-ui-slider-pricebar-vd, .b-track .bx-ui-slider-track .bx-ui-slider-pricebar-vn, .bx-ui-slider-track-container .__range .bx-ui-slider-pricebar-vd, .bx-ui-slider-track-container .__range .bx-ui-slider-pricebar-vn, .bx-ui-slider-track-container .bx-ui-slider-track .bx-ui-slider-pricebar-vd, .bx-ui-slider-track-container .bx-ui-slider-track .bx-ui-slider-pricebar-vn {
  background: #EAEAEA !important;
  z-index: 10 !important;
}
.b-track .__range .__fill, .b-track .__range .bx-ui-slider-pricebar-v, .b-track .bx-ui-slider-track .__fill, .b-track .bx-ui-slider-track .bx-ui-slider-pricebar-v, .bx-ui-slider-track-container .__range .__fill, .bx-ui-slider-track-container .__range .bx-ui-slider-pricebar-v, .bx-ui-slider-track-container .bx-ui-slider-track .__fill, .bx-ui-slider-track-container .bx-ui-slider-track .bx-ui-slider-pricebar-v {
  position: absolute;
  height: 100%;
  width: auto;
  left: 0;
  right: 0;
  background: #00A958 !important;
  z-index: 30 !important;
}
.b-track .__range .__handle, .b-track .__range .bx-ui-slider-handle, .b-track .bx-ui-slider-track .__handle, .b-track .bx-ui-slider-track .bx-ui-slider-handle, .bx-ui-slider-track-container .__range .__handle, .bx-ui-slider-track-container .__range .bx-ui-slider-handle, .bx-ui-slider-track-container .bx-ui-slider-track .__handle, .bx-ui-slider-track-container .bx-ui-slider-track .bx-ui-slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #00A958 !important;
  cursor: pointer;
  z-index: 40 !important;
}
.b-track .__range .__handle.--right, .b-track .__range .__handle.right, .b-track .__range .bx-ui-slider-handle.--right, .b-track .__range .bx-ui-slider-handle.right, .b-track .bx-ui-slider-track .__handle.--right, .b-track .bx-ui-slider-track .__handle.right, .b-track .bx-ui-slider-track .bx-ui-slider-handle.--right, .b-track .bx-ui-slider-track .bx-ui-slider-handle.right, .bx-ui-slider-track-container .__range .__handle.--right, .bx-ui-slider-track-container .__range .__handle.right, .bx-ui-slider-track-container .__range .bx-ui-slider-handle.--right, .bx-ui-slider-track-container .__range .bx-ui-slider-handle.right, .bx-ui-slider-track-container .bx-ui-slider-track .__handle.--right, .bx-ui-slider-track-container .bx-ui-slider-track .__handle.right, .bx-ui-slider-track-container .bx-ui-slider-track .bx-ui-slider-handle.--right, .bx-ui-slider-track-container .bx-ui-slider-track .bx-ui-slider-handle.right {
  margin-right: -8px !important;
}
.b-track .__range .__handle.--left, .b-track .__range .__handle.left, .b-track .__range .bx-ui-slider-handle.--left, .b-track .__range .bx-ui-slider-handle.left, .b-track .bx-ui-slider-track .__handle.--left, .b-track .bx-ui-slider-track .__handle.left, .b-track .bx-ui-slider-track .bx-ui-slider-handle.--left, .b-track .bx-ui-slider-track .bx-ui-slider-handle.left, .bx-ui-slider-track-container .__range .__handle.--left, .bx-ui-slider-track-container .__range .__handle.left, .bx-ui-slider-track-container .__range .bx-ui-slider-handle.--left, .bx-ui-slider-track-container .__range .bx-ui-slider-handle.left, .bx-ui-slider-track-container .bx-ui-slider-track .__handle.--left, .bx-ui-slider-track-container .bx-ui-slider-track .__handle.left, .bx-ui-slider-track-container .bx-ui-slider-track .bx-ui-slider-handle.--left, .bx-ui-slider-track-container .bx-ui-slider-track .bx-ui-slider-handle.left {
  margin-left: -8px !important;
}

.selectric-b-select {
  min-width: 100%;
}
.selectric-b-select .selectric-items {
  background: none;
}
.selectric-b-select .selectric-scroll {
  background: #F7F7F7 !important;
}
.selectric-b-select.selectric-open .selectric .button:after {
  transform: rotate(180deg);
}
.selectric-b-select .selectric {
  border: none;
  background: #F7F7F7;
  padding-right: 48px;
  padding-left: 24px;
  height: 56px;
  display: flex;
  align-items: center;
  min-width: 0;
  border-radius: 8px;
}
.selectric-b-select .selectric .label, .selectric-b-select .selectric .bx-filter-select-text {
  color: #494949;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  margin: 0;
  height: 100%;
}
@media (max-width: 991px) {
  .selectric-b-select .selectric .label, .selectric-b-select .selectric .bx-filter-select-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    min-width: 0;
  }
}
.selectric-b-select .selectric .button {
  font-size: 0;
  background: transparent;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  height: 32px;
  width: 32px;
}
.selectric-b-select .selectric .button:after {
  z-index: 1;
  border: none;
  transition: 0.3s ease-out transform, background;
  position: absolute;
  content: "";
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.00003 4.58594L4.70714 5.29304L8.00003 8.58594L11.2929 5.29304L12 4.58594L13.4142 6.00015L12.7071 6.70726L8.70714 10.7073L8.00003 11.4144L7.29292 10.7073L3.29292 6.70726L2.58582 6.00015L4.00003 4.58594Z" fill="%23494949"/></svg>') no-repeat center;
  height: 16px;
  width: 16px;
}
.selectric-b-select .selectric-scroll, .selectric-b-select .selectric-scroll-modal {
  overflow: auto;
  -webkit-overflow-scrolling: auto;
  border-radius: 8px;
}
.selectric-b-select .selectric-scroll::-webkit-scrollbar, .selectric-b-select .selectric-scroll-modal::-webkit-scrollbar {
  width: 4px;
}
.selectric-b-select .selectric-scroll::-webkit-scrollbar-track, .selectric-b-select .selectric-scroll-modal::-webkit-scrollbar-track {
  background: transparent;
}
.selectric-b-select .selectric-scroll::-webkit-scrollbar-thumb, .selectric-b-select .selectric-scroll-modal::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #979797;
}
.selectric-b-select .selectric-items {
  top: auto;
  border: none;
  z-index: 10;
  box-shadow: none;
}
.selectric-b-select .selectric-items ul li {
  font-size: 16px;
  background: #F7F7F7;
  color: #494949;
  line-height: 1.3;
  padding: 0 24px;
  font-weight: 600;
  height: 56px;
  display: flex;
  align-items: center;
  margin: 0 !important;
}
.selectric-b-select .selectric-items ul li .bx-filter-param-label {
  font-size: 16px;
  background: #F7F7F7;
  font-weight: 600;
  margin: 0 !important;
  padding: 0 !important;
  color: #494949 !important;
}
.selectric-b-select .selectric-items ul li:last-child {
  margin-bottom: 0;
}
.selectric-b-select .selectric-items ul li.highlighted {
  background: none;
}
.selectric-b-select.selectric---sort-mob {
  max-width: 48px;
  height: 48px;
  width: 100%;
}
.selectric-b-select.selectric---sort-mob .selectric {
  height: 48px;
  max-width: 48px;
  padding: 0;
  background: none !important;
}
.selectric-b-select.selectric---sort-mob .selectric .label {
  display: none !important;
}
.selectric-b-select.selectric---sort-mob .button {
  right: 0px;
  top: 0;
  transform: none;
  max-width: 48px;
  height: 48px;
  width: 100%;
  border-radius: 8px;
  background-image: url("/images/adept/icons/sort.svg");
  background-color: #EAEAEA;
  background-repeat: no-repeat;
  background-position: center;
}
.selectric-b-select.selectric---sort-mob .button:after {
  content: none;
}
.selectric-b-select.selectric---sort-mob .selectric-items {
  width: 320px !important;
  right: 0 !important;
  left: auto !important;
}
.selectric-b-select.selectric---sort-mob .selectric-items ul li {
  background: #FFFFFF;
  height: 48px;
}
.selectric-b-select.selectric---sort-mob .selectric-items ul li:hover {
  color: #979797;
}
.selectric-b-select.selectric---sort {
  max-width: 284px;
  width: 100%;
}
.selectric-b-select.selectric---sort .selectric {
  height: 33px;
}
.selectric-b-select.selectric---sort .selectric:hover .label {
  color: #979797;
}
.selectric-b-select.selectric---sort .label {
  line-height: 1;
  padding-top: 6px;
  color: #707070;
}
.selectric-b-select.selectric---sort .button {
  right: 12px;
  top: 0;
  transform: none;
}
.selectric-b-select.selectric---sort .selectric-items ul li {
  height: 56px;
 gap: 4px;
}
.selectric-b-select.selectric---sort .selectric-items ul li:first-child {
  border-bottom: 1px solid #e5e5e5;
}
.selectric-b-select.selectric---sort .selectric-items ul li:hover {
  color: #979797;
}

.b-catalog-btns-mob {
  display: none;
}
@media (max-width: 991px) {
  .b-catalog-btns-mob {
    display: grid;
    grid-template-columns: 1fr 48px;
    grid-gap: 8px;
    margin-bottom: 32px;
  }
}
.b-catalog-btns-mob .b-btn:last-child {
  width: 48px;
  min-width: 48px;
  padding: 0;
}

.b-filter-popup .iexmodal-inner {
  padding: 0;
}
.b-filter-popup .__top {
  padding: 24px 16px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}
.b-filter-popup .__top a {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #979797;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
.b-filter-popup .__title {
  color: #3A3A3A;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}
.b-filter-popup .__bot {
  padding: 24px 16px;
  border-top: 1px solid #EAEAEA;
}
.b-filter-popup .iexmodal-close-inner {
  display: none;
}

.b-sort-popup {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.b-sort-popup .b-checkbox {
  height: 56px;
}
.b-sort-popup .iexmodal-close-inner {
  display: none;
}

.b-mob-sort {
  display: grid;
  grid-template-columns: 1fr 32px;
  align-items: center;
  grid-gap: 8px;
  height: 56px;
  color: #494949;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}
.b-mob-sort img {
  margin: auto;
  transform: rotate(180deg);
}

.b-checkbox {
  display: flex;
  position: relative;
  cursor: pointer;
  align-items: center;
}
.b-checkbox input[type=checkbox] {
  width: 24px;
  height: 24px;
  opacity: 0;
  position: absolute;
  margin: 0;
  right: 2px;
}
.b-checkbox .__ico {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  cursor: pointer;
  right: 2px;
  border: 1px solid #979797;
}
.b-checkbox .__ico:before {
  position: absolute;
  content: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.b-checkbox .__txt {
  padding-right: 40px;
  display: inline-block;
  color: #494949;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}
.b-checkbox input:checked + .__ico:before, .b-checkbox input:checked:hover + .__ico:before {
  content: "";
  background: url("/images/adept/icons/check.svg") no-repeat center;
}

.bx-filter-select-container {
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  height: auto !important;
}

.bx-filter-select-modal-container {
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  height: auto !important;
}

.bx-filter-select-block {
  position: relative;
}

.popup-window {
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  top: auto !important;
  transform: translateY(100%);
  box-shadow: none !important;
  padding: 0 !important;
  background: none !important;
  font-family: "Raleway", sans-serif !important;
}
@media (max-width: 991px) {
  .popup-window {
    position: static !important;
    transform: none !important;
  }
}
.popup-window .selectric-items {
  position: relative;
  display: block;
}

@media (max-width: 991px) {
  .b-filtr-drop__inner-modal, .selectric-scroll, .selectric-scroll-modal {
    height: auto !important;
    max-height: none !important;
  }
}

@media (max-width: 991px) {
  .b-filtr-drop__inner-modal {
    position: static !important;
    transform: none !important;
  }
}

.bx-filter {
  font-family: "Raleway", sans-serif !important;
}
@media (max-width: 991px) {
  .bx-filter {
    display: none;
  }
}

.bx-filter_modal {
  font-family: "Raleway", sans-serif !important;
}

.bx-filter-container-modef {
  display: none;
}

.bx-filter-parameters-box-container {
  padding: 0 !important;
}

.bx-filter-select-popup {
  background: none !important;
}
.bx-filter-select-popup .selectric-items {
  background: none !important;
}

.b-filtr-drop-btn {
  margin-top: auto;
  cursor: pointer;
  height: 56px !important;
}
.b-filtr-drop-btn .__btn {
  position: relative;
  background: #F7F7F7;
  height: 56px;
  align-items: center;
  padding: 0 48px 0 24px;
  color: #494949;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  margin: 0;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  display: inline-block;
  border-radius: 8px;
}
.b-filtr-drop-btn .__btn .button {
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  height: 32px;
  width: 32px;
  display: block;
  position: absolute;
  text-align: center;
}
.b-filtr-drop-btn .__btn .button:after {
  z-index: 1;
  border: none;
  transition: 0.3s ease-out transform, background;
  position: absolute;
  content: "";
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.00003 4.58594L4.70714 5.29304L8.00003 8.58594L11.2929 5.29304L12 4.58594L13.4142 6.00015L12.7071 6.70726L8.70714 10.7073L8.00003 11.4144L7.29292 10.7073L3.29292 6.70726L2.58582 6.00015L4.00003 4.58594Z" fill="%23494949"/></svg>') no-repeat center;
  height: 16px;
  width: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}
.b-filtr-drop-btn .b-filtr-drop__inner {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  left: 0;
  right: 0;
  width: 100%;
  border: 1px solid #00A958;
  border-radius: 8px;
  font-size: 16px;
  background: #F7F7F7;
  color: #494949;
  line-height: 1.3;
  padding: 16px 24px;
  font-weight: 600;
  flex-direction: column;
  gap: 16px;
  display: flex;
}
@media (max-width: 991px) {
  .b-filtr-drop-btn .b-filtr-drop__inner {
    opacity: 0;
    pointer-events: auto;
    position: relative;
    transform: none;
    display: none;
  }
}
.b-filtr-drop-btn.--active .b-filtr-drop__inner {
  opacity: 1;
  pointer-events: auto;
  z-index: 10;
  overflow-y: auto;
}
@media (max-width: 991px) {
  .b-filtr-drop-btn.--active .b-filtr-drop__inner {
    display: flex;
    position: absolute;
    top: 78px;
    height: 150px;
  }
}
.b-filtr-drop-btn .b-filtr-drop__inner-modal {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  left: 0;
  right: 0;
  width: 100%;
  border: 1px solid #00A958;
  font-size: 16px;
  background: #F7F7F7;
  color: #494949;
  line-height: 1.3;
  padding: 16px 24px;
  font-weight: 600;
  flex-direction: column;
  gap: 16px;
  display: flex;
  max-height: 150px;
  border-radius: 8px;
  overflow: auto;
  -webkit-overflow-scrolling: auto;
}
.b-filtr-drop-btn .b-filtr-drop__inner-modal::-webkit-scrollbar {
  width: 4px;
}
.b-filtr-drop-btn .b-filtr-drop__inner-modal::-webkit-scrollbar-track {
  background: transparent;
}
.b-filtr-drop-btn .b-filtr-drop__inner-modal::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #979797;
}
@media (max-width: 991px) {
  .b-filtr-drop-btn .b-filtr-drop__inner-modal {
    opacity: 0;
    pointer-events: auto;
    position: relative;
    transform: none;
    display: none;
  }
}
.b-filtr-drop-btn.--active .b-filtr-drop__inner-modal {
  opacity: 1;
  pointer-events: auto;
  z-index: 10;
  overflow: auto;
  -webkit-overflow-scrolling: auto;
}
@media (max-width: 991px) {
  .b-filtr-drop-btn.--active .b-filtr-drop__inner-modal {
    display: flex;
    position: absolute;
    top: 78px;
    height: 150px;
  }
}
.b-filtr-drop-btn .__dropdown {
  display: flex;
  flex-direction: column;
  background: #F7F7F7;
  height: 56px;
  padding: 0 24px;
  position: relative;
  border-radius: 7px;
}
.b-filtr-drop-btn .__dropdown.--sort {
  padding: 0;
}
.b-filtr-drop-btn .__dropdown.--sort .__dropdown-name {
  padding-left: 24px;
  padding-right: 24px;
}
.b-filtr-drop-btn .__dropdown .__dropdown-name {
  font-size: 12px !important;
  padding-top: 7px !important;
  margin-bottom: 4px !important;
}
.b-filtr-drop-btn .__dropdown .__select {
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
  color: #707070;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}
.b-filtr-drop-btn .__dropdown .__select-label {
  height: 33px;
  padding-top: 6px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  width: calc(100% - 20px);
}

.select-button {
  font-size: 0;
  background: transparent;
  top: 50%;
  right: 16px;
  height: 7px;
  width: 13px;
  padding-bottom: 24px;
}
.select-button:after {
  z-index: 1;
  border: none;
  transition: 0.3s ease-out transform, background;
  position: absolute;
  content: "";
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.00003 4.58594L4.70714 5.29304L8.00003 8.58594L11.2929 5.29304L12 4.58594L13.4142 6.00015L12.7071 6.70726L8.70714 10.7073L8.00003 11.4144L7.29292 10.7073L3.29292 6.70726L2.58582 6.00015L4.00003 4.58594Z" fill="%23494949"/></svg>') no-repeat center;
  height: 16px;
  width: 16px;
}

.--pb-5 {
  padding-top: 5px !important;
}

.desktop-filter-view {
  display: block;
}

.mobile-filter-view {
  display: none;
}
@media (max-width: 991px) {
  .mobile-filter-view {
    display: block;
  }
}

.b-count_option input {
  cursor: pointer;
}
@media (max-width: 767px) {
  .b-count_option {
    padding: 12px !important;
    height: 48px !important;
  }
  .b-count_option span {
    font-size: 14px !important;
  }
}

.b-filter-more .iexmodal-inner {
  padding: 0;
}

.b-row-filters {
  display: flex;
  flex-direction: column;
  background: #F7F7F7;
  border-radius: 7px;
  height: 56px;
  padding: 0 24px;
  position: relative;
}
.b-row-filters .__name {
  font-size: 12px;
  padding-top: 7px;
  margin-bottom: 4px;
}
.b-row-filters .__input {
  display: grid;
  grid-template-columns: 1fr 0fr 1fr;
  grid-gap: 8px;
  align-items: center;
}
.b-row-filters .__separator {
  background: #E1E1E1;
  border-radius: 1px;
  width: 2px;
  height: 18px;
}

.__dropdown {
  display: flex;
  flex-direction: column;
  background: #F7F7F7;
  height: 56px;
  padding: 0 24px;
  position: relative;
  border-radius: 8px;
}
.__dropdown .__dropdown-name {
  font-size: 12px !important;
  padding-top: 7px !important;
  margin-bottom: 4px !important;
}
.__dropdown .__select {
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
  color: #707070;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}

.__checkbox-grid {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, 1fr) 104px 1fr;
}
.__checkbox-grid .__checkbox-item {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
}
.__checkbox-grid .__checkbox-label {
  background-color: #f2f2f2;
  padding: 20px;
  font-size: 20px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}
.__checkbox-grid .__checkbox-input {
  opacity: 0;
  position: absolute;
  width: 62px;
  height: 56px;
}

.__separator {
  background: #E1E1E1;
  border-radius: 1px;
  width: 2px;
  height: 18px;
}

.b-etap-pagination {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 575px) {
  .b-etap-pagination {
    gap: 4px;
  }
}
.b-etap-pagination .swiper-pagination-bullet {
  background: none;
  margin: 0 !important;
  opacity: 1;
  border-radius: 2px;
  width: 48px;
  max-width: 100%;
  height: 2px;
  background: rgba(187, 187, 187, 0.3);
  position: relative;
}
.b-etap-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgba(187, 187, 187, 0.3);
  opacity: 1;
}
.b-etap-pagination .swiper-pagination-bullet.prev .__bar {
  width: 100%;
}
.b-etap-pagination .swiper-pagination-bullet .__bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  opacity: 1;
  height: 2px;
  background: #BBB;
}
.b-etap-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .__bar {
  animation: slide-progress 4s linear;
}

.b-swiper-wrapper {
  position: relative;
}
.b-swiper-wrapper.--adapt {
  position: relative;
}
.b-swiper-wrapper.--adapt .swiper-slide {
  height: auto;
  width: 320px;
}
.b-swiper-wrapper.--etap {
  position: relative;
}
.b-swiper-wrapper.--etap .swiper {
  margin-bottom: 40px;
  border-radius: 8px;
}
@media (max-width: 991px) {
  .b-swiper-wrapper.--etap .swiper {
    margin-bottom: 24px;
  }
}
.b-swiper-wrapper.--etap .b-swiper-arrow {
  top: calc(50% - 21px);
  transform: none;
  gap: 8px;
  justify-content: space-between;
  opacity: 0.5;
}
@media (max-width: 575px) {
  .b-swiper-wrapper.--etap .b-swiper-arrow {
    display: none;
  }
}
.b-swiper-wrapper.--etap .swiper-slide {
  height: auto;
  width: 344px;
}
@media (max-width: 767px) {
  .b-swiper-wrapper.--etap .swiper-slide {
    width: 320px;
  }
}
.b-swiper-wrapper.--tarif .swiper-slide {
  height: auto;
}
.b-swiper-wrapper.--tarif .swiper-slide .b-block {
  height: 100%;
}
@media (max-width: 1199px) {
  .b-swiper-wrapper.--tarif .swiper-slide {
    width: 320px !important;
  }
}
@media (max-width: 575px) {
  .b-swiper-wrapper.--tarif .swiper-slide {
    width: 300px !important;
  }
}
.b-swiper-wrapper.--chose .swiper-slide {
  height: auto;
}
.b-swiper-wrapper.--chose .swiper-slide .b-block {
  height: 100%;
}
@media (max-width: 1550px) {
  .b-swiper-wrapper.--chose .swiper-slide {
    width: 320px !important;
  }
}
.b-swiper-wrapper.--desk .swiper {
  margin-bottom: 72px;
  border-radius: 8px;
}
@media (max-width: 991px) {
  .b-swiper-wrapper.--desk .swiper {
    margin-bottom: 24px;
  }
}
.b-swiper-wrapper.--desk .b-swiper-arrow {
  top: calc(50% - 56px);
  transform: none;
  gap: 8px;
  justify-content: space-between;
  opacity: 0.5;
  padding: 0 8px;
}
@media (max-width: 991px) {
  .b-swiper-wrapper.--desk .b-swiper-arrow {
    top: calc(50% - 32px);
  }
}
@media (max-width: 575px) {
  .b-swiper-wrapper.--desk .b-swiper-arrow {
    display: none;
  }
}
.b-swiper-wrapper.--desk .swiper-slide {
  padding: 32px;
  height: auto;
  width: 466px !important;
  border-radius: 8px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #3A3A3A;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}
.b-swiper-wrapper.--desk .swiper-slide img {
  width: 100%;
}
@media (max-width: 575px) {
  .b-swiper-wrapper.--desk .swiper-slide {
    padding: 24px;
    font-size: 16px;
    width: 320px !important;
  }
}
.b-swiper-wrapper.--review .swiper {
  margin-bottom: 40px;
}
.b-swiper-wrapper.--review .swiper-slide {
  height: auto;
}
.b-swiper-wrapper.--facade .swiper-slide {
  height: auto;
}
@media (max-width: 1199px) {
  .b-swiper-wrapper.--facade .swiper-slide {
    width: 320px;
  }
}
.b-swiper-wrapper.--tour {
  position: relative;
}
.b-swiper-wrapper.--tour .swiper.--main {
  margin-left: 256px;
  position: relative;
}
@media (max-width: 1199px) {
  .b-swiper-wrapper.--tour .swiper.--main {
    margin-left: 240px;
  }
}
@media (max-width: 991px) {
  .b-swiper-wrapper.--tour .swiper.--main {
    margin-left: 0;
  }
}
.b-swiper-wrapper.--tour .swiper.--main .b-swiper-arrow {
  left: 8px;
  right: 8px;
}
.b-swiper-wrapper.--tour .swiper.--main .b-video-link {
  aspect-ratio: 1240/664;
}
.b-swiper-wrapper.--tour .swiper.--thumb {
  position: absolute;
  width: 216px;
  top: 0;
  bottom: 0;
  left: 0;
}
@media (max-width: 991px) {
  .b-swiper-wrapper.--tour .swiper.--thumb {
    display: none;
  }
}
.b-swiper-wrapper.--tour .swiper.--thumb .swiper-slide {
  height: 124px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.b-swiper-wrapper.--tour .swiper.--thumb .swiper-slide img {
  z-index: 1;
}
.b-swiper-wrapper.--tour .swiper.--thumb .swiper-slide:before {
  content: "";
  background: #000;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.b-swiper-wrapper.--tour .swiper.--thumb .swiper-slide .__name {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}
.b-swiper-wrapper.--tour .swiper.--thumb .swiper-slide:after {
  z-index: 3;
  content: "";
  position: absolute;
  background: #00A958;
  height: 4px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  transform: translateX(-100%);
}
.b-swiper-wrapper.--tour .swiper.--thumb .swiper-slide.swiper-slide-thumb-active:after {
  transform: translateX(0);
}
.b-swiper-wrapper.--tour .swiper.--thumb .swiper-slide.swiper-slide-thumb-active:before {
  opacity: 0;
}

.b-main-slider {
  height: 100%;
  min-height: 813px;
  padding: 153px 0 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #FFFFFF;
}
@media (max-width: 1439px) {
  .b-main-slider {
    min-height: auto;
  }
}
@media (max-width: 1199px) {
  .b-main-slider {
    padding-top: 108px;
    padding-bottom: 48px;
  }
}
@media (max-width: 575px) {
  .b-main-slider {
    padding-top: 100px;
    padding-bottom: 40px;
  }
}
.b-main-slider > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.b-main-slider .container.--absolute {
  position: relative;
}
@media (max-width: 575px) {
  .b-main-slider .container {
    height: 100%;
  }
}
.b-main-slider .b-main-slider-content {
  text-align: center;
  max-width: 1050px;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .b-main-slider .b-main-slider-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.b-main-slider .b-main-slider-content .__text {
  text-shadow: 0px 0px 32px rgba(0, 0, 0, 0.4);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .b-main-slider .b-main-slider-content .__text {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
.b-main-slider .b-main-slider-content.--left {
  text-align: start;
  max-width: 728px;
  margin: 0;
}
@media (max-width: 1550px) {
  .b-main-slider .b-main-slider-content.--left {
    max-width: 600px;
  }
}
@media (max-width: 1199px) {
  .b-main-slider .b-main-slider-content.--left {
    max-width: 470px;
  }
}
.b-main-slider .b-main-slider-content.--left h1, .b-main-slider .b-main-slider-content.--left .h1 {
  text-align: start;
}
.b-main-slider .b-main-slider-content.--right {
  text-align: end;
  max-width: 728px;
  margin: 0 0 0 auto;
}
@media (max-width: 1550px) {
  .b-main-slider .b-main-slider-content.--right {
    max-width: 600px;
  }
}
@media (max-width: 1199px) {
  .b-main-slider .b-main-slider-content.--right {
    max-width: 470px;
  }
}
@media (max-width: 991px) {
  .b-main-slider .b-main-slider-content.--right {
    margin: 0;
    text-align: start;
  }
}
.b-main-slider .b-main-slider-content.--right h1, .b-main-slider .b-main-slider-content.--right .h1 {
  text-align: end;
}
@media (max-width: 991px) {
  .b-main-slider .b-main-slider-content.--right h1, .b-main-slider .b-main-slider-content.--right .h1 {
    text-align: start;
  }
}

.b-card-top {
  display: flex;
  flex-direction: column;
  height: calc(100vh + 56px);
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .b-card-top {
    height: auto;
  }
}
@media (max-width: 575px) {
  .b-card-top {
    padding-left: 0;
    padding-right: 0;
    margin-top: 50px;
    min-height: unset;
  }
}
.b-card-top .h3 {
  line-height: 1;
}
.b-card-top .__grid {
  display: grid;
  grid-template-columns: 1221fr 675fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 8px;
  margin-bottom: 0px;
  height: 100%;
  min-height: 0;
  flex-shrink: 1;
}
@media (max-width: 575px) {
  .b-card-top .__grid {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    margin-bottom: 0;
  }
}
.b-card-top .__grid iframe, .b-card-top .__grid video {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
}
.b-card-top .__grid .__video {
  position: relative;
  min-width: 0;
  min-height: 0;
}
.b-card-top .__grid .__video > div {
  height: 100%;
  width: 100%;
}
.b-card-top .__grid .__video:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 56px;
  width: 56px;
  background-size: cover;
  z-index: 3;
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56' viewBox='0 0 56 56' fill='none'%3E%3Cg opacity='0.8'%3E%3Crect x='1' y='1' width='54' height='54' stroke='white' stroke-width='2'/%3E%3Cpath d='M23.9375 33.8994C23.9375 34.6642 24.7612 35.1459 25.4278 34.771L35.6518 29.0199C36.3315 28.6376 36.3315 27.6591 35.6518 27.2768L25.4278 21.5258C24.7612 21.1508 23.9375 21.6325 23.9375 22.3973V33.8994Z' fill='white'/%3E%3C/g%3E%3C/svg%3E");
}
.b-card-top .__grid .__video:hover:after {
  opacity: 0;
}
.b-card-top .__grid .b-swiper-wrap {
  display: none;
  min-width: 0;
  min-height: 0;
}
@media (max-width: 575px) {
  .b-card-top .__grid .b-swiper-wrap {
    display: block;
  }
}
.b-card-top .__grid .b-swiper-wrap .swiper-slide {
  height: auto;
}
.b-card-top .__grid .b-swiper-wrap a {
  display: block;
  height: 100%;
}
.b-card-top .__grid .b-swiper-wrap img {
  object-fit: cover;
  width: 100%;
  aspect-ratio: 6/4;
}
.b-card-top .__grid > a {
  display: none;
  min-width: 0;
  min-height: 0;
}
.b-card-top .__grid > a:first-child {
  display: block;
  grid-row: span 2;
}
@media (max-width: 575px) {
  .b-card-top .__grid > a:first-child {
    grid-row: span 1;
  }
}
@media (max-width: 575px) {
  .b-card-top .__grid > a:first-child {
    display: none;
  }
}
.b-card-top .__grid > a:nth-child(2), .b-card-top .__grid > a:nth-child(3) {
  display: block;
}
@media (max-width: 575px) {
  .b-card-top .__grid > a:nth-child(2), .b-card-top .__grid > a:nth-child(3) {
    display: none;
  }
}
.b-card-top .__grid > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.b-card-top .__bottom {
  flex-grow: 1;
  padding: 40px 0 40px;
}
@media (max-width: 575px) {
  .b-card-top .__bottom {
    padding: 32px 0;
  }
}
.b-card-top .__bottom .__inner {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  grid-gap: 40px;
  position: relative;
  padding-left: 222px;
}
@media (max-width: 1550px) {
  .b-card-top .__bottom .__inner {
    padding-left: 184px;
  }
}
@media (max-width: 1199px) {
  .b-card-top .__bottom .__inner {
    padding-left: 0;
  }
}
@media (max-width: 1550px) {
  .b-card-top .__bottom .__inner {
    grid-gap: 24px;
    grid-template-columns: 1.7fr 1.2fr 2.3fr;
  }
}
@media (max-width: 1199px) {
  .b-card-top .__bottom .__inner {
    grid-template-columns: 1.2fr 1.2fr 2.2fr;
  }
}
@media (max-width: 991px) {
  .b-card-top .__bottom .__inner {
    grid-template-columns: 1fr 1.7fr;
  }
}
@media (max-width: 767px) {
  .b-card-top .__bottom .__inner {
    grid-gap: 16px;
  }
}
@media (max-width: 575px) {
  .b-card-top .__bottom .__inner {
    grid-template-columns: 1fr;
    grid-gap: 8px;
  }
}
@media (max-width: 991px) {
  .b-card-top .__bottom .__inner > .b-btn {
    grid-column: span 2;
  }
}
@media (max-width: 575px) {
  .b-card-top .__bottom .__inner > .b-btn {
    grid-column: span 1;
  }
}
.b-card-top .__bottom .__left {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 991px) {
  .b-card-top .__bottom .__left {
    grid-column: span 2;
  }
}
@media (max-width: 575px) {
  .b-card-top .__bottom .__left {
    grid-column: span 1;
    margin-bottom: 8px;
  }
}
@media (max-width: 575px) {
  .b-card-top .__bottom .__tags {
    margin-bottom: 8px;
  }
}
@media (max-width: 575px) {
  .b-card-top .__bottom .__tags .b-tag-el {
    flex: auto;
  }
}
@media (max-width: 575px) {
  .b-card-top .__bottom .b-props {
    display: none;
  }
}
.b-card-top .__bottom .b-props.--mob {
  display: none;
}
@media (max-width: 575px) {
  .b-card-top .__bottom .b-props.--mob {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    grid-gap: 8px;
    margin-bottom: 8px;
  }
}
.b-card-top .__bottom .__right .b-props {
  margin-bottom: 24px;
}
@media (max-width: 575px) {
  .b-card-top .__bottom .__right .b-props {
    margin-bottom: 16px;
  }
}
.b-card-top .__bottom .__pers {
  width: 182px;
  position: absolute;
  left: 0;
  bottom: -24px;
  overflow: hidden;
}
@media (max-width: 1550px) {
  .b-card-top .__bottom .__pers {
    width: 160px;
    bottom: 50%;
    transform: translateY(50%);
  }
}
@media (max-width: 1199px) {
  .b-card-top .__bottom .__pers {
    display: none;
  }
}
.b-card-top .__bottom .__pers img {
  object-fit: cover;
  display: block;
  width: 100%;
  aspect-ratio: 1/1.1;
  position: relative;
  z-index: 2;
  border-radius: 0 0 182px 182px;
}
@media (max-width: 1550px) {
  .b-card-top .__bottom .__pers img {
    border-radius: 0 0 160px 160px;
  }
}
.b-card-top .__bottom .__pers:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1/1;
  z-index: 1;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(8px);
  border-radius: 50%;
}
@media (max-width: 1439px) {
  .b-card-top .b-main-slider {
    min-height: 740px;
  }
}
@media (max-width: 1199px) {
  .b-card-top .b-main-slider {
    min-height: 560px;
  }
}
@media (max-width: 767px) {
  .b-card-top .b-main-slider {
    min-height: auto;
    aspect-ratio: 1128/740;
  }
}
.b-card-top .b-main-swiper-wrap.--card {
  flex-grow: 1;
}
.b-card-top .b-main-swiper-wrap.--card .b-main-slider > img {
  object-position: center;
}
@media (max-width: 575px) {
  .b-card-top .b-cols-2 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 557px) {
  .b-card-top .b-cols-2 {
    grid-gap: 24px;
  }
}
.b-card-top .b-props {
  line-height: 1.2;
}
.b-card-top .b-props .__name {
  display: inline-block;
  padding-right: 24px;
}
@media (max-width: 1550px) {
  .b-card-top .b-props .__name {
    padding-right: 8px;
  }
}
@media (max-width: 575px) {
  .b-card-top .b-props .__name {
    padding-right: 0px;
  }
}
@media (max-width: 991px) {
  .b-card-top .b-props {
    grid-column: span 1;
  }
}
@media (max-width: 575px) {
  .b-card-top .b-props .__name {
    font-size: 14px;
  }
}

.b-main-swiper-wrap {
  position: relative;
  min-height: 0;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.b-main-swiper-wrap.--build.--clear .b-main-slider:after {
  background: none;
}
@media (max-width: 991px) {
  .b-main-swiper-wrap.--build.--clear .b-main-slider:after {
    background: rgba(0, 0, 0, 0.48);
  }
}
.b-main-swiper-wrap.--build.--extra-grad .b-main-slider:after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 48%, rgba(0, 0, 0, 0) 60%);
}
@media (max-width: 991px) {
  .b-main-swiper-wrap.--build.--extra-grad .b-main-slider:after {
    background: rgba(0, 0, 0, 0.48);
  }
}
.b-main-swiper-wrap.--build .b-main-slider {
  min-height: 893px;
  background: #000;
}
.b-main-swiper-wrap.--build .b-main-slider.--right:after {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 60%);
}
@media (max-width: 991px) {
  .b-main-swiper-wrap.--build .b-main-slider.--right:after {
    background: rgba(0, 0, 0, 0.48);
  }
}
.b-main-swiper-wrap.--build .b-main-slider.--right > img {
  z-index: 1;
}
@media (max-width: 1550px) {
  .b-main-swiper-wrap.--build .b-main-slider.--right > img {
    object-position: 18% center;
  }
}
@media (max-width: 991px) {
  .b-main-swiper-wrap.--build .b-main-slider.--right > img {
    object-position: center;
    display: none;
  }
}
.b-main-swiper-wrap.--build .b-main-slider:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 60%);
}
@media (max-width: 991px) {
  .b-main-swiper-wrap.--build .b-main-slider:after {
    background: rgba(0, 0, 0, 0.48);
  }
}
.b-main-swiper-wrap.--build .b-main-slider .container {
  z-index: 3;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .b-main-swiper-wrap.--build .b-main-slider .container {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .b-main-swiper-wrap.--build .b-main-slider .b-main-slider-content {
    height: fit-content;
    margin-top: auto;
    display: flex;
    flex-direction: column;
    padding-bottom: 16px;
    justify-content: end;
    align-items: start;
  }
}
@media (max-width: 1199px) {
  .b-main-swiper-wrap.--build .b-main-slider .b-main-slider-content .b-btn {
    height: 48px;
    padding: 0 18px;
  }
}
@media (max-width: 767px) {
  .b-main-swiper-wrap.--build .b-main-slider .b-main-slider-content .b-btn {
    margin-top: auto;
  }
}
@media (max-width: 575px) {
  .b-main-swiper-wrap.--build .b-main-slider .b-main-slider-content .b-btn {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .b-main-swiper-wrap.--build .b-main-slider .b-main-slider-content .__text {
    margin-bottom: 24px;
  }
}
@media (max-width: 575px) {
  .b-main-swiper-wrap.--build .b-main-slider .b-main-slider-content .__text {
    font-size: 14px;
  }
}
@media (max-width: 2560px) {
  .b-main-swiper-wrap.--build .b-main-slider {
    min-height: 813px;
  }
}
@media (max-width: 1650px) {
  .b-main-swiper-wrap.--build .b-main-slider {
    min-height: 673px;
  }
}
@media (max-width: 1550px) {
  .b-main-swiper-wrap.--build .b-main-slider {
    min-height: 600px;
  }
}
@media (max-width: 1199px) {
  .b-main-swiper-wrap.--build .b-main-slider {
    min-height: 500px;
  }
}
.b-main-swiper-wrap.--build .b-main-slider > img {
  z-index: 1;
}
@media (max-width: 1199px) {
  .b-main-swiper-wrap.--build .b-main-slider > img {
    object-position: 72% center;
  }
}
@media (max-width: 991px) {
  .b-main-swiper-wrap.--build .b-main-slider > img {
    object-position: center;
    display: none;
  }
}
.b-main-swiper-wrap.--build .b-main-slider > img.--img-mob {
  display: none;
}
@media (max-width: 991px) {
  .b-main-swiper-wrap.--build .b-main-slider > img.--img-mob {
    display: block;
  }
}
.b-main-swiper-wrap .swiper-slide {
  height: auto;
}
.b-main-swiper-wrap.--card {
  overflow: hidden;
  margin-top: 0;
}
.b-main-swiper-wrap.--card .swiper {
  height: 100%;
}
.b-main-swiper-wrap.--card .b-main-slider {
  height: 100%;
}
@media (max-width: 575px) {
  .b-main-swiper-wrap.--card .b-main-slider {
    height: unset;
    width: 100%;
  }
}
.b-main-swiper-wrap.--card .b-progress-btn {
  padding-right: 16px;
  padding-left: 16px;
  max-width: 1528px;
  bottom: 19px;
  z-index: 11;
}
@media (max-width: 1550px) {
  .b-main-swiper-wrap.--card .b-progress-btn {
    max-width: 1140px;
  }
}
@media (max-width: 1199px) {
  .b-main-swiper-wrap.--card .b-progress-btn {
    max-width: 980px;
  }
}
@media (max-width: 991px) {
  .b-main-swiper-wrap.--card .b-progress-btn {
    max-width: 752px;
  }
}
@media (max-width: 767px) {
  .b-main-swiper-wrap.--card .b-progress-btn {
    max-width: 572px;
  }
}
.b-main-swiper-wrap.--card .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  height: 32px;
  width: 100%;
}
@media (min-width: 992px) {
  .b-main-swiper-wrap.--contacts {
    height: 100%;
  }
}
.b-main-swiper-wrap.--contacts .b-progress-btn {
  width: calc(100% - 32px);
  bottom: 32px;
}
.b-main-swiper-wrap.--contacts .b-swiper-arrow {
  left: 8px;
  right: 8px;
}
.b-main-swiper-wrap.--contacts .swiper {
  border-radius: 8px;
}
@media (min-width: 992px) {
  .b-main-swiper-wrap.--contacts .swiper {
    height: 100%;
  }
}
@media (min-width: 992px) {
  .b-main-swiper-wrap.--contacts .swiper-slide img {
    height: 100%;
  }
}
@media (max-width: 575px) {
  .b-main-swiper-wrap.--contacts .swiper-slide img {
    height: 320px;
  }
}
.b-main-swiper-wrap .b-progress-btn {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 64px;
  z-index: 10;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 16px;
  max-width: 1000px;
}
@media (max-width: 1550px) {
  .b-main-swiper-wrap .b-progress-btn {
    bottom: 40px;
  }
}
@media (max-width: 1199px) {
  .b-main-swiper-wrap .b-progress-btn {
    bottom: 24px;
  }
}
@media (max-width: 575px) {
  .b-main-swiper-wrap .b-progress-btn {
    bottom: 32px;
  }
}
.b-main-swiper-wrap .b-progress-btn.--container {
  padding-right: 16px;
  padding-left: 16px;
  max-width: 1528px;
}
@media (max-width: 1550px) {
  .b-main-swiper-wrap .b-progress-btn.--container {
    max-width: 1140px;
  }
}
@media (max-width: 1199px) {
  .b-main-swiper-wrap .b-progress-btn.--container {
    max-width: 980px;
  }
}
@media (max-width: 991px) {
  .b-main-swiper-wrap .b-progress-btn.--container {
    max-width: 752px;
  }
}
@media (max-width: 767px) {
  .b-main-swiper-wrap .b-progress-btn.--container {
    max-width: 572px;
  }
}
.b-main-swiper-wrap .b-progress-btn .b-big-slider-bullet.prev .__bar {
  width: 100%;
}
.b-main-swiper-wrap .b-progress-btn .swiper-pagination-bullet {
  position: relative;
  width: 100%;
  border-radius: 0;
  height: 2px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.3);
}
.b-main-swiper-wrap .b-progress-btn .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  height: 32px;
  width: 100%;
}
.b-main-swiper-wrap .b-progress-btn .swiper-pagination-bullet.swiper-pagination-bullet-active .__bar {
  animation: slide-progress 8s linear;
}
.b-main-swiper-wrap .b-progress-btn .swiper-pagination-bullet .__bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  opacity: 1;
  height: 2px;
  background: #FFFFFF;
}

.b-catalog-list .__item .b-slider > img {
  height: 282px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .b-catalog-list .__item .b-slider > img {
    height: 274px;
  }
}
@media (max-width: 575px) {
  .b-catalog-list .__item .b-slider > img {
    height: 197px;
  }
}
.b-catalog-list .__item .b-slider .b-slide-panel {
  position: absolute;
  bottom: 16px;
  left: 0;
  padding: 0 24px;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 10;
  gap: 3px;
}
.b-catalog-list .__item .b-slider .b-slide-panel .__item {
  cursor: pointer;
  width: 100%;
  background: transparent;
  border-bottom: 2px solid #FFFFFF;
  height: 100%;
  opacity: 0.3;
}
.b-catalog-list .__item .b-slider .b-slide-panel .__item.--active {
  opacity: 1;
}
.b-catalog-list .__item .b-slider .b-slide-panel .__item:hover {
  opacity: 1;
}

.b-tour-slider {
  position: relative;
}
.b-tour-slider .b-video-link:before {
  top: 40%;
}
.b-tour-slider .b-video-link:after {
  top: 40%;
}
.b-tour-slider .b-video-link .__title-big {
  color: #FFFFFF;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.b-tour-slider .b-video-link .__title-small {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  position: absolute;
  top: 58%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}
.b-tour-slider .b-video-link img {
  width: 100%;
}
.b-tour-slider .swiper-slide img {
  height: 802px;
  object-fit: cover;
}
.b-tour-slider .swiper-pagination-bullet {
  width: 216px;
  height: 124px;
  background: none;
  margin: 0 !important;
  opacity: 0.8;
  position: relative;
  border-radius: 0;
}
.b-tour-slider .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: transparent;
}
.b-tour-slider .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  background: #00A958;
}
.b-tour-slider .swiper-pagination-bullet img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.b-tour-slider .b-pagination {
  display: grid;
  gap: 40px;
  margin-top: 40px;
  grid-template-columns: repeat(auto-fill, 216px);
  justify-content: space-between;
}

.b-swiper-arrow {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  display: flex;
  z-index: 100;
  justify-content: space-between;
  pointer-events: none;
}
.b-swiper-arrow a {
  pointer-events: auto;
}

.b-review-nav {
  max-width: 320px;
  padding: 24px 0;
  display: flex;
  gap: 16px;
}
@media (max-width: 991px) {
  .b-review-nav {
    gap: 4px;
    padding: 16px 0;
  }
}
.b-review-nav .swiper-pagination-bullet {
  width: 100%;
  border-radius: 2px;
  height: 2px;
  opacity: 0.3;
  background: #BCBCBC;
}
.b-review-nav .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #3A3A3A;
  opacity: 1;
}

.b-card-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  z-index: 10;
  position: absolute;
  bottom: 16px !important;
  padding: 0 24px;
}
.b-card-pagination .swiper-pagination-bullet {
  width: 100%;
  height: 2px;
  background: none;
  margin: 0 !important;
  opacity: 0.8;
  position: relative;
  border-radius: 0;
  background: #FFFFFF;
}
.b-card-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #1EC776;
}
.b-card-pagination .swiper-pagination-bullet img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes slide-progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.b-map {
  height: 100vh;
  width: 100%;
  position: relative;
}
.b-map.--main {
  height: 600px;
  margin-top: 0;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .b-map.--main {
    height: 600px;
    min-height: fit-content;
  }
}
@media (max-width: 767px) {
  .b-map.--main {
    height: auto;
  }
}
@media (max-width: 767px) {
  .b-map.--main .__img {
    margin-bottom: 0;
    display: none;
  }
}
.b-map.--main .__img.--m {
  display: none;
}
@media (max-width: 767px) {
  .b-map.--main .__img.--m {
    display: block;
  }
}
.b-map.--main .container {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
}
.b-map .__ymap {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /*
  [class$="-ground-pane"]{
    filter: grayscale(1);
  }
   */
}
.b-map .__ymap [class$=-controls__toolbar],
.b-map .__ymap [class$=-controls__control] {
  display: none;
}
.b-map .__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
@media (max-width: 767px) {
  .b-map .__img {
    height: 400px;
    margin-bottom: 56px;
  }
}
@media (max-width: 575px) {
  .b-map .__img {
    margin-bottom: 40px;
  }
}
.b-map .__map {
  height: 100%;
  z-index: 1;
}
@media (max-width: 767px) {
  .b-map .__map {
    height: 400px;
    margin-bottom: 56px;
  }
}
@media (max-width: 575px) {
  .b-map .__map {
    margin-bottom: 40px;
  }
}
.b-map .__ico {
  position: absolute;
  z-index: 2;
  height: 48px;
  width: 48px;
  background-image: url("/images/adept/map/icons/green.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.b-map .__ico:hover {
  background-image: url("/images/adept/map/icons/green-hover.svg");
}
.b-map .__ico.--selec {
  background-image: url("/images/adept/map/icons/green-select.svg");
}
.b-map .__ico.--gray {
  background-image: url("/images/adept/map/icons/gray-hover.svg");
}
.b-map .__ico.--gray:hover {
  background-image: url("/images/adept/map/icons/gray-hover.svg");
}
.b-map .__ico.--gray.--selec {
  background-image: url("/images/adept/map/icons/gray-select.svg");
}
.b-map .__ico.--black {
  background-image: url("/images/adept/map/icons/black-hover.svg");
}
.b-map .__ico.--black:hover {
  background-image: url("/images/adept/map/icons/black-hover.svg");
}
.b-map .__ico.--black.--selec {
  background-image: url("/images/adept/map/icons/black-select.svg");
}

.b-map-factoids {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 16px;
  width: 420px;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2392156863);
  background: #FFFFFF;
  padding: 40px;
  right: 16px;
}
@media (max-width: 1550px) {
  .b-map-factoids {
    right: 0;
    width: 380px;
  }
}
@media (max-width: 991px) {
  .b-map-factoids {
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .b-map-factoids {
    padding: 0;
    background: none;
    width: auto;
    right: 16px;
    left: 16px;
    transform: none;
    bottom: 24px;
    top: auto;
  }
  .b-map-factoids > * {
    display: none;
  }
  .b-map-factoids .b-btn {
    display: flex;
  }
}

.b-map-controls {
  position: fixed;
  z-index: 99998;
  padding: 79px 0 16px;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  background: #FFFFFF;
  width: 100%;
  border-radius: 12px 12px 8px 8px;
}
@media (min-width: 576px) {
  .b-map-controls {
    max-width: 572px;
  }
}
@media (min-width: 768px) {
  .b-map-controls {
    max-width: 752px;
  }
}
@media (min-width: 992px) {
  .b-map-controls {
    max-width: 1028px;
  }
}
@media (min-width: 1200px) {
  .b-map-controls {
    max-width: 1216px;
  }
}
@media (min-width: 1550px) {
  .b-map-controls {
    max-width: 1544px;
  }
}
@media (max-width: 1199px) {
  .b-map-controls {
    padding: 72px 0 16px;
  }
}
@media (max-width: 600px) {
  .b-map-controls {
    max-width: 100%;
    top: 50px;
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .b-map-controls {
    padding: 70px 0 8px;
  }
}
@media (max-width: 767px) {
  .b-map-controls {
    padding: 63px 0 8px;
  }
}
@media (max-width: 600px) {
  .b-map-controls {
    padding: 12px 0 8px;
  }
}
@media (max-width: 575px) {
  .b-map-controls {
    padding: 8px 0 8px;
  }
}
.b-map-controls .__inner {
  display: flex;
  gap: 16px;
}
@media (max-width: 1199px) {
  .b-map-controls .__inner {
    display: none;
  }
}
.b-map-controls .b-btn {
  width: fit-content;
  margin-left: auto;
}
@media (max-width: 767px) {
  .b-map-controls .b-btn {
    width: 100%;
  }
}
.b-map-controls.--mob {
  padding: 0;
  background: none;
}
.b-map-controls.--mob .iexmodal-close {
  top: -10px;
  right: -10px;
}
.b-map-controls.--mob .bx-ui-slider-track-container {
  z-index: 0;
}
@media (max-width: 1199px) {
  .b-map-controls.--mob .__inner {
    padding: 8px;
    display: flex;
    flex-direction: column;
  }
}
.b-map-controls.--mob .__inner .b-filter-item .__inner {
  flex-direction: row;
  padding: 0 12px;
}
.b-map-controls .b-filter-item.--range .__inner {
  grid-template-columns: auto auto 1fr auto;
  gap: 0 8px;
}
@media (max-width: 1550px) {
  .b-map-controls .b-filter-item.--range .__inner {
    padding-top: 4px;
    padding-bottom: 8px;
    grid-template-columns: auto 1fr auto;
  }
}
.b-map-controls .b-filter-item.--range .__ico {
  position: relative;
}
.b-map-controls .b-filter-item.--range input {
  padding: 0;
}
@media (max-width: 575px) {
  .b-map-controls .b-filter-item.--range .__field span {
    display: none;
  }
}
.b-map-controls .b-filter-item.--range .__name {
  margin-bottom: 0;
  font-size: 14px;
}
@media (max-width: 1550px) {
  .b-map-controls .b-filter-item.--range .__name {
    grid-column: span 3;
  }
}
.b-map-controls .__control {
  flex: auto;
  background: #F7F7F7;
  height: 56px;
  padding: 0 12px;
  color: #494949;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  border-radius: 8px;
}
.b-map-controls .__control:first-child {
  min-width: 190px;
}
.b-map-controls .__control:nth-child(3) {
  min-width: 160px;
}
.b-map-controls .__control:hover:not(.__range) {
  color: #979797;
}
.b-map-controls .__control.__btn {
  cursor: pointer;
}
.b-map-controls .__control.__btn input {
  display: none;
}
.b-map-controls .__control.__btn input:checked + span {
  color: #00A958;
}
.b-map-controls .__control.--active .__label {
  color: #00A958;
}
.b-map-controls .__range {
  gap: 16px;
}
.b-map-controls .__range .__inputs {
  display: flex;
  gap: 2px;
}
.b-map-controls .__range .__inputs input {
  background: #F7F7F7;
  height: 44px;
  width: 50px;
  color: #494949;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  border: none;
  outline: none;
  padding: 0 8px;
  text-align: center;
}
.b-map-controls .__range .__inputs input:hover, .b-map-controls .__range .__inputs input:focus {
  border: none;
  outline: none;
}
.b-map-controls .__select {
  position: relative;
  cursor: pointer;
}
.b-map-controls .__select .__label {
  padding-right: 32px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b-map-controls .__select .__label i {
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  height: 32px;
  width: 32px;
  transition: 0.3s ease-out transform;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.00003 4.58594L4.70714 5.29304L8.00003 8.58594L11.2929 5.29304L12 4.58594L13.4142 6.00015L12.7071 6.70726L8.70714 10.7073L8.00003 11.4144L7.29292 10.7073L3.29292 6.70726L2.58582 6.00015L4.00003 4.58594Z" fill="%23494949"/></svg>') no-repeat center;
}
.b-map-controls .__select .__options {
  display: none;
  position: absolute;
  z-index: 1;
  top: 56px;
  left: 0;
  text-align: left;
  background-color: #f7f7f7;
  max-height: 70vh;
  overflow-y: auto;
  border: 1px solid #00A958;
  border-radius: 8px;
  width: 100%;
}
@media (max-width: 1199px) {
  .b-map-controls .__select .__options {
    max-height: none;
    width: 100%;
    z-index: 2;
  }
}
.b-map-controls .__select .__options::-webkit-scrollbar {
  width: 4px;
}
.b-map-controls .__select .__options::-webkit-scrollbar-track {
  background: transparent;
}
.b-map-controls .__select .__options::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #979797;
}
.b-map-controls .__select .__options .__option {
  color: #494949;
  background: #f7f7f7;
  height: 56px;
  line-height: 1.3;
  display: flex;
  align-items: center;
  padding: 0 24px;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  white-space: break-spaces;
}
.b-map-controls .__select .__options .__option:first-child {
  border-bottom: 1px solid #e5e5e5;
}
.b-map-controls .__select .__options .__option:hover {
  color: #979797;
}
.b-map-controls .__select .__options .__option.--active {
  color: #00A958;
}
.b-map-controls .__select .__options .__option.disabled {
  display: none !important;
}
.b-map-controls .__select.--opened .__label i {
  transform: translateY(-50%) rotate(180deg);
}
.b-map-controls .__select.--opened .__options {
  display: block;
}
.b-map-controls .__select.--active .__label {
  color: #00A958;
}
.b-map-controls .selectric-b-select {
  min-width: 136px;
}
.b-map-controls .selectric-b-select .selectric {
  padding-right: 56px;
  background: #FFFFFF;
  min-width: fit-content;
  height: 48px;
}
.b-map-controls .selectric-b-select .selectric .label {
  display: flex;
  overflow: visible;
  min-width: fit-content;
  line-height: 48px;
}
.b-map-controls .selectric-b-select .selectric:hover .label {
  color: #979797;
}
.b-map-controls .selectric-b-select .selectric-items ul li {
  color: #494949;
  background: #FFFFFF;
  height: 48px;
}
.b-map-controls .selectric-b-select .selectric-items ul li:hover {
  color: #979797;
}
.b-map-controls .selectric-b-select .selectric-items ul li.disabled {
  display: none !important;
}
.b-map-controls .selectric-items ul li {
  color: #494949;
  background: #FFFFFF;
  height: 48px;
}
.b-map-controls .selectric-items ul li:hover {
  color: #979797;
}
.b-map-controls .selectric-items ul li.disabled {
  display: none !important;
}

.ymaps-2-1-79-placemark-overlay {
  transition: z-index 0.3s ease-out;
}

.b-square {
  background: #FFFFFF;
  padding: 0 24px;
  height: 48px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.b-square .__label {
  color: #494949;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  white-space: nowrap;
}
.b-square .__inputs {
  display: flex;
  gap: 2px;
}
.b-square .__inputs input {
  background: #F7F7F7;
  height: 44px;
  width: 50px;
  color: #494949;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  border: none;
  outline: none;
  padding: 0 8px;
  text-align: center;
}
.b-square .__inputs input:hover, .b-square .__inputs input:focus {
  border: none;
  outline: none;
}

.b-select-btn {
  height: 48px;
  padding: 0 24px;
  background: #FFFFFF;
  color: #494949;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
}
.b-select-btn:hover {
  color: #979797;
}

.b-map-popup .iexmodal-popup {
  background: none;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.24);
}
@media (min-width: 1200px) {
  .b-map-popup.--alert {
    pointer-events: none;
    background: none;
    z-index: 99996 !important;
  }
}
@media (max-width: 1199px) {
  .b-map-popup.--alert .container {
    padding: 0;
    margin: 0;
    max-width: 400px;
  }
}
@media (min-width: 1200px) {
  .b-map-popup.--alert .iexmodal-inner-wrap, .b-map-popup.--alert .container, .b-map-popup.--alert .b-catalog-list {
    height: 100%;
  }
}
.b-map-popup.--alert .iexmodal-close {
  display: none;
}
@media (min-width: 1200px) {
  .b-map-popup.--alert .iexmodal-popup {
    top: 153px;
    height: calc(100% - 153px);
    box-shadow: none;
  }
}
.b-map-popup.--alert.iexmodal-overflow-y .iexmodal-popup {
  bottom: 10px;
}
.b-map-popup.--alert .b-catalog-list {
  background: none;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.b-map-popup .iexmodal-inner {
  padding: 0;
}
.b-map-popup .iexmodal-inner-wrap:before {
  height: 0;
}
.b-map-popup .iexmodal-close-inner {
  height: 24px;
  width: 24px;
  padding: 0;
  background: url("/images/adept/icons/close-pop.svg") no-repeat center;
  top: 8px;
  right: 24px;
}
.b-map-popup .iexmodal-close-inner .iexmodal-icon {
  display: none;
}
.b-map-popup .b-catalog-list {
  margin-bottom: 2px;
}
.b-map-popup .b-catalog-list .__item {
  pointer-events: auto;
}
.b-map-popup .b-catalog-list .__item .__top {
  position: relative;
}
.b-map-popup .b-catalog-list .__item .__top .iexmodal-close {
  display: block;
  top: 8px;
  right: 8px;
}
.b-map-popup .b-catalog-list .__item .__top-props {
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  z-index: 1;
}
.b-map-popup .b-catalog-list .__item .__top-props > div {
  height: 24px;
  padding: 0 10px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  display: flex;
  align-items: center;
  border-radius: 2px;
  background: rgba(58, 58, 58, 0.8);
}
.b-map-popup .b-catalog-list .__item .__btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2px;
}
.b-map-popup .b-catalog-list .__item .__btns .__btn {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EAEAEA;
  border-radius: 8px;
  color: #3A3A3A;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}
@media (max-width: 575px) {
  .b-map-popup .b-catalog-list .__item .__btns .__btn {
    font-size: 14px;
  }
}
.b-map-popup .b-catalog-list .__item .__btns .__btn:hover {
  background: #D8D8D8;
}
.b-map-popup .b-catalog-list .__item .__btns .__btn:last-child {
  grid-column: span 2;
}
.b-map-popup .b-catalog-list .__item .b-like {
  bottom: 8px;
  left: 8px;
  right: auto;
  top: auto;
}
.b-map-popup .b-catalog-list .__item .b-slider {
  height: 220px;
  background: #EAEAEA;
}
.b-map-popup .b-catalog-list .__item .b-slider .__placehold {
  color: #3A3A3A;
  font-size: 12px;
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 90%;
}
.b-map-popup .b-catalog-list .__item .b-slider .__placehold + img {
  object-fit: contain;
  width: 160px;
  height: auto;
  position: absolute;
  top: 27%;
  left: 50%;
  transform: translateX(-50%);
}
.b-map-popup .b-catalog-list .__item .b-slider > img {
  height: 100%;
}
.b-map-popup .b-catalog-list .__item .__inner {
  padding: 12px 16px 16px;
  display: block;
}
.b-map-popup .b-catalog-list .__item .__inner .b-cols-2 {
  grid-gap: 8px;
}
.b-map-popup .b-catalog-list .__item .__inner .__title {
  margin-bottom: 8px;
  font-size: 18px;
}
@media (max-width: 575px) {
  .b-map-popup .b-catalog-list .__item .__inner .__title {
    font-size: 16px;
  }
}
.b-map-popup .b-catalog-list .__item .__inner .b-props {
  grid-template-columns: 1fr;
  grid-gap: 8px;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .b-map-popup .b-catalog-list .__item .__inner .b-props {
    grid-column: span 1;
  }
}
.b-map-popup .b-catalog-list .__item .__inner .b-props > div {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
}
@media (max-width: 575px) {
  .b-map-popup .b-catalog-list .__item .__inner .b-props > div {
    font-size: 14px;
  }
}
.b-map-popup .b-catalog-list .__item .__inner .b-props > div .__name {
  display: block;
  font-size: 16px;
}
@media (max-width: 575px) {
  .b-map-popup .b-catalog-list .__item .__inner .b-props > div .__name {
    font-size: 14px;
  }
}
.b-map-popup .b-catalog-list .__item .__inner .b-options {
  text-align: start;
  margin-bottom: 0;
}
.b-map-popup .b-catalog-list .__item .__inner .b-options > div {
  color: #494949;
}
.b-map-popup .b-catalog-list .__item .__inner .b-options > div span {
  color: #00A958;
}
.b-map-popup .b-map-btns {
  padding: 24px 24px 40px;
  background: #FFFFFF;
}
.b-map-popup .b-map-btns .__title {
  color: #3A3A3A;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 8px;
}
.b-map-popup .b-map-btns .__btn {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  padding: 8px 0;
  align-items: center;
  border-bottom: 1px solid #EAEAEA;
  gap: 16px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.b-map-popup .b-map-btns .__btn .b-spec-arrow {
  width: 32px;
  height: 32px;
  position: relative;
  overflow: hidden;
  background: #EAEAEA;
}
.b-map-popup .b-map-btns .__btn .b-spec-arrow:before {
  color: #FFFFFF;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  content: url("/images/adept/icons/arrow_rght.svg");
  transition: all 0.3s ease-out;
  background: #EAEAEA;
}
.b-map-popup .b-map-btns .__btn .b-spec-arrow:after {
  color: #FFFFFF;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
  content: url("/images/adept/icons/arrow_rght_w.svg");
  transition: all 0.3s ease-out;
  background: #3A3A3A;
}
.b-map-popup .b-map-btns .__btn:hover .b-spec-arrow:after {
  left: 0;
  transition: all 0.3s ease-out;
}
.b-map-popup .b-map-btns .__btn:hover .b-spec-arrow:before {
  right: -100%;
  transition: all 0.3s ease-out;
}

.b-apply {
  display: none;
  top: unset !important;
  right: unset !important;
}
@media (max-width: 1199px) {
  .b-apply {
    display: flex;
    width: 100% !important;
  }
}

.b-404 {
  background: url("/images/gryazi/404/404bg.svg");
  background-size: cover;
  background-position: center;
  height: calc(100vh - 80px);
  display: flex;
  align-items: center;
  padding: 100px 0;
}
.b-404 .__404 {
  margin-bottom: 56px;
}
.b-404 .__text {
  margin-bottom: 40px;
}

@media (max-width: 575px) {
  .b-404 {
    height: auto;
    padding: 30px 0;
  }
  .b-404 .__404 {
    margin-bottom: 32px;
  }
  .b-404 .__text {
    margin-bottom: 32px;
  }
}

/* End */
/* /tools/css/bootstrap.css?1759997933193965 */
/* /tools/mmenu/mmenu.css?170134996047952 */
/* /tools/css/animate.css?169520029677908 */
/* /tools/selectric/selectric.css?17435839754446 */
/* /tools/iexForm/iexform.css?175576194816857 */
/* /tools/iexModal/iexModal.css?173995473110558 */
/* /tools/fancybox/fancybox.css?173642255524789 */
/* /tools/swiper/swiper.css?177080625823510 */
/* /tools/css/policy.css?17706490273581 */
/* /tools/css/style.css?1771493462237663 */
