/* Common */
/* Functions */
/* Variables */
/* Colors */
/* Media set */
* {
  box-sizing: border-box !important;
  margin: 0;
  padding: 0;
  appearance: none;
  outline: none;
}
#site-loader {
  position: fixed;
  z-index: 10000;
  background: #000000cf;
}
html,
body {
  height: 100%;
  min-height: 100%;
}
#root {
  overflow-x: hidden;
  overflow-scrolling: touch;
}
html {
  -webkit-text-size-adjust: none;
}
html.is-hidden {
  overflow: hidden;
}
body {
  font: 400 13px/1.4 "Montserrat", Arial, sans-serif;
}
body > .container {
  padding: 0;
  margin: 0 auto;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
q:before,
blockquote:after,
q:after {
  content: "";
  content: none;
}
b,
strong {
  font-weight: 600;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
a:active,
a:focus,
a:hover {
  outline: 0;
}
input,
textarea,
button,
select {
  font-family: inherit;
  resize: none;
  border: none;
  background-color: transparent;
  outline: none;
  padding: 0;
}
label,
select,
button {
  cursor: pointer;
}
img {
  border: 0;
  vertical-align: top;
  transition: opacity 0.5s;
}
img.lazyload {
  opacity: 0;
}
img.lazyloaded {
  opacity: 1;
}
.container,
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.row_sm {
  margin-right: -7.5px;
  margin-left: -7.5px;
}
.row_sm .col,
.row_sm [class*="col-"] {
  padding-right: 7.5px;
  padding-left: 7.5px;
}
.row_gap {
  gap: 10px;
}
.row_xs {
  margin-right: -5px;
  margin-left: -5px;
}
.row_xs .col,
.row_xs [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col,
[class*="col-"] {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 476px) {
  .col-xs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xs-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xs-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xs-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xs-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xs-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xs-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xs-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xs-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xs-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xs-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xs-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xs-first {
    order: -1;
  }
  .order-xs-last {
    order: 13;
  }
  .order-xs-0 {
    order: 0;
  }
  .order-xs-1 {
    order: 1;
  }
  .order-xs-2 {
    order: 2;
  }
  .order-xs-3 {
    order: 3;
  }
  .order-xs-4 {
    order: 4;
  }
  .order-xs-5 {
    order: 5;
  }
  .order-xs-6 {
    order: 6;
  }
  .order-xs-7 {
    order: 7;
  }
  .order-xs-8 {
    order: 8;
  }
  .order-xs-9 {
    order: 9;
  }
  .order-xs-10 {
    order: 10;
  }
  .order-xs-11 {
    order: 11;
  }
  .order-xs-12 {
    order: 12;
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .offset-xs-1 {
    margin-left: 8.333333%;
  }
  .offset-xs-2 {
    margin-left: 16.666667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.333333%;
  }
  .offset-xs-5 {
    margin-left: 41.666667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.333333%;
  }
  .offset-xs-8 {
    margin-left: 66.666667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.333333%;
  }
  .offset-xs-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1240px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1600px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 476px) {
  .d-xs-none {
    display: none !important;
  }
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-table {
    display: table !important;
  }
  .d-xs-table-row {
    display: table-row !important;
  }
  .d-xs-table-cell {
    display: table-cell !important;
  }
  .d-xs-flex {
    display: flex !important;
  }
  .d-xs-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1240px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1600px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.jc-start {
  justify-content: flex-start !important;
}
.jc-end {
  justify-content: flex-end !important;
}
.jc-center {
  justify-content: center !important;
}
.jc-between {
  justify-content: space-between !important;
}
.jc-around {
  justify-content: space-around !important;
}
.ai-start {
  align-items: flex-start !important;
}
.ai-end {
  align-items: flex-end !important;
}
.ai-center {
  align-items: center !important;
}
.ai-baseline {
  align-items: baseline !important;
}
.ai-stretch {
  align-items: stretch !important;
}
.ac-start {
  align-content: flex-start !important;
}
.ac-end {
  align-content: flex-end !important;
}
.ac-center {
  align-content: center !important;
}
.ac-between {
  align-content: space-between !important;
}
.ac-around {
  align-content: space-around !important;
}
.ac-stretch {
  align-content: stretch !important;
}
.as-auto {
  align-self: auto !important;
}
.as-start {
  align-self: flex-start !important;
}
.as-end {
  align-self: flex-end !important;
}
.as-center {
  align-self: center !important;
}
.as-baseline {
  align-self: baseline !important;
}
.as-stretch {
  align-self: stretch !important;
}
@media (min-width: 476px) {
  .flex-xs-row {
    flex-direction: row !important;
  }
  .flex-xs-column {
    flex-direction: column !important;
  }
  .flex-xs-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xs-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xs-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xs-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xs-fill {
    flex: 1 1 auto !important;
  }
  .flex-xs-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xs-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xs-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xs-shrink-1 {
    flex-shrink: 1 !important;
  }
  .jc-xs-start {
    justify-content: flex-start !important;
  }
  .jc-xs-end {
    justify-content: flex-end !important;
  }
  .jc-xs-center {
    justify-content: center !important;
  }
  .jc-xs-between {
    justify-content: space-between !important;
  }
  .jc-xs-around {
    justify-content: space-around !important;
  }
  .ai-xs-start {
    align-items: flex-start !important;
  }
  .ai-xs-end {
    align-items: flex-end !important;
  }
  .ai-xs-center {
    align-items: center !important;
  }
  .ai-xs-baseline {
    align-items: baseline !important;
  }
  .ai-xs-stretch {
    align-items: stretch !important;
  }
  .ac-xs-start {
    align-content: flex-start !important;
  }
  .ac-xs-end {
    align-content: flex-end !important;
  }
  .ac-xs-center {
    align-content: center !important;
  }
  .ac-xs-between {
    align-content: space-between !important;
  }
  .ac-xs-around {
    align-content: space-around !important;
  }
  .ac-xs-stretch {
    align-content: stretch !important;
  }
  .as-xs-auto {
    align-self: auto !important;
  }
  .as-xs-start {
    align-self: flex-start !important;
  }
  .as-xs-end {
    align-self: flex-end !important;
  }
  .as-xs-center {
    align-self: center !important;
  }
  .as-xs-baseline {
    align-self: baseline !important;
  }
  .as-xs-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .jc-sm-start {
    justify-content: flex-start !important;
  }
  .jc-sm-end {
    justify-content: flex-end !important;
  }
  .jc-sm-center {
    justify-content: center !important;
  }
  .jc-sm-between {
    justify-content: space-between !important;
  }
  .jc-sm-around {
    justify-content: space-around !important;
  }
  .ai-sm-start {
    align-items: flex-start !important;
  }
  .ai-sm-end {
    align-items: flex-end !important;
  }
  .ai-sm-center {
    align-items: center !important;
  }
  .ai-sm-baseline {
    align-items: baseline !important;
  }
  .ai-sm-stretch {
    align-items: stretch !important;
  }
  .ac-sm-start {
    align-content: flex-start !important;
  }
  .ac-sm-end {
    align-content: flex-end !important;
  }
  .ac-sm-center {
    align-content: center !important;
  }
  .ac-sm-between {
    align-content: space-between !important;
  }
  .ac-sm-around {
    align-content: space-around !important;
  }
  .ac-sm-stretch {
    align-content: stretch !important;
  }
  .as-sm-auto {
    align-self: auto !important;
  }
  .as-sm-start {
    align-self: flex-start !important;
  }
  .as-sm-end {
    align-self: flex-end !important;
  }
  .as-sm-center {
    align-self: center !important;
  }
  .as-sm-baseline {
    align-self: baseline !important;
  }
  .as-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .jc-md-start {
    justify-content: flex-start !important;
  }
  .jc-md-end {
    justify-content: flex-end !important;
  }
  .jc-md-center {
    justify-content: center !important;
  }
  .jc-md-between {
    justify-content: space-between !important;
  }
  .jc-md-around {
    justify-content: space-around !important;
  }
  .ai-md-start {
    align-items: flex-start !important;
  }
  .ai-md-end {
    align-items: flex-end !important;
  }
  .ai-md-center {
    align-items: center !important;
  }
  .ai-md-baseline {
    align-items: baseline !important;
  }
  .ai-md-stretch {
    align-items: stretch !important;
  }
  .ac-md-start {
    align-content: flex-start !important;
  }
  .ac-md-end {
    align-content: flex-end !important;
  }
  .ac-md-center {
    align-content: center !important;
  }
  .ac-md-between {
    align-content: space-between !important;
  }
  .ac-md-around {
    align-content: space-around !important;
  }
  .ac-md-stretch {
    align-content: stretch !important;
  }
  .as-md-auto {
    align-self: auto !important;
  }
  .as-md-start {
    align-self: flex-start !important;
  }
  .as-md-end {
    align-self: flex-end !important;
  }
  .as-md-center {
    align-self: center !important;
  }
  .as-md-baseline {
    align-self: baseline !important;
  }
  .as-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .jc-lg-start {
    justify-content: flex-start !important;
  }
  .jc-lg-end {
    justify-content: flex-end !important;
  }
  .jc-lg-center {
    justify-content: center !important;
  }
  .jc-lg-between {
    justify-content: space-between !important;
  }
  .jc-lg-around {
    justify-content: space-around !important;
  }
  .ai-lg-start {
    align-items: flex-start !important;
  }
  .ai-lg-end {
    align-items: flex-end !important;
  }
  .ai-lg-center {
    align-items: center !important;
  }
  .ai-lg-baseline {
    align-items: baseline !important;
  }
  .ai-lg-stretch {
    align-items: stretch !important;
  }
  .ac-lg-start {
    align-content: flex-start !important;
  }
  .ac-lg-end {
    align-content: flex-end !important;
  }
  .ac-lg-center {
    align-content: center !important;
  }
  .ac-lg-between {
    align-content: space-between !important;
  }
  .ac-lg-around {
    align-content: space-around !important;
  }
  .ac-lg-stretch {
    align-content: stretch !important;
  }
  .as-lg-auto {
    align-self: auto !important;
  }
  .as-lg-start {
    align-self: flex-start !important;
  }
  .as-lg-end {
    align-self: flex-end !important;
  }
  .as-lg-center {
    align-self: center !important;
  }
  .as-lg-baseline {
    align-self: baseline !important;
  }
  .as-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1240px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .jc-xl-start {
    justify-content: flex-start !important;
  }
  .jc-xl-end {
    justify-content: flex-end !important;
  }
  .jc-xl-center {
    justify-content: center !important;
  }
  .jc-xl-between {
    justify-content: space-between !important;
  }
  .jc-xl-around {
    justify-content: space-around !important;
  }
  .ai-xl-start {
    align-items: flex-start !important;
  }
  .ai-xl-end {
    align-items: flex-end !important;
  }
  .ai-xl-center {
    align-items: center !important;
  }
  .ai-xl-baseline {
    align-items: baseline !important;
  }
  .ai-xl-stretch {
    align-items: stretch !important;
  }
  .ac-xl-start {
    align-content: flex-start !important;
  }
  .ac-xl-end {
    align-content: flex-end !important;
  }
  .ac-xl-center {
    align-content: center !important;
  }
  .ac-xl-between {
    align-content: space-between !important;
  }
  .ac-xl-around {
    align-content: space-around !important;
  }
  .ac-xl-stretch {
    align-content: stretch !important;
  }
  .as-xl-auto {
    align-self: auto !important;
  }
  .as-xl-start {
    align-self: flex-start !important;
  }
  .as-xl-end {
    align-self: flex-end !important;
  }
  .as-xl-center {
    align-self: center !important;
  }
  .as-xl-baseline {
    align-self: baseline !important;
  }
  .as-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1600px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .jc-xxl-start {
    justify-content: flex-start !important;
  }
  .jc-xxl-end {
    justify-content: flex-end !important;
  }
  .jc-xxl-center {
    justify-content: center !important;
  }
  .jc-xxl-between {
    justify-content: space-between !important;
  }
  .jc-xxl-around {
    justify-content: space-around !important;
  }
  .ai-xxl-start {
    align-items: flex-start !important;
  }
  .ai-xxl-end {
    align-items: flex-end !important;
  }
  .ai-xxl-center {
    align-items: center !important;
  }
  .ai-xxl-baseline {
    align-items: baseline !important;
  }
  .ai-xxl-stretch {
    align-items: stretch !important;
  }
  .ac-xxl-start {
    align-content: flex-start !important;
  }
  .ac-xxl-end {
    align-content: flex-end !important;
  }
  .ac-xxl-center {
    align-content: center !important;
  }
  .ac-xxl-between {
    align-content: space-between !important;
  }
  .ac-xxl-around {
    align-content: space-around !important;
  }
  .ac-xxl-stretch {
    align-content: stretch !important;
  }
  .as-xxl-auto {
    align-self: auto !important;
  }
  .as-xxl-start {
    align-self: flex-start !important;
  }
  .as-xxl-end {
    align-self: flex-end !important;
  }
  .as-xxl-center {
    align-self: center !important;
  }
  .as-xxl-baseline {
    align-self: baseline !important;
  }
  .as-xxl-stretch {
    align-self: stretch !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-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-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: 476px) {
  .m-xs-0 {
    margin: 0 !important;
  }
  .mt-xs-0,
  .my-xs-0 {
    margin-top: 0 !important;
  }
  .mr-xs-0,
  .mx-xs-0 {
    margin-right: 0 !important;
  }
  .mb-xs-0,
  .my-xs-0 {
    margin-bottom: 0 !important;
  }
  .ml-xs-0,
  .mx-xs-0 {
    margin-left: 0 !important;
  }
  .m-xs-1 {
    margin: 0.25rem !important;
  }
  .mt-xs-1,
  .my-xs-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xs-1,
  .mx-xs-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xs-1,
  .my-xs-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xs-1,
  .mx-xs-1 {
    margin-left: 0.25rem !important;
  }
  .m-xs-2 {
    margin: 0.5rem !important;
  }
  .mt-xs-2,
  .my-xs-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xs-2,
  .mx-xs-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xs-2,
  .my-xs-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xs-2,
  .mx-xs-2 {
    margin-left: 0.5rem !important;
  }
  .m-xs-3 {
    margin: 1rem !important;
  }
  .mt-xs-3,
  .my-xs-3 {
    margin-top: 1rem !important;
  }
  .mr-xs-3,
  .mx-xs-3 {
    margin-right: 1rem !important;
  }
  .mb-xs-3,
  .my-xs-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xs-3,
  .mx-xs-3 {
    margin-left: 1rem !important;
  }
  .m-xs-4 {
    margin: 1.5rem !important;
  }
  .mt-xs-4,
  .my-xs-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xs-4,
  .mx-xs-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xs-4,
  .my-xs-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xs-4,
  .mx-xs-4 {
    margin-left: 1.5rem !important;
  }
  .m-xs-5 {
    margin: 3rem !important;
  }
  .mt-xs-5,
  .my-xs-5 {
    margin-top: 3rem !important;
  }
  .mr-xs-5,
  .mx-xs-5 {
    margin-right: 3rem !important;
  }
  .mb-xs-5,
  .my-xs-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xs-5,
  .mx-xs-5 {
    margin-left: 3rem !important;
  }
  .p-xs-0 {
    padding: 0 !important;
  }
  .pt-xs-0,
  .py-xs-0 {
    padding-top: 0 !important;
  }
  .pr-xs-0,
  .px-xs-0 {
    padding-right: 0 !important;
  }
  .pb-xs-0,
  .py-xs-0 {
    padding-bottom: 0 !important;
  }
  .pl-xs-0,
  .px-xs-0 {
    padding-left: 0 !important;
  }
  .p-xs-1 {
    padding: 0.25rem !important;
  }
  .pt-xs-1,
  .py-xs-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xs-1,
  .px-xs-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xs-1,
  .py-xs-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xs-1,
  .px-xs-1 {
    padding-left: 0.25rem !important;
  }
  .p-xs-2 {
    padding: 0.5rem !important;
  }
  .pt-xs-2,
  .py-xs-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xs-2,
  .px-xs-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xs-2,
  .py-xs-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xs-2,
  .px-xs-2 {
    padding-left: 0.5rem !important;
  }
  .p-xs-3 {
    padding: 1rem !important;
  }
  .pt-xs-3,
  .py-xs-3 {
    padding-top: 1rem !important;
  }
  .pr-xs-3,
  .px-xs-3 {
    padding-right: 1rem !important;
  }
  .pb-xs-3,
  .py-xs-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xs-3,
  .px-xs-3 {
    padding-left: 1rem !important;
  }
  .p-xs-4 {
    padding: 1.5rem !important;
  }
  .pt-xs-4,
  .py-xs-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xs-4,
  .px-xs-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xs-4,
  .py-xs-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xs-4,
  .px-xs-4 {
    padding-left: 1.5rem !important;
  }
  .p-xs-5 {
    padding: 3rem !important;
  }
  .pt-xs-5,
  .py-xs-5 {
    padding-top: 3rem !important;
  }
  .pr-xs-5,
  .px-xs-5 {
    padding-right: 3rem !important;
  }
  .pb-xs-5,
  .py-xs-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xs-5,
  .px-xs-5 {
    padding-left: 3rem !important;
  }
  .m-xs-n1 {
    margin: -0.25rem !important;
  }
  .mt-xs-n1,
  .my-xs-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xs-n1,
  .mx-xs-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xs-n1,
  .my-xs-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xs-n1,
  .mx-xs-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xs-n2 {
    margin: -0.5rem !important;
  }
  .mt-xs-n2,
  .my-xs-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xs-n2,
  .mx-xs-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xs-n2,
  .my-xs-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xs-n2,
  .mx-xs-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xs-n3 {
    margin: -1rem !important;
  }
  .mt-xs-n3,
  .my-xs-n3 {
    margin-top: -1rem !important;
  }
  .mr-xs-n3,
  .mx-xs-n3 {
    margin-right: -1rem !important;
  }
  .mb-xs-n3,
  .my-xs-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xs-n3,
  .mx-xs-n3 {
    margin-left: -1rem !important;
  }
  .m-xs-n4 {
    margin: -1.5rem !important;
  }
  .mt-xs-n4,
  .my-xs-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xs-n4,
  .mx-xs-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xs-n4,
  .my-xs-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xs-n4,
  .mx-xs-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xs-n5 {
    margin: -3rem !important;
  }
  .mt-xs-n5,
  .my-xs-n5 {
    margin-top: -3rem !important;
  }
  .mr-xs-n5,
  .mx-xs-n5 {
    margin-right: -3rem !important;
  }
  .mb-xs-n5,
  .my-xs-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xs-n5,
  .mx-xs-n5 {
    margin-left: -3rem !important;
  }
  .m-xs-auto {
    margin: auto !important;
  }
  .mt-xs-auto,
  .my-xs-auto {
    margin-top: auto !important;
  }
  .mr-xs-auto,
  .mx-xs-auto {
    margin-right: auto !important;
  }
  .mb-xs-auto,
  .my-xs-auto {
    margin-bottom: auto !important;
  }
  .ml-xs-auto,
  .mx-xs-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .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-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .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-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .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-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-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: 1240px) {
  .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-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1600px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}
@font-face {
  font-family: "Montserrat";
  src: url("/static/fonts/Montserrat-700/Montserrat-700.eot");
  src: url("/static/fonts/Montserrat-700/Montserrat-700.eot?#iefix") format("embedded-opentype"), url("/static/fonts/Montserrat-700/Montserrat-700.woff2") format("woff2"), url("/static/fonts/Montserrat-700/Montserrat-700.woff") format("woff"), url("/static/fonts/Montserrat-700/Montserrat-700.ttf") format("truetype"), url("/static/fonts/Montserrat-700/Montserrat-700.svg#Montserrat-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("/static/fonts/Montserrat-500/Montserrat-500.eot");
  src: url("/static/fonts/Montserrat-500/Montserrat-500.eot?#iefix") format("embedded-opentype"), url("/static/fonts/Montserrat-500/Montserrat-500.woff2") format("woff2"), url("/static/fonts/Montserrat-500/Montserrat-500.woff") format("woff"), url("/static/fonts/Montserrat-500/Montserrat-500.ttf") format("truetype"), url("/static/fonts/Montserrat-500/Montserrat-500.svg#Montserrat-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("/static/fonts/Montserrat-400/Montserrat-400.eot");
  src: url("/static/fonts/Montserrat-400/Montserrat-400.eot?#iefix") format("embedded-opentype"), url("/static/fonts/Montserrat-400/Montserrat-400.woff2") format("woff2"), url("/static/fonts/Montserrat-400/Montserrat-400.woff") format("woff"), url("/static/fonts/Montserrat-400/Montserrat-400.ttf") format("truetype"), url("/static/fonts/Montserrat-400/Montserrat-400.svg#Montserrat-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("/static/fonts/Montserrat-300/Montserrat-300.eot");
  src: url("/static/fonts/Montserrat-300/Montserrat-300.eot?#iefix") format("embedded-opentype"), url("/static/fonts/Montserrat-300/Montserrat-300.woff2") format("woff2"), url("/static/fonts/Montserrat-300/Montserrat-300.woff") format("woff"), url("/static/fonts/Montserrat-300/Montserrat-300.ttf") format("truetype"), url("/static/fonts/Montserrat-300/Montserrat-300.svg#Montserrat-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* Icons */
@font-face {
  font-family: "Icons";
  src: url("/static/fonts/Icons/myata_sf.eot");
  src: url("/static/fonts/Icons/myata_sf.eot?#iefix") format("embedded-opentype"), url("/static/fonts/Icons/myata_sf.woff") format("woff"), url("/static/fonts/Icons/myata_sf.ttf") format("truetype"), url("/static/fonts/Icons/myata_sf.svg#myata_sf") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Base */
/* Positions */
.pos-rel {
  position: relative;
}
.pos-abs {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pos-abs-y {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.pos-abs-x {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
/* Image */
.bg-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.img-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-contain {
  object-fit: contain;
}
/* Cursor */
.js-open,
.js-close,
.js-toggle,
.cursor-pointer {
  cursor: pointer;
}
.cursor-default {
  cursor: default !important;
}
/* Srcoll */
.scroll-x {
  overflow-y: hidden;
  overflow-x: auto;
  overflow-scrolling: touch;
}
.scroll-x._styled::-webkit-scrollbar {
  height: 6px;
  width: 100%;
  background: #000;
  border-radius: 10px;
}
.scroll-x._styled::-webkit-scrollbar-thumb {
  background-color: #fb98c7;
  border-radius: 10px;
}
.scroll-y {
  overflow-x: hidden;
  overflow-y: auto;
  overflow-scrolling: touch;
}
/* Z-index */
.z--1 {
  z-index: -1;
}
.z-1 {
  z-index: 1;
}
/* Custom */
.main-content {
  padding-left: 85px !important;
  width: calc(100% - 260px);
}
.devider-line {
  height: 1px;
  margin: 35px 0;
}
.page-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 12;
  display: none;
}
.page-overlay.is-visible {
  display: block;
}
.trns-03 {
  transition: all 0.3s;
}
/* Sortable */
.sortable {
  border: none;
  border-radius: 0;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-right: -7.5px;
  margin-left: -7.5px;
}
.sortable .col,
.sortable [class*="col-"] {
  padding-right: 7.5px;
  padding-left: 7.5px;
}
.sortable li {
  padding-top: 0;
  padding-bottom: 0;
  text-align: left;
  border: none;
  background: transparent;
  margin: 0;
}
.sortable li:hover {
  background: transparent;
}
/* UI */
/* Icon font */
[class*="icon-"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
[class*="icon-"]:before {
  font-family: "Icons";
  font-style: normal;
  font-weight: normal;
}
.icon-attach:before {
  content: "\0041";
}
.icon-search:before {
  content: "\004c";
}
.icon-profile:before {
  content: "\004d";
}
.icon-download:before {
  content: "\0052";
}
.icon-docs:before {
  content: "\0053";
}
.icon-select-expand:before {
  content: "\0054";
}
.icon-clock:before {
  content: "\0055";
}
.icon-close-fill:before {
  content: "\0057";
}
.icon-arrow-linear:before {
  content: "\0051";
}
.icon-arrow-linear_top:before {
  transform: rotate(90deg);
}
.icon-arrow-linear_right:before {
  transform: rotate(180deg);
}
.icon-arrow-linear_bottom:before {
  transform: rotate(270deg);
}
.icon-arrow-fill:before {
  content: "\004f";
}
.icon-arrow-fill_right:before {
  transform: rotate(90deg);
}
.icon-arrow-fill_left:before {
  transform: rotate(-90deg);
}
.icon-arrow-long:before {
  content: "\004e";
}
.icon-arrow-long_right:before {
  transform: rotate(180deg);
}
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  border-radius: 30px;
  cursor: pointer;
  padding: 10px 22px;
  transition: all 0.2s;
}
.btn-xl {
  font-size: 14px;
  font-weight: 700;
  padding: 15px 26px;
}
.btn-sm {
  font-size: 12px;
  padding: 6px 14px;
}
.btn-acent {
  background: #fb98c7;
  color: #fff;
}
.btn-border-acent {
  border: 1px solid #fb98c7;
}
.h1,
h1 {
  font-size: 28px;
  font-weight: 300;
  line-height: 1.14;
}
.h2,
h2 {
  font-size: 20px;
  line-height: 1.6;
}
.h3,
h3 {
  font-size: 18px;
  line-height: 1.6;
}
.h4,
h4 {
  font-size: 16px;
}
.h5,
h5 {
  font-size: 13px;
}
/* Weight */
.font-300 {
  font-weight: 300 !important;
}
.font-400 {
  font-weight: 400 !important;
}
.font-500 {
  font-weight: 500 !important;
}
.font-700 {
  font-weight: 700 !important;
}
/* Case */
.font-uppercase {
  text-transform: uppercase;
}
.font-lowercase {
  text-transform: lowercase;
}
/* Alignment */
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
/* Color */
.tc-danger {
  color: #d50101;
}
.tabs .tabs-switchers {
  margin-bottom: 30px;
  border-radius: 15px;
}
.tabs .tabs-switcher {
  border-radius: 15px;
  cursor: pointer;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 700;
  padding: 13px 20px;
  transition: all 0.2s;
}
.tabs .tab {
  display: none;
}
.tabs .tab.is-visible {
  display: block;
}
.pagination {
  font-size: 14px;
}
.pagination .pagination-link {
  cursor: pointer;
}
.pagination .nums .pagination-link {
  margin-right: 5px;
  position: relative;
  width: 24px;
  height: 24px;
  line-height: 25px;
  text-align: center;
  border-radius: 100%;
  transition: all 0.3s;
}
.pagination .nums .pagination-link.is-active {
  width: 35px;
  height: 35px;
  line-height: 36px;
}
.pagination .button {
  margin-left: 30px;
  padding: 8px 22px;
  border-radius: 30px;
}
.form-field {
  margin-bottom: 25px;
}
label._disabled {
  pointer-events: none;
}
.form-label {
  transition: all 0.2s;
  position: relative;
  font-size: 12px;
  font-weight: 500;
  margin: 0 0 10px;
  display: block;
}
.form-label .label {
  display: block;
  padding: 0 0 10px 22px;
}
.form-label._icon-left {
  padding-left: 0;
}
.form-label._icon-left [class*="icon-"] {
  font-size: 16px;
  left: 13px;
}
.form-label._icon-left .form-input {
  padding-left: 44px;
}
.form-input {
  line-height: 1;
  padding: 12px 22px;
  display: block;
  font-size: 14px;
  border-radius: 15px;
  width: 100%;
  border: 1px solid transparent;
  transition: all 0.2s;
}
.form-input[type="password"] {
  letter-spacing: 12px;
}
.form-input._error {
  border-color: rgba(240, 60, 60, 0.4) !important;
  background-image: url("/static/imgs/icons/input-error.svg");
  background-size: 16px auto;
  background-position: calc(100% - 15px) 50%;
  background-repeat: no-repeat;
}
.help-block {
  margin-top: 6px;
  font-size: 12px;
}
.help-block-error {
  color: #ec0000;
  font-weight: 500;
}
.form-agree .checkbox {
  margin-right: 10px;
}
/* Select */
.form-select {
  padding-top: 14px;
  padding-bottom: 14px;
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) 50%;
  background-size: 12px auto;
}
.form-select option {
  padding: 5px 0;
}
/* Switcher */
.radio-switcher {
  width: 30px;
  height: 18px;
  border-radius: 20px;
  border-width: 1px;
  border-style: solid;
}
.radio-switcher:before {
  content: "";
  width: 10px;
  height: 10px;
  left: 4px;
  border-radius: 5px;
  transition: left 0.3s;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.radio-switcher.is-active:before {
  left: calc(100% - 14px);
}
/* Checkbox */
.checkbox {
  width: 16px;
  height: 16px;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid transparent;
}
.checkbox._dis {
  pointer-events: none;
}
.checkbox:checked,
.checkbox._checked {
  border: none;
  background: #fb98c7 url("/static/imgs/icons/form-check.svg") 50% no-repeat;
  background-size: 10px auto;
}
/* Select 2 */
.select2-container--krajee-bs3 .select2-search--dropdown .select2-search__field {
  padding-right: 26px;
  background-position: right 5px top 5px;
}
.select2-container--krajee-bs3 .select2-selection--single {
  height: 44px;
  cursor: pointer;
  padding: 11px 24px 10px 12px;
  border-radius: 15px;
  padding-right: 48px;
}
.select2-container--krajee-bs3 .select2-selection--single .select2-selection__clear {
  right: 34px;
}
.select2-container--krajee-bs3 .select2-selection--single .select2-selection__arrow {
  height: 43px;
  width: 30px;
}
.select2-container--krajee-bs3 .select2-selection__clear {
  top: 0;
  line-height: 34px;
  cursor: pointer;
  font-weight: 700;
  font-size: 20px;
}
.select2-container--krajee-bs3 .select2-dropdown {
  border-color: #fb98c7;
}
.select2-container--krajee-bs3 .select2-results__option {
  transition: all 0.1s;
}
.select2-container--krajee-bs3 .select2-results__option[aria-selected="true"],
.select2-container--krajee-bs3 .select2-results__option--highlighted {
  color: #fff;
  background-color: #fb98c7 !important;
}
.select2-container--krajee-bs3.select2-container--open .select2-selection,
.select2-container--krajee-bs3.select2-container--focus .select2-selection {
  border-color: #fb98c7;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(251, 152, 199, 0.4);
}
.table-wrap table {
  margin-bottom: 15px;
}
table {
  width: 100%;
}
table th {
  position: relative;
  text-align: left;
  padding: 10px 15px;
  font-weight: 500;
}
table th .form-input {
  padding: 8px 15px;
  border-radius: 10px;
}
table th svg {
  right: 10px;
  width: 11px;
  height: 11px;
  transform: translate(0, -50%) rotate(0) !important;
}
table th:first-child {
  border-radius: 10px 0 0 10px;
}
table th:last-child {
  border-radius: 0 10px 10px 0;
}
table th:not(:last-child) {
  border-right: 1px solid transparent;
}
table th.sort {
  cursor: pointer;
  padding-right: 30px !important;
}
table th.sort svg {
  transition: all 0.2s;
}
table th.sort[data-sort-type="DESC"] svg {
  transform: translate(0, -50%) rotate(180deg) !important;
}
table td {
  vertical-align: middle;
  border-bottom: 1px solid transparent;
  padding: 12px 15px;
}
table td .day {
  background: #fb98c7;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
  margin: 5px 5px 0 0;
  padding: 4px 8px;
}
table td .status {
  border-radius: 30px;
  padding: 5px 25px 5px 10px;
  font-weight: 500;
  color: #fff;
}
table td .status._select {
  width: 110px;
  background-image: url(/static/imgs/icons/arrow-down-white.svg);
  background-size: 10px auto;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 50%;
}
table td .status._select option {
  background-color: #fff;
  color: #000;
}
table td .status[data-status="_new"] {
  background-color: #fb98c7;
}
table td .status[data-status="_reject"] {
  background-color: #ea7070;
}
table td .action-btn {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  margin-right: 10px;
  cursor: pointer;
}
table td .action-btn svg {
  width: 16px;
  height: 16px;
}
table td .action-btn path {
  fill: #fff;
}
table td .action-btn._blue {
  background: #2929c3;
}
table td .action-btn._acent {
  background: #fb98c7;
}
table td .action-btn._red {
  background: #ea7070;
}
table tr._last td {
  background: #1f2024;
}
table tr._last td:first-child {
  border-radius: 10px 0 0 10px;
}
table tr._last td:last-child {
  border-radius: 0 10px 10px 0;
}
table.td_sm td {
  padding-top: 10px;
  padding-bottom: 10px;
}
table._no_bb tr:last-child td {
  border-bottom: none;
}
/* Main menu */
.main-menu {
  flex: 0 0 260px;
  padding: 37px 20px 30px;
}
.main-menu .logo {
  margin-bottom: 35px;
}
.main-menu .logo svg {
  width: 150px;
  height: 60px;

  path {
    box-shadow: 0 0 27px 0 rgba(251, 152, 199, 0.4);
  }
}
.main-menu .logo .text {
  margin-left: 14px;
  line-height: 1.31;
}
.main-menu .theme-switcher {
  margin: 0 0 20px 14.5px;
}
.main-menu .theme-switcher .text {
  margin-left: 8px;
}
.main-menu nav a {
  position: relative;
  padding: 20px 0 20px 73px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-menu nav a .icon {
  left: 0;
  font-size: 20px;
  width: 59px;
  height: 35px;
  border-radius: 30px;
}
.main-menu nav a svg {
  width: 20px;
  height: 20px;
}
.main-menu nav a .badge {
  margin-left: 10px;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  padding: 1px 4px;
  background: #fb98c7;
  text-align: center;
}
.main-menu nav a.is-active .icon {
  background: #fb98c7;
  box-shadow: 0 0 27px 0 rgba(255, 182, 217, 0.4);
}
/* Header */
.page-header {
  margin-bottom: 56px;
}
.page-header .page-title .go-back-btn {
  left: 15px;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  font-size: 16px;
}
.page-header .page-title span {
  line-height: 1.3;
  max-width: 800px;
  display: -webkit-box;
  display: -moz-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  max-height: 36.4px;
}
.page-header .page-title._back {
  padding-left: 70px;
}
.page-header .user {
  padding-left: 37px;
}
.page-header .user .name {
  line-height: 1.4;
  max-width: 120px;
  display: -webkit-box;
  display: -moz-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  max-height: 18.2px;
}
.page-header .user i {
  left: 0;
  font-size: 18px;
}
.page-header .user .phone {
  opacity: 0.3;
}
.page-header .theme-switcher {
  margin: 0 0 0 35px;
  cursor: pointer;
}
.page-header .theme-switcher .text {
  line-height: 1;
  margin-left: 8px;
  opacity: 0.2;
}
.page-header .icon-search {
  font-size: 15px;
  width: 35px;
  height: 35px;
  border-radius: 20px;
}
/* Components */
.cmp-news-item {
  background: url('/static/imgs/places/empty-dark.png');
  background-size: cover;
  background-position: center center;
  -webkit-box-shadow: 0px -100px 52px -79px rgba(0, 0, 0, 0.47) inset;
  -moz-box-shadow: 0px -100px 52px -79px rgba(0, 0, 0, 0.47) inset;
  box-shadow: 0px -100px 52px -79px rgba(0, 0, 0, 0.47) inset;
  margin-bottom: 30px;
  height: 322px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 25px;
  overflow: hidden;
  color: #fff;
  z-index: 1;
  background-image
  /* background: #16171b; */
}

.cmp-news-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-image: linear-gradient(0, #1f2024 0%, #1f202400 100%);
}
.cmp-news-item .empty-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin: 0 auto 3%;
}
.cmp-news-item .bg-img {
  z-index: -2;
}
.cmp-news-item .content {
  padding-left: 83px;
  position: relative;
}
.cmp-news-item .content i {
  font-size: 20px;
  left: 0;
  width: 59px;
  height: 35px;
  border-radius: 20px;
  box-shadow: 0 0 27px 0 rgba(255, 182, 217, 0.4);
  background: #fb98c7;
}
.cmp-news-item .content .thumb {
  display: block;
  color: #fb98c7;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 500 !important;
}
.cmp-news-item .content .thumb .date {
  background: #fb98c7;
  color: #fff;
  border-radius: 20px;
  padding: 9px 20px;
  margin-right: 15px;
}
.cmp-news-item .content .title {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700 !important;
  line-height: 1.3;
  display: -webkit-box;
  display: -moz-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  max-height: 26px;
}
.cmp-news-item._sm {
  height: 200px;
}
.cmp-news-item_empty {
  box-shadow: inset 0 0 0 2px #1f2024;
}
.cmp-news-item_empty:before {
  display: none;
}
.cmp-news-item_empty .content i {
  background: #1f2024;
}
.cmp-news-item_empty .line {
  border-radius: 10px;
  background: #1f2024;
}
.cmp-news-item_empty .line._l1 {
  width: 152px;
  height: 9px;
}
.cmp-news-item_empty .line._l2 {
  margin-top: 17px;
  width: 198px;
  height: 16px;
}
.upload-field {
  width: 262px;
  height: 168px;
  border-radius: 18px;
  border: 2px dashed #fb98c7;
  background: #16171b;
  position: relative;
  overflow: hidden;
}
.upload-field i {
  z-index: 1;
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 0 18px 0 18px;
  font-size: 12px;
  top: 0;
  right: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.upload-field .title {
  font-size: 14px;
  opacity: 0.4;
}
.upload-field img {
  display: none;
}
.upload-field.is-loaded {
  border: none;
}
.upload-field.is-loaded .title {
  display: none;
}
.upload-field.is-loaded i,
.upload-field.is-loaded img {
  display: flex;
}
.cmp-same-news {
  padding: 25px;
  margin-bottom: 25px;
}
.cmp-same-news .date {
  color: #fff;
  background: #fb98c7;
  padding: 7px 18px;
  border-radius: 30px;
}
.cmp-same-news .thumb {
  color: #fb98c7;
  font-weight: 500 !important;
}
.cmp-same-news .title {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700 !important;
  line-height: 1.3;
  display: -webkit-box;
  display: -moz-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 52px;
}
.cmp-same-news i {
  margin-top: 25px;
  width: 59px;
  height: 35px;
  border-radius: 20px;
  font-size: 20px;
  background: #fb98c7;
}
.cmp-contract-item {
  border: 1px solid transparent;
  border-radius: 20px;
  padding: 15px 15px 15px 73px;
  position: relative;
  cursor: pointer;
  min-height: 100%;
}
.cmp-contract-item i {
  width: 38px;
  height: 38px;
  border-radius: 5px;
  font-size: 18px;
  left: 15px;
}
.cmp-contract-item .title {
  margin-bottom: 12px;
  font-weight: 700 !important;
}
.cmp-contract-item .status {
  font-size: 11px;
  font-weight: 500 !important;
}
.cmp-contract-item .status .pos-rel {
  padding-left: 26px;
}
.cmp-contract-item .status .checkbox {
  left: 0;
}
.cmp-contract-item .btns-wrap {
  margin-top: 15px;
}
.cmp-contract-item .btns-wrap .btn {
  padding: 6px 16px;
}
.cmp-chat {
  padding: 30px;
  border: 1px solid transparent;
}
.cmp-chat .msgs-wrap .msgs-list {
  max-height: 500px;
  padding-right: 20px;
}
.cmp-chat .msgs-wrap .msgs-list::-webkit-scrollbar {
  width: 6px;
  background: #000;
  border-radius: 10px;
}
.cmp-chat .msgs-wrap .msgs-list::-webkit-scrollbar-thumb {
  background-color: #fb98c7;
  border-radius: 10px;
}
.cmp-chat .msgs-wrap .msg {
  margin-bottom: 22px;
}
.cmp-chat .msgs-wrap .msg .msg-inner {
  word-break: break-all;
  border-radius: 15px 15px 15px 0;
  background: #fff;
  color: #16171b;
}
.cmp-chat .msgs-wrap .msg .text {
  padding: 8px 16px;
  font-size: 14px;
  line-height: 1.6;
  max-width: 370px;
}
.cmp-chat .msgs-wrap .msg .img {
  max-width: 250px;
  position: relative;
  padding: 6px;
  display: block;
}
.cmp-chat .msgs-wrap .msg .img img {
  width: 100%;
  height: 120px;
  border-radius: 8px 8px 8px 0;
}
.cmp-chat .msgs-wrap .msg .img .size {
  position: absolute;
  left: 13px;
  bottom: 13px;
  border-radius: 30px;
  background: rgba(26, 37, 54, 0.8);
  color: #fff;
  font-size: 9px;
  padding: 5px 10px;
}
.cmp-chat .msgs-wrap .msg .file {
  max-width: 300px;
  padding-left: 45px;
  position: relative;
}
.cmp-chat .msgs-wrap .msg .file svg {
  left: 11px;
  width: 24px;
  height: 24px;
}
.cmp-chat .msgs-wrap .msg .file svg path {
  fill: #fff;
}
.cmp-chat .msgs-wrap .msg .file .name {
  text-decoration: underline;
  display: -webkit-box;
  display: -moz-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  max-height: 22.4px;
}
.cmp-chat .msgs-wrap .msg .file .size {
  font-size: 13px;
}
.cmp-chat .msgs-wrap .msg .date {
  margin: 8px 22px 0;
  font-size: 11px;
}
.cmp-chat .msgs-wrap .msg._me {
  align-self: flex-end;
}
.cmp-chat .msgs-wrap .msg._me .msg-inner {
  border-radius: 15px 15px 0 15px;
  background: #fb98c7;
  color: #fff;
}
.cmp-chat .msgs-wrap .msg._me .img img {
  border-radius: 8px 8px 0 8px;
}
.cmp-chat .msgs-wrap .msg._me .date {
  text-align: right;
}
.cmp-chat .msgs-wrap .msg:last-child {
  margin: 0;
}
.cmp-chat .msgs-wrap .rate-btn {
  padding: 1px 8px 3px;
  background: #e9e9ed;
  color: #000;
  border-radius: 6px;
  margin-left: 10px;
  font-size: 12px;
}
.cmp-chat .chat-footer {
  margin-top: 30px;
}
.cmp-chat .chat-footer .file {
  position: relative;
  padding: 0 40px 0 22px;
  width: 189px;
  height: 50px;
  border-radius: 17px;
}
.cmp-chat .chat-footer .file i {
  right: 17px;
  font-size: 18px;
}
.cmp-chat .chat-footer .text-wrap {
  height: 50px;
}
.cmp-chat .chat-footer .textarea {
  background: #fff;
  width: 100%;
  border-radius: 17px;
  padding: 15.5px 140px 15.5px 24px;
  font-size: 15px;
}
.cmp-chat .chat-footer .btn {
  right: 10px;
}
.cmp-faq-item {
  border-radius: 25px;
  padding: 15px;
  margin-bottom: 30px;
  border: 1px solid transparent;
  transition: 0.2s;
  position: relative;
}
.cmp-faq-item .remove {
  cursor: pointer;
  z-index: 10;
  position: absolute;
  top: 6px;
  right: 6px;
  border-radius: 16px;
  width: 32px;
  height: 32px;
  background: #dd0606;
}
.cmp-faq-item .remove svg {
  width: 14px;
  height: 14px;
}
.cmp-faq-item .remove path {
  fill: #fff;
}
.cmp-faq-item .img {
  height: 128px;
  border-radius: 17px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  z-index: 1;
}
.cmp-faq-item .img img {
  max-width: 100%;
  border-radius: 10px;
  position: relative;
  z-index: -1;
}
.cmp-faq-item .title {
  position: relative;
  padding-left: 40px;
  font-weight: 700;
  line-height: 1.4;
  display: -webkit-box;
  display: -moz-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 36.4px;
}
.cmp-faq-item .title i {
  font-size: 20px;
  left: 0;
}
.cmp-faq-item .date {
  margin-top: 19px;
  position: relative;
  padding-left: 40px;
  font-size: 11px;
  line-height: 1;
}
.cmp-faq-item .date i,
.cmp-faq-item .date svg {
  font-size: 18px;
  width: 18px;
  height: 18px;
  left: 0;
}
.cmp-faq-item:hover .title {
  text-decoration: underline;
}
.cmp-faq-item_empty {
  min-height: 228px;
}
.cmp-faq-item_empty .img {
  height: 113px;
}
.cmp-faq-item_empty .img:before {
  display: none;
}
.cmp-faq-item_empty .line {
  border-radius: 5px;
  height: 10px;
}
.cmp-faq-item_empty .line._l2 {
  margin-top: 10px;
}
.cmp-faq-item_empty .line._l3 {
  height: 7px;
}
.cmp-faq-inner-item {
  display: block;
  cursor: pointer;
  padding: 13px 85px 13px 64px;
  position: relative;
  border-radius: 20px;
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 1.6;
  line-height: 1.3;
}
.cmp-faq-inner-item .num {
  width: 35px;
  height: 35px;
  border-radius: 8px;
  left: 13px;
  font-weight: 500;
  text-align: center;
  line-height: 35px;
  font-size: 13px;
}
.cmp-faq-inner-item i {
  right: 13px;
  font-size: 21px;
  width: 59px;
  height: 35px;
  border-radius: 17.5px;
  color: #fb98c7;
}
.cmp-accordeon-item {
  border-radius: 20px;
  margin-bottom: 25px;
  overflow: hidden;
}
.cmp-accordeon-item .header {
  cursor: pointer;
  padding: 13px 85px 13px 64px;
  position: relative;
  font-size: 20px;
  line-height: 1.6;
  line-height: 1.4;
}
.cmp-accordeon-item .header .num {
  width: 35px;
  height: 35px;
  border-radius: 8px;
  left: 13px;
  text-align: center;
  line-height: 35px;
  font-size: 13px;
}
.cmp-accordeon-item .header i {
  right: 13px;
  font-size: 21px;
  width: 59px;
  height: 35px;
  border-radius: 17.5px;
  color: #fb98c7;
}
.cmp-accordeon-item .content {
  position: relative;
  padding: 35px 50px;
  border-top: 1px solid transparent;
  display: none;
  font-size: 14px;
  line-height: 1.7;
}
.cmp-accordeon-item .content .documents {
  width: 270px;
}
.cmp-accordeon-item .content .documents .doc-item {
  display: block;
  margin-top: 15px;
  position: relative;
  padding: 10px 10px 10px 56px;
  border-radius: 10px;
}
.cmp-accordeon-item .content .documents .doc-item .name {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 3px;
  word-wrap: break-word;
}
.cmp-accordeon-item .content .documents .doc-item .size {
  font-size: 12px;
}
.cmp-accordeon-item .content .documents .doc-item .icon {
  left: 14px;
  width: 28px;
  height: 28px;
}
.cmp-accordeon-item .content table {
  margin-top: 15px;
}
.cmp-accordeon-item .content ul,
.cmp-accordeon-item .content ol {
  margin: 15px 0;
  margin-left: 17px;
}
.cmp-accordeon-item .content ul li,
.cmp-accordeon-item .content ol li {
  font-size: 14px;
  margin: 4px 0;
}
.cmp-accordeon-item .content ul ul,
.cmp-accordeon-item .content ol ul,
.cmp-accordeon-item .content ul ol,
.cmp-accordeon-item .content ol ol {
  margin-top: 0;
  margin-left: 30px;
}
.cmp-accordeon-item .content ul li {
  list-style-type: disc;
}
.cmp-accordeon-item .content ol li {
  list-style-type: decimal;
}
.cmp-accordeon-item .content p {
  margin-top: 15px;
}
.cmp-accordeon-item .content img {
  max-width: 100%;
}
.cmp-accordeon-item .content b,
.cmp-accordeon-item .content strong {
  font-weight: 700 !important;
}
.cmp-accordeon-item .content table td {
  border-width: 1px;
  border-style: solid;
  font-size: 14px;
}
.cmp-accordeon-item .content table p {
  margin: 0;
}
.cmp-accordeon-item.is-active {
  border: 1px solid #fb98c7;
}
.cmp-accordeon-item.is-active .header {
  background: transparent;
}
.cmp-accordeon-item.is-active .header .num {
  background: #fb98c7;
}
.cmp-accordeon-item.is-active .header i {
  transform: translate(0, -50%) rotate(180deg);
}
.cmp-accordeon-item.is-active .content {
  display: block;
}
.cmp-accordeon-item.is-active .content._doc {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.cmp-accordeon-item.is-active .content._doc .inner-wrap {
  width: calc(100% - 300px);
}
.cmp-accordeon-item.is-active .content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 13px;
  right: 13px;
  height: 1px;
}
.cmp-doc-item {
  padding: 20px 80px 20px 22px;
  border: 1px solid transparent;
  font-size: 15px;
  margin-bottom: 25px;
  border-radius: 20px !important;
  position: relative;
}
.cmp-doc-item .title {
  margin: 0 0 5px;
}
.cmp-doc-item .doc-num {
  font-weight: 700;
  word-break: break-all;
}
.cmp-doc-item .doc-thumb {
  margin-top: 10px;
  font-size: 13px;
}
.cmp-doc-item i {
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #fb98c7;
  color: #fff;
  font-size: 24px;
}
.cmp-doc-item._active {
  border-color: #fb98c7;
}
.cmp-review-item {
  padding: 20px;
  border: 1px solid transparent;
}
.cmp-review-item .header {
  padding: 15px 15px 15px 60px;
  border-radius: 15px;
  position: relative;
}
.cmp-review-item .header img {
  left: 15px;
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.cmp-review-item .header .date {
  margin-bottom: 5px;
  font-size: 11px;
  font-weight: 500 !important;
}
.cmp-review-item .header .name {
  font-weight: 700 !important;
}
.cmp-review-item p {
  line-height: 1.69;
}
.cmp-review-item .review {
  margin: 25px 0 15px;
}
.cmp-review-item .answer {
  padding: 10px 15px;
  margin-left: 0;
  margin-bottom: 15px;
  border-radius: 15px;
}
.cmp-review-item .answer b {
  font-weight: 500;
}
.cmp-review-item .btns .btn {
  padding: 8px 20px;
  margin: 5px 10px 0 0;
}
.cmp-review-item .btns .btn:last-child {
  margin-right: 0 !important;
}
.cmp-place-service {
  display: block;
  position: relative;
  border-radius: 15px;
  margin-bottom: 20px;
  padding: 22px 15px 22px 72px;
  border: 1px solid transparent;
  font-size: 14px;
  text-align: left;
}
.cmp-place-service svg {
  left: 20px;
  width: 30px;
  height: 30px;
}
.cmp-place-service._active {
  background: #fb98c7;
  color: #fff;
  border-color: #fb98c7;
}
.cmp-place-service._active path {
  fill: #fff;
}
.cmp-place-select,
.cmp-institutions-select {
  z-index: 10;
}
.cmp-place-select .title,
.cmp-institutions-select .title {
  z-index: 11;
  padding-right: 32px;
  color: #fb98c7;
}
.cmp-place-select .title span,
.cmp-institutions-select .title span {
  width: 100%;
  line-height: 1.4;
  text-decoration: underline;
  display: -webkit-box;
  display: -moz-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  max-height: 28px;
}
.cmp-place-select .title i,
.cmp-institutions-select .title i {
  font-size: 18px;
  right: 0;
}
.cmp-place-select .list,
.cmp-institutions-select .list {
  display: none;
  position: absolute;
  top: -20px;
  left: -20px;
  width: calc(100% + 40px);
  border-radius: 15px;
  padding: 65px 20px 20px;
  box-shadow: 2.8px 2.8px 51.5px 0 rgba(0, 0, 0, 0.13);
}
.cmp-place-select .list .list__inner-wrap,
.cmp-institutions-select .list .list__inner-wrap {
  max-height: 300px;
}
.cmp-place-select .list .list__inner-wrap::-webkit-scrollbar,
.cmp-institutions-select .list .list__inner-wrap::-webkit-scrollbar {
  width: 6px;
  background: #000;
  border-radius: 10px;
}
.cmp-place-select .list .list__inner-wrap::-webkit-scrollbar-thumb,
.cmp-institutions-select .list .list__inner-wrap::-webkit-scrollbar-thumb {
  background-color: #fb98c7;
  border-radius: 10px;
}
.cmp-place-select .list a,
.cmp-institutions-select .list a {
  display: block;
  padding-right: 10px;
  margin-bottom: 10px;
  text-decoration: underline;
  transition: all 0.2s;
}
.cmp-place-select .list a._checkbox,
.cmp-institutions-select .list a._checkbox,
.cmp-place-select .list a._checkbox-radio,
.cmp-institutions-select .list a._checkbox-radio {
  padding-left: 34px;
  position: relative;
}
.cmp-place-select .list a._checkbox .checkbox,
.cmp-institutions-select .list a._checkbox .checkbox,
.cmp-place-select .list a._checkbox-radio .checkbox,
.cmp-institutions-select .list a._checkbox-radio .checkbox {
  width: 18px;
  height: 18px;
  left: 0;
}
.cmp-place-select .list a:last-child,
.cmp-institutions-select .list a:last-child {
  margin-bottom: 0;
}
.cmp-place-select.is-active .title,
.cmp-institutions-select.is-active .title {
  color: #16171b;
}
.cmp-place-select.is-active .title i,
.cmp-institutions-select.is-active .title i {
  transform: translate(0, -50%) rotate(180deg);
}
.cmp-place-select.is-active .list,
.cmp-institutions-select.is-active .list {
  display: block;
}
.cmp-place-select._full,
.cmp-institutions-select._full {
  max-width: 100%;
}
.cmp-tooltip {
  position: relative;
}
.cmp-tooltip .tooltip-icon {
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.cmp-tooltip .tooltip-text {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: calc(100% + 15px);
  border-radius: 6px;
  padding: 6px 10px 8px;
  font-size: 13px;
  right: 0;
  line-height: 1.4;
  min-width: 150px;
  transition: all 0.2s;
}
.cmp-tooltip:hover .tooltip-text {
  opacity: 1;
  visibility: visible;
  top: calc(100% + 8px);
}
.sort-btn path {
  transition: all 2s;
}
.sort-btn:hover {
  cursor: pointer;
}
.sort-btn:active path {
  fill: #fb98c7;
  transition: all 0s;
}
.sort-btn-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 17.5px;
  width: 59px;
  height: 35px;
}
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  border-radius: 10px;
  background: #e2e3e8;
}
::-webkit-scrollbar-thumb {
  background: #fb98c7;
  border-radius: 10px;
}
/* Blocks */
.block {
  border-radius: 25px;
}
.block._angel {
  border-radius: 0;
}
.b-title {
  font-weight: 700 !important;
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 25px;
}
.block-place-stat {
  padding: 25px 30px;
  border: 1px solid transparent;
}
.block-place-stat .item {
  padding: 0 25px;
  position: relative;
}
.block-place-stat .item:before {
  content: "";
  width: 2px;
  height: 42px;
  left: -15px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.block-place-stat .item .num {
  margin-bottom: 15px;
  opacity: 1;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.14;
}
.block-place-stat .item .des {
  opacity: 0.5;
}
.block-chart .filters {
  margin-bottom: 15px;
  border-radius: 20px;
}
.block-chart .filters .switchers {
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 40px;
}
.block-chart .filters .switchers .switcher {
  cursor: pointer;
  padding: 12.5px 20px 13.5px;
}
.block-chart .filters .switchers .switcher:not(:first-child) {
  border-left: 1px solid transparent;
}
.block-chart .filters .switchers:first-child {
  border-left: none;
}
.block-chart .filters .datepicker-wrap {
  width: 250px;
}
.block-chart .filters .datepicker-wrap input {
  font-size: 13px;
  padding: 13px 45px 13px 15px;
  width: 100%;
}
.block-chart .filters .datepicker-wrap .icon-search {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  font-size: 15px;
  border-radius: 0 13px 13px 0;
}
.block-chart .filters .datepicker-wrap svg {
  right: 12px;
  width: 20px;
  height: 20px;
}
.block-chart .filters .datepicker-wrap path,
.block-chart .filters .datepicker-wrap circle {
  fill: #fff;
}
.block-fin-chart .form-select-wrap {
  width: 290px;
}
.block-fin-chart .chart-wrap .ct-chart {
  height: 180px;
}
.block-fin-chart .chart-wrap .ct-point {
  stroke-width: 8px;
}
.block-fin-chart .chart-wrap .ct-line {
  stroke-width: 2px;
}
.block-fin-chart .chart-wrap .ct-label {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: flex-start !important;
  position: relative;
  text-align: left !important;
  font-size: 11px;
}
.block-fin-chart .chart-wrap .ct-series-a .ct-area {
  fill: #fb98c7 !important;
}
.block-fin-chart .chart-wrap .ct-series-a .ct-line,
.block-fin-chart .chart-wrap .ct-series-a .ct-point {
  stroke: #fb98c7 !important;
}
.block-fin-chart .chart-wrap .ct-series-b .ct-area {
  fill: #942e93 !important;
}
.block-fin-chart .chart-wrap .ct-series-b .ct-line,
.block-fin-chart .chart-wrap .ct-series-b .ct-point {
  stroke: #942e93 !important;
}
.block-fin-chart .chart-wrap .ct-series-c .ct-area {
  fill: #2c2d31 !important;
}
.block-fin-chart .chart-wrap .ct-series-c .ct-line,
.block-fin-chart .chart-wrap .ct-series-c .ct-point {
  stroke: #2c2d31 !important;
}
.block-fin-chart .chart-des {
  margin-top: 20px;
  position: relative;
  padding-left: 34px;
}
.block-fin-chart .chart-des .color {
  left: 0;
  width: 24px;
  height: 10px;
  border-radius: 5px;
}
.block-fin-stat .item {
  padding: 20px;
  position: relative;
}
.block-fin-stat .item .title {
  margin: 0 0 25px;
  font-size: 15px;
}
.block-fin-stat .item .title br {
  display: block !important;
}
.block-fin-stat .item .num {
  font-size: 26px;
  font-weight: 300;
  position: relative;
  padding-left: 42px;
}
.block-fin-stat .item .num img {
  width: 24px;
  left: 0;
}
.block-fin-stat .item .percent-changes {
  position: absolute;
  top: 35px;
  right: 35px;
  border-radius: 4px;
  color: #fff;
  padding: 1px 6px;
}
.block-fin-stat .item .percent-changes._plus {
  background: #63ad64;
}
.block-fin-stat .item .percent-changes._minus {
  background: #dc0f0f;
}
.block-fin-stat .item._border {
  box-shadow: inset 0 0 2px #fb98c7;
}
.block-fin-stat .item._bg-acent {
  color: #fff;
  background: #fb98c7;
}
.block-fin-stat .item._bg-acent-dark {
  background: #63ad65;
}
.block-fin-stat .acent-wrapper {
  color: #fff;
  background: #fb98c7;
}
.block-file-upload {
  display: block;
  padding: 40px;
  border-radius: 35px;
}
.block-file-upload .label__inner-wrap {
  text-align: center;
  padding: 15px;
  height: 330px;
  border-radius: 18px;
  border: 2px dashed transparent;
}
.block-file-upload .label__inner-wrap img {
  width: 78px;
}
.block-file-upload .label__inner-wrap .title {
  margin: 35px 0 0;
  line-height: 1.3;
}
.block-place-imgs .sortable li {
  flex: 0 0 25%;
  max-width: 25%;
}
.block-place-imgs .item {
  height: 150px;
  margin: 0 0 20px;
  position: relative;
}
.block-place-imgs .item .remove {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background: #d42e2e;
  cursor: pointer;
}
.block-place-imgs .item .remove svg {
  width: 14px;
  height: 14px;
}
.block-place-imgs .item .remove path {
  fill: #fff;
}
.block-place-imgs .item img {
  border-radius: 35px;
}
.block-place-imgs .item._upload {
  padding: 28px 80px 28px 28px;
  border: solid 1px transparent;
  font-size: 15px;
}
.block-place-imgs .item._upload i {
  right: 28px;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  font-size: 24px;
  color: #fff;
  background: #fb98c7;
}
.block-place-work-time .round-the-clock {
  margin-bottom: 30px;
}
.block-place-work-time .round-the-clock input {
  margin-right: 10px;
}
.block-place-work-time .form-input {
  padding: 6px 12px;
  width: 100px;
  border-radius: 8px;
  font-size: 13px;
}
.block-place-work-time select {
  border-radius: 10px;
  border: 1px solid transparent;
  padding: 6px 40px 6px 13px;
  background-size: 8px auto;
  background-position: calc(100% - 11px) 50%;
  background-repeat: no-repeat;
  font-size: 13px;
}
.block-place-services .cmp-place-service {
  margin-bottom: 20px;
}
.block-place-services .sortable li {
  width: 25%;
  min-height: 0 !important;
}
.block-calendar {
  min-width: calc(150px * 7);
}
.block-calendar .day {
  min-width: 150px;
  position: relative;
  height: 120px;
  width: calc(100% / 7);
  margin: 0 -1px -1px 0;
  padding: 10px;
  border: 1px solid transparent;
}
.block-calendar .day-num {
  position: absolute;
  top: 5px;
  left: 10px;
  right: 10px;
}
.block-calendar .day-name {
  height: auto;
  padding: 6px 10px;
}
.block-calendar .day:nth-child(1) {
  border-radius: 10px 0 0 0;
}
.block-calendar .day:nth-child(7) {
  border-radius: 0 10px 0 0;
}
.block-calendar .day:nth-child(36) {
  border-radius: 0 0 0 10px;
}
.block-calendar .day:last-child {
  border-radius: 0 0 10px 0;
}
.block-calendar .day._hover:hover {
  border-color: #fb98c7;
  background: #fb98c7;
  color: #fff !important;
}
.block-calendar .day._hover:hover .btn {
  color: #fb98c7;
  background: #fff;
}
.is-not-active {
  background: transparent;
  box-shadow: none !important;
  cursor: default !important;
}
.is-not-active:hover {
  background: transparent !important;
}
.links {
  width: 100%;
  border-radius: 17px;
  margin-bottom: 40px;
  overflow-x: auto;
}
.links .link_switchers {
  margin-bottom: 30px;
  border-radius: 15px;
}
.links .link_switcher {
  border-radius: 15px;
  cursor: pointer;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 700;
  padding: 13px 20px;
  transition: all 0.2s;
}
.message__new {
  margin-left: 10px;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  padding: 1px 4px;
  background: #fb98c7;
  text-align: center;
}
.sliders .slider-2 {
  background: url('../../imgs/sliders/2026.jpg') right center / contain no-repeat;
}
@media (max-width: 1600px) {
  .sliders .slider-2 {
    background: url('../../imgs/sliders/2026.jpg') right center / cover no-repeat;
  }
}
@media (max-width: 991px) {
  .sliders .slider-2 {
    background: none;
  }
}
.sliders .slider-3 {
  background: url('../../imgs/sliders/2027.jpg') right center / contain no-repeat;
}
@media (max-width: 1600px) {
  .sliders .slider-3 {
    background: url('../../imgs/sliders/2027.jpg') right center / cover no-repeat;
  }
}
@media (max-width: 991px) {
  .sliders .slider-3 {
    background: none;
  }
}
.sliders .slider-1 {
  text-align: center;
  padding: 40px 0 190px 0;
  background-color: #F063A7 !important;
  border-radius: 25px;
  /*background: url('../../imgs/sliders/2025.jpg') center center / cover no-repeat;*/
}
@media (max-width: 991px) {
  .sliders .slider-1 {
    background: none;
  }
}
@media (max-width: 630px) {
  .sliders .slider-1 {
    padding: 40px 0 80px 0;
  }
}
.sliders .slider-1 .logo {
  margin-top: 20px;
  width: 250px;
  height: 200px;
  border-radius: 0 !important;
}
.sliders .slider-1 .title {
  margin-top: 100px;
  font-weight: 700;
  font-size: 60px;
  line-height: 140%;
  text-align: center;
  color: #FFFFFF;
}
@media (max-width: 630px) {
  .sliders .slider-1 .title {
    margin-top: 40px;
    font-size: 35px;
  }

  .sliders .slider-1 .logo {
    width: 200px;
    height: 150px;
  }
}
.sliders .slider-1 .subtitle {
  margin-top: 150px;
  font-weight: 400;
  font-size: 17px;
  line-height: 111.9%;
  text-align: center;
  color: #FFFFFF;
}
@media (max-width: 630px) {
  .sliders .slider-1 .subtitle {
    font-size: 12px;
    margin-top: 60px;
  }
}
.sliders .slider {
  margin-top: 20px;
  padding: 135px 0 140px 60px;
  background-color: #FFFFFF !important;
  border-radius: 25px;
}
@media (max-width: 630px) {
  .sliders .slider {
    padding: 50px 30px;
  }
}
.sliders .slider .title {
  display: inline-block;
  font-weight: 700;
  font-size: 31px;
  line-height: 130%;
  background-color: #7281E9;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 10px;
}
@media (max-width: 630px) {
  .sliders .slider .title {
    font-size: 17px;
  }
}
.sliders .slider .subtitle {
  margin-top: 36px;
  max-width: 575px;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #000000;
}
@media (max-width: 630px) {
  .sliders .slider .subtitle {
    font-size: 12px;
  }
}
.sliders .slider .subtitle span {
  font-weight: 900;
}
.sliders .slider .slider__list {
  margin-top: 20px;
  margin-left: 20px;
  list-style: auto;
}
.sliders .slider .slider__list .slider__item {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #000000;
}
@media (max-width: 630px) {
  .sliders .slider .slider__list .slider__item {
    font-size: 12px;
  }
}
.no-photo {
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  border-radius: 75px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
}
.no-photo h3 {
  width: 100%;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #FFFFFF;
  z-index: 2;
}
.no-photo p {
  width: 100%;
  font-weight: 400;
  font-size: 13px;
  line-height: 32px;
  color: #fb98c7;
  z-index: 2;
}
.table-sizes {
  box-sizing: border-box;
}
.table-sizes th {
  background-color: #16171B !important;
  height: 30px;
  text-align: center;
  padding: 5px 10px;
}
.table-sizes tr {
  border: none !important;
  width: 100%;
  border-spacing: 0 10px;
}
.table-sizes td {
  vertical-align: top !important;
  padding: 0;
}
.table-sizes .bln {
  border-left: 1px solid transparent !important;
  padding: 6px !important;
  line-height: 2 !important;
}
.table-sizes .brn {
  border-right: 1px solid transparent !important;
}
.table-sizes .brl {
  border-right: 2px solid #16171B !important;
}

.table-sizes .td {
  font-weight: 300;
  font-size: 13px;
  text-align: center;
  color: #989899;
  border: 1px solid #16171B;
  border-top: none;
  padding: 18px;
  vertical-align: middle !important;
}
.next-sizes {
  margin-left: 10px !important;
}
.arrow-button-close {
  display: flex;
  align-items: center;
  justify-content: center;
}
.arrow-button-close img {
  width: 20px;
  height: 20px;
}
#cart span {
  margin-left: 5px;
}
.tr-link {
  cursor: pointer;
}
#main_image {
  border-radius: 40px !important;
  width: 100% !important;
  height: 650px;
  object-fit: cover;
}
@media (max-width: 991px) {
  #main_image {
    width: 100% !important;
    max-width: 600px;
  }
}
.xzoom__container {
  width: 100%;
  display: flex !important;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media (max-width: 991px) {
  .xzoom__container {
    justify-content: center;
    flex-direction: column;
  }
}
.xzoom__thumbnails {
  width: 130px;
}
@media (max-width: 991px) {
  .xzoom__thumbnails {
    width: 100%;
  }
}
.product-block {
  max-width: 440px;
}
@media (max-width: 991px) {
  .product-block {
    margin: 0 auto;
  }
}
.xzoom__thumbnails {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .xzoom__thumbnails {
    margin-top: 50px;
    flex-direction: row;
  }
}
.xzoom__thumbnails a img {
  border-radius: 40px !important;
  width: 110px;
  height: 110px;
  margin-bottom: 5px;
  object-fit: cover;
}
.product-title {
  font-weight: 300;
  font-size: 30px;
}
.product-price {
  display: inline-block;
  margin-top: 20px;
  font-weight: 700;
  font-size: 32px;
}
.product-descr {
  margin-top: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #989899;
}
.product-field {
  max-width: 440px;
  margin-top: 20px;
}
.product-field .label {
  padding: 0 0 10px 0;
  font-size: 14px;
}
.product-btns {
  display: flex;
  gap: 20px;
}
@media (max-width: 575px) {
  .product-btns {
    gap: 5px;
  }
}
.product-in-cart {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 131px;
}
@media (max-width: 575px) {
  .product-in-cart {
    width: 100px;
    padding: 15px !important;
  }
}
.product-assortment {
  padding: 11px 20px;
  border-radius: 42px;
  font-weight: 400;
  font-size: 17px;
}
@media (max-width: 575px) {
  .product-assortment {
    font-size: 13px;
  }
}
.size-absent {
  color: #9f9f9f44;
}
.cart-item {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #1f2024;
  flex-direction: column;
}
.cart-item:nth-last-child(1) {
  border: none;
}
@media (max-width: 991px) {
  .cart-item {
    gap: 20px;
    align-items: flex-start;
  }
}
.cart-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .cart-top {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }
}
.cart-bottom {
  width: 100%;
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cart-bottom {
    gap: 20px;
    align-items: flex-start;
  }
}
.cart-bottom .cart-top {
  padding: 10px;
}
.naming {
  display: flex;
  width: 100%;
  position: absolute;
  top: 120px;
  left: 10px;
}
@media (max-width: 991px) {
  .naming {
    top: 180px;
    max-width: 360px;
  }
}
.naming:after {
  content: 'Нейминг стоимость';
  position: absolute;
  top: 8px;
  left: 30px;
  font-size: 16px;
  color: #989899;
}
.naming:before {
  content: '275,00 ₽';
  position: absolute;
  top: 8px;
  right: 0;
  font-size: 16px;
  color: #989899;
}
.cart-left {
  display: flex;
  gap: 20px;
}
.cart-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 360px;
  width: 100%;
}
.cart-btns {
  padding: 8px 26px;
}
.cart-price {
  font-size: 20px;
  color: #989899;
}
.cart-img {
  width: 100px;
  height: 100px;
  border-radius: 35px !important;
  object-fit: cover;
}
.cart-subtitle {
  margin: 0;
}
.total-price {
  padding: 25px 25px 25px 35px;
  border-radius: 35px;
}
.total-title {
  font-weight: 300;
}
.total-sum {
  display: block;
  margin-top: 15px;
}
#pay {
  margin-top: 25px;
}
#pay:disabled {
  background-color: -internal-light-dark(rgba(239, 239, 239, 0.3), rgba(19, 1, 1, 0.3)) !important;
  color: -internal-light-dark(rgba(16, 16, 16, 0.3), rgba(255, 255, 255, 0.3)) !important;
  border-color: -internal-light-dark(rgba(118, 118, 118, 0.3), rgba(195, 195, 195, 0.3)) !important;
}
.in-cart:disabled {
  background: #79797944;
}
.in-cart:disabled:hover {
  box-shadow: none;
  background: #79797944;
}
@media (max-width: 575px) {
  .in-cart {
    font-size: 13px !important;
    padding: 15px 19px !important;
  }
}
.slick-prev:before {
  content: url('/static/imgs/sliders/up-arrow.svg');
  color: white;
  font-size: 30px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.slick-next:before {
  content: url('/static/imgs/sliders/down-arrow.svg');
  color: white;
  font-size: 30px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.product__item {
  display: block;
  position: relative;
  margin: 0 auto;
  margin-top: 40px;
  max-width: 480px;
  height: 742px;
  border-radius: 70px;
}
.product__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-image: linear-gradient(0, #1f2024 0%, #1f202400 100%);
  border-radius: 70px;
}
.product__forma {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 75px !important;
}
.product__info {
  position: absolute;
  bottom: 40px;
  left: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product__descr-title {
  font-weight: 400;
  font-size: 16px;
  color: #fb98c7;
}
.product__descr-profession {
  font-weight: 700;
  font-size: 23px;
  color: #FFFFFF;
}
.arrow-button {
  width: 59px;
  height: 35px;
  border-radius: 20px;
  font-size: 20px;
  background: #fb98c7;
  color: #fff;
  margin-right: 20px;
}
@media (max-width: 1600px) {
  .product__item {
    height: 670px;
  }
}
@media (max-width: 1400px) {
  .product__item {
    height: 600px;
  }
}
@media (max-width: 991.5px) {
  .product__item {
    height: 742px;
  }
}
@media (max-width: 420px) {
  .product__item {
    height: 600px;
  }
}
.my-order__table {
  margin-top: 40px;
}
.my-order__text {
  color: #989899;
}
/* Sections */
.section {
  position: relative;
  padding: 50px 0;
  margin-bottom: 2px;
}
.section_bg:before {
  content: "";
  border-radius: 50px 0 0 50px;
  top: 0;
  left: -85px;
  right: -100%;
  bottom: 0;
  position: absolute;
  z-index: -1;
}
.section-index .place-name {
  padding: 0 32px 0 52px;
  margin: 0 0 50px;
}
.section-index .place-name .icon {
  left: 0;
  width: 35px;
  height: 35px;
  border-radius: 100%;
}
.section-index .place-name .icon svg {
  width: 17px;
  height: 17px;
}
.section-index .place-name i {
  font-size: 18px;
  color: #fb98c7;
  right: 0;
}
.section-index .block-chart {
  margin: 60px 0 40px;
}
.section-news .place-name {
  margin-bottom: 50px;
}
.section-index-news {
  padding-bottom: 20px;
}
.section-news-in .main-img {
  width: 100%;
  margin-bottom: 45px;
}
.section-news-in .video {
  height: 500px;
}
.section-news-in .date {
  margin-bottom: 15px;
}
.section-news-in .event-date {
  margin-bottom: 50px;
  color: #fb98c7;
}
.section-news-in .event-date .date {
  background: #fb98c7;
  color: #fff;
  border-radius: 20px;
  padding: 9px 20px;
  margin: 0 15px 0 0;
}
.section-news-in h1 {
  margin-bottom: 35px;
}
.section-news-in .h3 {
  line-height: 1.83;
}
.section-news-in .news-text {
  font-size: 16px;
  line-height: 1.7;
}
.section-news-in .news-text ul,
.section-news-in .news-text ol {
  margin: 24px 0;
  margin-left: 30px;
}
.section-news-in .news-text ul li,
.section-news-in .news-text ol li {
  font-size: 14px;
  margin: 6px 0;
}
.section-news-in .news-text ul li {
  list-style-type: disc;
}
.section-news-in .news-text ol li {
  list-style-type: decimal;
}
.section-news-in .news-text p {
  margin-top: 30px;
}
.section-news-in .news-text img {
  max-width: 100%;
}
.section-news-in .news-text b,
.section-news-in .news-text strong {
  font-weight: 700 !important;
}
.section-news-in .footer-btns .btn {
  margin: 5px 10px 5px 0;
}
.section-news-in .is-visible .radio-switcher {
  margin-right: 10px;
}
.section-news-create .block-file-upload {
  margin-bottom: 40px;
}
.section-news-create .btns-wrap .btn {
  margin: 10px 10px 0 0;
}
.section-guests .table-wrap {
  margin-top: 15px;
}
.section-guests .pagination {
  margin-top: 40px;
}
.section-transactions .table-wrap {
  margin-top: 30px;
}
.section-reservations .header {
  margin-bottom: 50px;
}
.section-reservations .place-name {
  padding: 0 32px 0 52px;
}
.section-reservations .place-name .icon {
  left: 0;
  width: 35px;
  height: 35px;
  border-radius: 100%;
}
.section-reservations .place-name .icon svg {
  width: 17px;
  height: 17px;
}
.section-reservations .place-name i {
  font-size: 18px;
  color: #fb98c7;
  right: 0;
}
.section-reservations .info {
  margin-bottom: 30px;
  font-size: 15px;
  padding: 30px 30px 22px;
}
.section-reservations .info .num {
  line-height: 1;
  position: relative;
  font-size: 36px;
  padding-left: 42px;
  margin-top: 15px;
}
.section-reservations .info .num i {
  left: 0;
  font-size: 24px;
  color: #fb98c7;
}
.section-payment .h3 {
  margin-bottom: 30px;
  line-height: 1.83;
}
.section-payment .h4 {
  line-height: 2.06;
  opacity: 0.6;
  margin-bottom: 45px;
}
.section-payment .enter-field {
  margin: 0 0 25px;
  border: 1px solid #fb98c7;
  padding: 25px;
}
.section-payment .enter-field .title {
  margin-bottom: 17px;
  font-size: 15px;
}
.section-payment .enter-field .form-label img {
  left: 13px;
  width: 21px;
}
.section-payment .enter-field .form-input {
  padding: 14px 22px 14px 50px;
}
.section-payment .enter-field .money {
  height: 100%;
  font-size: 36px;
  border-radius: 15px;
  padding: 12px 25px;
}
.section-payment .enter-field .money .h4 {
  margin-bottom: 5px;
}
.section-payment .enter-field .money span:after {
  content: "₽";
  margin: 0 0 0 10px;
}
.section-payment .res-block {
  margin-bottom: 15px;
  padding: 28px;
  min-height: 188px;
}
.section-payment .res-block .title {
  margin-bottom: 20px;
  font-size: 15px;
}
.section-payment .res-block .h1 {
  padding-left: 40px;
}
.section-payment .res-block .h1 img {
  width: 24px;
  left: 0;
}
.section-payment .res-block .h1 span {
  position: relative;
}
.section-payment .res-block .h1 span:after {
  content: "₽";
  margin: 0 0 0 10px;
}
.section-payment .res-block .h1 svg {
  width: 20px;
  height: 20px;
  margin: 0 15px;
}
.section-payment .res-block .btns {
  margin-top: 20px;
}
.section-payment .res-block .btns .btn {
  margin: 5px 10px 0 0;
}
.section-payment .total-price {
  margin: 25px 0 30px;
  font-size: 36px;
}
.section-payment .btns-wrap .btn {
  margin: 10px 10px 0 0;
}
.section-payment .pagination {
  margin-top: 30px;
}
.section-faq .search-form {
  margin-bottom: 40px;
}
.section-faq .search-form .icon-search {
  left: 0;
  width: 44px;
  height: 44px;
}
.section-faq .search-form .form-input {
  width: 100% !important;
  margin-left: 0 !important;
}
.section-faq .b-title {
  margin-bottom: 40px;
}
.section-faq .pagination {
  margin-top: 30px;
}
.section-faq .search-section {
  margin-bottom: 50px;
}
.section-faq .search-section .section__subsection {
  margin-bottom: 30px;
  padding-left: 30px;
}
.section-faq .search-section .section__subsection h2 {
  margin: 15px 0 10px;
}
.section-faq .search-section .section__subsection:last-child {
  margin-bottom: 0;
}
.section-faq .search-section:last-child {
  margin-bottom: 0;
}
.section-docs .cmp-doc-item {
  flex: 0 0 400px;
  margin-bottom: 15px;
  margin-right: 20px;
}
.section-docs .cmp-place-select,
.section-docs .cmp-institutions-select {
  margin-bottom: 45px;
}
.section-docs .cmp-faq-item .img {
  background: #fff;
}
.section-docs .cmp-faq-item .img img {
  top: 12px;
  left: 12px;
  width: calc(100% - 24px);
  position: absolute;
}
.section-place .header-buttons .btn {
  margin-left: 10px;
}
.section-place .header-buttons .btn:first-child {
  margin-left: 0;
}
.section-place .place-img {
  height: 240px;
  margin-bottom: 20px;
}
.section-place .info-block {
  padding: 30px 30px 25px;
  margin-bottom: 20px;
}
.section-place .info-block .title {
  font-size: 15px;
  min-height: 30px;
  margin-bottom: 40px;
}
.section-place .info-block .num {
  line-height: 1;
  font-size: 36px;
  padding-left: 41px;
}
.section-place .info-block .num i,
.section-place .info-block .num img {
  left: 0;
  width: 24px;
  font-size: 24px;
}
.section-place .info-block select {
  border-radius: 10px;
  border: 1px solid transparent;
  padding: 6px 40px 6px 13px;
  background-size: 8px auto;
  background-position: calc(100% - 11px) 50%;
  background-repeat: no-repeat;
  font-size: 13px;
}
.section-place .info-block._acent {
  background: #fb98c7;
  color: #fff;
}
.section-place-reviews .cmp-review-item {
  margin-bottom: 20px;
}
.section-place-reviews .pagination {
  margin-top: 30px;
}
.section-telegram table .action-btn {
  display: block;
  cursor: pointer;
}
.knowledge-base-header-container {
  margin-bottom: 36px ;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* Pages */
/* Footer */
.page-footer {
  padding: 30px 0;
}
.page-footer nav a {
  margin-right: 10px;
}
.page-footer nav a:hover {
  text-decoration: underline;
}
/* Modals */
.modal {
  display: none;
  justify-content: center;
  align-items: flex-start;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(24, 29, 36, 0.8);
  z-index: 100;
  padding: 50px 0 30px;
  color: #302d3f;
}
.modal .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.modal .wrapper {
  background: #fff;
  width: 94%;
  border-radius: 20px;
  max-width: 950px;
  z-index: 1;
  position: relative;
  padding: 30px;
}
.modal .wrapper_sm {
  max-width: 650px;
}
.modal .wrapper_xs {
  max-width: 540px;
}
.modal .close-icon {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  border-radius: 0 20px 0 20px;
  background: #f4f3f6;
}
.modal .close-icon img {
  width: 12px;
}
.modal .devider {
  background: #f0eef5;
  height: 1px;
  margin: 30px 0;
}
.modal .modal__title {
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom-width: 1px;
  border-style: solid;
}
.modal .video-wrapper {
  height: 550px;
}
.modal .video-wrapper iframe {
  width: 100%;
  height: 100%;
}
.modal .select2-container--krajee-bs3 .select2-selection {
  border-radius: 15px;
}
.modal .select2-container--krajee-bs3 .select2-selection--single {
  padding: 8px 24px 6px 12px;
  display: flex;
  align-items: center;
  height: 44px;
  border-radius: 15px;
}
.modal .select2-container--krajee-bs3 .select2-selection__arrow {
  height: 42px;
  width: 30px;
}
.modal .wrapper-contract {
  padding-right: 365px;
  line-height: 1.7;
}
.modal .wrapper-contract ul,
.modal .wrapper-contract ol {
  margin: 14px 0;
  margin-left: 30px;
}
.modal .wrapper-contract ul li,
.modal .wrapper-contract ol li {
  font-size: 14px;
  margin: 6px 0;
}
.modal .wrapper-contract ul li {
  list-style-type: disc;
}
.modal .wrapper-contract ol li {
  list-style-type: decimal;
}
.modal .wrapper-contract p {
  margin-top: 15px;
}
.modal .wrapper-contract b,
.modal .wrapper-contract strong {
  font-weight: 700 !important;
}
.modal .wrapper-contract img {
  max-width: 100%;
}
.modal .wrapper-contract .img {
  right: 77px;
  width: 254.5px;
  height: 365px;
}
.modal .wrapper-contract .img._no-img {
  display: none !important;
}
.modal .wrapper-contract .footer {
  font-size: 15px;
  margin-top: 50px;
}
.modal .wrapper-contract .footer i {
  margin-right: 20px;
  font-size: 22px;
  color: #fff;
  width: 59px;
  height: 35px;
  border-radius: 30px;
  background: #fb98c7;
}
.modal .wrapper-contract .footer .text {
  margin: 10px 0;
}
.modal .wrapper-contract._no-img {
  padding-right: 30px;
}
.modal .form .form-input {
  border-color: #bbb;
}
.modal .sales-days {
  padding: 7px 15px;
}
.modal .sales-days label {
  margin: 5px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #cacad7;
  padding: 6px 8px;
  font-size: 13px;
}
.modal .sales-days label input {
  margin-right: 6px;
}
.modal.is-visible {
  display: flex;
}
#event-view-modal .files .file {
  padding: 5px 10px 6px 40px;
  border-radius: 4px;
  background: #fb98c7;
}
#event-view-modal .files .file img {
  width: 18px;
  height: 18px;
  left: 11px;
}
#event-view-modal .files .file .size {
  font-size: 80%;
}
#event-view-modal .event-list li {
  border-bottom: 1px solid transparent;
}
#event-view-modal .event-list li a {
  color: #fb98c7;
  text-decoration: underline;
}
#event-view-modal .event-list li .comment-wrap {
  white-space: pre-wrap;
  word-break: break-word;
}
#event-view-modal .event-list li:last-child {
  border-bottom: none;
}
#modal-contract .wrapper {
  border-radius: 40px;
}
#modal-contract .close-icon {
  width: 50px;
  height: 50px;
  border-radius: 0 20px 0 20px;
}
#modal-video .wrapper {
  max-width: 1000px;
  padding: 5px !important;
}
#modal-auth nav {
  margin-top: 40px;
}
#modal-auth nav a {
  margin: 5px 10px;
  color: #fff;
  font-size: 13px;
}
#modal-user-transactions .transaction-list li p {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#modal-user-transactions .transaction-list li p:not(:last-child) {
  margin-bottom: 5px;
}
#modal-user-transactions .transaction-list li:not(:last-child) {
  border-bottom: 1px solid transparent;
}
.modification-alert {
  position: fixed;
  bottom: 15px;
  right: 15px;
  border-radius: 15px;
  background: #fff;
  max-width: 400px;
  width: calc(100% - 30px);
  color: #fb98c7;
  font-size: 14px;
  font-weight: 500;
  padding: 15px 50px 15px 75px;
  display: none;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  z-index: 100;
}
.modification-alert .icon {
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  width: 50px;
  background: #fb98c7;
  border-radius: 10px;
}
.modification-alert .icon svg {
  width: 28px;
  height: 28px;
}
.modification-alert .icon path {
  fill: #fff;
}
.modification-alert .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 34px;
  border-radius: 0 0 0 12px;
  background: #eee;
}
.modification-alert .close svg {
  width: 12px;
  height: 12px;
}
.modification-alert .close path {
  fill: #a6a8ad;
}
.modification-alert._reject {
  background: #d84444;
  color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
  bottom: auto;
  top: 15px;
}
.modification-alert._reject .icon {
  background: #fff;
}
.modification-alert._reject .icon path {
  fill: #000;
}
.modification-alert._reject .close {
  background: #fff;
}
.modification-alert.is-visible {
  display: block;
}
#modal-secret-guest-view #chart-item {
  height: 250px;
}
#modal-secret-guest-view .file-list-wrap .file-item {
  border-radius: 8px;
}
#modal-secret-guest-view .file-list-wrap .file-item .weight {
  opacity: 0.5;
}
#modal-secret-guest-view .file-list-wrap .file-item .icon {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  padding: 8px;
}
#modal-secret-guest-view .file-list-wrap .file-item .icon svg {
  width: 100%;
  height: 100%;
}
/* Plugins */
.ct-label {
  fill: rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.75rem;
  line-height: 1;
}
.ct-chart-line .ct-label,
.ct-chart-bar .ct-label {
  display: flex;
}
.ct-chart-pie .ct-label,
.ct-chart-donut .ct-label {
  dominant-baseline: central;
}
.ct-label.ct-horizontal.ct-start {
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}
.ct-label.ct-horizontal.ct-end {
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}
.ct-label.ct-vertical.ct-start {
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end;
}
.ct-label.ct-vertical.ct-end {
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}
.ct-chart-bar .ct-label.ct-horizontal.ct-start {
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  text-anchor: start;
}
.ct-chart-bar .ct-label.ct-horizontal.ct-end {
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  text-anchor: start;
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
  align-items: flex-end;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end;
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  text-anchor: end;
}
.ct-grid {
  stroke: rgba(0, 0, 0, 0.2);
  stroke-width: 1px;
  stroke-dasharray: 2px;
}
.ct-grid-background {
  fill: none;
}
.ct-point {
  stroke-width: 10px;
  stroke-linecap: round;
}
.ct-line {
  fill: none;
  stroke-width: 4px;
}
.ct-area {
  stroke: none;
  fill-opacity: 0.1;
}
.ct-bar {
  fill: none;
  stroke-width: 6px;
}
.ct-slice-donut {
  fill: none;
  stroke-width: 60px;
}
.ct-series-a .ct-point,
.ct-series-a .ct-line,
.ct-series-a .ct-bar,
.ct-series-a .ct-slice-donut {
  stroke: #d70206;
}
.ct-series-a .ct-slice-pie,
.ct-series-a .ct-slice-donut-solid,
.ct-series-a .ct-area {
  fill: #d70206;
}
.ct-series-b .ct-point,
.ct-series-b .ct-line,
.ct-series-b .ct-bar,
.ct-series-b .ct-slice-donut {
  stroke: #f05b4f;
}
.ct-series-b .ct-slice-pie,
.ct-series-b .ct-slice-donut-solid,
.ct-series-b .ct-area {
  fill: #f05b4f;
}
.ct-series-c .ct-point,
.ct-series-c .ct-line,
.ct-series-c .ct-bar,
.ct-series-c .ct-slice-donut {
  stroke: #f4c63d;
}
.ct-series-c .ct-slice-pie,
.ct-series-c .ct-slice-donut-solid,
.ct-series-c .ct-area {
  fill: #f4c63d;
}
.ct-series-d .ct-point,
.ct-series-d .ct-line,
.ct-series-d .ct-bar,
.ct-series-d .ct-slice-donut {
  stroke: #d17905;
}
.ct-series-d .ct-slice-pie,
.ct-series-d .ct-slice-donut-solid,
.ct-series-d .ct-area {
  fill: #d17905;
}
.ct-series-e .ct-point,
.ct-series-e .ct-line,
.ct-series-e .ct-bar,
.ct-series-e .ct-slice-donut {
  stroke: #453d3f;
}
.ct-series-e .ct-slice-pie,
.ct-series-e .ct-slice-donut-solid,
.ct-series-e .ct-area {
  fill: #453d3f;
}
.ct-series-f .ct-point,
.ct-series-f .ct-line,
.ct-series-f .ct-bar,
.ct-series-f .ct-slice-donut {
  stroke: #59922b;
}
.ct-series-f .ct-slice-pie,
.ct-series-f .ct-slice-donut-solid,
.ct-series-f .ct-area {
  fill: #59922b;
}
.ct-series-g .ct-point,
.ct-series-g .ct-line,
.ct-series-g .ct-bar,
.ct-series-g .ct-slice-donut {
  stroke: #0544d3;
}
.ct-series-g .ct-slice-pie,
.ct-series-g .ct-slice-donut-solid,
.ct-series-g .ct-area {
  fill: #0544d3;
}
.ct-series-h .ct-point,
.ct-series-h .ct-line,
.ct-series-h .ct-bar,
.ct-series-h .ct-slice-donut {
  stroke: #6b0392;
}
.ct-series-h .ct-slice-pie,
.ct-series-h .ct-slice-donut-solid,
.ct-series-h .ct-area {
  fill: #6b0392;
}
.ct-series-i .ct-point,
.ct-series-i .ct-line,
.ct-series-i .ct-bar,
.ct-series-i .ct-slice-donut {
  stroke: #f05b4f;
}
.ct-series-i .ct-slice-pie,
.ct-series-i .ct-slice-donut-solid,
.ct-series-i .ct-area {
  fill: #f05b4f;
}
.ct-series-j .ct-point,
.ct-series-j .ct-line,
.ct-series-j .ct-bar,
.ct-series-j .ct-slice-donut {
  stroke: #dda458;
}
.ct-series-j .ct-slice-pie,
.ct-series-j .ct-slice-donut-solid,
.ct-series-j .ct-area {
  fill: #dda458;
}
.ct-series-k .ct-point,
.ct-series-k .ct-line,
.ct-series-k .ct-bar,
.ct-series-k .ct-slice-donut {
  stroke: #eacf7d;
}
.ct-series-k .ct-slice-pie,
.ct-series-k .ct-slice-donut-solid,
.ct-series-k .ct-area {
  fill: #eacf7d;
}
.ct-series-l .ct-point,
.ct-series-l .ct-line,
.ct-series-l .ct-bar,
.ct-series-l .ct-slice-donut {
  stroke: #86797d;
}
.ct-series-l .ct-slice-pie,
.ct-series-l .ct-slice-donut-solid,
.ct-series-l .ct-area {
  fill: #86797d;
}
.ct-series-m .ct-point,
.ct-series-m .ct-line,
.ct-series-m .ct-bar,
.ct-series-m .ct-slice-donut {
  stroke: #b2c326;
}
.ct-series-m .ct-slice-pie,
.ct-series-m .ct-slice-donut-solid,
.ct-series-m .ct-area {
  fill: #b2c326;
}
.ct-series-n .ct-point,
.ct-series-n .ct-line,
.ct-series-n .ct-bar,
.ct-series-n .ct-slice-donut {
  stroke: #6188e2;
}
.ct-series-n .ct-slice-pie,
.ct-series-n .ct-slice-donut-solid,
.ct-series-n .ct-area {
  fill: #6188e2;
}
.ct-series-o .ct-point,
.ct-series-o .ct-line,
.ct-series-o .ct-bar,
.ct-series-o .ct-slice-donut {
  stroke: #a748ca;
}
.ct-series-o .ct-slice-pie,
.ct-series-o .ct-slice-donut-solid,
.ct-series-o .ct-area {
  fill: #a748ca;
}
.ct-square {
  display: block;
  position: relative;
  width: 100%;
}
.ct-square:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 100%;
}
.ct-square:after {
  content: "";
  display: table;
  clear: both;
}
.ct-square > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-minor-second {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-second:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 93.75%;
}
.ct-minor-second:after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-second {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-second:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 88.88888889%;
}
.ct-major-second:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-minor-third {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-third:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 83.33333333%;
}
.ct-minor-third:after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-third {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-third:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 80%;
}
.ct-major-third:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-perfect-fourth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-perfect-fourth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 75%;
}
.ct-perfect-fourth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-perfect-fourth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-perfect-fifth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-perfect-fifth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 66.66666667%;
}
.ct-perfect-fifth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-perfect-fifth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-minor-sixth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-sixth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 62.5%;
}
.ct-minor-sixth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-golden-section {
  display: block;
  position: relative;
  width: 100%;
}
.ct-golden-section:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 61.80469716%;
}
.ct-golden-section:after {
  content: "";
  display: table;
  clear: both;
}
.ct-golden-section > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-sixth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-sixth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 60%;
}
.ct-major-sixth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-minor-seventh {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-seventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 56.25%;
}
.ct-minor-seventh:after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-seventh {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-seventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 53.33333333%;
}
.ct-major-seventh:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-octave {
  display: block;
  position: relative;
  width: 100%;
}
.ct-octave:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 50%;
}
.ct-octave:after {
  content: "";
  display: table;
  clear: both;
}
.ct-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-tenth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-tenth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 40%;
}
.ct-major-tenth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-tenth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-eleventh {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-eleventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 37.5%;
}
.ct-major-eleventh:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-eleventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-twelfth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-twelfth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 33.33333333%;
}
.ct-major-twelfth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-twelfth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-double-octave {
  display: block;
  position: relative;
  width: 100%;
}
.ct-double-octave:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 25%;
}
.ct-double-octave:after {
  content: "";
  display: table;
  clear: both;
}
.ct-double-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}
/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
  display: flex;
  flex-wrap: wrap;
}
.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  z-index: 1;
}
.datepicker--cell.-focus- {
  background: #f0f0f0;
}
.datepicker--cell.-current- {
  color: #fb98c7;
}
.datepicker--cell.-current-.-focus- {
  color: #4a4a4a;
}
.datepicker--cell.-current-.-in-range- {
  color: #fb98c7;
}
.datepicker--cell.-in-range- {
  background: rgba(113, 190, 115, 0.1);
  color: #4a4a4a;
  border-radius: 0;
}
.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae;
}
.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae;
}
.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1;
}
.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae;
}
.datepicker--cell.-range-from- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 4px 0 0 4px;
}
.datepicker--cell.-range-to- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 0 4px 4px 0;
}
.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px;
}
.datepicker--cell.-selected- {
  color: #fff;
  border: none;
  background: #fb98c7;
}
.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #fb98c7;
}
.datepicker--cell.-selected-.-focus- {
  background: #60b662;
}
.datepicker--cell:empty {
  cursor: default;
}
.datepicker--days-names {
  display: flex;
  flex-wrap: wrap;
  margin: 4px 0 8px;
}
.datepicker--day-name {
  color: #ff9a19;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
}
.datepicker--cell-day {
  width: 14.28571%;
}
.datepicker--cells-months {
  height: 170px;
}
.datepicker--cell-month {
  width: 33.33%;
  height: 25%;
}
.datepicker--years {
  height: 170px;
}
.datepicker--cells-years {
  height: 170px;
}
.datepicker--cell-year {
  width: 25%;
  height: 33.33%;
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}
/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0;
}
@media print {
  .datepickers-container {
    display: none;
  }
}
.datepicker {
  font: 13px "Montserrat", Arial, sans-serif;
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  z-index: 100;
}
.datepicker.-from-top- {
  transform: translateY(-8px);
}
.datepicker.-from-right- {
  transform: translateX(8px);
}
.datepicker.-from-bottom- {
  transform: translateY(8px);
}
.datepicker.-from-left- {
  transform: translateX(-8px);
}
.datepicker.active {
  opacity: 1;
  transform: translate(0);
  transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
}
.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  transform: none;
}
.datepicker-inline .datepicker--pointer {
  display: none;
}
.datepicker--content {
  box-sizing: content-box;
  padding: 4px;
}
.-only-timepicker- .datepicker--content {
  display: none;
}
.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1;
}
.-top-left- .datepicker--pointer,
.-top-center- .datepicker--pointer,
.-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  transform: rotate(135deg);
}
.-right-top- .datepicker--pointer,
.-right-center- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
  right: calc(100% - 4px);
  transform: rotate(225deg);
}
.-bottom-left- .datepicker--pointer,
.-bottom-center- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  transform: rotate(315deg);
}
.-left-top- .datepicker--pointer,
.-left-center- .datepicker--pointer,
.-left-bottom- .datepicker--pointer {
  left: calc(100% - 4px);
  transform: rotate(45deg);
}
.-top-left- .datepicker--pointer,
.-bottom-left- .datepicker--pointer {
  left: 10px;
}
.-top-right- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
  right: 10px;
}
.-top-center- .datepicker--pointer,
.-bottom-center- .datepicker--pointer {
  left: calc(50% - 10px / 2);
}
.-left-top- .datepicker--pointer,
.-right-top- .datepicker--pointer {
  top: 10px;
}
.-left-bottom- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
  bottom: 10px;
}
.-left-center- .datepicker--pointer,
.-right-center- .datepicker--pointer {
  top: calc(50% - 10px / 2);
}
.datepicker--body {
  display: none;
}
.datepicker--body.active {
  display: block;
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}
/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px;
}
.-only-timepicker- .datepicker--nav {
  display: none;
}
.datepicker--nav-title,
.datepicker--nav-action {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  user-select: none;
}
.datepicker--nav-action:hover {
  background: #f0f0f0;
}
.datepicker--nav-action.-disabled- {
  visibility: hidden;
}
.datepicker--nav-action svg {
  width: 32px;
  height: 32px;
}
.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px;
}
.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px;
}
.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px;
}
.datepicker--nav-title:hover {
  background: #f0f0f0;
}
.datepicker--nav-title.-disabled- {
  cursor: default;
  background: none;
}
.datepicker--buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef;
}
.datepicker--button {
  color: #4eb5e6;
  cursor: pointer;
  border-radius: 4px;
  flex: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 32px;
}
.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0;
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}
/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
  border-top: 1px solid #efefef;
  display: flex;
  align-items: center;
  padding: 4px;
  position: relative;
}
.datepicker--time.-am-pm- .datepicker--time-sliders {
  flex: 0 1 138px;
  max-width: 138px;
}
.-only-timepicker- .datepicker--time {
  border-top: none;
}
.datepicker--time-sliders {
  flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px;
}
.datepicker--time-label {
  display: none;
  font-size: 12px;
}
.datepicker--time-current {
  display: flex;
  align-items: center;
  flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px;
}
.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}
.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1;
}
.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
  content: "";
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}
.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
  opacity: 1;
}
.datepicker--time-current-ampm {
  text-transform: uppercase;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}
