

/* Start:/frontend/build/js/bootstrap/css/bootstrap.css?1758196258175562*/
@charset "UTF-8";
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 768px;
  --breakpoint-md: 1024px;
  --breakpoint-lg: 1366px;
  --breakpoint-xl: 1600px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

@-ms-viewport {
  width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1024px) {
  .container {
    max-width: 1306px;
  }
}
@media (min-width: 1366px) {
  .container {
    max-width: 1540px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1860px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

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

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
}

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

.col-auto {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: auto;
  max-width: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
      order: -1;
}

.order-last {
  -ms-flex-order: 13;
      order: 13;
}

.order-0 {
  -ms-flex-order: 0;
      order: 0;
}

.order-1 {
  -ms-flex-order: 1;
      order: 1;
}

.order-2 {
  -ms-flex-order: 2;
      order: 2;
}

.order-3 {
  -ms-flex-order: 3;
      order: 3;
}

.order-4 {
  -ms-flex-order: 4;
      order: 4;
}

.order-5 {
  -ms-flex-order: 5;
      order: 5;
}

.order-6 {
  -ms-flex-order: 6;
      order: 6;
}

.order-7 {
  -ms-flex-order: 7;
      order: 7;
}

.order-8 {
  -ms-flex-order: 8;
      order: 8;
}

.order-9 {
  -ms-flex-order: 9;
      order: 9;
}

.order-10 {
  -ms-flex-order: 10;
      order: 10;
}

.order-11 {
  -ms-flex-order: 11;
      order: 11;
}

.order-12 {
  -ms-flex-order: 12;
      order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
        order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1024px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
        order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1366px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
        order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1600px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
        order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
        order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
        order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
        order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
        order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
        order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
        order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
        order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
        order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
        order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
        order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
        order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
        order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
        order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
        order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 767.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1023.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1365.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1599.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  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 {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

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

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

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

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

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

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

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

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

.btn-group > .btn:first-child {
  margin-left: 0;
}
.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:not(:first-child),
.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, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

.btn-group-vertical {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.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:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

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

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

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

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

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

.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

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

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #dee2e6;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #80bdff;
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

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

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  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 screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  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;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

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

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

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

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

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

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  text-align: center;
}

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

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

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

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

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

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

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

@media (max-width: 767.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1023.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1365.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1366px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1599.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1600px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
      flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

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

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

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.card-deck .card {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .card-deck {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    margin-right: -12px;
    margin-left: -12px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-right: 12px;
    margin-bottom: 0;
    margin-left: 12px;
  }
}

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.card-group > .card {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .card-group {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .card-columns {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

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

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

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #fff;
  background-color: #007bff;
}
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 768px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

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

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media screen and (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: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

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

.media-body {
  -ms-flex: 1;
      flex: 1;
}

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item:hover, .list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

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

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

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

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: calc(100% - 0.5rem * 2);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 0.5rem * 2);
  content: "";
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      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;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

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

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

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

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

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

@media (min-width: 768px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - 1.75rem * 2);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 1.75rem * 2);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 1366px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

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

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

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

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

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

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

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

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    transition: none;
  }
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}
.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: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

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

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

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

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

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

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

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

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

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

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

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

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

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

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

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

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

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

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

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1024px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1366px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1600px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-center {
  -ms-flex-pack: center !important;
      justify-content: center !important;
}

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

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

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

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

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

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

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

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 768px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1024px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1366px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1600px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 768px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 1024px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 1366px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1600px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: 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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1024px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1366px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1600px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

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

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

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 1024px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1366px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1600px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

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

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

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

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

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !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-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 1366px !important;
  }
  .container {
    min-width: 1366px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/* End */


/* Start:/frontend/build/css/jquery.fancybox.css?175819625817412*/
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

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

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

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

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

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

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

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Buttons */

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

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

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

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

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

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

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

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

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

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

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

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

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

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

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

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

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

/* Navigation arrows */

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

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

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

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

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

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

.fancybox-caption--separate {
    margin-top: -50px;
}

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

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

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

/* Loading indicator */

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

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

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

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

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

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

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

/* transitionEffect: zoom-in-out */

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

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

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

/* transitionEffect: rotate */

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

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

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

/* transitionEffect: circular */

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

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

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

/* transitionEffect: tube */

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

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

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

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

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

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

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

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

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}
/* End */


/* Start:/frontend/build/css/slick.css?17581962581776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/frontend/build/css/swiper-bundle.min.css?175819625818065*/
/**
 * Swiper 9.4.1
 * 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: June 13, 2023
 */

@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}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;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-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.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}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{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,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(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,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(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,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-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-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.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-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .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)}}.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-button-next,.swiper-button-prev{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-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev: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,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.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'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s 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}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.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(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.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, .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-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s 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:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(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-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(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-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{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,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification,swiper-container .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,.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-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.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-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}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.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:/frontend/build/css/bootstrap-select.min.css?17581962586651*/
/*!
 * Bootstrap-select v1.12.4 (https://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2017 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */select.bs-select-hidden,select.selectpicker{display:none!important}.bootstrap-select{width:220px\0}.bootstrap-select>.dropdown-toggle{width:100%;padding-right:25px;z-index:1}.bootstrap-select>.dropdown-toggle.bs-placeholder,.bootstrap-select>.dropdown-toggle.bs-placeholder:active,.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,.bootstrap-select>.dropdown-toggle.bs-placeholder:hover{color:#999}.bootstrap-select>select{position:absolute!important;bottom:0;left:50%;display:block!important;width:.5px!important;height:100%!important;padding:0!important;opacity:0!important;border:none}.bootstrap-select>select.mobile-device{top:0;left:0;display:block!important;width:100%!important;z-index:2}.error .bootstrap-select .dropdown-toggle,.has-error .bootstrap-select .dropdown-toggle{border-color:#b94a48}.bootstrap-select.fit-width{width:auto!important}.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:220px}.bootstrap-select .dropdown-toggle:focus{outline:thin dotted #333!important;outline:5px auto -webkit-focus-ring-color!important;outline-offset:-2px}.bootstrap-select.form-control{margin-bottom:0;padding:0;border:none}.bootstrap-select.form-control:not([class*=col-]){width:100%}.bootstrap-select.form-control.input-group-btn{z-index:auto}.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)>.btn{border-radius:0}.bootstrap-select.btn-group:not(.input-group-btn),.bootstrap-select.btn-group[class*=col-]{float:none;display:inline-block;margin-left:0}.bootstrap-select.btn-group.dropdown-menu-right,.bootstrap-select.btn-group[class*=col-].dropdown-menu-right,.row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right{float:right}.form-group .bootstrap-select.btn-group,.form-horizontal .bootstrap-select.btn-group,.form-inline .bootstrap-select.btn-group{margin-bottom:0}.form-group-lg .bootstrap-select.btn-group.form-control,.form-group-sm .bootstrap-select.btn-group.form-control{padding:0}.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle{height:100%;font-size:inherit;line-height:inherit;border-radius:inherit}.form-inline .bootstrap-select.btn-group .form-control{width:100%}.bootstrap-select.btn-group.disabled,.bootstrap-select.btn-group>.disabled{cursor:not-allowed}.bootstrap-select.btn-group.disabled:focus,.bootstrap-select.btn-group>.disabled:focus{outline:0!important}.bootstrap-select.btn-group.bs-container{position:absolute;height:0!important;padding:0!important}.bootstrap-select.btn-group.bs-container .dropdown-menu{z-index:1060}.bootstrap-select.btn-group .dropdown-toggle .filter-option{display:inline-block;overflow:hidden;width:100%;text-align:left}.bootstrap-select.btn-group .dropdown-toggle .caret{position:absolute;top:50%;right:12px;margin-top:-2px;vertical-align:middle}.bootstrap-select.btn-group[class*=col-] .dropdown-toggle{width:100%}.bootstrap-select.btn-group .dropdown-menu{min-width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select.btn-group .dropdown-menu.inner{position:static;float:none;border:0;padding:0;margin:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none}.bootstrap-select.btn-group .dropdown-menu li{position:relative}.bootstrap-select.btn-group .dropdown-menu li.active small{color:#fff}.bootstrap-select.btn-group .dropdown-menu li.disabled a{cursor:not-allowed}.bootstrap-select.btn-group .dropdown-menu li a{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bootstrap-select.btn-group .dropdown-menu li a.opt{position:relative;padding-left:2.25em}.bootstrap-select.btn-group .dropdown-menu li a span.check-mark{display:none}.bootstrap-select.btn-group .dropdown-menu li a span.text{display:inline-block}.bootstrap-select.btn-group .dropdown-menu li small{padding-left:.5em}.bootstrap-select.btn-group .dropdown-menu .notify{position:absolute;bottom:5px;width:96%;margin:0 2%;min-height:26px;padding:3px 5px;background:#f5f5f5;border:1px solid #e3e3e3;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05);pointer-events:none;opacity:.9;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bootstrap-select.btn-group .no-results{padding:3px;background:#f5f5f5;margin:0 5px;white-space:nowrap}.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option{position:static}.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret{position:static;top:auto;margin-top:-1px}.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark{position:absolute;display:inline-block;right:15px;margin-top:5px}.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text{margin-right:34px}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle{z-index:1061}.bootstrap-select.show-menu-arrow .dropdown-toggle:before{content:'';border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid rgba(204,204,204,.2);position:absolute;bottom:-4px;left:9px;display:none}.bootstrap-select.show-menu-arrow .dropdown-toggle:after{content:'';border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;bottom:-4px;left:10px;display:none}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before{bottom:auto;top:-3px;border-top:7px solid rgba(204,204,204,.2);border-bottom:0}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after{bottom:auto;top:-3px;border-top:6px solid #fff;border-bottom:0}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before{right:12px;left:auto}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after{right:13px;left:auto}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before{display:block}.bs-actionsbox,.bs-donebutton,.bs-searchbox{padding:4px 8px}.bs-actionsbox{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-actionsbox .btn-group button{width:50%}.bs-donebutton{float:left;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bs-donebutton .btn-group button{width:100%}.bs-searchbox+.bs-actionsbox{padding:0 8px 4px}.bs-searchbox .form-control{margin-bottom:0;width:100%;float:none}
/* End */


/* Start:/frontend/build/css/bootstrap-datepicker.min.css?175819625815731*/
/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */

.datepicker{padding:4px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;direction:ltr}.datepicker-inline{width:220px}.datepicker-rtl{direction:rtl}.datepicker-rtl.dropdown-menu{left:auto}.datepicker-rtl table tr td span{float:right}.datepicker-dropdown{top:0;left:0}.datepicker-dropdown:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #999;border-top:0;border-bottom-color:rgba(0,0,0,.2);position:absolute}.datepicker-dropdown:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;border-top:0;position:absolute}.datepicker-dropdown.datepicker-orient-left:before{left:6px}.datepicker-dropdown.datepicker-orient-left:after{left:7px}.datepicker-dropdown.datepicker-orient-right:before{right:6px}.datepicker-dropdown.datepicker-orient-right:after{right:7px}.datepicker-dropdown.datepicker-orient-bottom:before{top:-7px}.datepicker-dropdown.datepicker-orient-bottom:after{top:-6px}.datepicker-dropdown.datepicker-orient-top:before{bottom:-7px;border-bottom:0;border-top:7px solid #999}.datepicker-dropdown.datepicker-orient-top:after{bottom:-6px;border-bottom:0;border-top:6px solid #fff}.datepicker table{margin:0;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker td,.datepicker th{text-align:center;width:20px;height:20px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:none}.table-striped .datepicker table tr td,.table-striped .datepicker table tr th{background-color:transparent}.datepicker table tr td.day.focused,.datepicker table tr td.day:hover{background:#eee;cursor:pointer}.datepicker table tr td.new,.datepicker table tr td.old{color:#999}.datepicker table tr td.disabled,.datepicker table tr td.disabled:hover{background:0 0;color:#999;cursor:default}.datepicker table tr td.highlighted{background:#d9edf7;border-radius:0}.datepicker table tr td.today,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today:hover{background-color:#fde19a;background-image:-moz-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:-ms-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fdd49a),to(#fdf59a));background-image:-webkit-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:-o-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:linear-gradient(to bottom,#fdd49a,#fdf59a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);border-color:#fdf59a #fdf59a #fbed50;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#000}.datepicker table tr td.today.active,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled.disabled,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today.disabled:hover.active,.datepicker table tr td.today.disabled:hover.disabled,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today.disabled:hover:hover,.datepicker table tr td.today.disabled:hover[disabled],.datepicker table tr td.today.disabled[disabled],.datepicker table tr td.today:active,.datepicker table tr td.today:hover,.datepicker table tr td.today:hover.active,.datepicker table tr td.today:hover.disabled,.datepicker table tr td.today:hover:active,.datepicker table tr td.today:hover:hover,.datepicker table tr td.today:hover[disabled],.datepicker table tr td.today[disabled]{background-color:#fdf59a}.datepicker table tr td.today.active,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover.active,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today:active,.datepicker table tr td.today:hover.active,.datepicker table tr td.today:hover:active{background-color:#fbf069\9}.datepicker table tr td.today:hover:hover{color:#000}.datepicker table tr td.today.active:hover{color:#fff}.datepicker table tr td.range,.datepicker table tr td.range.disabled,.datepicker table tr td.range.disabled:hover,.datepicker table tr td.range:hover{background:#eee;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.datepicker table tr td.range.today,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today:hover{background-color:#f3d17a;background-image:-moz-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:-ms-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:-webkit-gradient(linear,0 0,0 100%,from(#f3c17a),to(#f3e97a));background-image:-webkit-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:-o-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:linear-gradient(to bottom,#f3c17a,#f3e97a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);border-color:#f3e97a #f3e97a #edde34;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.datepicker table tr td.range.today.active,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled.disabled,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today.disabled:hover.active,.datepicker table tr td.range.today.disabled:hover.disabled,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today.disabled:hover:hover,.datepicker table tr td.range.today.disabled:hover[disabled],.datepicker table tr td.range.today.disabled[disabled],.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today:hover.disabled,.datepicker table tr td.range.today:hover:active,.datepicker table tr td.range.today:hover:hover,.datepicker table tr td.range.today:hover[disabled],.datepicker table tr td.range.today[disabled]{background-color:#f3e97a}.datepicker table tr td.range.today.active,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover.active,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today:hover:active{background-color:#efe24b\9}.datepicker table tr td.selected,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected:hover{background-color:#9e9e9e;background-image:-moz-linear-gradient(to bottom,#b3b3b3,grey);background-image:-ms-linear-gradient(to bottom,#b3b3b3,grey);background-image:-webkit-gradient(linear,0 0,0 100%,from(#b3b3b3),to(grey));background-image:-webkit-linear-gradient(to bottom,#b3b3b3,grey);background-image:-o-linear-gradient(to bottom,#b3b3b3,grey);background-image:linear-gradient(to bottom,#b3b3b3,grey);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);border-color:grey grey #595959;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.selected.active,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled.disabled,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected.disabled:hover.active,.datepicker table tr td.selected.disabled:hover.disabled,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected.disabled:hover:hover,.datepicker table tr td.selected.disabled:hover[disabled],.datepicker table tr td.selected.disabled[disabled],.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected:hover.disabled,.datepicker table tr td.selected:hover:active,.datepicker table tr td.selected:hover:hover,.datepicker table tr td.selected:hover[disabled],.datepicker table tr td.selected[disabled]{background-color:grey}.datepicker table tr td.selected.active,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover.active,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected:hover:active{background-color:#666\9}.datepicker table tr td.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active:hover{background-color:#006dcc;background-image:-moz-linear-gradient(to bottom,#08c,#04c);background-image:-ms-linear-gradient(to bottom,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(to bottom,#08c,#04c);background-image:-o-linear-gradient(to bottom,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.active.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled.disabled,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled:hover.disabled,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active.disabled:hover:hover,.datepicker table tr td.active.disabled:hover[disabled],.datepicker table tr td.active.disabled[disabled],.datepicker table tr td.active:active,.datepicker table tr td.active:hover,.datepicker table tr td.active:hover.active,.datepicker table tr td.active:hover.disabled,.datepicker table tr td.active:hover:active,.datepicker table tr td.active:hover:hover,.datepicker table tr td.active:hover[disabled],.datepicker table tr td.active[disabled]{background-color:#04c}.datepicker table tr td.active.active,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active:active,.datepicker table tr td.active:hover.active,.datepicker table tr td.active:hover:active{background-color:#039\9}.datepicker table tr td span{display:block;width:23%;height:54px;line-height:54px;float:left;margin:1%;cursor:pointer;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.datepicker table tr td span.focused,.datepicker table tr td span:hover{background:#eee}.datepicker table tr td span.disabled,.datepicker table tr td span.disabled:hover{background:0 0;color:#999;cursor:default}.datepicker table tr td span.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active:hover{background-color:#006dcc;background-image:-moz-linear-gradient(to bottom,#08c,#04c);background-image:-ms-linear-gradient(to bottom,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(to bottom,#08c,#04c);background-image:-o-linear-gradient(to bottom,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled.disabled,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover.disabled,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active.disabled:hover:hover,.datepicker table tr td span.active.disabled:hover[disabled],.datepicker table tr td span.active.disabled[disabled],.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover.disabled,.datepicker table tr td span.active:hover:active,.datepicker table tr td span.active:hover:hover,.datepicker table tr td span.active:hover[disabled],.datepicker table tr td span.active[disabled]{background-color:#04c}.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover:active{background-color:#039\9}.datepicker table tr td span.new,.datepicker table tr td span.old{color:#999}.datepicker .datepicker-switch{width:145px}.datepicker .datepicker-switch,.datepicker .next,.datepicker .prev,.datepicker tfoot tr th{cursor:pointer}.datepicker .datepicker-switch:hover,.datepicker .next:hover,.datepicker .prev:hover,.datepicker tfoot tr th:hover{background:#eee}.datepicker .next.disabled,.datepicker .prev.disabled{visibility:hidden}.datepicker .cw{font-size:10px;width:12px;padding:0 2px 0 5px;vertical-align:middle}.input-append.date .add-on,.input-prepend.date .add-on{cursor:pointer}.input-append.date .add-on i,.input-prepend.date .add-on i{margin-top:3px}.input-daterange input{text-align:center}.input-daterange input:first-child{-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px}.input-daterange input:last-child{-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0}.input-daterange .add-on{display:inline-block;width:auto;min-width:16px;height:18px;padding:4px 5px;font-weight:400;line-height:18px;text-align:center;text-shadow:0 1px 0 #fff;vertical-align:middle;background-color:#eee;border:1px solid #ccc;margin-left:-5px;margin-right:-5px}
/* End */


/* Start:/frontend/build/js/bootstrap-fileinput/css/fileinput.min.css?175819625810232*/
/*!
 * bootstrap-fileinput v5.5.5
 * http://plugins.krajee.com/file-input
 *
 * Krajee default styling for bootstrap-fileinput.
 *
 * Author: Kartik Visweswaran
 * Copyright: 2014 - 2024, Kartik Visweswaran, Krajee.com
 *
 * Licensed under the BSD-3-Clause
 * https://github.com/kartik-v/bootstrap-fileinput/blob/master/LICENSE.md
 */.btn-file input[type=file],.file-caption-icon,.file-no-browse,.file-preview .fileinput-remove,.file-zoom-dialog .btn-navigate,.file-zoom-dialog .floating-buttons,.krajee-default .file-thumb-progress{position:absolute}.file-loading input[type=file],input[type=file].file-loading{width:0;height:0}.file-no-browse{left:50%;bottom:20%;width:1px;height:1px;font-size:0;opacity:0;border:none;background:0 0;outline:0;box-shadow:none}.btn-kv-rotate,.file-caption-icon,.file-input-ajax-new .fileinput-remove-button,.file-input-ajax-new .fileinput-upload-button,.file-input-ajax-new .no-browse .input-group-btn,.file-input-new .close,.file-input-new .file-preview,.file-input-new .fileinput-remove-button,.file-input-new .fileinput-upload-button,.file-input-new .glyphicon-file,.file-input-new .no-browse .input-group-btn,.file-preview .kv-zoom-cache,.file-zoom-dialog .modal-header:after,.file-zoom-dialog .modal-header:before,.hide-content .kv-file-content,.is-locked .fileinput-remove-button,.is-locked .fileinput-upload-button,.kv-file-rotate,.kv-hidden{display:none}.file-caption .input-group{align-items:center}.btn-file,.file-caption,.file-input,.file-loading:before,.file-preview,.file-zoom-dialog .modal-dialog,.krajee-default .file-thumbnail-footer,.krajee-default.file-preview-frame{position:relative}.file-caption-icon .kv-caption-icon{line-height:inherit}.file-error-message pre,.file-error-message ul,.krajee-default .file-actions,.krajee-default .file-other-error{text-align:left}.file-error-message pre,.file-error-message ul{margin:0}.krajee-default .file-drag-handle,.krajee-default .file-upload-indicator{float:left;margin-top:10px;width:16px;height:16px}.file-thumb-progress .progress,.file-thumb-progress .progress-bar{font-family:Verdana,Helvetica,sans-serif;font-size:.7rem}.krajee-default .file-thumb-progress .progress,.kv-upload-progress .progress{background-color:#ccc}.krajee-default .file-caption-info,.krajee-default .file-size-info{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:160px;height:15px;margin:auto}.file-caption.icon-visible .file-caption-icon,.file-loading:before,.rotatable:not(.hide-rotate) .btn-kv-rotate,.rotatable:not(.hide-rotate) .kv-file-rotate{display:inline-block}.file-zoom-content>.file-object.type-flash,.file-zoom-content>.file-object.type-image,.file-zoom-content>.file-object.type-video{max-width:100%;max-height:100%;width:auto}.file-zoom-content>.file-object.type-flash,.file-zoom-content>.file-object.type-video{height:100%}.file-zoom-content>.file-object.type-default,.file-zoom-content>.file-object.type-html,.file-zoom-content>.file-object.type-pdf,.file-zoom-content>.file-object.type-text{width:100%}.file-loading:before{content:" Loading...";padding-left:20px;line-height:16px;font-size:13px;font-variant:small-caps;color:#999;background:url(/frontend/build/js/bootstrap-fileinput/css/../img/loading.gif) top left no-repeat}.file-object{margin:0 0 -5px;padding:0}.btn-file,.kv-overflow-hidden{overflow:hidden}.btn-file input[type=file]{top:0;left:0;min-width:100%;min-height:100%;text-align:right;opacity:0;background:none;cursor:inherit;display:block}.btn-file ::-ms-browse{font-size:10000px;width:100%;height:100%}.file-caption.icon-visible .file-caption-name{padding-left:25px}.file-caption.icon-visible>.input-group-lg .file-caption-name{padding-left:30px}.file-caption.icon-visible>.input-group-sm .file-caption-name{padding-left:22px}.file-caption-name:not(.file-caption-disabled){background-color:transparent}.file-caption-name.file-processing{font-style:italic;border-color:#bbb;opacity:.5}.file-caption-icon{padding:7px 5px;left:4px}.input-group-lg .file-caption-icon{font-size:1.25rem}.input-group-sm .file-caption-icon{font-size:.875rem;padding:.25rem}.file-error-message{color:#a94442;background-color:#f2dede;margin:5px;border:1px solid #ebccd1;border-radius:4px;padding:15px}.file-error-message pre{margin:5px 0}.file-caption-disabled{background-color:#eee;cursor:not-allowed;opacity:1}.file-preview{border-radius:5px;border:1px solid #ddd;padding:8px;width:100%;margin-bottom:5px}.file-preview .btn-xs{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.file-preview .fileinput-remove{top:1px;right:1px;line-height:10px}.clickable .file-drop-zone-title,.file-preview .clickable{cursor:pointer}.file-preview-image{font:40px Impact,Charcoal,sans-serif;color:green;width:auto;height:auto;max-width:100%;max-height:100%}.krajee-default.file-preview-frame{margin:8px;border:1px solid rgba(0,0,0,.2);box-shadow:0 0 10px 0 rgba(0,0,0,.2);padding:6px;float:left;text-align:center}.krajee-default.file-preview-frame .kv-file-content{width:213px;height:160px}.krajee-default.file-preview-frame .kv-file-content.kv-pdf-rendered{width:400px}.krajee-default.file-preview-frame[data-template=audio] .kv-file-content{width:240px;height:55px}.krajee-default.file-preview-frame .file-thumbnail-footer{height:70px}.krajee-default.file-preview-frame:not(.file-preview-error):hover{border:1px solid rgba(0,0,0,.3);box-shadow:0 0 10px 0 rgba(0,0,0,.4)}.krajee-default .file-preview-text{color:#428bca;border:1px solid #ddd;outline:0;resize:none}.krajee-default .file-preview-html{border:1px solid #ddd}.krajee-default .file-other-icon{font-size:6em;line-height:1}.krajee-default .file-footer-buttons{float:right}.krajee-default .file-footer-caption{display:block;text-align:center;padding-top:4px;font-size:11px;color:#999;margin-bottom:30px}.file-upload-stats{font-size:10px;text-align:center;width:100%}.kv-upload-progress .file-upload-stats{font-size:12px;margin:-10px 0 5px}.krajee-default .file-preview-error{opacity:.65;box-shadow:none}.krajee-default .file-thumb-progress{top:37px;left:0;right:0}.krajee-default.kvsortable-ghost{background:#e1edf7;border:2px solid #a1abff}.krajee-default .file-preview-other:hover{opacity:.8}.krajee-default .file-preview-frame:not(.file-preview-error) .file-footer-caption:hover{color:#000}.kv-upload-progress .progress{height:20px;margin:10px 0;overflow:hidden}.kv-upload-progress .progress-bar{height:20px;font-family:Verdana,Helvetica,sans-serif}.file-zoom-dialog .file-other-icon{font-size:50vmin}.btn-navigate *,.file-zoom-dialog .modal-dialog{width:auto}.file-zoom-dialog .modal-header{display:flex;align-items:center;justify-content:space-between}.file-zoom-dialog .btn-navigate{margin:0 .1rem;padding:0;font-size:1.2rem;width:2.4rem;height:2.4rem;top:50%;border-radius:50%;text-align:center}.file-zoom-dialog .floating-buttons{top:5px;right:10px}.file-zoom-dialog .btn-kv-prev{left:0}.file-zoom-dialog .btn-kv-next{right:0}.file-zoom-dialog .kv-zoom-header{padding:.5rem}.file-zoom-dialog .kv-zoom-body{padding:.25rem}.file-zoom-dialog .kv-zoom-description{position:absolute;opacity:.8;font-size:.8rem;background-color:#1a1a1a;padding:1rem;text-align:center;border-radius:.5rem;color:#fff;left:15%;right:15%;bottom:15%}.file-zoom-dialog .kv-desc-hide{float:right;color:#fff;padding:0 .1rem;background:0 0;border:none}.file-sortable .file-drag-handle:hover,.file-zoom-dialog .kv-desc-hide:hover{opacity:.7}.file-zoom-dialog .kv-desc-hide:focus{opacity:.9}.file-input-ajax-new .no-browse .form-control,.file-input-new .no-browse .form-control{border-top-right-radius:4px;border-bottom-right-radius:4px}.file-caption{width:100%}.file-thumb-loading{background:url(/frontend/build/js/bootstrap-fileinput/css/../img/loading.gif) center center no-repeat content-box!important}.file-drop-zone{border:1px dashed #aaa;min-height:260px;border-radius:4px;text-align:center;vertical-align:middle;margin:12px 15px 12px 12px;padding:5px}.file-drop-zone.clickable:hover{border:2px dashed #999}.file-drop-zone.clickable:focus{border:2px solid #5acde2}.file-drop-zone .file-preview-thumbnails{cursor:default}.file-drop-zone-title{color:#aaa;font-size:1.6em;text-align:center;padding:85px 10px;cursor:default}.file-highlighted{border:2px dashed #999!important;background-color:#eee}.file-uploading{background:url(/frontend/build/js/bootstrap-fileinput/css/../img/loading-sm.gif) center bottom 10px no-repeat;opacity:.65}.file-zoom-fullscreen .modal-dialog{min-width:100%;margin:0}.file-zoom-fullscreen .modal-content{border-radius:0;box-shadow:none;min-height:100vh}.file-zoom-fullscreen .kv-zoom-body{overflow-y:auto}.floating-buttons{z-index:3000}.floating-buttons .btn-kv{margin-left:3px;z-index:3000}.kv-zoom-actions{min-width:140px}.kv-zoom-actions .btn-kv{margin-left:3px}.file-zoom-content{text-align:center;white-space:nowrap;min-height:300px}.file-zoom-content:hover{background:0 0}.file-zoom-content .file-preview-image,.file-zoom-content .file-preview-video{max-height:100%}.file-zoom-content>.file-object.type-image{height:auto;min-height:inherit}.file-zoom-content>.file-object.type-audio{width:auto;height:30px}@media (min-width:576px){.file-zoom-dialog .modal-dialog{max-width:500px}}@media (min-width:992px){.file-zoom-dialog .modal-lg{max-width:800px}}@media (max-width:767px){.file-preview-thumbnails{display:flex;justify-content:center;align-items:center;flex-direction:column}.file-zoom-dialog .modal-header{flex-direction:column}}@media (max-width:350px){.krajee-default.file-preview-frame:not([data-template=audio]) .kv-file-content{width:160px}}@media (max-width:420px){.krajee-default.file-preview-frame .kv-file-content.kv-pdf-rendered{width:100%}}.file-loading[dir=rtl]:before{background:url(/frontend/build/js/bootstrap-fileinput/css/../img/loading.gif) top right no-repeat;padding-left:0;padding-right:20px}.file-sortable .file-drag-handle{cursor:grab;opacity:1}.file-grabbing,.file-grabbing *{cursor:not-allowed!important}.file-grabbing .file-preview-thumbnails *{cursor:grabbing!important}.file-preview-frame.sortable-chosen{background-color:#d9edf7;border-color:#17a2b8;box-shadow:none!important}.file-preview-object,.file-preview-other-frame,.kv-file-content,.kv-zoom-body{display:flex;align-items:center;justify-content:center}.rotatable .file-zoom-detail,.rotatable .kv-file-content,.rotatable .kv-file-content>:first-child{transform-origin:center center}.rotate-animate{transition:transform .3s}
/* End */


/* Start:/frontend/build/css/select2.min.css?175819625814966*/
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

/* End */


/* Start:/frontend/build/css/styles.css?1762333259163139*/
@charset "UTF-8";
/* inter-regular - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("/frontend/build/css/../fonts/inter-v19-cyrillic_cyrillic-ext_latin_latin-ext-regular.woff2") format("woff2");
}
/* inter-italic - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: italic;
  font-weight: 400;
  src: url("/frontend/build/css/../fonts/inter-v19-cyrillic_cyrillic-ext_latin_latin-ext-italic.woff2") format("woff2"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* inter-500 - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("/frontend/build/css/../fonts/inter-v19-cyrillic_cyrillic-ext_latin_latin-ext-500.woff2") format("woff2"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* inter-500italic - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: italic;
  font-weight: 500;
  src: url("/frontend/build/css/../fonts/inter-v19-cyrillic_cyrillic-ext_latin_latin-ext-500italic.woff2") format("woff2"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* inter-600 - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("/frontend/build/css/../fonts/inter-v19-cyrillic_cyrillic-ext_latin_latin-ext-600.woff2") format("woff2"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* inter-600italic - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: italic;
  font-weight: 600;
  src: url("/frontend/build/css/../fonts/inter-v19-cyrillic_cyrillic-ext_latin_latin-ext-600italic.woff2") format("woff2"); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
html,
body {
  --token-name: "text-body-2xlg-desktop";
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  font-style: normal;
  color: #1B1D21;
  min-width: 390px;
  background-color: #FFFFFF;
}

h1,
.h1 {
  --token-name: "title-h1-desktop";
  font-size: 72px;
  line-height: 72px;
  font-weight: 600;
  text-transform: uppercase;
  font-style: normal;
  margin: 0;
}

h2,
.h2 {
  --token-name: "title-h2-desktop";
  font-size: 48px;
  line-height: 52px;
  font-weight: 600;
  text-transform: uppercase;
  font-style: normal;
  margin: 80px 0 32px 0;
}

h3,
.h3 {
  --token-name: "title-h3-desktop";
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
  text-transform: uppercase;
  font-style: normal;
  margin: 80px 0 24px 0;
}

h4,
.h4 {
  --token-name: "title-h4-desktop";
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
  text-transform: uppercase;
  font-style: normal;
  margin: 80px 0 24px 0;
}

h5,
.h5 {
  --token-name: "title-h5-desktop";
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  font-style: normal;
  margin: 80px 0 24px 0;
}

h6,
.h6 {
  --token-name: "title-h6-desktop";
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  font-style: normal;
  margin: 80px 0 24px 0;
}

h2:first-child,
.h2:first-child,
h3:first-child,
.h3:first-child,
h4:first-child,
.h4:first-child,
h5:first-child,
.h5:first-child,
h6:first-child,
.h6:first-child {
  margin-top: 0 !important;
}

h1 + h1 {
  margin-top: 32px;
}

h1 + h2 {
  margin-top: 32px;
}

h1 + h3 {
  margin-top: 32px;
}

h1 + h4 {
  margin-top: 32px;
}

h1 + h5 {
  margin-top: 32px;
}

h1 + h6 {
  margin-top: 32px;
}

h1 + .h1 {
  margin-top: 32px;
}

h1 + .h2 {
  margin-top: 32px;
}

h1 + .h3 {
  margin-top: 32px;
}

h1 + .h4 {
  margin-top: 32px;
}

h1 + .h5 {
  margin-top: 32px;
}

h1 + .h6 {
  margin-top: 32px;
}

h2 + h1 {
  margin-top: 32px;
}

h2 + h2 {
  margin-top: 32px;
}

h2 + h3 {
  margin-top: 32px;
}

h2 + h4 {
  margin-top: 32px;
}

h2 + h5 {
  margin-top: 32px;
}

h2 + h6 {
  margin-top: 32px;
}

h2 + .h1 {
  margin-top: 32px;
}

h2 + .h2 {
  margin-top: 32px;
}

h2 + .h3 {
  margin-top: 32px;
}

h2 + .h4 {
  margin-top: 32px;
}

h2 + .h5 {
  margin-top: 32px;
}

h2 + .h6 {
  margin-top: 32px;
}

h3 + h1 {
  margin-top: 32px;
}

h3 + h2 {
  margin-top: 32px;
}

h3 + h3 {
  margin-top: 32px;
}

h3 + h4 {
  margin-top: 32px;
}

h3 + h5 {
  margin-top: 32px;
}

h3 + h6 {
  margin-top: 32px;
}

h3 + .h1 {
  margin-top: 32px;
}

h3 + .h2 {
  margin-top: 32px;
}

h3 + .h3 {
  margin-top: 32px;
}

h3 + .h4 {
  margin-top: 32px;
}

h3 + .h5 {
  margin-top: 32px;
}

h3 + .h6 {
  margin-top: 32px;
}

h4 + h1 {
  margin-top: 32px;
}

h4 + h2 {
  margin-top: 32px;
}

h4 + h3 {
  margin-top: 32px;
}

h4 + h4 {
  margin-top: 32px;
}

h4 + h5 {
  margin-top: 32px;
}

h4 + h6 {
  margin-top: 32px;
}

h4 + .h1 {
  margin-top: 32px;
}

h4 + .h2 {
  margin-top: 32px;
}

h4 + .h3 {
  margin-top: 32px;
}

h4 + .h4 {
  margin-top: 32px;
}

h4 + .h5 {
  margin-top: 32px;
}

h4 + .h6 {
  margin-top: 32px;
}

h5 + h1 {
  margin-top: 32px;
}

h5 + h2 {
  margin-top: 32px;
}

h5 + h3 {
  margin-top: 32px;
}

h5 + h4 {
  margin-top: 32px;
}

h5 + h5 {
  margin-top: 32px;
}

h5 + h6 {
  margin-top: 32px;
}

h5 + .h1 {
  margin-top: 32px;
}

h5 + .h2 {
  margin-top: 32px;
}

h5 + .h3 {
  margin-top: 32px;
}

h5 + .h4 {
  margin-top: 32px;
}

h5 + .h5 {
  margin-top: 32px;
}

h5 + .h6 {
  margin-top: 32px;
}

h6 + h1 {
  margin-top: 32px;
}

h6 + h2 {
  margin-top: 32px;
}

h6 + h3 {
  margin-top: 32px;
}

h6 + h4 {
  margin-top: 32px;
}

h6 + h5 {
  margin-top: 32px;
}

h6 + h6 {
  margin-top: 32px;
}

h6 + .h1 {
  margin-top: 32px;
}

h6 + .h2 {
  margin-top: 32px;
}

h6 + .h3 {
  margin-top: 32px;
}

h6 + .h4 {
  margin-top: 32px;
}

h6 + .h5 {
  margin-top: 32px;
}

h6 + .h6 {
  margin-top: 32px;
}

.h1 + h1 {
  margin-top: 32px;
}

.h1 + h2 {
  margin-top: 32px;
}

.h1 + h3 {
  margin-top: 32px;
}

.h1 + h4 {
  margin-top: 32px;
}

.h1 + h5 {
  margin-top: 32px;
}

.h1 + h6 {
  margin-top: 32px;
}

.h1 + .h1 {
  margin-top: 32px;
}

.h1 + .h2 {
  margin-top: 32px;
}

.h1 + .h3 {
  margin-top: 32px;
}

.h1 + .h4 {
  margin-top: 32px;
}

.h1 + .h5 {
  margin-top: 32px;
}

.h1 + .h6 {
  margin-top: 32px;
}

.h2 + h1 {
  margin-top: 32px;
}

.h2 + h2 {
  margin-top: 32px;
}

.h2 + h3 {
  margin-top: 32px;
}

.h2 + h4 {
  margin-top: 32px;
}

.h2 + h5 {
  margin-top: 32px;
}

.h2 + h6 {
  margin-top: 32px;
}

.h2 + .h1 {
  margin-top: 32px;
}

.h2 + .h2 {
  margin-top: 32px;
}

.h2 + .h3 {
  margin-top: 32px;
}

.h2 + .h4 {
  margin-top: 32px;
}

.h2 + .h5 {
  margin-top: 32px;
}

.h2 + .h6 {
  margin-top: 32px;
}

.h3 + h1 {
  margin-top: 32px;
}

.h3 + h2 {
  margin-top: 32px;
}

.h3 + h3 {
  margin-top: 32px;
}

.h3 + h4 {
  margin-top: 32px;
}

.h3 + h5 {
  margin-top: 32px;
}

.h3 + h6 {
  margin-top: 32px;
}

.h3 + .h1 {
  margin-top: 32px;
}

.h3 + .h2 {
  margin-top: 32px;
}

.h3 + .h3 {
  margin-top: 32px;
}

.h3 + .h4 {
  margin-top: 32px;
}

.h3 + .h5 {
  margin-top: 32px;
}

.h3 + .h6 {
  margin-top: 32px;
}

.h4 + h1 {
  margin-top: 32px;
}

.h4 + h2 {
  margin-top: 32px;
}

.h4 + h3 {
  margin-top: 32px;
}

.h4 + h4 {
  margin-top: 32px;
}

.h4 + h5 {
  margin-top: 32px;
}

.h4 + h6 {
  margin-top: 32px;
}

.h4 + .h1 {
  margin-top: 32px;
}

.h4 + .h2 {
  margin-top: 32px;
}

.h4 + .h3 {
  margin-top: 32px;
}

.h4 + .h4 {
  margin-top: 32px;
}

.h4 + .h5 {
  margin-top: 32px;
}

.h4 + .h6 {
  margin-top: 32px;
}

.h5 + h1 {
  margin-top: 32px;
}

.h5 + h2 {
  margin-top: 32px;
}

.h5 + h3 {
  margin-top: 32px;
}

.h5 + h4 {
  margin-top: 32px;
}

.h5 + h5 {
  margin-top: 32px;
}

.h5 + h6 {
  margin-top: 32px;
}

.h5 + .h1 {
  margin-top: 32px;
}

.h5 + .h2 {
  margin-top: 32px;
}

.h5 + .h3 {
  margin-top: 32px;
}

.h5 + .h4 {
  margin-top: 32px;
}

.h5 + .h5 {
  margin-top: 32px;
}

.h5 + .h6 {
  margin-top: 32px;
}

.h6 + h1 {
  margin-top: 32px;
}

.h6 + h2 {
  margin-top: 32px;
}

.h6 + h3 {
  margin-top: 32px;
}

.h6 + h4 {
  margin-top: 32px;
}

.h6 + h5 {
  margin-top: 32px;
}

.h6 + h6 {
  margin-top: 32px;
}

.h6 + .h1 {
  margin-top: 32px;
}

.h6 + .h2 {
  margin-top: 32px;
}

.h6 + .h3 {
  margin-top: 32px;
}

.h6 + .h4 {
  margin-top: 32px;
}

.h6 + .h5 {
  margin-top: 32px;
}

.h6 + .h6 {
  margin-top: 32px;
}

.container {
  max-width: 1920px;
  padding: 0 48px;
}

a {
  color: #73BF00;
  text-decoration: none;
  transition: color 0.2s ease;
}
p {
  margin: 0 0 1em 0;
}

p:last-child {
  margin-bottom: 0 !important;
}

ul:not([class]) {
  margin: 1.2em 0;
  padding: 0;
  list-style: none;
}
ul:not([class]):first-child {
  margin-top: 0 !important;
}
ul:not([class]):last-child {
  margin-bottom: 0 !important;
}
ul:not([class]) > li {
  margin: 0 0 1.2em 0;
  position: relative;
  padding: 0 0 0 36px;
}
ul:not([class]) > li:last-child {
  margin-bottom: 0 !important;
}
ul:not([class]) > li:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #73BF00;
  border: 2px solid #1B1D21;
  position: absolute;
  left: 0;
  top: 0.3em;
}

ol {
  counter-reset: item;
  list-style: none;
  margin: 1.2em 0;
  padding: 0;
}
ol:first-child {
  margin-top: 0 !important;
}
ol:last-child {
  margin-bottom: 0 !important;
}
ol > li {
  counter-increment: item;
  position: relative;
  margin: 1.2em 0;
  padding: 0 0 0 36px;
}
ol > li:last-child {
  margin-bottom: 0 !important;
}
ol > li:before {
  content: counters(item, ".");
  position: absolute;
  left: 0;
  color: #73BF00;
}
ol > li ol, ol > li ol:first-child {
  --token-name: "text-body-xlg-desktop";
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
  margin: 1em 0;
  margin-top: 18px !important;
}
ol > li ol li,
ol > li ol li:last-child, ol > li ol:first-child li,
ol > li ol:first-child li:last-child {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 1em;
}

.ov-h {
  overflow: hidden;
}

.btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  border: none;
  border-radius: 0 !important;
  --token-name: "text-body-2xlg-desktop";
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 600;
  padding: 24px 48px;
  -webkit-appearance: none;
  box-shadow: none !important;
  cursor: pointer;
}

.btn-small {
  --token-name: "text-body-sm-desktop";
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  font-style: normal;
  text-transform: none;
  padding: 20px 24px;
}

.btn-with-ico {
  padding-right: 28px;
}
.btn-with-ico svg * {
  transition: all 0.2s ease;
}

.btn-primary {
  color: #FFFFFF !important;
  background: #73BF00;
}
.btn-primary:hover, .btn-primary:active {
  color: #FFFFFF !important;
  background: #9AD83D !important;
}

.btn-secondary {
  color: #1B1D21 !important;
  background: #FFFFFF;
}
.btn-secondary:hover, .btn-secondary:active {
  color: #1B1D21 !important;
  background: #F5F5F5 !important;
}

.btn-tertiary {
  color: #73BF00;
  background: transparent;
}
.btn-tertiary svg *[fill] {
  fill: #73BF00;
}
.btn-tertiary svg *[stroke] {
  stroke: #73BF00;
}
.btn-tertiary:hover, .btn-tertiary:active {
  background: transparent !important;
  color: #B9E971 !important;
}
.btn-tertiary:hover svg *[fill], .btn-tertiary:active svg *[fill] {
  fill: #B9E971;
}
.btn-tertiary:hover svg *[stroke], .btn-tertiary:active svg *[stroke] {
  stroke: #B9E971;
}

.bg-invert .btn-tertiary {
  color: #B9E971;
  background: transparent;
}
.bg-invert .btn-tertiary svg *[fill] {
  fill: #B9E971;
}
.bg-invert .btn-tertiary svg *[stroke] {
  stroke: #B9E971;
}
.bg-invert .btn-tertiary:hover, .bg-invert .btn-tertiary:active {
  background: transparent !important;
  color: #73BF00 !important;
}
.bg-invert .btn-tertiary:hover svg *[fill], .bg-invert .btn-tertiary:active svg *[fill] {
  fill: #73BF00;
}
.bg-invert .btn-tertiary:hover svg *[stroke], .bg-invert .btn-tertiary:active svg *[stroke] {
  stroke: #73BF00;
}

.btn-ico img,
.btn-ico svg {
  display: block;
}

.btn-arrow {
  width: 60px;
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  transition: all 0.2s ease;
  background-color: #F5F5F5;
  cursor: pointer;
}
.btn-arrow img,
.btn-arrow svg {
  display: block;
}
.btn-arrow svg * {
  transition: all 0.2s ease;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.bg-invert .btn-arrow {
  background-color: #FFFFFF;
}

.btn-arrow svg * {
  transition: all 0.2s ease;
}

.btn-arrow:hover,
a:hover .btn-arrow,
.objects-section-header:hover .btn-arrow,
.solutions-item-header:hover .btn-arrow {
  background-color: #3C4853 !important;
}
.btn-arrow:hover svg *[fill],
a:hover .btn-arrow svg *[fill],
.objects-section-header:hover .btn-arrow svg *[fill],
.solutions-item-header:hover .btn-arrow svg *[fill] {
  fill: #FFFFFF;
}
.btn-arrow:hover svg *[stroke],
a:hover .btn-arrow svg *[stroke],
.objects-section-header:hover .btn-arrow svg *[stroke],
.solutions-item-header:hover .btn-arrow svg *[stroke] {
  stroke: #FFFFFF;
}

.btn-arrow:disabled,
.btn-arrow.disabled {
  opacity: 0.64;
}

.open .btn-plus svg .ver {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

.btn-more-photos {
  color: #73BF00;
  --token-name: "text-body-xlg-desktop";
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #73BF00;
}

.control-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 40px;
}

.control-buttons-item {
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.marquee {
  position: relative;
  overflow: hidden;
  width: 100%;
  /* высоту подгоняй сам, если нужно */
}

.marquee-inner {
  display: -ms-flexbox;
  display: flex;
  will-change: transform;
}

.marquee-item {
  -ms-flex: none;
  flex: none;
  margin-right: 2rem; /* регулируй отступ */
}

.brand {
  color: #73BF00;
}

.bg-invert {
  background-color: #3C4853;
  color: #FFFFFF;
}
.bg-invert .brand {
  color: #B9E971;
}

.brand-alt {
  color: #B9E971;
}

.bg-invert .brand-alt {
  color: #73BF00;
}

.swiper-over-wrapper {
  position: relative;
}

.swiper-button {
  position: absolute;
  margin: 0;
  -webkit-transform: none;
  transform: none;
}

.swiper-button:before,
.swiper-button:after {
  display: none !important;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.64;
}

.swiper-over-wrapper-top-arrows .swiper-button {
  top: auto;
  bottom: 100%;
  margin-bottom: 24px;
}
.swiper-over-wrapper-top-arrows .swiper-button-prev {
  left: 0;
}
.swiper-over-wrapper-top-arrows .swiper-button-next {
  right: auto;
  left: 69px;
}

.news-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px 24px;
}

.news-tmb {
  -ms-flex: 0 0 calc((100% - 24px) / 2);
  flex: 0 0 calc((100% - 24px) / 2);
  border-top: 1px solid #E5E5E5;
  padding-top: 28px;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  color: #1B1D21 !important;
  text-decoration: none !important;
}

.news-tmb-content {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 28px;
}

.news-tmb-date {
  --token-name: "text-body-lg-desktop";
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  font-style: normal;
  -ms-flex: 0 0 13.92%;
  flex: 0 0 13.92%;
  color: #808078;
  text-align: right;
}

.news-tmb-date-mob {
  display: none;
}

.news-tmb-pic img {
  display: block;
  width: 100%;
  height: auto;
}

.news-tmb h3,
.news-tmb .h3 {
  --token-name: "text-body-2xlg-desktop";
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  margin: 0 !important;
}

.link-arrow {
  width: 30px;
  height: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all 0.2s ease;
  background: #3C4853;
}

a:hover .link-arrow,
.swiper-slide:hover .link-arrow {
  background: #73BF00;
}

.contacts-map {
  height: 760px;
}

.contacts-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 48px;
  padding-top: 24px;
  border-top: 1px solid #E5E5E5;
}