.datepicker--time-row {
  display: flex;
  align-items: center;
  font-size: 11px;
  height: 17px;
  position: relative;
}
.datepicker--time-row:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  height: 1px;
  z-index: -1;
  background-color: #dedede;
}
.datepicker--time-row input[type="range"] {
  background: none;
  cursor: pointer;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}
.datepicker--time-row input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background 0.2s;
  margin-top: -6px;
}
.datepicker--time-row input[type="range"]::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background 0.2s;
}
.datepicker--time-row input[type="range"]::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background 0.2s;
}
.datepicker--time-row input[type="range"]::-ms-tooltip {
  display: none;
}
.datepicker--time-row input[type="range"]::-webkit-slider-runnable-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}
.datepicker--time-row input[type="range"]::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}
.datepicker--time-row input[type="range"]::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}
.datepicker--time-row input[type="range"]::-ms-fill-lower {
  background: transparent;
}
.datepicker--time-row input[type="range"]::-ms-fill-upper {
  background: transparent;
}
.datepicker--time-row input[type="range"]:hover::-webkit-slider-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type="range"]:hover::-moz-range-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type="range"]:hover::-ms-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type="range"]:focus {
  outline: none;
}
.datepicker--time-row input[type="range"]:focus::-webkit-slider-thumb {
  background: #fb98c7;
  border-color: #fb98c7;
}
.datepicker--time-row input[type="range"]:focus::-moz-range-thumb {
  background: #fb98c7;
  border-color: #fb98c7;
}
.datepicker--time-row input[type="range"]:focus::-ms-thumb {
  background: #fb98c7;
  border-color: #fb98c7;
}
.datepicker--time-row span {
  padding: 0 12px;
}
.datepicker--time-row:first-child {
  margin-bottom: 4px;
}
.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em;
}
.datepicker--time-icon:after,
.datepicker--time-icon:before {
  content: "";
  background: currentColor;
  position: absolute;
}
.datepicker--time-icon:after {
  height: 0.4em;
  width: 1px;
  left: calc(50% - 1px);
  top: calc(50% + 1px);
  transform: translateY(-100%);
}
.datepicker--time-icon:before {
  width: 0.4em;
  height: 1px;
  top: calc(50% + 1px);
  left: calc(50% - 1px);
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}
/*!
 * Quill Editor v1.3.6
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  min-height: 200px;
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: "\2022";
}
.ql-editor ul[data-checked="true"],
.ql-editor ul[data-checked="false"] {
  pointer-events: none;
}
.ql-editor ul[data-checked="true"] > li *,
.ql-editor ul[data-checked="false"] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked="true"] > li::before,
.ql-editor ul[data-checked="false"] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked="true"] > li::before {
  content: "\2611";
}
.ql-editor ul[data-checked="false"] > li::before {
  content: "\2610";
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) ". ";
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) ". ";
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) ". ";
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) ". ";
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) ". ";
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) ". ";
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) ". ";
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) ". ";
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) ". ";
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) ". ";
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: "";
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type="file"],
.ql-snow .ql-toolbar input.ql-image[type="file"] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: "";
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 115px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: "Нормальный";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: "Заголовок 1";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: "Заголовок 2";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: "Заголовок 3";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: "Заголовок 4";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: "Заголовок 5";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: "Заголовок 6";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: "Sans Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="serif"]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="serif"]::before {
  content: "Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value="monospace"]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="monospace"]::before {
  content: "Monospace";
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="serif"]::before {
  font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value="monospace"]::before {
  font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 115px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: "Нормальный";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="small"]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="small"]::before {
  content: "Маленький";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="large"]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="large"]::before {
  content: "Большой";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value="huge"]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="huge"]::before {
  content: "Огромный";
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="small"]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="large"]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value="huge"]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  border-radius: 15px 15px 0 0;
  box-sizing: border-box;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type="text"] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: "Edit";
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: "Remove";
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type="text"] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: "Save";
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode="link"]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode="formula"]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode="video"]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
  border-radius: 0 0 15px 15px;
}
.chartist-tooltip {
  position: absolute;
  display: inline-block;
  opacity: 0;
  min-width: 100px;
  padding: 5px;
  background: #fb98c7;
  color: #fff;
  font: 500 14px/1.4 "Montserrat", Arial, sans-serif;
  text-align: center;
  pointer-events: none;
  z-index: 1;
  transition: opacity 0.2s linear;
}
.chartist-tooltip:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top-color: #fb98c7;
}
.chartist-tooltip._visible {
  opacity: 1;
}
.ct-area,
.ct-line {
  pointer-events: none;
}
.mce-tinymce {
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.mce-resizehandle {
  right: 2px !important;
  bottom: 2px !important;
}
.mce-label {
  text-shadow: none !important;
}
/* Media */
@media (max-width: 1599.98px) {
  /* Common */
  .main-content {
    padding-left: 50px !important;
  }
  /* UI */
  /* Main menu */
  /* Header */
  .page-header .page-title span {
    max-width: 480px;
  }
  /* Components */
  .cmp-faq-item_empty .img {
    height: 138px;
  }
  /* Blocks */
  .block-chart .filters .switchers .switcher {
    padding-left: 15px;
    padding-right: 15px;
  }
  .block-fin-stat .item .num {
    font-size: 24px;
  }
  /* Sections */
  .section-news-in .video {
    height: 400px;
  }
  .section-news-in .news-text {
    font-size: 14px;
  }
  /* Pages */
  /* Footer */
  /* Modals */
}
@media (max-width: 1239.98px) {
  /* Common */
  .main-content {
    padding-left: 15px !important;
    width: 100%;
  }
  /* UI */
  /* Main menu */
  .main-menu {
    width: 240px;
    position: fixed;
    top: 0;
    left: -240px;
    bottom: 0;
    transition: all 0.3s;
    z-index: 12;
  }
  .main-menu.is-visible {
    left: 0;
  }
  /* Header */
  .page-header .open-mob-menu {
    margin-right: 15px;
    width: 44px;
    height: 44px;
    border-radius: 100%;
  }
  .page-header .open-mob-menu svg {
    width: 22px;
    height: 22px;
  }
  .page-header .icon-search {
    margin-left: 35px;
  }
  .page-header .page-title span {
    max-width: 460px;
  }
  /* Components */
  .cmp-news-item {
    height: 290px;
  }
  .cmp-news-item .empty-img {
    height: 170px;
  }
  .cmp-same-news .title {
    margin-top: 13px;
  }
  .cmp-doc-item {
    padding: 15px 70px 15px 15px;
    border-radius: 20px;
  }
  .cmp-doc-item i {
    right: 15px;
  }
  /* Blocks */
  .block-place-stat .item {
    padding: 0 25px;
  }
  .block-place-imgs .sortable li {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .block-fin-chart .chart-des .text br {
    display: none;
  }
  .block-fin-stat .block-item {
    margin-bottom: 20px;
  }
  /* Sections */
  .section {
    padding: 30px 0;
  }
  .section:before {
    right: -15px;
    left: -15px;
    border-radius: 40px;
  }
  .section-header:before {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .section-news-in .video {
    height: 367px;
    border-radius: 10px;
  }
  .section-index-news {
    padding-bottom: 0;
  }
  .section-reservations .info {
    height: auto;
    padding: 25px 25px 20px;
  }
  .section-reservations .info .num {
    margin-top: 15px;
  }
  /* Pages */
  /* Footer */
  /* Modals */
}
@media (max-width: 991.98px) {
  /* Common */
  /* UI */
  /* Main menu */
  .main-menu {
    padding: 25px 15px 15px;
  }
  .main-menu .logo {
    margin-bottom: 25px;
  }
  .main-menu nav a {
    padding: 18px 0 18px 73px;
  }
  /* Header */
  .page-header .page-title {
    padding-right: 0;
  }
  .page-header .page-title span {
    max-width: 100%;
  }
  .page-header .user {
    padding-left: 25px;
  }
  .page-header .user .name {
    max-width: 60px;
  }
  .page-header .theme-switcher {
    margin: 0 30px;
  }
  .page-header .user .name {
    max-width: 60px;
  }
  .page-header .page-header-user-info-container {
    padding-left: 0;
  }
  /* Components */
  .cmp-accordeon-item .content .inner-wrap {
    width: 100%;
  }
  .cmp-accordeon-item .content .documents {
    margin-top: 30px;
    width: calc(100% + 30px);
  }
  .cmp-same-news {
    padding: 15px;
  }
  .cmp-place-service {
    padding: 15px 10px 15px 50px;
    border-radius: 8px;
    font-size: 13px;
  }
  .cmp-place-service svg {
    left: 10px;
    width: 24px;
    height: 24px;
  }
  .cmp-chat {
    padding: 15px;
  }
  .cmp-chat .chat-footer {
    margin-top: 15px;
  }
  .cmp-faq-item_empty {
    min-height: 226px;
  }
  .cmp-faq-item_empty .img {
    height: 118px;
  }
  .cmp-news-item {
    padding: 15px;
    height: 210px;
  }
  .cmp-news-item .empty-img {
    height: 120px;
  }
  .cmp-news-item .content {
    padding-left: 74px;
  }
  .cmp-news-item .content .title {
    font-size: 18px;
    max-height: 93.6px;
  }
  .cmp-news-item_empty .content .title {
    font-size: 15px;
  }
  .cmp-place-select .list,
  .cmp-institutions-select .list {
    top: -15px;
    left: -10px;
    width: calc(100% + 20px);
    padding: 65px 10px 10px;
    border-radius: 10px;
  }
  .cmp-place-select .list a,
  .cmp-institutions-select .list a {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .cmp-contract-item {
    padding: 15px 15px 15px 68px;
  }
  .cmp-contract-item i {
    left: 15px;
  }
  /* Blocks */
  .block {
    border-radius: 15px;
  }
  .block-place-services .cmp-place-service {
    margin-bottom: 15px;
  }
  .block-place-services .sortable li {
    width: 33%;
  }
  .block-place-imgs .item img {
    border-radius: 20px;
  }
  .block-contracts .cmp-contract-item {
    margin-bottom: 15px;
  }
  .block-place-stat {
    padding: 20px;
  }
  .block-place-stat br {
    display: none;
  }
  .block-place-stat .item {
    margin-top: 15px;
    padding: 0;
  }
  .block-place-stat .item .num {
    margin-bottom: 6px;
  }
  .block-place-stat .item:before {
    display: none;
  }
  .block-fin-stat .item {
    padding: 15px;
  }
  .block-fin-stat .item .title {
    margin: 0 0 15px;
  }
  .block-fin-stat .item .percent-changes {
    top: 15px;
    right: 15px;
  }
  /* Sections */
  .section:before {
    border-radius: 15px;
  }
  .section-place .main-info-wrap {
    margin-bottom: 30px;
  }
  .section-place .place-img {
    height: 223px;
  }
  .section-place .info-block {
    margin-bottom: 10px;
    padding: 15px;
  }
  .section-place .info-block .title {
    margin-bottom: 15px;
  }
  .section-payment .enter-field,
  .section-payment .res-block {
    padding: 15px;
  }
  .section-payment .res-block {
    min-height: 200px;
  }
  .section-payment .total-price {
    margin: 15px 0 20px;
  }
  .section-index .block-chart {
    margin: 50px 0 40px;
  }
  .section-news-in .news-text p {
    font-size: 14px;
    line-height: 1.8;
  }
  .section-news-in .video {
    height: 415px;
  }
  .section-news-in .same-news-wrap {
    margin-top: 50px;
  }
  .section-index .place-name,
  .section-reservations .place-name {
    padding-left: 0;
  }
  .section-reservations .info {
    padding: 15px;
  }
  .section-faq .search-section .section__subsection {
    padding: 0;
  }
  /* Pages */
  /* Footer */
  /* Modals */
  .modal .modal__title {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .modal .wrapper-contract {
    padding-right: 250px;
  }
  .modal .wrapper-contract p {
    font-size: 14px;
    line-height: 1.7;
  }
  .modal .wrapper-contract .img {
    right: 30px;
    width: 200px;
    height: 300px;
  }
  .modal .wrapper-contract .footer {
    font-size: 14px;
    margin-top: 30px;
  }
}
@media (max-width: 767.98px) {
  /* Common */
  br {
    display: none;
  }
  /* UI */
  .tabs .tabs-switcher {
    padding: 12px 15px;
    font-size: 14px;
  }
  /* Main menu */
  .form-select .select-title {
    padding: 12px 30px 12px 15px;
  }
  .form-select .select-title i {
    right: 10px;
    font-size: 10px;
  }
  .form-select .select-list a {
    padding: 5px 10px;
  }
  .form-select-wrap .form-select .select-title {
    padding: 12.5px 22px 12.5px 10px;
  }
  .form-select-wrap .form-select .select-list a {
    padding: 5px;
  }
  /* Header */
  .page-header {
    margin-bottom: 30px;
  }
  .page-header .page-title span {
    display: none;
  }
  .page-header .user {
    padding-left: 30px;
  }
  .page-header .user .name {
    max-width: 170px;
  }
  .page-header .icon-search {
    margin-left: 15px;
  }
  /* Components */
  .cmp-faq-inner-item {
    margin-bottom: 15px;
    padding: 15px 60px;
    font-size: 18px;
    border-radius: 14px;
  }
  .cmp-faq-inner-item i {
    font-size: 16px;
    width: 35px;
    height: 35px;
  }
  .cmp-chat .msgs-wrap .msg {
    margin-bottom: 15px;
  }
  .cmp-chat .msgs-wrap .msg .text {
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1.4;
  }
  .cmp-chat .msgs-wrap .msg .date {
    margin: 6px 12px 0;
  }
  .cmp-chat .msgs-wrap .msg .msg-inner {
    border-radius: 10px 10px 10px 0;
  }
  .cmp-chat .msgs-wrap .msg._me .msg-inner {
    border-radius: 10px 10px 0 10px;
  }
  .cmp-chat .chat-footer .file {
    width: 100%;
    margin: 0 0 15px;
    padding: 0 40px 0 15px;
  }
  .cmp-chat .chat-footer .textarea {
    padding: 15.5px 55px 15.5px 15px;
  }
  .cmp-chat .chat-footer .btn {
    padding: 10px;
    right: 6px;
    border-radius: 14px;
  }
  .cmp-chat .chat-footer .btn svg {
    width: 18px;
    height: 18px;
  }
  .cmp-chat .chat-footer .btn path {
    fill: #fff;
  }
  .cmp-accordeon-item {
    border-radius: 14px;
    margin-bottom: 15px;
  }
  .cmp-accordeon-item .header {
    padding: 15px 60px;
    font-size: 18px;
  }
  .cmp-accordeon-item .header i {
    font-size: 16px;
    width: 35px;
    height: 35px;
  }
  .cmp-accordeon-item .content {
    padding: 15px;
  }
  .cmp-news-item .content {
    padding-left: 0;
  }
  .cmp-news-item .content i {
    display: none;
  }
  .cmp-place-select,
  .cmp-institutions-select {
    width: 100%;
  }
  .cmp-place-select .list a._checkbox,
  .cmp-institutions-select .list a._checkbox {
    padding-left: 28px;
  }
  .cmp-place-select .list a._checkbox .checkbox,
  .cmp-institutions-select .list a._checkbox .checkbox {
    width: 16px;
    height: 16px;
  }
  /* Blocks */
  .block-place-services .sortable li {
    width: 50%;
  }
  .block-file-upload {
    padding: 15px;
  }
  .block-file-upload label {
    height: 200px;
  }
  .block-file-upload label .title {
    margin: 20px 0 0;
  }
  .block-place-stat {
    padding: 15px;
  }
  .block-chart .filters .switchers .switcher {
    padding: 10.5px 14px 11.5px;
  }
  .block-chart .filters .datepicker-wrap input {
    padding: 11px 45px 11px 15px;
  }
  .block-fin-chart .form-select-wrap {
    width: 100%;
  }
  /* Sections */
  .section-header {
    padding-top: 15px;
  }
  .section-news-in .video {
    height: 408px;
  }
  .section-payment .h3 {
    line-height: 1.5;
  }
  .section-payment .h4 {
    line-height: 1.6;
  }
  .section-payment .enter-field {
    margin-bottom: 15px;
  }
  .section-payment .enter-field .money {
    height: auto;
    margin-top: 15px;
    padding: 5px 15px;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.14;
  }
  .section-payment .res-block {
    min-height: auto;
  }
  .section-payment .res-block .h1 {
    font-size: 24px;
  }
  .section-payment .total-price {
    font-size: 28px;
    font-weight: 300;
    line-height: 1.14;
  }
  .section-index .place-name,
  .section-reservations .place-name {
    padding: 0;
  }
  .section-reservations .header .btn {
    padding: 10px 22px;
    margin-top: 20px;
  }
  /* Pages */
  /* Footer */
  /* Modals */
  .modal .close-icon {
    width: 40px;
    height: 40px;
    border-radius: 0 20px 0 20px;
  }
  .modal .wrapper {
    border-radius: 15px;
    padding: 15px;
  }
  .modal .wrapper-contract {
    padding: 40px 15px 15px;
  }
  .modal .wrapper-contract .footer {
    margin-top: 20px;
  }
  /*Sale Institution*/
  .btn-sale-institution-header {
    text-align: center;
    width: 100% !important;
  }
  /* knowledge-base */
  .knowledge-base-header-container {
    margin-bottom: 20px;
  }
  /*Sort btn*/
  .sort-btn-container {
    width: 35px;
  }
}
@media (max-width: 575.98px) {
  /* Common */
  /* UI */
  /* Main menu */
  /* Header */
  /* Components */
  .cmp-news-item {
    margin-bottom: 15px;
  }
  .cmp-place-select .title span,
  .cmp-institutions-select .title span {
    font-size: 16px;
    max-height: 22.4px;
  }
  .cmp-faq-item .img {
    height: 110px;
  }
  /* Blocks */
  .block-fin-chart .chart-des {
    margin-top: 10px;
  }
  .block-chart .filters .datepicker-wrap {
    width: 100%;
  }
  .block-place-imgs .sortable li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* Sections */
  .section-news-in .is-visible {
    margin-top: 10px;
  }
  .section-news-in .video {
    height: 305px;
  }
  .section-place-reviews .cmp-review-item {
    margin-bottom: 15px;
  }
  .section-place .header-buttons {
    margin-top: 15px;
  }
  .upload-form-btn-container {
    display: flex;
    justify-content: center;
  }
  /* Pages */
  /* Footer */
  /* Modals */
}
@media (max-width: 476.98px) {
  /* Common */
  /* UI */
  /* Main menu */
  /* Header */
  /* Components */
  .cmp-faq-item {
    margin-bottom: 15px;
  }
  .cmp-faq-item_empty {
    min-height: unset;
  }
  .cmp-faq-item_empty .img {
    height: 98px;
  }
  .cmp-accordeon-item .header {
    padding: 56px 60px 15px 15px;
    word-break: break-word;
    font-size: 16px;
    font-weight: 500;
  }
  .cmp-accordeon-item .header .num,
  .cmp-accordeon-item .header i {
    top: 30px;
  }
  /* Blocks */
  .block-place-imgs .item._upload {
    height: 100px;
    padding: 15px 70px 15px 20px;
  }
  .block-place-imgs .item._upload i {
    right: 20px;
  }
  .block-place-services .sortable li {
    width: 100%;
  }
  .block-place-stat .item .num {
    font-size: 22px;
  }
  /* Sections */
  .section-news-in .video {
    height: 245px;
  }
  /* Pages */
  /* Footer */
  /* Modals */
  .btn-sale-institution-header {
    font-size: 12px !important;
  }
}
@media (max-width: 375.98px) {
  /* Common */
  /* UI */
  /* Main menu */
  /* Header */
  /* Components */
  .cmp-news-item {
    height: 190px;
  }
  .cmp-news-item_empty .line._l1 {
    height: 7px;
  }
  .cmp-news-item_empty .line._l2 {
    margin-top: 12px;
    height: 12px;
  }
  /* Blocks */
  .block-place-imgs .item {
    height: 130px;
  }
  /* Sections */
  .section-news-in .video {
    height: 200px;
  }
  /* Pages */
  /* Footer */
  /* Modals */
}
@media (max-width: 320.98px) {
  /* Common */
  /* UI */
  /* Main menu */
  /* Header */
  /* Components */
  .cmp-news-item {
    height: 180px;
  }
  .cmp-place-select .list,
  .cmp-institutions-select .list {
    padding: 60px 10px 10px;
  }
  .cmp-place-select .list a,
  .cmp-institutions-select .list a {
    text-decoration: underline;
    line-height: 1.4;
  }
  /* Blocks */
  .block-place-imgs .item {
    height: 100px;
  }
  /* Sections */
  .section-news-in .video {
    height: 165px;
  }
  /* Pages */
  /* Footer */
  /* Modals */
}