.contacts-info-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.contacts-info-item {
  --token-name: "title-h4-desktop";
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
  text-transform: uppercase;
  font-style: normal;
}
.contacts-info-item h3,
.contacts-info-item .h3 {
  --token-name: "$text-title-medium-desktop";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.125;
  text-transform: uppercase;
  margin: 0 !important;
}
.contacts-info-item a {
  text-decoration: none !important;
}
.contacts-info-item a:hover {
  color: #B9E971;
}

.contacts-info-item-small {
  --token-name: "text-body-2xlg-desktop";
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  font-style: normal;
  color: #808078;
  text-transform: none;
}
.contacts-info-item-small p {
  margin: 8px 0;
}
.contacts-info-item-small a {
  color: #808078;
  text-decoration: underline !important;
}
.contacts-info-item-small a:hover {
  color: #73BF00;
  text-decoration: none !important;
}

.main-swipers-wrapper {
  position: relative;
}

.main-swiper-item {
  position: relative;
  min-height: 100vh;
}

.main-swiper-item-pic {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.main-swiper-item-pic:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
}

.main-swiper-item-pic video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-swiper-item-pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.main-swiper-item-descr {
  position: relative;
  padding-top: 140px;
  padding-bottom: 320px;
}

.main-swiper-item-descr-col {
  -ms-flex: 0 0 58.333%;
  flex: 0 0 58.333%;
  max-width: 58.333%;
}

.main-swiper-sup-ttl {
  --token-name: "title-h6-desktop";
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.main-swiper h1,
.main-swiper .h1,
.main-swiper h2,
.main-swiper .h2 {
  --token-name: "title-h1-desktop";
  font-size: 72px;
  line-height: 72px;
  font-weight: 600;
  text-transform: uppercase;
  font-style: normal;
  margin: 0 !important;
}

.section-bg .main-swiper {
  position: absolute;
  inset: 0;
}
.section-bg .main-swiper-item {
  min-height: 100%;
}

.main-nav-swiper-over-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 80px;
}

.main-nav-swiper-over-wrapper-alt {
  position: relative;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
}

.main-nav-swiper {
  overflow: visible;
}

.main-nav-swiper .swiper-slide {
  width: 260px;
  min-height: 160px;
  height: auto;
}

.main-nav-swiper-item {
  height: 100%;
  position: relative;
  background: #fff;
  cursor: pointer;
  color: #1B1D21;
  padding: 20px 20px 83px 20px;
}

.main-swiper-item h5,
.main-swiper-item .h5 {
  --token-name: "text-body-lg-desktop";
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  font-style: normal;
  transition: all 0.35s ease;
}

.main-nav-swiper-item:hover h5,
.main-nav-swiper-item:hover .h5,
.main-nav-swiper-item.active h5,
.main-nav-swiper-item.active .h5 {
  color: #FFFFFF;
}

.main-nav-swiper-item-pic {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.35s ease;
  height: 48px;
}
.main-nav-swiper-item-pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.main-nav-swiper-item:hover .main-nav-swiper-item-pic,
.main-nav-swiper-item.active .main-nav-swiper-item-pic {
  height: 100%;
}

.main-nav-swiper-item-descr {
  position: relative;
}

.main-nav-swiper-item h5,
.main-nav-swiper-item .h5 {
  --token-name: "$text-body-base";
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.25;
  margin: 0 !important;
}

.main-nav-swiper-item .link-arrow {
  position: absolute;
  right: 33px;
  bottom: 33px;
}

.eco-swiper-col {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.eco-swiper-over-wrapper {
  margin-left: -12px;
  margin-right: -12px;
}

.eco-swiper .swiper-slide {
  padding: 0 12px;
}

.eco-swiper-pic img {
  width: 100%;
  height: auto;
}

.eco-swiper,
.eco-swiper .swiper-wrapper {
  overflow: visible;
}

.eco-swiper .eco-swiper-pic {
  /* 700ms совпадает с speed:700 в Swiper */
  transition: -webkit-transform 700ms ease;
  transition: transform 700ms ease;
  transition: transform 700ms ease, -webkit-transform 700ms ease;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.eco-swiper-over-wrapper .swiper-button-disabled {
  opacity: 1 !important;
  pointer-events: auto !important;
  cursor: pointer !important;
}

.eco-swiper-over-wrapper .swiper-button {
  top: auto;
  bottom: 0;
  right: auto;
  margin: 0 !important;
}

.eco-swiper-over-wrapper .swiper-button-prev {
  left: 12;
}

.eco-swiper-over-wrapper .swiper-button-next {
  left: 81px;
}

.eco-list {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
}

.eco-item {
  padding: 15px 15px 0 15px;
  border-top: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  --token-name: "title-h3-desktop";
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
  text-transform: uppercase;
  font-style: normal;
  text-transform: none;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.eco-item:first-child {
  padding-left: 0;
}

.eco-item p {
  margin: 0 !important;
}

.eco-item-ttl {
  --token-name: "text-body-lg-desktop";
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  color: #808078;
  margin: 0 0 8px 0;
}

.guarantees-item {
  position: relative;
  background: #FFFFFF;
  padding: 32px;
  aspect-ratio: 358/545;
}

.guarantees-item-pic {
  position: absolute;
  right: 0;
  bottom: 24px;
  width: 77.653%;
}
.guarantees-item-pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  display: block;
}

.guarantees-item-pic-inner {
  position: relative;
  padding-top: 100%;
}

.guarantees-item-pic img.img-hover {
  opacity: 0;
}

.guarantees-item:hover .guarantees-item-pic img {
  opacity: 0;
}

.guarantees-item:hover .guarantees-item-pic img.img-hover {
  opacity: 1;
}

.guarantees-item-ttl {
  position: relative;
  --token-name: "text-body-xlg-desktop";
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  color: #1B1D21;
}

.guarantees-swiper {
  overflow: visible;
}

.networks-item {
  position: relative;
  background: #5F7182;
  padding: 24px 32px;
  aspect-ratio: 358/280;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 32px;
}

.networks-item-pic svg {
  display: block;
}
.networks-item-pic svg * {
  transition: all 0.2s ease;
}

.networks-item-ttl {
  position: relative;
  --token-name: "text-body-xlg-desktop";
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
  font-weight: 600;
  color: #FFFFFF;
  transition: all 0.2s ease;
  text-transform: uppercase;
}

.networks-item:hover {
  background: #B9E971;
}
.networks-item:hover svg *[stroke] {
  stroke: #1B1D21;
}

.networks-swiper {
  overflow: visible;
}

.objects-section {
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}

.objects-section + .objects-section {
  margin-top: -1px;
}

.objects-section-header {
  padding: 9px 0;
}

.objects-section-header .row {
  -ms-flex-align: center;
  align-items: center;
}

.objects-section-header-col-1 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.objects-section-header-col-2 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.objects-section-header h3,
.objects-section-header .h3 {
  --token-name: "title-h3-desktop";
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
  text-transform: uppercase;
  font-style: normal;
  text-transform: uppercase;
  margin: 0 !important;
  transition: all 0.3s ease;
}
.objects-section-header h3 a,
.objects-section-header .h3 a {
  display: block;
  transition: all 0.3s ease;
  color: #1B1D21;
  text-decoration: none !important;
}
.objects-section-header h3 a:hover,
.objects-section-header .h3 a:hover {
  color: #73BF00;
}

.objects-section-header:hover h3, .objects-section-header:hover .h3 {
  color: #73BF00;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.objects-section-header-data {
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  --token-name: "text-body-lg-desktop";
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  font-style: normal;
}

.objects-section-header-data-num {
  text-transform: uppercase;
  color: #808078;
}

.objects-section-body {
  display: none;
  padding-top: 19px;
  padding-bottom: 40px;
}

.objects-section.open .objects-section-body {
  display: block;
}

.objects-list {
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.objects-list-single {
  padding: 48px 0;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
}

.objects-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  -ms-flex: 0 0 calc((100% - 72px) / 4);
  flex: 0 0 calc((100% - 72px) / 4);
  text-decoration: none !important;
  color: #1B1D21;
  transition: all 0.2s ease;
}
.objects-item:hover {
  color: #73BF00;
}

.objects-item-pic {
  position: relative;
  aspect-ratio: 358/279;
  overflow: hidden;
}
.objects-item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.objects-item h3,
.objects-item .h3 {
  --token-name: "text-body-2xlg-desktop";
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  font-style: normal;
  text-transform: none;
  margin: 0 !important;
}

.tech-swiper .swiper-slide {
  height: auto;
}

.tech-item {
  min-height: 100%;
  background: #FFFFFF;
  position: relative;
  padding: 44px;
  color: #1B1D21;
}

.tech-item-num {
  position: absolute;
  right: 44px;
  top: 44px;
  --token-name: "$text-title-large-desktop";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.111;
  text-transform: uppercase;
  color: #73BF00;
}

.tech-item-pic {
  width: 59.4%;
}
.tech-item-pic img {
  display: block;
  width: 100%;
  height: auto;
}

.tech-item-descr {
  --token-name: "text-body-2xlg-desktop";
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  font-style: normal;
  border-top: 1px solid #E5E5E5;
  margin-top: 32px;
  padding-top: 48px;
}

.tech-item h3,
.tech-item .h3 {
  --token-name: "text-body-xlg-desktop";
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  margin: 0 0 12px 0;
}

.tech-swiper {
  overflow: visible;
}

.projects-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}

.projects-item {
  display: block;
  -ms-flex: 0 0 calc((100% - 24px) / 2);
  flex: 0 0 calc((100% - 24px) / 2);
  position: relative;
  aspect-ratio: 1/1;
  color: #fff !important;
  text-decoration: none !important;
}

.projects-item-pic {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.projects-item-pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.projects-item-pic:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 63.11%, rgba(0, 0, 0, 0.6) 97.63%);
}

.projects-item h3,
.projects-item .h3 {
  margin: 0 !important;
  text-transform: none;
}

.projects-item-descr {
  position: relative;
  min-height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  transition: all 0.35s ease;
  padding: 46px 32px;
}

.projects-item-descr-top,
.projects-item-descr-bottom {
  transition: all 0.35s ease;
  padding: 32px;
}

.projects-item-descr-bottom {
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.projects-item .btn-arrow {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: rgba(255, 255, 255, 0.2);
}
.projects-item .btn-arrow svg *[fill] {
  fill: #FFFFFF;
}
.projects-item .btn-arrow svg *[stroke] {
  stroke: #FFFFFF;
}

.projects-item .btn-arrow:hover,
.projects-item:hover .btn-arrow {
  background-color: #3C4853;
}

.projects-item-info {
  overflow: hidden;
}

.projects-item-info-inner {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition: all 0.35s ease;
}

.projects-item-info-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 32px;
  padding: 21px 21px 21px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  --token-name: "$text-body-footnote-uppercase";
  font-size: 14px;
  font-style: normal;
  line-height: 1.286;
  font-weight: 600;
  text-transform: uppercase;
}

.projects-item-info-item-val {
  text-align: right;
}

.projects-item-data {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 24px;
}

.projects-item-data-item {
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-align: center;
  align-items: center;
  --token-name: "text-body-xlg-desktop";
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
}

.projects-item-data-item-ttl {
  margin-bottom: 2px;
  color: #B9E971;
}

.section-projects-num {
  --token-name: "$text-title-4xlarge-desktop";
  font-size: 164px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -6px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.more-btn-wrapper {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 72px;
  margin-top: 48px;
}
.more-btn-wrapper:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 48px;
  background: rgba(255, 255, 255, 0.2);
}
.more-btn-wrapper .btn {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.more-btn-wrapper-alt {
  border: none;
  padding: 0 !important;
  margin-top: 16px;
  margin-bottom: 0 !important;
}
.more-btn-wrapper-alt:before {
  display: none;
}

.section-geo + section {
  z-index: 10;
}

.section-feedback {
  background-color: #FFFFFF;
}

.section-geo .section-content {
  padding-top: 30px;
}

.section-geo .section-header,
.section-geo .section-body {
  z-index: 2;
}

.geo-map {
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: none;
}
.geo-map img,
.geo-map svg {
  display: block;
  max-width: 100%;
  height: auto !important;
}

.geo-map-content {
  position: relative;
}

.geo-map-pins {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.geo-map-pin {
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.geo-map-pin-1 {
  left: 18%;
  top: 45.6%;
}

.geo-map-pin-2 {
  left: 13.4%;
  top: 54.9%;
}

.geo-map-pin-3 {
  left: 15.7%;
  top: 58.1%;
}

.geo-map-pin-4 {
  left: 13.4%;
  top: 60.3%;
}

.geo-map-pin-5 {
  left: 17%;
  top: 62%;
}

.geo-map-pin-6 {
  left: 1.3%;
  top: 71.7%;
}

.geo-map-pin-7 {
  left: 42.8%;
  top: 70.2%;
}

.geo-map-pin-8 {
  left: 45.3%;
  top: 76%;
}

.geo-map-pin-9 {
  left: 85.5%;
  top: 69.5%;
}

.geo-map-pin-10 {
  left: 92.1%;
  top: 78.8%;
}

.partners-swiper {
  overflow: visible;
}

.partners-item {
  background-color: #FFFFFF;
  display: block;
}

.partners-item-inner {
  width: 290px;
  height: 290px;
  padding: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.partners-item-inner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.partners-wrapper {
  margin-top: 280px;
}

.partners-wrapper .stick-content {
  overflow: hidden;
}

.partners-wrapper .marquee {
  overflow: visible;
}

.partners-wrapper .marquee-item {
  margin-right: 6px;
}

.services-list-over-wrapper .swiper-button {
  display: none;
}

.services-item {
  --token-name: "text-body-2xlg-desktop";
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  font-style: normal;
  text-decoration: none !important;
  color: #1B1D21 !important;
  display: block;
  position: relative;
}

.services-item-content {
  border-top: 1px solid #E5E5E5;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #FFFFFF;
}

.services-item-col-1 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.services-item-col-2 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.services-item-pic {
  position: relative;
  aspect-ratio: 740/580;
  overflow: hidden;
}

.services-item-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.services-item-descr {
  min-height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
}

.services-item-descr-top-col {
  -ms-flex: 0 0 83.333%;
  flex: 0 0 83.333%;
  max-width: 83.333%;
}

.services-item-descr-bottom-col {
  -ms-flex: 0 0 66.667%;
  flex: 0 0 66.667%;
  max-width: 66.667%;
  margin-left: auto;
  margin-right: auto;
}

.services-item h3,
.services-item .h3 {
  --token-name: "$text-title-large-desktop";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.111;
  text-transform: uppercase;
  margin: 0 !important;
  transition: all 0.3s ease;
}

.services-item:hover h3,
.services-item .h3 {
  color: #73BF00;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.services-item-arrow {
  margin-top: 40px;
}

.vis-xs {
  display: none;
}

.modal {
  padding: 0 !important;
}

.modal-backdrop {
  background: rgb(27, 29, 33);
}

.modal-backdrop.show {
  opacity: 0.64;
}

.modal-dialog {
  min-height: 100%;
  min-width: 100%;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 60px 48px;
}

.modal-content {
  max-width: 994px;
  border: none;
  border-radius: 0;
}

.modal .close {
  position: absolute;
  right: 20px;
  top: 20px;
  opacity: 1 !important;
  outline: none !important;
}

.modal-header {
  padding: 40px 80px 40px 40px;
  border: none;
}
.modal-header h3,
.modal-header .h3 {
  --token-name: "$text-title-large-desktop-uppercase";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 !important;
}

.modal-body {
  padding: 0 40px 40px 40px;
}

.modal-form-row {
  margin: 0 !important;
}

.modal-form-row .col {
  padding: 0 !important;
}

.modal-form-row .col + .col .form-group {
  margin-left: -1px;
}

.modal-form-col-50 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.page-info {
  --token-name: "text-body-lg-desktop";
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  font-style: normal;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid #FFFFFF;
}

.page-info-col-1 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.page-info-col-2 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.page-info-features-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
}

.page-info-features-list-item {
  -ms-flex: 0 0 calc((100% - 24px) / 2);
  flex: 0 0 calc((100% - 24px) / 2);
}

.page-info-lead {
  --token-name: "title-h4-desktop";
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
  text-transform: uppercase;
  font-style: normal;
  text-transform: uppercase;
  margin: 80px 0 24px 0;
}
.page-info-lead:first-child {
  margin-top: 0 !important;
}
.page-info-lead:last-child {
  margin-bottom: 0 !important;
}

.page-info-text {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  max-width: 66.666%;
}

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

.col-content-inner {
  -ms-flex: 0 0 88.889%;
  flex: 0 0 88.889%;
  max-width: 88.889%;
}

.col-content-inner .col-block-content-wide {
  margin-right: -12.5%;
  max-width: unset;
}

.article-lead {
  color: #73BF00;
  --token-name: "title-h6-desktop";
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  font-style: normal;
  margin-top: 32px;
  margin-bottom: 32px;
}
.article-lead:first-child {
  margin-top: 0 !important;
}
.article-lead:last-child {
  margin-bottom: 0 !important;
}

.article-pic {
  margin-top: 32px;
  margin-bottom: 32px;
}
.article-pic:first-child {
  margin-top: 0 !important;
}
.article-pic:last-child {
  margin-bottom: 0 !important;
}
.article-pic img {
  display: block;
  width: 100%;
  height: auto;
}

.article-pic-caption {
  --token-name: "text-body-xlg-desktop";
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
  color: #73BF00;
  padding: 28px 0 24px 0;
  border-bottom: 1px solid #E5E5E5;
}

.article-pic-alt {
  padding-top: 28px;
  position: relative;
  border-top: 1px solid #E5E5E5;
}
.article-pic-alt .article-pic-caption {
  padding: 0 !important;
  border: none !important;
}

.article-pic-alt-col-1 {
  -ms-flex: 0 0 62.5%;
  flex: 0 0 62.5%;
  max-width: 62.5%;
}

.article-pic-alt-col-2 {
  -ms-flex: 0 0 37.5%;
  flex: 0 0 37.5%;
  max-width: 37.5%;
}

.article-pic-big {
  aspect-ratio: 1600/973;
  position: relative;
}

.article-pic-big-image {
  position: absolute;
  inset: 0;
}
.article-pic-big-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.article-pic-big-content {
  position: relative;
}

blockquote {
  margin-top: 64px;
  margin-bottom: 64px;
}
blockquote:first-child {
  margin-top: 0 !important;
}
blockquote:last-child {
  margin-bottom: 0 !important;
}

.blockquote-col-1 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.blockquote-text {
  --token-name: "title-h6-desktop";
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  font-style: normal;
  color: #73BF00;
  font-weight: 500 !important;
}

.blockquote-author {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.blockquote-author-pic {
  width: 120px;
  outline: 2px solid #73BF00;
  outline-offset: -2px;
}
.blockquote-author-pic img {
  display: block;
  width: 100%;
  height: auto;
}

.blockquote-author-decsr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.blockquote-author-name {
  --token-name: "text-body-xlg-desktop";
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
}

.blockquote-author-post {
  --token-name: "text-body-lg-desktop";
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  font-style: normal;
}

table {
  width: 100%;
}

th {
  --token-name: "text-body-lg-desktop";
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  background: #73BF00;
  color: #FFFFFF;
  padding: 12px 10px;
  vertical-align: top;
}

th + th {
  border-left: 1px solid #FFFFFF;
}

td {
  padding: 12px 10px;
  vertical-align: top;
  border-top: 1px solid #E5E5E5;
}

thead + tbody tr:first-child td {
  border-top: none !important;
}

td + td {
  padding-left: 11px;
}

td.td-name {
  --token-name: "text-body-lg-desktop";
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  font-style: normal;
  color: #73BF00;
  text-transform: uppercase;
  padding-top: 14px;
  padding-bottom: 14px;
}

.product-feature-tmb {
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-align: center;
  align-items: center;
}

.product-feature-tmb-descr {
  --token-name: "text-body-xlg-desktop";
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
}

.product-feature-tmb-ttl {
  margin-bottom: 2px;
}

.projects-item-pic {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.projects-item-pic img {
  display: block;
}

.page-menu-wrapper {
  position: -webkit-sticky;
  position: sticky;
  z-index: 100;
  background-color: #73BF00;
}

ul.page-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px 0;
  margin: 0;
  list-style: none;
}
ul.page-menu a {
  display: block;
  padding: 11px 40px;
  --token-name: "text-body-md-desktop";
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none !important;
  color: #FFFFFF;
  opacity: 0.64;
}
ul.page-menu a:hover, ul.page-menu a.active {
  opacity: 1;
}

.product-about-grid {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 24px;
  column-gap: 24px;
  -ms-flex-align: start;
  align-items: start;
  -ms-grid-columns: calc(50% - 12px) calc(50% - 12px);
  grid-template-columns: calc(50% - 12px) calc(50% - 12px);
  -ms-grid-rows: auto auto 1fr;
  grid-template-rows: auto auto 1fr;
}

.product-about-cell-pics {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1/span 3;
  padding-right: 24px;
}

.product-about-cell-info {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  padding-top: 24px;
}

.product-about-cell-works {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
  padding-top: 96px;
}

.product-about-cell-features {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 3;
  grid-row: 3;
  padding-top: 96px;
}

.product-about-pics-item {
  display: block;
}
.product-about-pics-item img {
  display: block;
  width: 100%;
  height: auto;
}

.product-about-pics-item + .product-about-pics-item {
  margin-top: 1px;
}

.product-time:not(:last-child) {
  margin-bottom: 24px;
}

.product-time-ttl {
  margin-bottom: 16px;
  --token-name: "text-body-xlg-desktop";
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  color: #73BF00;
}

.product-time-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 600;
}

.product-time-val {
  font-size: 164px;
  line-height: 1;
  font-weight: 500;
  color: #73BF00;
  text-transform: uppercase;
  letter-spacing: -6px;
  margin-top: -24px;
}

.product-time-units {
  padding-top: 18px;
  --token-name: "title-h3-desktop";
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
}

.product-info-list-item {
  --token-name: "text-body-xlg-desktop";
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 24px;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 600;
  padding: 23px 0;
  border-top: 1px solid #E5E5E5;
}

.product-info-list-item:last-child {
  border-bottom: 1px solid #E5E5E5;
}

.product-info-list-icons .product-info-list-item {
  -ms-flex-align: center;
  align-items: center;
}

.product-info-list-item-name {
  color: #73BF00;
}

.product-info-list-item-val {
  text-align: right;
}

.product-info-list-features .product-info-list-item-name {
  padding: 7px 0;
}
.product-info-list-features .product-info-list-item-val {
  --token-name: "title-h4-desktop";
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
  text-transform: uppercase;
  font-style: normal;
}

.product-about-pics-button-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 24px;
}

.specs-list {
  position: relative;
  z-index: 10;
}
.specs-list:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  width: 5000px;
  background: #FFFFFF;
}

.specs-list-col {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
  margin-left: auto;
}

.specs-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 24px;
  border-top: 1px solid #E5E5E5;
  --token-name: "text-body-2xlg-desktop";
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  font-style: normal;
}
.specs-item:last-child {
  border-bottom: 1px solid #E5E5E5;
}

.specs-item-name {
  --token-name: "text-body-lg-desktop";
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  font-style: normal;
  color: #73BF00;
  font-weight: 600;
  text-transform: uppercase;
  padding: 25px 0;
  -ms-flex: 0 0 calc((100% - 48px) / 3);
  flex: 0 0 calc((100% - 48px) / 3);
}

.specs-item-val {
  padding: 23px 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background: #FFFFFF;
  position: relative;
}
.specs-item-val:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  width: 24px;
  background: #FFFFFF;
}

.specs-pic-wrapper {
  position: relative;
}

.specs-pic img {
  display: block;
  width: 100%;
  height: auto;
}

.product-pros-item {
  padding: 48px 0;
  border-top: 1px solid #E5E5E5;
}
.product-pros-item:last-child {
  border-bottom: 1px solid #E5E5E5;
}
.product-pros-item:nth-child(even) .product-pros-item-col-1 {
  -ms-flex-order: 2;
  order: 2;
}
.product-pros-item:nth-child(even) .product-pros-item-col-2 {
  -ms-flex-order: 1;
  order: 1;
}

.product-pros-item-col-1 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.product-pros-item-col-2 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

ul.ul-pros {
  list-style: none;
  margin: 0 0 16px 60px;
  padding: 0;
  color: #5F7182;
}
ul.ul-pros > li {
  margin: 0 0 22px 0;
  position: relative;
  padding: 0 0 0 60px;
}
ul.ul-pros > li:last-child {
  margin-bottom: 0 !important;
}
ul.ul-pros > li:before {
  content: "";
  width: 32px;
  height: 32px;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: -2px;
  background: #73BF00 url(/frontend/build/css/../images/ul-pros-check.svg) center center no-repeat;
}
ul.ul-pros h3,
ul.ul-pros .h3 {
  margin-bottom: 30px;
}
ul.ul-pros h6,
ul.ul-pros .h6 {
  color: #73BF00;
  margin: 0 0 14px 0;
  text-transform: uppercase;
}
ul.ul-pros p {
  margin-top: 0 !important;
}

.product-pros-item-pic img {
  display: block;
  width: 100%;
  height: auto;
}

ul.breadcrumb {
  list-style: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: none !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px 16px;
  --token-name: "text-body-sm-desktop";
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  color: #FFFFFF;
}
ul.breadcrumb > li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
ul.breadcrumb > li:not(:last-child):after {
  content: "";
  width: 14px;
  height: 14px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: url(/frontend/build/css/../images/breadcrumb-arrow.svg) center center no-repeat;
}
ul.breadcrumb a {
  color: #E5E5E5;
  text-decoration: none !important;
}

.body-alt ul.breadcrumb {
  color: #808078;
}
.body-alt ul.breadcrumb a {
  color: #808078;
}
.body-alt ul.breadcrumb > li:not(:last-child):after {
  background-image: url(/frontend/build/css/../images/breadcrumb-arrow-alt.svg);
}
.body-alt .page-info {
  border-color: #E5E5E5;
}

.offer-swiper {
  overflow: visible;
}

.offer-item {
  position: relative;
  aspect-ratio: 358/280;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #F5F5F5;
}

.offer-item-pic {
  position: absolute;
  width: 128px;
  height: 128px;
  left: 32px;
  top: 24px;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.3s ease;
}
.offer-item-pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.offer-item-pic:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
  opacity: 0;
}

.offer-item:hover .offer-item-pic {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.offer-item:hover .offer-item-pic:after {
  opacity: 1;
}

.offer-item-descr {
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 24px 32px 24px 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.offer-item-ttl {
  position: relative;
  transition: all 0.3s ease;
  --token-name: "text-body-xlg-desktop";
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}

.offer-item:hover .offer-item-ttl {
  color: #FFFFFF;
}

.offer-item-sup-ttl {
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  transition: all 0.3s ease;
  opacity: 0;
  position: relative;
}

.offer-item:hover .offer-item-sup-ttl {
  opacity: 1;
}

.prod-features-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 48px 24px;
}

.prod-features-item {
  -ms-flex: 0 0 calc((100% - 24px) / 2);
  flex: 0 0 calc((100% - 24px) / 2);
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  border-top: 1px solid #E5E5E5;
  padding-top: 24px;
  --token-name: "text-body-lg-desktop";
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  font-style: normal;
  color: #808078;
}
.prod-features-item h3,
.prod-features-item .h3 {
  --token-name: "text-body-2xlg-desktop";
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 24px;
  color: #1B1D21;
}

.prod-features-item-pic {
  -ms-flex: 0 0 calc((100% - 24px) / 2);
  flex: 0 0 calc((100% - 24px) / 2);
}
.prod-features-item-pic img {
  display: block;
  width: 100%;
  height: auto;
}

.solutions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 96px;
}

.solutions-section {
  width: 100%;
}

.solutions-section-col-1 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.solutions-section-col-2 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.solutions-section-ttl {
  --token-name: "title-h4-desktop";
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
  text-transform: uppercase;
  font-style: normal;
  text-transform: uppercase;
}

.solutions-item {
  border-top: 1px solid #E5E5E5;
}
.solutions-item:last-child {
  border-bottom: 1px solid #E5E5E5;
}

.solutions-item-col-1 {
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
}

.solutions-item-col-2 {
  -ms-flex: 0 0 66.666%;
  flex: 0 0 66.666%;
  max-width: 66.666%;
}

.solutions-item-arrow {
  padding: 9px 0;
}

.solutions-item-ttl {
  padding: 19px 0;
  --token-name: "title-h3-desktop";
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
  text-transform: uppercase;
  font-style: normal;
  text-transform: uppercase;
  transition: all 0.2s ease;
}

.solutions-item-body {
  display: none;
  padding: 40px 0;
  color: #5F7182;
}
.solutions-item-body h4,
.solutions-item-body .h4 {
  --token-name: "title-h4-tablet";
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  text-transform: uppercase;
  font-style: normal;
  margin: 32px 0 10px 0;
  color: #1B1D21;
}
.solutions-item-body ul {
  --token-name: "text-body-lg-desktop";
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  font-style: normal;
  color: #1B1D21;
}

.solutions-item-header {
  cursor: pointer;
}

.solutions-item-header:hover .solutions-item-ttl {
  color: #73BF00;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

.solutions-item.open .solutions-item-ttl {
  color: #73BF00;
}
.solutions-item.open .solutions-item-body {
  display: block;
}
.solutions-item.open .btn-arrow {
  background-color: #B9E971;
}

.video-link {
  display: block;
  position: relative;
  aspect-ratio: 334/187;
}

.video-link-pic {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.video-link-pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.video-link-play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.video-link-play svg * {
  transition: all 0.2s ease;
}

.video-link:hover svg *[fill] {
  fill: #73BF00;
}
.video-link:hover svg *[stroke] {
  stroke: #73BF00;
}

.stats-item {
  position: relative;
  background: #FFFFFF;
  padding: 32px;
  aspect-ratio: 358/545;
  color: #1B1D21;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 500;
}

.stats-item-pic {
  width: 80px;
  height: 80px;
  position: relative;
}
.stats-item-pic img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
  display: block;
}

.stats-item-pic-inner {
  position: relative;
  padding-top: 100%;
}

.stats-item-pic img.img-hover {
  opacity: 0;
}

.stats-item:hover .stats-item-pic img {
  opacity: 0;
}

.stats-item:hover .stats-item-pic img.img-hover {
  opacity: 1;
}

.stats-item-descr {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  gap: 32px;
}

.stats-item-num {
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: end;
  align-items: flex-end;
}

.stats-item-num-val {
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
}

.staits-item-num-units {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}

.stats-swiper-over-wrapper {
  margin-top: 84px;
}

.stats-swiper {
  overflow: visible;
}

.button-404 {
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.btn-back {
  padding-right: 48px;
  padding-left: 24px;
}
.btn-back .btn-text {
  -ms-flex-order: 2;
  order: 2;
}
.btn-back .btn-ico {
  -ms-flex-order: 1;
  order: 1;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media (max-width: 1599px) {
  .offer-item-descr {
    padding: 24px 32px 24px 32px;
  }
  .offer-item-pic {
    width: 104px;
    height: 104px;
  }
}
.section-page-header .video-link {
  max-width: 334px;
}

.history-list-wrapper .swiper-button {
  display: none;
}

.history-item {
  padding-top: 40px;
  border-top: 1px solid #E5E5E5;
}
.history-item:not(:last-child) {
  margin-bottom: 40px;
}

.history-item-col-1 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.history-item-col-2 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.history-item-pic img {
  display: block;
  width: 100%;
  height: auto;
}

.history-item-descr {
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 32px;
}

.history-item-year {
  font-size: 36px;
  line-height: 1;
  font-weight: 600;
}

.history-item-text-col {
  -ms-flex: 0 0 66.666%;
  flex: 0 0 66.666%;
  max-width: 66.666%;
  margin-left: auto;
  margin-right: auto;
}

.history-item h3,
.history-item .h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.section-header-partners {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 600;
  max-width: 83.333%;
}

.section-geo-alt .geo-map {
  top: -240px;
}
.section-geo-alt .partners-wrapper {
  margin-top: 26px;
}

.team-list .col {
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
  margin-bottom: 24px;
}

.team-item {
  border: 1px solid #E5E5E5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
}

.team-item-pic {
  position: relative;
  aspect-ratio: 438/377;
  margin: 23px 23px 40px 23px;
}
.team-item-pic img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center center;
}

.team-item-descr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 40px 23px 23px 23px;
  transition: all 0.3s ease;
}

.team-item:hover .team-item-descr {
  background: #B9E971;
}

.team-item-name {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.team-item-post {
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
}
.team-item-post:before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 5px;
  background: #73BF00;
}

.team-item-exp {
  border-top: 1px solid #E5E5E5;
  margin-top: auto;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 11px;
  transition: all 0.3s ease;
}

.team-item:hover .team-item-exp {
  border-color: #FFFFFF;
}

.docs-list .col {
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
  margin-bottom: 24px;
}

.docs-item {
  display: block;
  border: 1px solid #E5E5E5;
  color: #1B1D21 !important;
  text-decoration: none !important;
}

.docs-item-pic {
  padding: 24px;
  aspect-ratio: 485/352;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.docs-item-pic img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 302px;
  object-fit: contain;
  object-position: center;
}

.docs-item-descr {
  border-top: 1px solid #E5E5E5;
  padding: 24px;
  font-size: 24px;
  line-height: 1.333;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.docs-item:hover .docs-item-descr {
  background: #B9E971;
}

.docs-item-ico svg {
  display: block;
}
.docs-item-ico svg * {
  transition: all 0.3s ease;
}

.docs-item:hover .docs-item-ico svg *[fill] {
  fill: #FFFFFF;
}

.docs-item:hover .docs-item-ico svg *[stroke] {
  stroke: #FFFFFF;
}

@media (max-width: 1919px) {
  .stats-item {
    font-size: 22px;
  }
}
@media (max-width: 1599px) {
  .stats-item {
    font-size: 20px;
  }
}
@media (max-width: 1365px) {
  html,
  body {
    --token-name: "text-body-2xlg-tablet";
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    font-style: normal;
  }
  h1,
  .h1 {
    --token-name: "title-h1-tablet";
    font-size: 56px;
    line-height: 56px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
    margin: 0;
  }
  h2,
  .h2 {
    --token-name: "title-h2-tablet";
    font-size: 38px;
    line-height: 42px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
    margin: 72px 0 24px 0;
  }
  h3,
  .h3 {
    --token-name: "title-h3-tablet";
    font-size: 28px;
    line-height: 32px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
    margin: 72px 0 24px 0;
  }
  h4,
  .h4 {
    --token-name: "title-h4-tablet";
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
    margin: 72px 0 24px 0;
  }
  h5,
  .h5 {
    --token-name: "title-h5-tablet";
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    font-style: normal;
    margin: 72px 0 24px 0;
  }
  h6,
  .h6 {
    --token-name: "title-h6-tablet";
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    font-style: normal;
    margin: 72px 0 24px 0;
  }
  h1 + h1 {
    margin-top: 24px;
  }
  h1 + h2 {
    margin-top: 24px;
  }
  h1 + h3 {
    margin-top: 24px;
  }
  h1 + h4 {
    margin-top: 24px;
  }
  h1 + h5 {
    margin-top: 24px;
  }
  h1 + h6 {
    margin-top: 24px;
  }
  h1 + .h1 {
    margin-top: 24px;
  }
  h1 + .h2 {
    margin-top: 24px;
  }
  h1 + .h3 {
    margin-top: 24px;
  }
  h1 + .h4 {
    margin-top: 24px;
  }
  h1 + .h5 {
    margin-top: 24px;
  }
  h1 + .h6 {
    margin-top: 24px;
  }
  h2 + h1 {
    margin-top: 24px;
  }
  h2 + h2 {
    margin-top: 24px;
  }
  h2 + h3 {
    margin-top: 24px;
  }
  h2 + h4 {
    margin-top: 24px;
  }
  h2 + h5 {
    margin-top: 24px;
  }
  h2 + h6 {
    margin-top: 24px;
  }
  h2 + .h1 {
    margin-top: 24px;
  }
  h2 + .h2 {
    margin-top: 24px;
  }
  h2 + .h3 {
    margin-top: 24px;
  }
  h2 + .h4 {
    margin-top: 24px;
  }
  h2 + .h5 {
    margin-top: 24px;
  }
  h2 + .h6 {
    margin-top: 24px;
  }
  h3 + h1 {
    margin-top: 24px;
  }
  h3 + h2 {
    margin-top: 24px;
  }
  h3 + h3 {
    margin-top: 24px;
  }
  h3 + h4 {
    margin-top: 24px;
  }
  h3 + h5 {
    margin-top: 24px;
  }
  h3 + h6 {
    margin-top: 24px;
  }
  h3 + .h1 {
    margin-top: 24px;
  }
  h3 + .h2 {
    margin-top: 24px;
  }
  h3 + .h3 {
    margin-top: 24px;
  }
  h3 + .h4 {
    margin-top: 24px;
  }
  h3 + .h5 {
    margin-top: 24px;
  }
  h3 + .h6 {
    margin-top: 24px;
  }
  h4 + h1 {
    margin-top: 24px;
  }
  h4 + h2 {
    margin-top: 24px;
  }
  h4 + h3 {
    margin-top: 24px;
  }
  h4 + h4 {
    margin-top: 24px;
  }
  h4 + h5 {
    margin-top: 24px;
  }
  h4 + h6 {
    margin-top: 24px;
  }
  h4 + .h1 {
    margin-top: 24px;
  }
  h4 + .h2 {
    margin-top: 24px;
  }
  h4 + .h3 {
    margin-top: 24px;
  }
  h4 + .h4 {
    margin-top: 24px;
  }
  h4 + .h5 {
    margin-top: 24px;
  }
  h4 + .h6 {
    margin-top: 24px;
  }
  h5 + h1 {
    margin-top: 24px;
  }
  h5 + h2 {
    margin-top: 24px;
  }
  h5 + h3 {
    margin-top: 24px;
  }
  h5 + h4 {
    margin-top: 24px;
  }
  h5 + h5 {
    margin-top: 24px;
  }
  h5 + h6 {
    margin-top: 24px;
  }
  h5 + .h1 {
    margin-top: 24px;
  }
  h5 + .h2 {
    margin-top: 24px;
  }
  h5 + .h3 {
    margin-top: 24px;
  }
  h5 + .h4 {
    margin-top: 24px;
  }
  h5 + .h5 {
    margin-top: 24px;
  }
  h5 + .h6 {
    margin-top: 24px;
  }
  h6 + h1 {
    margin-top: 24px;
  }
  h6 + h2 {
    margin-top: 24px;
  }
  h6 + h3 {
    margin-top: 24px;
  }
  h6 + h4 {
    margin-top: 24px;
  }
  h6 + h5 {
    margin-top: 24px;
  }
  h6 + h6 {
    margin-top: 24px;
  }
  h6 + .h1 {
    margin-top: 24px;
  }
  h6 + .h2 {
    margin-top: 24px;
  }
  h6 + .h3 {
    margin-top: 24px;
  }
  h6 + .h4 {
    margin-top: 24px;
  }
  h6 + .h5 {
    margin-top: 24px;
  }
  h6 + .h6 {
    margin-top: 24px;
  }
  .h1 + h1 {
    margin-top: 24px;
  }
  .h1 + h2 {
    margin-top: 24px;
  }
  .h1 + h3 {
    margin-top: 24px;
  }
  .h1 + h4 {
    margin-top: 24px;
  }
  .h1 + h5 {
    margin-top: 24px;
  }
  .h1 + h6 {
    margin-top: 24px;
  }
  .h1 + .h1 {
    margin-top: 24px;
  }
  .h1 + .h2 {
    margin-top: 24px;
  }
  .h1 + .h3 {
    margin-top: 24px;
  }
  .h1 + .h4 {
    margin-top: 24px;
  }
  .h1 + .h5 {
    margin-top: 24px;
  }
  .h1 + .h6 {
    margin-top: 24px;
  }
  .h2 + h1 {
    margin-top: 24px;
  }
  .h2 + h2 {
    margin-top: 24px;
  }
  .h2 + h3 {
    margin-top: 24px;
  }
  .h2 + h4 {
    margin-top: 24px;
  }
  .h2 + h5 {
    margin-top: 24px;
  }
  .h2 + h6 {
    margin-top: 24px;
  }
  .h2 + .h1 {
    margin-top: 24px;
  }
  .h2 + .h2 {
    margin-top: 24px;
  }
  .h2 + .h3 {
    margin-top: 24px;
  }
  .h2 + .h4 {
    margin-top: 24px;
  }
  .h2 + .h5 {
    margin-top: 24px;
  }
  .h2 + .h6 {
    margin-top: 24px;
  }
  .h3 + h1 {
    margin-top: 24px;
  }
  .h3 + h2 {
    margin-top: 24px;
  }
  .h3 + h3 {
    margin-top: 24px;
  }
  .h3 + h4 {
    margin-top: 24px;
  }
  .h3 + h5 {
    margin-top: 24px;
  }
  .h3 + h6 {
    margin-top: 24px;
  }
  .h3 + .h1 {
    margin-top: 24px;
  }
  .h3 + .h2 {
    margin-top: 24px;
  }
  .h3 + .h3 {
    margin-top: 24px;
  }
  .h3 + .h4 {
    margin-top: 24px;
  }
  .h3 + .h5 {
    margin-top: 24px;
  }
  .h3 + .h6 {
    margin-top: 24px;
  }
  .h4 + h1 {
    margin-top: 24px;
  }
  .h4 + h2 {
    margin-top: 24px;
  }
  .h4 + h3 {
    margin-top: 24px;
  }
  .h4 + h4 {
    margin-top: 24px;
  }
  .h4 + h5 {
    margin-top: 24px;
  }
  .h4 + h6 {
    margin-top: 24px;
  }
  .h4 + .h1 {
    margin-top: 24px;
  }
  .h4 + .h2 {
    margin-top: 24px;
  }
  .h4 + .h3 {
    margin-top: 24px;
  }
  .h4 + .h4 {
    margin-top: 24px;
  }
  .h4 + .h5 {
    margin-top: 24px;
  }
  .h4 + .h6 {
    margin-top: 24px;
  }
  .h5 + h1 {
    margin-top: 24px;
  }
  .h5 + h2 {
    margin-top: 24px;
  }
  .h5 + h3 {
    margin-top: 24px;
  }
  .h5 + h4 {
    margin-top: 24px;
  }
  .h5 + h5 {
    margin-top: 24px;
  }
  .h5 + h6 {
    margin-top: 24px;
  }
  .h5 + .h1 {
    margin-top: 24px;
  }
  .h5 + .h2 {
    margin-top: 24px;
  }
  .h5 + .h3 {
    margin-top: 24px;
  }
  .h5 + .h4 {
    margin-top: 24px;
  }
  .h5 + .h5 {
    margin-top: 24px;
  }
  .h5 + .h6 {
    margin-top: 24px;
  }
  .h6 + h1 {
    margin-top: 24px;
  }
  .h6 + h2 {
    margin-top: 24px;
  }
  .h6 + h3 {
    margin-top: 24px;
  }
  .h6 + h4 {
    margin-top: 24px;
  }
  .h6 + h5 {
    margin-top: 24px;
  }
  .h6 + h6 {
    margin-top: 24px;
  }
  .h6 + .h1 {
    margin-top: 24px;
  }
  .h6 + .h2 {
    margin-top: 24px;
  }
  .h6 + .h3 {
    margin-top: 24px;
  }
  .h6 + .h4 {
    margin-top: 24px;
  }
  .h6 + .h5 {
    margin-top: 24px;
  }
  .h6 + .h6 {
    margin-top: 24px;
  }
  .btn {
    padding: 24px 24px;
  }
  .btn-small {
    padding: 20px 24px;
  }
  .link-arrow {
    width: 20px;
    height: 20px;
  }
  .link-arrow img,
  .link-arrow svg {
    width: 4px;
    height: 6px;
  }
  .article-lead {
    --token-name: "title-h6-tablet";
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    font-style: normal;
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .article-pic {
    margin: 24px 0;
  }
  .article-pic-caption {
    --token-name: "text-body-xlg-tablet";
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    font-style: normal;
  }
  .blockquote-col-1 {
    -ms-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .blockquote-col-2 {
    -ms-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }
  .blockquote-text {
    --token-name: "title-h6-tablet";
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    font-style: normal;
  }
  .blockquote-author-name {
    --token-name: "text-body-xlg-tablet";
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    font-style: normal;
  }
  .blockquote-author-post {
    --token-name: "text-body-lg-tablet";
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    font-style: normal;
  }
  .main-swiper-sup-ttl {
    margin-bottom: 16px;
  }
  .main-swiper h1,
  .main-swiper .h1,
  .main-swiper h2,
  .main-swiper .h2 {
    font-size: 47px;
    line-height: 1;
  }
  .main-swiper-item-descr {
    padding-top: 104px;
    padding-bottom: 200px;
  }
  .main-swiper-item {
    position: relative;
    min-height: 70.4vw;
  }
  .main-nav-swiper-over-wrapper {
    bottom: 46px;
  }
  .main-nav-swiper .swiper-slide {
    width: 182px;
    min-height: 112px;
  }
  .main-nav-swiper-item {
    padding: 12px 12px 46px 12px;
  }
  .main-nav-swiper-item h5, .main-nav-swiper-item .h5 {
    font-size: 12px;
    line-height: 1.333;
  }
  .main-nav-swiper-item-pic {
    height: 34px;
  }
  .main-nav-swiper-item .link-arrow {
    right: 23px;
    bottom: 23px;
  }
  .eco-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .eco-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    font-size: 24px;
    line-height: 1;
    padding-bottom: 30px;
  }
  .eco-item:nth-child(2),
  .eco-item:nth-child(3) {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .eco-item:nth-child(4) {
    padding-left: 0;
  }
  .guarantees-item {
    padding: 20px;
  }
  .guarantees-item-ttl {
    font-size: 16px;
    line-height: 1;
  }
  .guarantees-item-pic {
    width: 76.8%;
  }
  .objects-section-header h3, .objects-section-header .h3 {
    font-size: 24px;
    line-height: 1;
  }
  .tech-item {
    padding: 29px;
  }
  .tech-item-num {
    font-size: 22px;
    line-height: 1.09;
    right: 32px;
    top: 32px;
  }
  .tech-item h3, .tech-item .h3 {
    font-size: 15px;
    line-height: 1;
    margin-bottom: 16px;
  }
  .tech-item-descr {
    font-size: 15px;
    line-height: 1;
    margin-top: 22px;
    padding-top: 30px;
  }
  .services-item {
    font-size: 16px;
    line-height: 1.25;
  }
  .services-item h3, .services-item .h3 {
    font-size: 24px;
    line-height: 1;
  }
  .services-item-descr-bottom-col {
    -ms-flex: 0 0 71.6%;
    flex: 0 0 71.6%;
    max-width: 71.6%;
    margin-right: 0;
    margin-left: 11.7%;
  }
  .section-projects-num {
    font-size: 100px;
    line-height: 1;
    letter-spacing: -6px;
    margin-bottom: 0;
  }
  .projects-item h3,
  .projects-item .h3 {
    font-size: 24px;
    line-height: 1;
    min-height: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .projects-item-descr-top, .projects-item-descr-bottom {
    padding: 32px 32px 18px 32px;
  }
  .more-btn-wrapper {
    margin-top: 31px;
  }
  .section-geo:not(.section-geo-alt) .section-content {
    padding-top: 2px;
  }
  .geo-map {
    top: -184px;
  }
  .partners-wrapper {
    margin-top: 145px;
  }
  .partners-item-inner {
    width: 196px;
    height: 196px;
  }
  .news-tmb {
    padding-top: 18px;
  }
  .news-tmb-date {
    -ms-flex: 0 0 12.2%;
    flex: 0 0 12.2%;
    font-size: 12px;
    line-height: 1;
  }
  .news-tmb h3, .news-tmb .h3 {
    font-size: 16px;
    line-height: 1;
  }
  .news-tmb-content {
    gap: 19px;
  }
  .contacts-info {
    gap: 40px;
  }
  .contacts-info-item {
    --token-name: "title-h4-tablet";
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
  }
  .contacts-info-item-small {
    --token-name: "text-body-2xlg-tablet";
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    font-style: normal;
  }
  .contacts-info-item h3, .contacts-info-item .h3 {
    font-size: 24px;
    line-height: 1;
  }
  .contacts-map {
    height: 473px;
  }
  .page-info {
    margin-top: 24px;
    --token-name: "text-body-lg-tablet";
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    font-style: normal;
  }
  .page-info-lead {
    --token-name: "title-h4-tablet";
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
  }
  .product-feature-tmb-pic img {
    max-width: 64px;
    max-height: 30px;
  }
  .page-info-features-list-product .page-info-features-list-item {
    -ms-flex: unset;
    flex: unset;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  ul.page-menu {
    padding: 6px 0;
  }
  ul.page-menu a {
    padding: 11px 24px;
  }
  .product-about-cell-pics {
    padding-right: 8px;
  }
  .product-time-ttl {
    --token-name: "text-body-xlg-tablet";
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 12px;
  }
  .product-time-val {
    font-size: 132px;
  }
  .product-time-units {
    padding-top: 16px;
    --token-name: "title-h3-tablet";
    font-size: 28px;
    line-height: 32px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
  }
  .product-time:not(:last-child) {
    margin-bottom: 28px;
  }
  .product-about-cell-works {
    padding-top: 72px;
  }
  .product-about-cell-features {
    padding-top: 72px;
  }
  .product-info-list-features .product-info-list-item-name {
    padding: 3px 0;
  }
  .product-info-list-features .product-info-list-item-val {
    --token-name: "title-h4-tablet";
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
  }
  .btn-more-photos {
    padding: 16px 0;
  }
  .networks-item {
    padding: 16px 24px;
  }
  .networks-item-ttl {
    --token-name: "text-body-xlg-tablet";
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    font-style: normal;
  }
  .networks-item-pic svg,
  .networks-item-pic img {
    height: 72px;
    width: auto;
  }
  .specs-item-name {
    --token-name: "text-body-lg-mobile";
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    font-style: normal;
    padding: 18px 0;
  }
  .specs-item-val {
    --token-name: "text-body-2xlg-mobile";
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    font-style: normal;
    padding: 16px 0;
  }
  ul.ul-pros {
    margin: 0 0 16px 40px;
  }
  ul.ul-pros h6, ul.ul-pros .h6 {
    margin-bottom: 10px;
  }
  .btn-arrow {
    width: 48px;
    height: 48px;
  }
  .swiper-over-wrapper-top-arrows .swiper-button-next {
    left: 57px;
  }
  .offer-item-descr {
    padding: 24px 24px 24px 24px;
  }
  .offer-item-pic {
    left: 24px;
  }
  .offer-item-ttl {
    font-size: 16px;
    line-height: 1;
  }
  .solutions-section-ttl {
    --token-name: "title-h4-tablet";
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
  }
  .solutions-item-ttl {
    --token-name: "title-h3-tablet";
    font-size: 28px;
    line-height: 32px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
  }
  .solutions-item-body {
    --token-name: "text-body-xlg-desktop";
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    font-style: normal;
  }
  .prod-features-item {
    --token-name: "text-body-lg-tablet";
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    font-style: normal;
  }
  .prod-features-item h3, .prod-features-item .h3 {
    --token-name: "text-body-xlg-tablet";
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    font-style: normal;
  }
  .team-item-name {
    font-size: 20px;
    line-height: 20px;
  }
  .team-item-post {
    font-size: 20px;
    line-height: 24px;
  }
  .team-item-exp {
    font-size: 20px;
    line-height: 20px;
  }
  .docs-item-descr {
    font-size: 22px;
  }
}
@media (max-width: 1279px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
  .btn-small {
    padding: 10px 16px;
  }
  .page-info {
    --token-name: "text-body-lg-mobile";
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    font-style: normal;
  }
  .page-info-lead {
    --token-name: "title-h4-mobile";
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
  }
  .article-pic-caption {
    --token-name: "text-body-xlg-mobile";
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    font-style: normal;
  }
  .blockquote-text {
    --token-name: "text-body-xlg-mobile";
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    font-style: normal;
  }
  .blockquote-author-name {
    --token-name: "text-body-xlg-mobile";
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    font-style: normal;
  }
  .blockquote-author-post {
    --token-name: "text-body-lg-mobile";
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    font-style: normal;
  }
  th {
    --token-name: "text-body-lg-mobile";
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    font-style: normal;
  }
  td.td-name {
    --token-name: "text-body-lg-mobile";
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    font-style: normal;
  }
  .objects-item h3, .objects-item .h3 {
    --token-name: "text-body-xlg-tablet";
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    font-style: normal;
  }
  .history-item-text-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .docs-item-descr {
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  html,
  body {
    --token-name: "text-body-2xlg-mobile";
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    font-style: normal;
  }
  h1,
  .h1 {
    --token-name: "title-h1-mobile";
    font-size: 32px;
    line-height: 32px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
    margin: 0;
  }
  h2,
  .h2 {
    --token-name: "title-h2-mobile";
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
    margin: 48px 0 24px 0;
  }
  h3,
  .h3 {
    --token-name: "title-h3-mobile";
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
    margin: 48px 0 24px 0;
  }
  h4,
  .h4 {
    --token-name: "title-h4-mobile";
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
    margin: 48px 0 24px 0;
  }
  h5,
  .h5 {
    --token-name: "title-h5-mobile";
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    font-style: normal;
    margin: 48px 0 16px 0;
  }
  h6,
  .h6 {
    --token-name: "title-h6-mobile";
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    font-style: normal;
    margin: 48px 0 16px 0;
  }
  h1 + h1 {
    margin-top: 16px;
  }
  h1 + h2 {
    margin-top: 16px;
  }
  h1 + h3 {
    margin-top: 16px;
  }
  h1 + h4 {
    margin-top: 16px;
  }
  h1 + h5 {
    margin-top: 16px;
  }
  h1 + h6 {
    margin-top: 16px;
  }
  h1 + .h1 {
    margin-top: 16px;
  }
  h1 + .h2 {
    margin-top: 16px;
  }
  h1 + .h3 {
    margin-top: 16px;
  }
  h1 + .h4 {
    margin-top: 16px;
  }
  h1 + .h5 {
    margin-top: 16px;
  }
  h1 + .h6 {
    margin-top: 16px;
  }
  h2 + h1 {
    margin-top: 16px;
  }
  h2 + h2 {
    margin-top: 16px;
  }
  h2 + h3 {
    margin-top: 16px;
  }
  h2 + h4 {
    margin-top: 16px;
  }
  h2 + h5 {
    margin-top: 16px;
  }
  h2 + h6 {
    margin-top: 16px;
  }
  h2 + .h1 {
    margin-top: 16px;
  }
  h2 + .h2 {
    margin-top: 16px;
  }
  h2 + .h3 {
    margin-top: 16px;
  }
  h2 + .h4 {
    margin-top: 16px;
  }
  h2 + .h5 {
    margin-top: 16px;
  }
  h2 + .h6 {
    margin-top: 16px;
  }
  h3 + h1 {
    margin-top: 16px;
  }
  h3 + h2 {
    margin-top: 16px;
  }
  h3 + h3 {
    margin-top: 16px;
  }
  h3 + h4 {
    margin-top: 16px;
  }
  h3 + h5 {
    margin-top: 16px;
  }
  h3 + h6 {
    margin-top: 16px;
  }
  h3 + .h1 {
    margin-top: 16px;
  }
  h3 + .h2 {
    margin-top: 16px;
  }
  h3 + .h3 {
    margin-top: 16px;
  }
  h3 + .h4 {
    margin-top: 16px;
  }
  h3 + .h5 {
    margin-top: 16px;
  }
  h3 + .h6 {
    margin-top: 16px;
  }
  h4 + h1 {
    margin-top: 16px;
  }
  h4 + h2 {
    margin-top: 16px;
  }
  h4 + h3 {
    margin-top: 16px;
  }
  h4 + h4 {
    margin-top: 16px;
  }
  h4 + h5 {
    margin-top: 16px;
  }
  h4 + h6 {
    margin-top: 16px;
  }
  h4 + .h1 {
    margin-top: 16px;
  }
  h4 + .h2 {
    margin-top: 16px;
  }
  h4 + .h3 {
    margin-top: 16px;
  }
  h4 + .h4 {
    margin-top: 16px;
  }
  h4 + .h5 {
    margin-top: 16px;
  }
  h4 + .h6 {
    margin-top: 16px;
  }
  h5 + h1 {
    margin-top: 16px;
  }
  h5 + h2 {
    margin-top: 16px;
  }
  h5 + h3 {
    margin-top: 16px;
  }
  h5 + h4 {
    margin-top: 16px;
  }
  h5 + h5 {
    margin-top: 16px;
  }
  h5 + h6 {
    margin-top: 16px;
  }
  h5 + .h1 {
    margin-top: 16px;
  }
  h5 + .h2 {
    margin-top: 16px;
  }
  h5 + .h3 {
    margin-top: 16px;
  }
  h5 + .h4 {
    margin-top: 16px;
  }
  h5 + .h5 {
    margin-top: 16px;
  }
  h5 + .h6 {
    margin-top: 16px;
  }
  h6 + h1 {
    margin-top: 16px;
  }
  h6 + h2 {
    margin-top: 16px;
  }
  h6 + h3 {
    margin-top: 16px;
  }
  h6 + h4 {
    margin-top: 16px;
  }
  h6 + h5 {
    margin-top: 16px;
  }
  h6 + h6 {
    margin-top: 16px;
  }
  h6 + .h1 {
    margin-top: 16px;
  }
  h6 + .h2 {
    margin-top: 16px;
  }
  h6 + .h3 {
    margin-top: 16px;
  }
  h6 + .h4 {
    margin-top: 16px;
  }
  h6 + .h5 {
    margin-top: 16px;
  }
  h6 + .h6 {
    margin-top: 16px;
  }
  .h1 + h1 {
    margin-top: 16px;
  }
  .h1 + h2 {
    margin-top: 16px;
  }
  .h1 + h3 {
    margin-top: 16px;
  }
  .h1 + h4 {
    margin-top: 16px;
  }
  .h1 + h5 {
    margin-top: 16px;
  }
  .h1 + h6 {
    margin-top: 16px;
  }
  .h1 + .h1 {
    margin-top: 16px;
  }
  .h1 + .h2 {
    margin-top: 16px;
  }
  .h1 + .h3 {
    margin-top: 16px;
  }
  .h1 + .h4 {
    margin-top: 16px;
  }
  .h1 + .h5 {
    margin-top: 16px;
  }
  .h1 + .h6 {
    margin-top: 16px;
  }
  .h2 + h1 {
    margin-top: 16px;
  }
  .h2 + h2 {
    margin-top: 16px;
  }
  .h2 + h3 {
    margin-top: 16px;
  }
  .h2 + h4 {
    margin-top: 16px;
  }
  .h2 + h5 {
    margin-top: 16px;
  }
  .h2 + h6 {
    margin-top: 16px;
  }
  .h2 + .h1 {
    margin-top: 16px;
  }
  .h2 + .h2 {
    margin-top: 16px;
  }
  .h2 + .h3 {
    margin-top: 16px;
  }
  .h2 + .h4 {
    margin-top: 16px;
  }
  .h2 + .h5 {
    margin-top: 16px;
  }
  .h2 + .h6 {
    margin-top: 16px;
  }
  .h3 + h1 {
    margin-top: 16px;
  }
  .h3 + h2 {
    margin-top: 16px;
  }
  .h3 + h3 {
    margin-top: 16px;
  }
  .h3 + h4 {
    margin-top: 16px;
  }
  .h3 + h5 {
    margin-top: 16px;
  }
  .h3 + h6 {
    margin-top: 16px;
  }
  .h3 + .h1 {
    margin-top: 16px;
  }
  .h3 + .h2 {
    margin-top: 16px;
  }
  .h3 + .h3 {
    margin-top: 16px;
  }
  .h3 + .h4 {
    margin-top: 16px;
  }
  .h3 + .h5 {
    margin-top: 16px;
  }
  .h3 + .h6 {
    margin-top: 16px;
  }
  .h4 + h1 {
    margin-top: 16px;
  }
  .h4 + h2 {
    margin-top: 16px;
  }
  .h4 + h3 {
    margin-top: 16px;
  }
  .h4 + h4 {
    margin-top: 16px;
  }
  .h4 + h5 {
    margin-top: 16px;
  }
  .h4 + h6 {
    margin-top: 16px;
  }
  .h4 + .h1 {
    margin-top: 16px;
  }
  .h4 + .h2 {
    margin-top: 16px;
  }
  .h4 + .h3 {
    margin-top: 16px;
  }
  .h4 + .h4 {
    margin-top: 16px;
  }
  .h4 + .h5 {
    margin-top: 16px;
  }
  .h4 + .h6 {
    margin-top: 16px;
  }
  .h5 + h1 {
    margin-top: 16px;
  }
  .h5 + h2 {
    margin-top: 16px;
  }
  .h5 + h3 {
    margin-top: 16px;
  }
  .h5 + h4 {
    margin-top: 16px;
  }
  .h5 + h5 {
    margin-top: 16px;
  }
  .h5 + h6 {
    margin-top: 16px;
  }
  .h5 + .h1 {
    margin-top: 16px;
  }
  .h5 + .h2 {
    margin-top: 16px;
  }
  .h5 + .h3 {
    margin-top: 16px;
  }
  .h5 + .h4 {
    margin-top: 16px;
  }
  .h5 + .h5 {
    margin-top: 16px;
  }
  .h5 + .h6 {
    margin-top: 16px;
  }
  .h6 + h1 {
    margin-top: 16px;
  }
  .h6 + h2 {
    margin-top: 16px;
  }
  .h6 + h3 {
    margin-top: 16px;
  }
  .h6 + h4 {
    margin-top: 16px;
  }
  .h6 + h5 {
    margin-top: 16px;
  }
  .h6 + h6 {
    margin-top: 16px;
  }
  .h6 + .h1 {
    margin-top: 16px;
  }
  .h6 + .h2 {
    margin-top: 16px;
  }
  .h6 + .h3 {
    margin-top: 16px;
  }
  .h6 + .h4 {
    margin-top: 16px;
  }
  .h6 + .h5 {
    margin-top: 16px;
  }
  .h6 + .h6 {
    margin-top: 16px;
  }
  ol > li ol, ol > li ol:first-child {
    --token-name: "text-body-xlg-tablet";
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    font-style: normal;
  }
  .container {
    padding-left: 17px;
    padding-right: 17px;
  }
  .col-sidebar {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-content-inner {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-content-inner .col-block-content-wide {
    margin-right: 0;
  }
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }
  .col {
    padding-left: 8px;
    padding-right: 8px;
  }
  .main-swiper-item-descr {
    padding-top: 114px;
  }
  .main-swiper-item-descr-col {
    -ms-flex: 0 0 83.333%;
    flex: 0 0 83.333%;
    max-width: 83.333%;
  }
  .main-swiper-sup-ttl {
    margin-bottom: 19px;
  }
  .main-swiper-item {
    min-height: 79.7vw;
  }
  .main-nav-swiper-over-wrapper {
    bottom: 40px;
  }
  .eco-swiper-over-wrapper {
    margin-left: -8px;
    margin-right: -8px;
  }
  .eco-swiper .swiper-slide {
    padding: 0 8px 0 8px;
  }
  .eco-swiper-col {
    -ms-flex: 0 0 66.666%;
    flex: 0 0 66.666%;
    max-width: 66.666%;
  }
  .eco-swiper-container {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }
  .guarantees-swiper-over-wrapper {
    padding-right: 4px;
  }
  .objects-list {
    gap: 16px;
  }
  .objects-item {
    -ms-flex: 0 0 calc((100% - 48px) / 4);
    flex: 0 0 calc((100% - 48px) / 4);
  }
  .objects-item h3, .objects-item .h3 {
    font-size: 16px;
    line-height: 1;
  }
  .objects-section-header-col-1 {
    -ms-flex: 0 0 66.666%;
    flex: 0 0 66.666%;
    max-width: 66.666%;
  }
  .objects-section-header-col-2 {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .tech-swiper-over-wrapper {
    padding-right: 12%;
  }
  .tech-item h3, .tech-item .h3 {
    font-size: 16px;
    line-height: 1;
  }
  .tech-item-descr {
    font-size: 16px;
    line-height: 1;
  }
  .services-item {
    font-size: 16px;
    line-height: 1;
  }
  .services-item-descr-top-col {
    -ms-flex: 0 0 83.204%;
    flex: 0 0 83.204%;
    max-width: 83.204%;
  }
  .services-item-descr-bottom-col {
    -ms-flex: 0 0 83.204%;
    flex: 0 0 83.204%;
    max-width: 83.204%;
    margin: 0;
  }
  .services-item h3, .services-item .h3 {
    font-size: 18px;
    line-height: 1;
  }
  .services-item-descr {
    gap: 16px;
  }
  .btn-arrow {
    width: 36px;
    height: 36px;
  }
  .btn-arrow svg {
    width: 8px;
    height: auto;
  }
  .projects-item-info {
    padding-right: 61px;
  }
  .projects-item-info-item {
    display: none;
    padding: 0;
    font-size: 12px;
    line-height: 1.333;
    font-weight: 500;
  }
  .projects-item-info-item:first-child {
    display: block;
    border: none;
  }
  .projects-item-info-item-ttl {
    display: none;
  }
  .projects-item-info-item-val {
    text-align: left;
  }
  .projects-item-info-inner {
    -webkit-transform: none;
    transform: none;
  }
  .projects-item-descr-top {
    -ms-flex-order: 2;
    order: 2;
    background: none !important;
    padding: 0;
  }
  .projects-item-descr-bottom {
    -ms-flex-order: 1;
    order: 1;
    background: none !important;
    padding: 0;
    gap: 16px;
  }
  .projects-list {
    gap: 16px;
  }
  .projects-item {
    -ms-flex: 0 0 calc((100% - 16px) / 2);
    flex: 0 0 calc((100% - 16px) / 2);
  }
  .projects-item-descr {
    padding: 24px;
  }
  .projects-item h3, .projects-item .h3 {
    font-size: 18px;
    line-height: 1;
    min-height: 45px;
    padding: 12px 0;
  }
  .projects-item .btn-arrow {
    width: 45px;
    height: 45px;
  }
  .geo-map {
    top: -34px;
  }
  .partners-wrapper {
    margin-top: 151px;
  }
  .partners-item-inner {
    width: 146px;
    height: 146px;
  }
  .section-feedback .section-pic,
  .section-feedback-2 .section-pic {
    display: none;
  }
  .news-list {
    gap: 40px 16px;
  }
  .news-tmb {
    -ms-flex: 0 0 calc((100% - 16px) / 2);
    flex: 0 0 calc((100% - 16px) / 2);
    padding-top: 23px;
    gap: 13px;
  }
  .news-tmb-content {
    gap: 24px;
  }
  .news-tmb .link-arrow {
    width: 24px;
    height: 24px;
  }
  .news-tmb .link-arrow img,
  .news-tmb .link-arrow svg {
    width: 6px;
    height: 8px;
  }
  .section-contacts .section-col-1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 40px;
  }
  .section-contacts .section-col-2 {
    margin-left: auto;
    -ms-flex-order: 1;
    order: 1;
  }
  .contacts-map {
    height: 268px;
  }
  .modal-dialog {
    padding-left: 16px;
    padding-right: 16px;
  }
  ul.breadcrumb {
    --token-name: "text-body-sm-mobile";
    font-size: 10px;
    line-height: 12px;
    font-weight: 500;
    font-style: normal;
    gap: 8px;
  }
  ul.breadcrumb > li {
    gap: 8px;
  }
  ul.breadcrumb > li:not(:last-child):after {
    width: 10px;
    height: 10px;
    background-size: 100% 100%;
  }
  .swiper-over-wrapper-top-arrows {
    margin-top: 72px;
  }
  .specs-list-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-info-features-list-product .page-info-features-list-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-menu-wrapper {
    display: none;
  }
  .product-about-grid {
    -ms-grid-columns: calc(33.333% - 12px) calc(66.666% - 12px);
    grid-template-columns: calc(33.333% - 12px) calc(66.666% - 12px);
  }
  ul.ul-pros {
    margin-left: 0;
    --token-name: "text-body-xlg-mobile";
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    font-style: normal;
  }
  .contacts-map-wrapper .stick-content,
  .contacts-map-wrapper .stick-left {
    margin: 0 !important;
  }
  .offer-item {
    aspect-ratio: 358/200;
  }
  .prod-features-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .solutions-section-col-1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 32px;
  }
  .solutions-section-col-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .team-list .col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .docs-list .col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .stats-item {
    font-size: 18px;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  ul:not([class]) > li {
    padding: 0 0 0 32px;
  }
  ol > li {
    padding: 0 0 0 32px;
  }
  ol > li ol, ol > li ol:first-child {
    --token-name: "text-body-xlg-mobile";
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    font-style: normal;
  }
  .btn {
    font-size: 16px;
    line-height: 1.25;
    gap: 12px;
    padding: 18px 27px;
  }
  .btn-arrow {
    width: 60px;
    height: 60px;
  }
  .swiper-over-wrapper-top-arrows {
    margin-top: 76px;
  }
  .swiper-over-wrapper-top-arrows .swiper-button {
    margin-bottom: 16px;
  }
  .swiper-over-wrapper-top-arrows .swiper-button-next {
    left: 69px;
  }
  .networks-swiper {
    margin-left: -16px;
    padding-left: 16px;
    padding-right: 23%;
  }
  .networks-item-ttl {
    --token-name: "text-body-xlg-mobile";
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    font-style: normal;
  }
  .section,
  main {
    overflow: hidden;
  }
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .main-swiper-item-descr {
    padding-top: 96px;
  }
  .main-swiper-sup-ttl {
    --token-name: "title-h6-mobile";
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 16px;
  }
  .main-swiper h1,
  .main-swiper .h1,
  .main-swiper h2,
  .main-swiper .h2 {
    --token-name: "title-h1-mobile";
    font-size: 32px;
    line-height: 32px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
  }
  .main-swiper-item {
    min-height: 680px;
  }
  .main-nav-swiper-over-wrapper {
    bottom: 24px;
  }
  .main-nav-swiper-item h5, .main-nav-swiper-item .h5 {
    --token-name: "text-body-lg-mobile";
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    font-style: normal;
  }
  .main-nav-swiper .swiper-slide {
    width: calc((105% - 8px) / 2);
    min-height: 104px;
  }
  .link-arrow {
    width: 24px;
    height: 24px;
  }
  .main-nav-swiper-item .link-arrow {
    right: 20px;
    bottom: 20px;
  }
  .main-nav-swiper-item-pic {
    height: 32px;
  }
  .eco-swiper-pic {
    -webkit-transform: none !important;
    transform: none !important;
  }
  .eco-swiper-over-wrapper .swiper-button {
    display: none !important;
  }
  .eco-swiper .swiper-slide {
    padding: 0;
  }
  .eco-swiper-over-wrapper {
    margin-left: 0;
    margin-right: 0;
    min-height: auto !important;
  }
  .eco-swiper-col {
    -ms-flex: 0 0 78%;
    flex: 0 0 78%;
    max-width: 78%;
  }
  .eco-item {
    font-size: 20px;
    line-height: 1;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding-bottom: 15px;
    padding-left: 0;
  }
  .eco-item-ttl {
    font-size: 14px;
    line-height: 1.286;
    margin-bottom: 4px;
  }
  .eco-list {
    margin-bottom: 32px;
  }
  .guarantees-swiper-over-wrapper {
    margin-top: 0 !important;
    padding-right: 23%;
  }
  .guarantees-swiper-over-wrapper .swiper-button {
    display: none !important;
  }
  .guarantees-item {
    padding: 24px;
  }
  .guarantees-item-ttl {
    font-size: 18px;
    line-height: 1.333;
  }
  .guarantees-item-pic {
    width: 78.1%;
  }
  .objects-section-header {
    position: relative;
    padding-right: 46px;
    padding-top: 11px;
    padding-bottom: 10px;
  }
  .objects-section-header-col-1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .objects-section-header-col-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: static;
  }
  .objects-section-header-data-arrow {
    position: absolute;
    top: 15px;
    right: 0;
  }
  .objects-section-header .btn-arrow {
    width: 32px;
    height: 32px;
  }
  .objects-section-header .btn-arrow svg {
    width: 12px;
  }
  .objects-section-header h3, .objects-section-header .h3 {
    font-size: 20px;
    line-height: 1;
  }
  .objects-section-header-data-num {
    font-size: 14px;
    line-height: 1.286;
    margin-top: 3px;
  }
  .objects-item {
    gap: 6px;
    -ms-flex: 0 0 calc((100% - 16px) / 2);
    flex: 0 0 calc((100% - 16px) / 2);
  }
  .objects-item h3, .objects-item .h3 {
    font-size: 14px;
    line-height: 1.286;
  }
  .objects-list {
    gap: 16px;
  }
  .objects-section-body {
    padding-bottom: 32px;
  }
  .tech-swiper-over-wrapper {
    margin-top: 0 !important;
    padding-right: 23%;
  }
  .tech-swiper-over-wrapper .swiper-button {
    display: none !important;
  }
  .tech-item {
    padding: 24px 24px 21px 24px;
  }
  .tech-item-descr {
    border: none;
    padding-top: 0;
    font-size: 14px;
    line-height: 1.286;
  }
  .tech-item h3, .tech-item .h3 {
    font-size: 16px;
    line-height: 1.25;
  }
  .tech-item-num {
    font-size: 20px;
    line-height: 1.2;
    right: 23px;
    top: 23px;
  }
  .services-item-content {
    min-height: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E5E5E5;
    -webkit-transform: none !important;
    transform: none !important;
  }
  .services-item-col-1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -ms-flex-order: 2;
    order: 2;
  }
  .services-item-col-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 16px;
  }
  .services-list-over-wrapper {
    position: relative;
    padding: 76px 23% 0 0;
  }
  .services-list-over-wrapper .swiper-button {
    display: -ms-flexbox;
    display: flex;
    top: 0;
    margin: 0;
    -webkit-transform: none;
    transform: none;
    width: 60px;
    height: 60px;
  }
  .services-list-over-wrapper .swiper-button-prev {
    left: 0;
  }
  .services-list-over-wrapper .swiper-button-next {
    left: 68px;
  }
  .services-list {
    overflow: visible;
  }
  .services-item {
    height: auto;
    font-size: 14px;
    line-height: 1.286;
  }
  .section-services {
    overflow: hidden;
  }
  .services-item-pic {
    aspect-ratio: 740/473;
  }
  .services-item-descr-top-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .services-item-descr-bottom-col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .services-item h3, .services-item .h3 {
    font-size: 20px;
    line-height: 1;
  }
  .services-item-arrow {
    margin-top: 16px;
  }
  .services-item-arrow .btn-arrow {
    width: 30px;
    height: 30px;
  }
  .section-projects-num {
    font-size: 47px;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 51px;
  }
  .projects-list {
    margin-top: 0;
    gap: 30px 16px;
  }
  .projects-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .projects-item .btn-arrow {
    width: 30px;
    height: 30px;
    background: #F5F5F5;
  }
  .projects-item .btn-arrow svg *[fill] {
    fill: #3C4853;
  }
  .projects-item .btn-arrow svg *[stroke] {
    stroke: #3C4853;
  }
  .projects-item h3, .projects-item .h3 {
    font-size: 20px;
    line-height: 1;
    min-height: 0;
    padding: 0;
  }
  .projects-item-descr-top {
    margin-top: 16px;
  }
  .projects-item-data {
    display: none;
  }
  .more-btn-wrapper {
    padding-top: 0;
    border-top: 0;
    border-bottom: 1px solid #fff;
    margin-top: 25px;
    padding-bottom: 56px;
    margin-bottom: 48px;
  }
  .more-btn-wrapper:before {
    top: 100%;
    height: 48px;
    background-color: #fff;
  }
  .section-geo .section-content {
    padding-top: 23px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .geo-map {
    -ms-flex-order: 2;
    order: 2;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    margin-top: -35px;
  }
  .geo-map-pin {
    width: 10px;
    height: 10px;
  }
  .geo-map-pin svg {
    width: 100%;
    height: auto;
  }
  .section-geo .section-header {
    -ms-flex-order: 1;
    order: 1;
  }
  .section-geo .section-body {
    -ms-flex-order: 3;
    order: 3;
  }
  .partners-wrapper {
    margin-top: 20px;
  }
  .partners-item-inner {
    width: 130px;
    height: 120px;
    padding: 16px;
  }
  .news-list-over-wrapper {
    padding-right: 23%;
  }
  .news-tmb {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .news-swiper .news-list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 0;
  }
  .news-swiper .news-tmb {
    -ms-flex: none;
    flex: none;
    border-top: none;
    padding-top: 0;
    max-width: unset;
  }
  .news-swiper {
    overflow: visible;
  }
  .section-news {
    overflow: hidden;
    background: #F5F5F5;
  }
  .news-tmb-content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    gap: 0;
  }
  .news-tmb-date {
    display: none;
  }
  .news-tmb-date-mob {
    display: block;
    font-size: 14px;
    line-height: 1.286;
    color: #808078;
    font-weight: 600;
    margin-bottom: 12px;
  }
  .news-tmb-pic {
    padding-bottom: 18px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 18px;
  }
  .news-tmb h3, .news-tmb .h3 {
    font-size: 18px;
    line-height: 1.333;
  }
  .news-tmb .link-arrow {
    display: none;
  }
  .section-contacts .section-header-col-1 {
    display: none;
  }
  .contacts-info {
    padding-top: 16px;
    gap: 32px;
  }
  .contacts-info-item {
    font-size: 18px;
    line-height: 1.111;
  }
  .contacts-info-item-small {
    font-size: 16px;
    line-height: 1.25;
  }
  .contacts-info-section {
    gap: 16px;
  }
  .contacts-info-item h3, .contacts-info-item .h3 {
    font-size: 18px;
    line-height: 1.11;
  }
  .contacts-map-wrapper {
    margin-left: -16px;
    margin-right: -16px;
  }
  .contacts-map {
    height: 480px;
  }
  .vis-xs {
    display: block;
  }
  .modal-header {
    padding: 32px 62px 0 16px;
  }
  .modal-header h3,
  .modal-header .h3 {
    font-size: 24px;
    line-height: 1;
  }
  .modal-body {
    padding: 32px 16px;
  }
  .modal-form-row .col + .col .form-group {
    margin-left: 0;
  }
  .modal-form-col-50 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .modal .close {
    right: 16px;
    top: 16px;
  }
  .page-info {
    padding-top: 12px;
    margin-top: 12px;
  }
  .page-info-col-1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-info-col-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 24px;
  }
  .page-info-features-list {
    gap: 8px 24px;
  }
  .page-info-features-list-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .article-pic-caption {
    padding: 14px 0 15px 0;
  }
  .article-pic-alt {
    border-top: none;
    padding-top: 0;
  }
  .article-pic-alt-col-1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .article-pic-alt-col-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .article-pic-alt .article-pic-caption {
    padding: 14px 0 15px 0 !important;
    border-bottom: 1px solid #E5E5E5 !important;
  }
  blockquote {
    margin: 32px 0;
  }
  .blockquote-col-1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .blockquote-col-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 16px;
  }
  .blockquote-text {
    --token-name: "title-h6-mobile";
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    font-style: normal;
  }
  .blockquote-author {
    margin-bottom: 7px;
  }
  .blockquote-author-pic {
    width: 105px;
  }
  table {
    display: block;
    overflow: auto;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
    width: auto;
  }
  .page-info-features-list-product {
    margin-top: 2px;
    gap: 14px 24px;
  }
  .page-info-features-list-product .product-feature-tmb-descr {
    --token-name: "text-body-xlg-mobile";
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    font-style: normal;
  }
  .product-feature-tmb-pic {
    -ms-flex-preferred-size: 48px;
    flex-basis: 48px;
  }
  .product-feature-tmb-pic img {
    max-width: 100%;
    max-height: 24px;
  }
  .product-about-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product-about-cell-pics {
    padding: 0;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }
  .product-about-cell-info {
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
  .product-about-cell-works {
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
  }
  .product-about-cell-features {
    -ms-flex-order: 4;
    order: 4;
    width: 100%;
  }
  .product-about-pics {
    margin-left: -16px;
    padding-left: 16px;
    padding-right: 22.9%;
    overflow: visible;
    margin-top: 24px;
  }
  .product-about-pics-item .stick-content {
    margin: 0 !important;
  }
  .btn-more-photos {
    padding: 16px 0;
  }
  .product-time-ttl {
    --token-name: "text-body-xlg-mobile";
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    font-style: normal;
  }
  .product-time-val {
    font-size: 90px;
  }
  .product-time-units {
    --token-name: "title-h3-mobile";
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
    padding-top: 10px;
  }
  .product-info-list-item {
    --token-name: "text-body-xlg-mobile";
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    font-style: normal;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 0;
    gap: 3px;
  }
  .product-info-list-item-name {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .product-info-list-item-val {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: left;
  }
  .product-info-list-item-ico {
    margin-bottom: 12px;
  }
  .product-info-list-item-ico img,
  .product-info-list-item-ico svg {
    width: 32px;
    height: auto;
  }
  .product-info-list-features .product-info-list-item-val {
    --token-name: "title-h4-mobile";
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
  }
  .product-info-list-features .product-info-list-item-name {
    padding: 0;
  }
  .specs-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
    padding: 15px 0;
  }
  .specs-item-name {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    --token-name: "text-body-lg-mobile";
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    font-style: normal;
  }
  .specs-item-val {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    --token-name: "text-body-2xlg-mobile";
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    font-style: normal;
  }
  .specs-pic-wrapper {
    margin: 24px -16px !important;
  }
  .specs-pic-wrapper .stick-content {
    margin: 0 !important;
  }
  .product-pros-item {
    padding: 24px 0;
  }
  .product-pros-item-col-1 {
    -ms-flex-order: 2 !important;
    order: 2 !important;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 16px;
  }
  .product-pros-item-col-2 {
    -ms-flex-order: 1 !important;
    order: 1 !important;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  ul.ul-pros:last-child {
    margin-bottom: 0;
  }
  ul.ul-pros > li {
    margin: 0 0 16px 0;
    padding: 0 0 0 28px;
  }
  ul.ul-pros > li:before {
    top: 2px;
    width: 20px;
    height: 20px;
    background-size: 16px auto;
  }
  ul.ul-pros h6, ul.ul-pros .h6 {
    --token-name: "title-h6-tablet";
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    font-style: normal;
  }
  .offer-item {
    aspect-ratio: 296/232;
  }
  .offer-item-pic {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
  .offer-item-pic:after {
    opacity: 1;
  }
  .offer-swiper-over-wrapper {
    margin-top: 0;
    padding-right: 17.2%;
  }
  .offer-swiper-over-wrapper .swiper-button {
    display: none;
  }
  .offer-item-sup-ttl {
    opacity: 1;
  }
  .offer-item-ttl {
    color: #FFFFFF;
  }
  .prod-features-list {
    gap: 24px;
  }
  .prod-features-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 14px;
  }
  .prod-features-item-pic {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .prod-features-item-descr {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .prod-features-item h3,
  .prod-features-item .h3 {
    --token-name: "text-body-2xlg-desktop";
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 6px;
  }
  .solutions-section-ttl {
    --token-name: "title-h6-desktop";
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    font-style: normal;
  }
  .solutions-item .btn-arrow {
    width: 32px;
    height: 32px;
  }
  .solutions-item .btn-arrow svg {
    width: 12px;
    height: 12px;
  }
  .solutions-item-arrow {
    padding: 15px 0;
  }
  .solutions-item-col-1 {
    -ms-flex: 0 0 48px;
    flex: 0 0 48px;
    max-width: 48px;
  }
  .solutions-item-col-2 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: initial;
  }
  .solutions-item-ttl {
    font-size: 20px;
    line-height: 1;
    padding: 21px 0;
    -webkit-transform: none !important;
    transform: none !important;
  }
  .solutions-item-body h4, .solutions-item-body .h4 {
    font-size: 18px;
    line-height: 24px;
    margin: 32px 0 10px 0;
  }
  .solutions-item-body {
    padding: 0 0 16px 0;
    font-size: 16px;
    line-height: 20px;
  }
  .objects-list-single {
    padding: 32px 0;
  }
  .section-page-header .video-link {
    max-width: 100%;
  }
  .section-page-header-company .page-info-col-2 {
    margin-top: 32px;
  }
  .section-page-header-company .page-info-lead {
    font-size: 24px;
    line-height: 24px;
    margin: 72px 0 16px 0;
  }
  .section-page-header-company .page-info-text {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    text-transform: none;
    max-width: 100%;
  }
  .stats-swiper-over-wrapper {
    margin-top: 0;
    padding-right: 23%;
  }
  .stats-swiper-over-wrapper .swiper-button {
    display: none;
  }
  .stats-item {
    padding: 24px;
    font-size: 16px;
    aspect-ratio: 358/623;
  }
  .stats-item-pic {
    width: 108px;
    height: 108px;
  }
  .stats-item-units {
    font-size: 20px;
    line-height: 24px;
  }
  .history-item-col-1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -ms-flex-order: 2;
    order: 2;
  }
  .history-item-col-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 16px;
  }
  .history-list-wrapper {
    position: relative;
    padding-right: 22%;
    margin-top: 40px;
  }
  .history-list-wrapper .swiper-button {
    width: 32px;
    height: 32px;
    position: absolute;
    bottom: 100%;
    margin-bottom: 14px;
    top: auto;
    -webkit-transform: none;
    transform: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .history-list-wrapper .swiper-button img,
  .history-list-wrapper .swiper-button svg {
    width: 4px;
    height: 7px;
  }
  .history-list-wrapper .swiper-button-prev {
    left: 0;
  }
  .history-list-wrapper .swiper-button-next {
    right: auto;
    left: 40px;
  }
  .history-list {
    overflow: visible;
  }
  .history-item {
    padding-top: 15px;
    font-size: 14px;
    line-height: 18px;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 15px;
  }
  .history-item-descr {
    gap: 16px;
    min-height: 0;
  }
  .history-item-year {
    font-size: 20px;
    line-height: 20px;
  }
  .history-item h3,
  .history-item .h3 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 16px;
  }
  .section-header-partners {
    font-size: 14px;
    line-height: 18px;
    gap: 8px;
    max-width: 100%;
  }
  .section-geo-alt .geo-map {
    top: 0px;
  }
  .section-geo-alt .partners-wrapper {
    margin-top: 18px;
  }
  .team-list .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .docs-list .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .docs-item-descr {
    font-size: 20px;
    line-height: 20px;
    padding: 16px 24px;
  }
}
.cookie-popup {
  display: none;
  position: fixed;
  left: 10px;
  bottom: 10px;
  z-index: 500;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  max-width: 500px;
  font-family: inherit;
  padding: 16px 20px 18px 20px;
  font-weight: normal;
}

.cookie-popup .row {
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  align-items: center;
}

.cookie-popup-l {
  padding: 0 10px;
}

.cookie-popup-r {
  padding: 0 10px;
}

.cookie-popup a {
  color: #000 !important;
  text-decoration: underline !important;
}

.cookie-popup a:hover {
  text-decoration: none !important;
}

.cookie-popup .row {
  margin: 0 -10px;
}

.cookie-popup p:not(:last-child) {
  margin: 0 0 7px 0;
}

.cookie-popup .btn-primary {
  font-size: 16px;
  padding: 14px 20px;
}

@media (max-width: 1024px) {
  .cookie-popup {
    left: 10px;
    right: 10px;
  }
  .cookie-popup .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cookie-popup-l {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cookie-popup-r {
    margin-top: 16px;
  }
}
.to-left {
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
  opacity: 0;
}

.to-center {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.to-right {
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
  opacity: 0;
}

header {
  z-index: 500;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}

.header-content {
  padding: 22px 0;
  transition: background-color 0.2s ease;
}

.header-fixed .header-content {
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.header-col-1 {
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header-col-2 {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.header-col-3 {
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.header-logo img {
  display: block;
}

ul.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 24px;
  border: none;
  border-radius: 0;
  --token-name: "$text-body-footnote-uppercase";
  font-size: 14px;
  font-style: normal;
  line-height: 1.286;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
ul.navbar-nav > li {
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0;
  padding: 0;
  position: relative;
}
ul.navbar-nav a {
  color: #FFFFFF;
  text-decoration: none;
  transition: all 0.2s ease;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 11px;
  position: relative;
  display: block;
}
ul.navbar-nav a:before {
  content: "";
  height: 1px;
  position: absolute;
  left: 0;
  top: -1px;
  background: #FFFFFF;
  transition: all 0.3s ease;
  width: 0;
}
ul.navbar-nav a.active,
ul.navbar-nav a:hover {
  color: #FFFFFF;
}
ul.navbar-nav a.active:before,
ul.navbar-nav a:hover:before {
  width: 100%;
}

.header-buttons {
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.header-contacts {
  display: -ms-flexbox;
  display: flex;
}
.header-contacts .btn-primary {
  color: #1B1D21 !important;
}

.header-search {
  position: relative;
}

.btn-header-search {
  height: 100%;
  width: 56px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.btn-header-search img,
.btn-header-search svg {
  display: block;
}

.btn-header-phone .btn-ico {
  display: none;
}

.search-popup-wrapper {
  position: relative;
}

.search-popup {
  position: absolute;
  top: 22px;
  right: 0;
  width: 381px;
  z-index: 100;
  display: none;
}

.search-suggest {
  display: none;
  position: absolute;
  top: 100%;
  margin-top: 6px;
  left: -4px;
  right: -4px;
  max-height: 200px;
  overflow-y: auto;
  background: transparent;
  z-index: 1000;
  --token-name: "$text-body-footnote";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.286;
}

.search-suggest ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.search-suggest li {
  padding: 7px 18px !important;
  margin: 0 0 2px 0 !important;
  cursor: pointer;
  background: #FFFFFF;
  transition: all 0.2s ease;
}

.search-suggest li.active,
.search-suggest li:hover {
  background: #C7D3DD;
}

.navbar-trigger {
  display: none;
}

.navbar-contacts {
  display: none;
}

.body-alt:not(.menu-open) header:not(.header-fixed) {
  background: #fff;
  border-bottom: 1px solid #E5E5E5;
}
.body-alt:not(.menu-open) header:not(.header-fixed) ul.navbar-nav a {
  color: #1B1D21;
}
.body-alt:not(.menu-open) header:not(.header-fixed) .header-logo svg *[fill=white] {
  fill: #1B1D21;
}
.body-alt:not(.menu-open) header:not(.header-fixed) .btn-header-search svg *[stroke] {
  stroke: #1B1D21;
}
.body-alt:not(.menu-open) header:not(.header-fixed) .btn-header-search svg *[fill] {
  fill: #1B1D21;
}
.body-alt:not(.menu-open) header:not(.header-fixed) .btn-secondary {
  outline: 1px solid #E5E5E5;
  outline-offset: -1px;
}
.body-alt:not(.menu-open) header:not(.header-fixed) ul.submenu-list a:hover, .body-alt:not(.menu-open) header:not(.header-fixed) ul.submenu-list a.active {
  color: #73BF00;
}

.navbar-nav .ttl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.navbar-nav .dropdown-arrow {
  display: none;
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin-top: 9px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.navbar-nav .dropdown-arrow:before {
  content: "";
  width: 8px;
  height: 6px;
  background: url(/frontend/build/css/../images/submenu-arrow.svg) 0 0 no-repeat;
}

.navbar-nav > li.open > .ttl > .dropdown-arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.navbar-nav li.has-submenu .dropdown-arrow {
  display: -ms-flexbox;
  display: flex;
}

.header-submenu {
  opacity: 0;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1100;
  transition: all 0.4s ease, top 0s ease;
  top: -90000px;
  padding-top: 16px;
  color: #1B1D21;
}

.navbar-nav li.open .header-submenu {
  opacity: 1;
  top: auto;
}

.header-submenu-cont {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: auto;
  padding: 40px 0;
}

ul.submenu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px 24px;
}
ul.submenu-list > li {
  -ms-flex: 0 0 calc((100% - 120px) / 6);
  flex: 0 0 calc((100% - 120px) / 6);
}
ul.submenu-list a {
  color: #1B1D21;
  padding: 0;
}
ul.submenu-list a:before {
  display: none;
}
ul.submenu-list a:hover, ul.submenu-list a.active {
  color: #73BF00;
}
ul.submenu-list .submenu-arrow {
  width: 16px;
  height: 16px;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
ul.submenu-list .submenu-arrow:before {
  content: "";
  width: 8px;
  height: 6px;
  background: url(/frontend/build/css/../images/submenu-arrow-alt.svg) 0 0 no-repeat;
}

ul.submenu-list > li.active > .ttl > .submenu-arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

ul.sub-submenu {
  text-transform: none;
  font-size: 14px;
  line-height: 1.2;
  list-style: none;
  font-weight: normal;
  margin: 0;
  padding: 8px 0 8px 0;
}
ul.sub-submenu > li {
  margin: 0 0 6px 0;
}
ul.sub-submenu > li:last-child {
  margin-bottom: 0 !important;
}
ul.sub-submenu a {
  color: #808078;
}
ul.sub-submenu a:hover {
  color: #73BF00;
}

.sub-submenu-expandable {
  display: none;
}

@media (min-width: 1024px) {
  .header-submenu {
    display: block !important;
  }
}
.body-alt header:not(.header-fixed) .navbar-nav .dropdown-arrow:before {
  background-image: url(/frontend/build/css/../images/submenu-arrow-alt.svg);
}

@media (max-width: 1439px) {
  ul.navbar-nav {
    gap: 16px;
  }
}
@media (max-width: 1365px) {
  .header-content {
    padding: 12px 0;
  }
  ul.navbar-nav {
    --token-name: "text-body-sm-desktop";
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    font-style: normal;
    font-weight: 500;
    gap: 12px;
  }
  .header-col-2 {
    padding-left: 0;
    padding-right: 0;
  }
  .header-buttons {
    gap: 12px;
  }
}
@media (max-width: 1279px) {
  ul.submenu-list > li {
    -ms-flex: 0 0 calc((100% - 72px) / 4);
    flex: 0 0 calc((100% - 72px) / 4);
  }
  .navbar-nav .ttl {
    gap: 4px;
  }
  .btn-header-search {
    width: 36px;
  }
  header .btn-small {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 1023px) {
  body.menu-open {
    overflow: hidden;
  }
  header {
    height: 72px;
  }
  .header-content {
    padding: 12px 0;
  }
  body.menu-open .header-content,
  body.menu-open .header-content-hidden .header-content,
  body.menu-open .header-content-shown .header-content {
    -webkit-transform: none !important;
    transform: none !important;
    background: #3C4853;
  }
  .header-logo img {
    height: 50px;
    width: auto;
  }
  .header-contacts {
    gap: 24px;
  }
  .btn-header-search {
    width: 35px;
  }
  .btn-header-search svg {
    width: 15px;
    height: 15px;
  }
  .btn-header-phone {
    background: none !important;
  }
  .btn-header-phone {
    width: 35px;
    padding: 0;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .btn-header-phone .btn-ico {
    display: block;
  }
  .btn-header-phone .btn-text {
    display: none;
  }
  .navbar-wrapper {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 72px;
    bottom: 0;
    min-height: calc(100vh - 72px);
    z-index: 1000;
    background: #3C4853;
    overflow: auto;
  }
  .navbar-wrapper-inner {
    padding: 16px 17px 80px 17px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px;
    height: 100%;
    transition: all 0.3s ease;
  }
  header.search-open .navbar-wrapper-inner {
    padding-top: 88px;
  }
  ul.navbar-nav {
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    font-size: 18px;
    line-height: 1.333;
  }
  ul.navbar-nav a {
    padding-top: 11px;
    padding-bottom: 12px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    color: #fff !important;
  }
  .navbar-nav .dropdown-arrow:before {
    background-image: url(/frontend/build/css/../images/submenu-arrow.svg) !important;
  }
  .navbar-trigger {
    margin-left: 12px;
    display: block;
    width: 40px;
    height: 36px;
    position: relative;
    cursor: pointer;
  }
  .navbar-trigger span {
    position: absolute;
    width: 40px;
    display: block;
    transition: all 0.2s ease;
    height: 2px;
    background: #fff;
  }
  .navbar-trigger span:nth-child(1) {
    bottom: 50%;
    margin-bottom: 1px;
  }
  .navbar-trigger span:nth-child(2) {
    top: 50%;
    margin-top: 1px;
  }
  .navbar-trigger.active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-bottom: -1px;
  }
  .navbar-trigger.active span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -1px;
  }
  .header-contacts-item:last-child {
    display: none;
  }
  .header-buttons {
    gap: 4px;
  }
  .btn-header-search,
  .header-contacts .btn {
    width: 36px;
    height: 36px;
    padding: 0 !important;
    border: 2px solid rgba(255, 255, 255, 0.2);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .btn-header-search img,
  .btn-header-search svg,
  .header-contacts .btn img,
  .header-contacts .btn svg {
    width: 22px !important;
    height: auto !important;
  }
  .navbar-contacts {
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    font-size: 32px;
    line-height: 1.125;
    font-weight: 600;
  }
  .navbar-contacts a {
    color: #fff;
    text-decoration: none !important;
  }
  .navbar-contacts .btn-primary {
    font-size: 16px;
    line-height: 1.25;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff !important;
    background-color: #73BF00 !important;
  }
  .navbar-contacts-item {
    -ms-flex: 0 0 calc((100% - 16px) / 2);
    flex: 0 0 calc((100% - 16px) / 2);
  }
  .search-popup {
    right: 0;
    z-index: 1005;
    left: 0;
    width: auto;
  }
  .header-bottom-links-row > li {
    padding: 0 !important;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .header-submenu {
    top: auto !important;
    left: auto !important;
    width: auto !important;
    display: none;
    position: relative !important;
    transition: all 0.3s ease;
    opacity: 1;
    padding: 0;
  }
  .navbar-wrapper-inner .header-bottom-links-row li.open .header-submenu {
    opacity: 1;
    top: auto;
  }
  ul.sub-submenu a:hover {
    color: #fff;
  }
  .header-bottom-links-row > li {
    padding: 0 !important;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .header-submenu {
    top: auto !important;
    left: auto !important;
    width: auto !important;
    display: none;
    position: relative !important;
    transition: all 0.3s ease;
    opacity: 1;
    padding: 0;
  }
  .navbar-wrapper-inner .header-bottom-links-row li.open .header-submenu {
    opacity: 1;
    top: auto;
  }
  ul.navbar-nav > li,
  ul.submenu-list > li {
    transition: all 0.3s ease;
  }
  .navbar-nav > li > .ttl {
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  }
  .navbar-nav > li.has-submenu > .ttl {
    position: relative;
  }
  .navbar-nav > li.has-submenu > .ttl > a {
    padding-right: 56px;
    transition: all 0.3s ease;
  }
  .navbar-nav > li.has-submenu > .ttl > a.active {
    color: #B9E971 !important;
  }
  .navbar-nav > li.has-submenu > .ttl > a.active:before {
    width: 0;
  }
  .navbar-nav > li.has-submenu > .ttl .dropdown-arrow {
    width: 40px;
    height: 40px;
    margin-top: 4px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: rotate(-90deg) !important;
    transform: rotate(-90deg) !important;
  }
  .navbar-nav > li.has-submenu > .ttl .dropdown-arrow:before {
    width: 16px;
    height: 12px;
    background-size: 100% 100%;
  }
  ul.submenu-list a:hover, ul.submenu-list a.active,
  ul.sub-submenu a:hover, ul.sub-submenu a.active {
    color: #B9E971 !important;
  }
  .navbar-nav > li.has-submenu.mob-active > .ttl > a {
    padding-right: 0;
    padding-left: 56px;
  }
  .navbar-nav > li.has-submenu.mob-active > .ttl .dropdown-arrow {
    right: auto;
    left: 0;
    -webkit-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important;
  }
  .header-submenu .stick-content {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .header-submenu-cont {
    background: none;
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 16px;
  }
  .header-submenu-cont .container {
    padding: 0 !important;
  }
  ul.submenu-list {
    gap: 0;
  }
  ul.submenu-list a {
    color: #fff;
  }
  ul.submenu-list > li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  ul.submenu-list .ttl {
    text-transform: none;
    position: relative;
  }
  ul.submenu-list .ttl .submenu-arrow {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 4px;
    width: 40px;
    height: 40px;
  }
  ul.submenu-list .ttl .submenu-arrow:before {
    width: 16px;
    height: 12px;
    background-size: 100% 100%;
    background-image: url(/frontend/build/css/../images/submenu-arrow.svg);
  }
  ul.sub-submenu {
    font-size: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    padding-top: 12px;
    padding-bottom: 32px;
  }
  ul.sub-submenu a {
    border: none !important;
    padding: 0 !important;
  }
  header .btn-header-search,
  header .btn-secondary {
    outline: none !important;
  }
  .body-alt:not(.menu-open) header:not(.header-fixed) .btn-secondary,
  .body-alt:not(.menu-open) header:not(.header-fixed) .btn-header-search {
    transition: all 0.2s ease !important;
    border: 2px solid #E5E5E5 !important;
  }
  .body-alt:not(.menu-open) header:not(.header-fixed) .btn-secondary svg *[stroke],
  .body-alt:not(.menu-open) header:not(.header-fixed) .btn-header-search svg *[stroke] {
    stroke: #1B1D21;
  }
  .body-alt:not(.menu-open) header:not(.header-fixed) .btn-secondary svg *[fill],
  .body-alt:not(.menu-open) header:not(.header-fixed) .btn-header-search svg *[fill] {
    fill: #1B1D21;
  }
  .body-alt:not(.menu-open) header:not(.header-fixed) .navbar-trigger span {
    background-color: #1B1D21;
  }
}
@media (max-width: 767px) {
  .header-logo img,
  .header-logo svg {
    width: 133px;
    height: auto;
  }
  .navbar-contacts {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0;
  }
  .navbar-contacts-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .navbar-contacts-item + .navbar-contacts-item {
    margin-top: 32px;
  }
}
@media (min-width: 1024px) {
  .navbar-wrapper {
    opacity: 1 !important;
    display: block !important;
  }
  ul.navbar-nav > li {
    display: block !important;
    -webkit-transform: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}
section,
footer {
  position: relative;
}

.section-margin {
  margin-top: 48px;
  margin-bottom: 48px;
}
.section-margin:first-child {
  margin-top: 0 !important;
}
.section-margin:last-child {
  margin-bottom: 0 !important;
}

.section-content {
  padding: 48px 0;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

footer .section-content {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-no-padding .section-content {
  padding: 0 !important;
}

.section-no-padding-top .section-content {
  padding-top: 0 !important;
}

.section-body {
  position: relative;
  width: 100%;
}

.section-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.section-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.section-header {
  width: 100%;
  position: relative;
  margin-bottom: 48px;
}
.section-header h2,
.section-header .h2 {
  margin-bottom: 24px;
  margin-top: 0 !important;
}
.section-header h2:last-child,
.section-header .h2:last-child {
  margin-bottom: 0 !important;
}
.section-header h2.h2-small,
.section-header .h2.h2-small {
  --token-name: "title-h3-desktop";
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
  text-transform: uppercase;
  font-style: normal;
}

.section-header-col-1 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.section-header-col-2 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.section-header-lead {
  --token-name: "title-h5-desktop";
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
  font-style: normal;
  font-weight: 500 !important;
}
.section-header-lead:not(:last-child) {
  margin-bottom: 24px;
}

.section-header-lead-small {
  --token-name: "title-h6-desktop";
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  font-style: normal;
  font-weight: 500 !important;
}
.section-header-lead-small:not(:last-child) {
  margin-bottom: 24px;
}

.section-col-1 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.section-col-2 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.section-col-1 .stick-left:not(.stick-right) {
  margin-right: 24px;
}

.section-pic img {
  display: block;
  width: 100%;
  height: auto;
}

.section-badge {
  --token-name: "text-body-lg-desktop";
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  font-style: normal;
  color: #808078;
  text-transform: uppercase;
}

.bg-invert .section-badge {
  color: #FFFFFF;
}

.section-page-header {
  min-height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section-page-header .section-content {
  z-index: 2;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 48px;
  padding-top: 140px;
  padding-bottom: 48px;
}
.section-page-header .section-bg:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
}

.section-page-header-list {
  aspect-ratio: 1600/707;
  min-height: 0;
}

.body-alt .section-page-header {
  aspect-ratio: unset;
  min-height: 0;
}
.body-alt .section-page-header .section-content {
  gap: 0;
}
.body-alt .section-page-header + .section-page-content .section-content {
  padding-top: 0 !important;
}

@media (max-width: 1365px) {
  .section-header h2.h2-small, .section-header .h2.h2-small {
    font-size: 31px;
    line-height: 1.032;
  }
  .section-col-1 .stick-left:not(.stick-right) {
    margin-right: 8px;
  }
  .section-page-header .section-content {
    padding-top: 120px;
  }
  .section-badge {
    --token-name: "text-body-lg-tablet";
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    font-style: normal;
  }
  .section-header-lead {
    --token-name: "title-h5-tablet";
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    font-style: normal;
  }
  .section-header-lead-small {
    --token-name: "title-h6-tablet";
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    font-style: normal;
  }
}
@media (max-width: 1279px) {
  .section-page-header .section-content {
    padding-top: 87px;
  }
}
@media (max-width: 1023px) {
  .section-header-col-1 {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .section-header-col-2 {
    -ms-flex: 0 0 66.666%;
    flex: 0 0 66.666%;
    max-width: 66.666%;
  }
  .section-col-1 {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .section-col-2 {
    -ms-flex: 0 0 66.666%;
    flex: 0 0 66.666%;
    max-width: 66.666%;
  }
  footer .section-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-badge {
    --token-name: "text-body-lg-mobile";
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    font-style: normal;
  }
  .section-header {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .section-content {
    padding: 32px 0;
  }
  .section-badge {
    margin-bottom: 32px;
  }
  .section-header-lead {
    --token-name: "title-h5-mobile";
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    font-style: normal;
  }
  .section-header-lead-small {
    --token-name: "title-h6-mobile";
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    font-style: normal;
  }
  .section-header-col-1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-header-col-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 32px;
  }
  .section-header {
    margin-bottom: 32px;
  }
  .section-header h2.h2-small, .section-header .h2.h2-small {
    font-size: 20px;
    line-height: 1;
  }
  .section-col-1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-col-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-page-header {
    min-height: 647px;
  }
  .section-page-header-list {
    aspect-ratio: unset;
    min-height: 0;
  }
}
footer {
  --token-name: "text-body-md-desktop";
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}
footer a {
  text-decoration: none !important;
  color: #FFFFFF;
}
footer a:hover,
footer a.active {
  color: #B9E971;
}

.footer-top-col-1 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.footer-top-col-2 {
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
}

.footer-top-col-3 {
  -ms-flex: 0 0 16.666%;
  flex: 0 0 16.666%;
  max-width: 16.666%;
}

.footer-top-col-4 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.footer-logo {
  max-width: 228px;
}

.footer-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.footer-menu,
.footer-contacts {
  border-top: 1px solid #FFFFFF;
  padding-top: 19px !important;
}

ul.footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: -24px;
}
ul.footer-menu > li {
  margin: 0 0 24px 0;
}

ul.footer-menu-2-col {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 24px;
  column-gap: 24px;
}

.footer-contacts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.footer-bottom {
  border-top: 1px solid #FFFFFF;
  padding: 19px 0 0 0;
  margin-top: 63px;
}

.footer-bottom-col-1 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.footer-bottom-col-2 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

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

.footer-copy {
  color: #808078;
}

.footer-policy {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.footer-dev {
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-align: center;
  align-items: center;
}

.footer-dev-pic {
  margin: -1px 0;
}

@media (max-width: 1365px) {
  footer {
    --token-name: "text-body-md-tablet";
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    font-style: normal;
  }
}
@media (max-width: 1279px) {
  footer {
    --token-name: "text-body-md-mobile";
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    font-style: normal;
  }
  .footer-top-col-1 {
    -ms-flex: 0 0 16.666%;
    flex: 0 0 16.666%;
    max-width: 16.666%;
  }
  .footer-top-col-4 {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .footer-bottom-col-1 {
    -ms-flex: 0 0 16.666%;
    flex: 0 0 16.666%;
    max-width: 16.666%;
  }
  .footer-bottom-col-3 {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}
@media (max-width: 1023px) {
  .footer-top-col-1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-top-col-2,
  .footer-top-col-3 {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .footer-bottom-col-1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 16px;
  }
  .footer-bottom-col-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -ms-flex-order: 1;
    order: 1;
  }
  .footer-bottom-col-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 46px;
  }
  .footer-logo {
    width: 171px;
    margin-bottom: 42px;
  }
}
@media (max-width: 767px) {
  footer {
    --token-name: "text-body-md-tablet";
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    font-style: normal;
  }
  .footer-top-col-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-top-col-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 8px;
  }
  .footer-top-col-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 8px;
  }
  ul.footer-menu-2-col {
    -webkit-column-count: unset;
    column-count: unset;
  }
  ul.footer-menu {
    margin: 0;
  }
  ul.footer-menu > li {
    margin: 0 0 16px 0;
  }
  .footer-bottom {
    margin-top: 24px;
    padding-top: 16px;
  }
}
.common-form .form-col-narrow {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.common-form .form-col-wide {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.common-form .form-group {
  position: relative;
  margin: 0 0 -1px 0;
}
.common-form .form-group-info {
  font-size: 14px;
  line-height: 1.429;
  font-weight: normal;
  margin-top: 8px;
}
.common-form label {
  display: block;
  margin: 0 0 8px 0;
  font-size: 18px;
  line-height: 1.333;
  font-weight: normal;
}
.common-form label.error {
  --token-name: "$text-body-caption-uppercase";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.333;
  text-transform: uppercase;
  color: #BF0000;
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid transparent;
  padding: 25px 39px 0 0;
  pointer-events: none;
}
.common-form .form-checkbox label.error {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  padding: 0;
  margin-top: 8px;
}
.common-form label.placeholder-floating {
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid transparent;
  padding: 36px 23px;
  --token-name: "text-body-xlg-desktop";
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  width: 100%;
  transition: all 0.2s ease;
  margin: 0 !important;
}
.common-form label.placeholder-floating.active {
  --token-name: "$text-body-caption-uppercase";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.333;
  text-transform: uppercase;
  color: #808078;
  padding-top: 16px;
  padding-bottom: 0;
}
.common-form input[type=text],
.common-form input[type=number],
.common-form input[type=email],
.common-form input[type=password],
.common-form textarea {
  border: 1px solid #E5E5E5;
  padding: 36px 23px;
  --token-name: "text-body-xlg-desktop";
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  width: 100%;
  outline: none !important;
}
.common-form input[type=text].error,
.common-form input[type=number].error,
.common-form input[type=email].error,
.common-form input[type=password].error,
.common-form textarea.error {
  outline-offset: -2px !important;
}
.common-form input[type=text],
.common-form input[type=number],
.common-form input[type=email],
.common-form input[type=password] {
  height: 96px;
}
.common-form textarea {
  resize: none;
}
.common-form .select2 {
  display: block;
  width: 100% !important;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.common-form .select2-container .select2-selection {
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.common-form .select2-container .select2-selection--single {
  height: auto;
}
.common-form .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 30px !important;
  padding: 15px;
}
.common-form .select2-container--default .select2-selection--single:hover {
  border-color: #fff;
}
.common-form .select2.filled .select2-selection--single {
  background-color: transparent;
  border-color: #fff;
}
.common-form .select2-container--default.select2-container--open .select2-selection--single {
  background-color: #fff;
}
.common-form .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}
.common-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  width: 24px;
  height: 24px;
  background: url(/frontend/build/css/../images/select-arrow-white.svg) 0 0 no-repeat;
}
.common-form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  background-image: url(/frontend/build/css/../images/select-arrow-black.svg);
}
.common-form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.common-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.common-form .form-field {
  position: relative;
}
.common-form .form-input-ico {
  position: absolute;
  left: 15px;
  top: 13px;
}
.common-form .form-input-ico img,
.common-form .form-input-ico svg {
  display: block;
}
.common-form .form-input-ico-r {
  left: auto;
  right: 15px;
}
.common-form .form-input-ico + input {
  padding-left: 43px;
}
.common-form .form-input-ico-r + input {
  padding-left: 15px;
  padding-right: 43px;
}
.common-form .form-checkbox,
.common-form .form-radio {
  position: relative;
}
.common-form .form-checkbox input,
.common-form .form-radio input {
  position: absolute;
  visibility: hidden;
}
.common-form .form-checkbox input + label,
.common-form .form-radio input + label {
  position: relative;
  padding: 0 0 0 38px;
  margin-bottom: 0 !important;
  --token-name: "$text-body-medium-desktop";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.333;
  text-transform: uppercase;
  cursor: pointer;
}
.common-form .form-checkbox input + label a,
.common-form .form-radio input + label a {
  text-decoration: underline;
}
.common-form .form-checkbox input + label:before,
.common-form .form-radio input + label:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: -2px;
  transition: border 0.2s ease;
  border: 1px solid #1B1D21;
  background: url(/frontend/build/css/../images/checkbox.svg) center center no-repeat;
  background-size: 0 0;
}
.common-form .form-checkbox input[type=radio] + label:before,
.common-form .form-radio input[type=radio] + label:before {
  border-radius: 50%;
}
.common-form .form-checkbox input:checked + label:before,
.common-form .form-radio input:checked + label:before {
  background-size: 24px 24px;
}
.common-form .form-checkbox input:disabled + label,
.common-form .form-radio input:disabled + label {
  opacity: 0.5;
}
.common-form .form-radio input + label:after {
  content: "";
  width: 12px;
  height: 12px;
  opacity: 0;
  position: absolute;
  left: 4px;
  top: 6px;
  border-radius: 50%;
  transition: all 0.2s ease;
}
.common-form .form-radio input:checked + label:after {
  opacity: 1;
}
.common-form.form-alt .form-checkbox input + label:before {
  background-image: url(/frontend/build/css/../images/checkbox-alt.svg);
}
.common-form .form-radios-chips {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}
.common-form .form-radios-chips .form-radio {
  margin: 0 !important;
}
.common-form .form-radios-chips input + label {
  cursor: pointer;
  border-radius: 8px;
  padding: 11px 16px;
  font-weight: 500;
  margin: 0 !important;
}
.common-form .form-radios-chips input + label:before {
  display: none !important;
}
.common-form .pills-nav .form-radio {
  margin: 0 !important;
}
.common-form .pills-nav input + label {
  display: block;
  padding: 12px 16px;
  border-radius: 8px;
  margin: 0 !important;
  text-align: center;
  text-decoration: none !important;
}
.common-form .pills-nav input + label:before {
  display: none !important;
}
.common-form .form-agree {
  min-height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}
.common-form .form-agree .form-checkbox input[type=checkbox] + label {
  --token-name: "text-body-md-desktop";
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  font-style: normal;
  font-weight: 600;
  text-transform: none;
  color: #808078;
  padding-left: 50px;
}
.common-form .form-agree .form-checkbox input[type=checkbox] + label:before {
  top: 50%;
  margin-top: -15px;
}
.common-form .form-agree .form-checkbox input[type=checkbox] + label a {
  color: #808078;
  text-decoration: underline;
}
.common-form .form-agree .form-checkbox input[type=checkbox] + label a:hover {
  color: #1B1D21;
  text-decoration: none;
}
.common-form .form-footer {
  margin-top: 40px;
}
.common-form .form-footer .btn {
  width: 100%;
}
.common-form .form-footer .control-buttons {
  margin-top: 0 !important;
}
.common-form .form-footer .control-buttons-item:first-child:last-child {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.common-form .form-footer-col-1 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.common-form .form-footer-col-2 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.common-form .form-footer-forgot {
  text-align: center;
}
.common-form .form-footer-forgot:not(:last-child) {
  margin-bottom: 24px;
}
.common-form .form-footer-submit-info:not(:last-child) {
  margin-bottom: 24px;
}
.common-form .form-group-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.common-form .form-group-inline > label {
  margin-right: 8px;
  margin-bottom: 0;
  -ms-flex: 0 0 191px;
  flex: 0 0 191px;
  max-width: 191px;
  padding-top: 9px;
}
.common-form .form-group-inline .form-field {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.common-form .form-group-inline .form-field + .form-field {
  margin-left: 24px;
}
.common-form .form-append-warning {
  margin-bottom: 16px;
}
.common-form .form-inputs-multiple-button {
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
}
.common-form .form-groups-multiple-button {
  margin: 24px 0 0 0;
}
.common-form .select2-dropdown {
  background-color: #fff;
  border-radius: 40px !important;
  overflow: hidden;
  box-shadow: none;
  margin-top: 0;
  padding: 0;
}
.common-form .select2-container--default .select2-results > .select2-results__options {
  max-height: 330px;
  padding: 0;
}
.common-form .select2-results__option {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  position: relative;
  padding: 15px;
  text-align: center;
  border-radius: 0;
  margin: 0;
}
.common-form .select2-results__option + .select2-results__option {
  border-top: 1px solid #C9CACB;
}
.common-form .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #F2F2F2;
}
.common-form .select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #F2F2F2;
}
.common-form .form-field-shortcuts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 12px -4px -8px;
}
.common-form .form-field-shortcuts-item {
  padding: 0 4px;
  margin: 0 0 8px;
}
.common-form .form-field-shortcuts-item.active .btn-secondary-outline {
  color: #ffffff;
}
.common-form .form-field.dash {
  position: relative;
  -ms-flex: 0 0 16px;
  flex: 0 0 16px;
  max-width: 16px;
}
.common-form .form-field.dash::before {
  content: "";
  width: 16px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
}
.common-form .form-radios + .form-checkboxes {
  margin-top: 16px;
  padding-top: 16px;
}
.common-form .form-field-wrapper {
  display: -ms-flexbox;
  display: flex;
}
.common-form .form-field-units {
  margin-left: 8px;
  height: 38px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.common-form .range-inputs {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -4px;
}
.common-form .range-inputs input {
  min-width: 180px;
}
.common-form .range-inputs .range-inputs-item,
.common-form .range-inputs .range-inputs-sep {
  margin: 0 4px;
}
.common-form .range-inputs .range-inputs-sep {
  height: 38px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.common-form .file-input {
  border: 1px solid #E5E5E5;
  padding: 39px 33px;
}
.common-form .file-input .input-group {
  display: block;
}
.common-form .file-input .input-group-append {
  margin: 0;
  display: block;
}
.common-form .file-input .file-caption-name {
  display: none;
  width: 100%;
  border: none;
  padding: 0 0 0 30px;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.333;
}
.common-form .file-input .icon-visible .file-caption-name {
  display: block;
}
.common-form .file-input .file-caption-icon {
  display: none;
}
.common-form .file-input .btn-file {
  border: none;
  display: -ms-flexbox;
  display: flex;
  --token-name: "text-body-xlg-desktop";
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  color: #808078;
  gap: 16px;
  -ms-flex-align: center;
  align-items: center;
  transition: all 0.2s ease;
}
.common-form .file-input .btn-file i {
  -ms-flex-order: 1;
  order: 1;
  width: 60px;
  height: 60px;
  display: block;
  transition: all 0.2s ease;
  position: relative;
}
.common-form .file-input .btn-file i:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #F5F5F5 url(/frontend/build/css/../images/ico-attach-file.svg) center center no-repeat;
  transition: all 0.2s ease;
}
.common-form .file-input .btn-file i:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(/frontend/build/css/../images/ico-attach-file-hover.svg) center center no-repeat;
  transition: all 0.2s ease;
  opacity: 0;
}
.common-form .file-input .btn-file:hover {
  color: #1B1D21;
}
.common-form .file-input .btn-file:hover i {
  background-color: #3C4853;
}
.common-form .file-input .btn-file:hover i:before {
  opacity: 0;
}
.common-form .file-input .btn-file:hover i:after {
  opacity: 1;
}
.common-form .file-input .btn-file span {
  -ms-flex-order: 2;
  order: 2;
}
.common-form .file-input .btn-file:active {
  background: none;
}
.common-form .file-input .fileinput-remove {
  width: 24px;
  height: 24px;
  position: absolute;
  font-size: 0;
  line-height: 0;
  padding: 0;
  border: none;
  top: 11px;
  left: 0;
  cursor: pointer;
  background: none !important;
}
.common-form .file-input .fileinput-remove:before {
  content: "";
  width: 20px;
  height: 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  display: block;
  background: red;
}
.common-form .file-input .fileinput-remove:after {
  content: "";
  width: 20px;
  height: 1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  display: block;
  background: red;
}
.common-form .file-input .fileinput-remove:hover, .common-form .file-input .fileinput-remove:active {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}
.common-form .file-input .fileinput-remove i, .common-form .file-input .fileinput-remove span {
  display: none !important;
}
.common-form .file-input .icon-visible .fileinput-remove {
  display: block !important;
}
@media (max-width: 1365px) {
  .common-form input[type=text],
  .common-form input[type=number],
  .common-form input[type=email],
  .common-form input[type=password],
  .common-form textarea {
    padding: 31px;
  }
  .common-form input[type=text],
  .common-form input[type=number],
  .common-form input[type=email],
  .common-form input[type=password] {
    height: 88px;
  }
  .common-form label.error {
    padding: 25px 23px 0 0;
  }
  .common-form label.placeholder-floating {
    padding: 31px;
  }
  .common-form .file-input {
    padding: 31px;
  }
  .common-form .form-agree .form-checkbox input[type=checkbox] + label {
    padding-left: 46px;
  }
  .common-form .form-agree .form-checkbox input[type=checkbox] + label:before {
    top: -6px;
    margin-top: 0;
  }
  .common-form .form-footer-col-1 {
    -ms-flex: unset;
    flex: unset;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: unset;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
  }
  .common-form .form-footer-col-2 {
    -ms-flex: unset;
    flex: unset;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: unset;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
  }
}
@media (max-width: 767px) {
  .common-form label.placeholder-floating {
    font-size: 16px;
    line-height: 1.25;
    padding: 21px 15px;
  }
  .common-form label.placeholder-floating.active {
    padding-top: 11px;
  }
  .common-form label.error {
    padding-top: 11px;
    padding-right: 15px;
  }
  .common-form input[type=text],
  .common-form input[type=number],
  .common-form input[type=email],
  .common-form input[type=password],
  .common-form textarea {
    font-size: 16px;
    line-height: 1.25;
    padding: 30px 15px 12px 15px;
    height: 64px;
  }
  .common-form .file-input {
    padding: 17px 15px;
  }
  .common-form .file-input .btn-file {
    font-size: 16px;
    line-height: 1.25;
  }
  .common-form .form-footer {
    margin-top: 32px;
  }
  .common-form .form-footer-col-1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .common-form .form-footer-col-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 32px;
  }
  .common-form .form-agree .form-checkbox input[type=checkbox] + label {
    padding-left: 50px;
  }
  .common-form .form-agree .form-checkbox input[type=checkbox] + label:before {
    top: 50%;
    margin-top: -14px;
  }
}

input[type=file] {
  cursor: pointer !important;
}

.file-preview {
  border-radius: 0;
  border: none;
  padding: 16px 16px 0 0;
  margin-top: -16px;
  margin-bottom: 24px;
  margin-right: -16px;
  max-height: 480px;
  overflow: auto;
}

.file-preview-thumbnails {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -12px;
  -ms-flex-pack: center;
  justify-content: center;
}

.krajee-default.file-preview-frame {
  -ms-flex: 0 0 196px;
  flex: 0 0 196px;
  max-width: 196px;
  margin: 12px;
  padding: 0;
  border: none !important;
  box-shadow: none !important;
  position: relative;
}

.krajee-default.file-preview-frame.file-uploading {
  opacity: 1;
}

.krajee-default.file-preview-frame.file-uploading:after {
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -24px;
  margin-top: -24px;
  background: url(/frontend/build/css/../images/spinner.svg) 0 0 no-repeat;
}

.krajee-default.file-preview-frame .kv-file-content {
  width: auto;
  height: auto;
  padding-top: 100%;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  opacity: 0.65;
}

.krajee-default.file-preview-frame.file-preview-initial .kv-file-content {
  opacity: 1;
}

.file-preview-image {
  position: absolute;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block;
}

.file-preview-other-frame {
  width: auto !important;
  height: auto !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.file-preview-frame[data-template=video],
.file-preview-frame[data-template=audio] {
  -ms-flex: initial;
  flex: initial;
  max-width: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.file-preview-frame[data-template=video] .kv-file-content {
  padding-top: 66.6%;
}

.file-preview-frame[data-template=audio] .kv-file-content {
  padding-top: 0;
  width: 100% !important;
}

.file-preview-video {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.kv-file-remove,
.kv-file-remove.btn-danger {
  width: 32px;
  height: 32px;
  border: none !important;
  position: absolute;
  right: -16px;
  top: -16px;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 !important;
}

.kv-file-remove img,
.kv-file-remove svg {
  display: block;
}

.file-error-message {
  position: relative;
}

.file-input .progress-wrapper {
  margin-top: 24px;
  margin-bottom: 24px;
}

.file-input .progress-status {
  font-weight: 500;
  text-align: center;
}

.file-input .file-preview-status {
  font-weight: 500;
  text-align: center;
  margin-top: 24px;
}

.krajee-default .file-thumb-progress .progress, .kv-upload-progress .progress {
  border-radius: 3px;
  font-size: 0;
  line-height: 0;
  height: 6px;
  margin: 8px 0;
}

.kv-upload-progress .progress-bar {
  height: 6px;
  border-radius: 3px;
}

.file-input-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.file-input-buttons > * + * {
  margin-left: 24px;
}

.file-input-buttons .btn-file + * {
  margin-left: auto;
}

.file-uploading {
  background: none;
}

.file-error-message {
  background-color: #ffe7e7;
  padding: 12px 32px;
  margin: 24px 0 0 0;
  border: none;
  min-height: 46px;
}

.kv-error-close {
  width: 24px;
  height: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  right: 12px;
  top: 11px;
}

.kv-error-close:after {
  content: "";
  background: url(/frontend/build/css/../images/fileinput-error-remove.svg) 0 0 no-repeat;
  width: 16px;
  height: 16px;
}

.kv-error-close span {
  display: none !important;
}

.video-modal-or {
  text-align: center;
}

.search-form {
  background: #fff;
  padding: 4px;
}
.search-form .form-group {
  margin: 0 !important;
  display: -ms-flexbox;
  display: flex;
}
.search-form input[type=text],
.search-form input[type=number],
.search-form input[type=email],
.search-form input[type=password],
.search-form textarea {
  height: auto;
  --token-name: "$text-body-footnote";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.286;
  text-transform: none;
  border: none;
  padding: 15px 18px;
  background: none !important;
}

.btn-search-submit {
  --token-name: "$text-body-footnote";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.286;
  text-transform: none;
  padding: 15px 16px;
}
/*# sourceMappingURL=styles.css.map */

/* End */


/* Start:/frontend/build/css/animation.css?1758632934676*/
.services-list {
  position: relative;
}

.section-header h2, .section-projects-num-inner, .main-swiper .swiper-slide:nth-child(1) h1 {
  opacity: 0;
  will-change: transform;
}

.tech-swiper .swiper-slide,
.main-nav-swiper .swiper-slide,
.guarantees-swiper .swiper-slide {
  overflow: hidden;
}

.geo-map-pin svg,
*:not(.no-anim) > .projects-item,
*:not(.no-anim) > .projects-item .projects-item-descr h3,
.tech-item-descr,
.main-nav-swiper-item,
.main-nav-swiper-item-descr,
.eco-item p,
.guarantees-item,
.guarantees-item-ttl {
  opacity: 0;
}

.no-transform {
  -webkit-transform: none !important;
  transform: none !important;
}
/*# sourceMappingURL=animation.css.map */

/* End */


/* Start:/local/templates/pegas/styles.css?1758195843116*/
body[contenteditable="true"] .brand {
    color: #B9E971;
}
.adm-detail-content-table .brand {
    color: #B9E971;
}
/* End */
/* /frontend/build/js/bootstrap/css/bootstrap.css?1758196258175562 */
/* /frontend/build/css/jquery.fancybox.css?175819625817412 */
/* /frontend/build/css/slick.css?17581962581776 */
/* /frontend/build/css/swiper-bundle.min.css?175819625818065 */
/* /frontend/build/css/bootstrap-select.min.css?17581962586651 */
/* /frontend/build/css/bootstrap-datepicker.min.css?175819625815731 */
/* /frontend/build/js/bootstrap-fileinput/css/fileinput.min.css?175819625810232 */
/* /frontend/build/css/select2.min.css?175819625814966 */
/* /frontend/build/css/styles.css?1762333259163139 */
/* /frontend/build/css/animation.css?1758632934676 */
/* /local/templates/pegas/styles.css?1758195843116 */
