@charset "UTF-8";
/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

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

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

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

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

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

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

.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

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

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

.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.offset-1 {
  margin-left: 8.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: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.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 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.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 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.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: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.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%;
  }
}
.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

@media (min-width: 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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.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: 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: 1200px) {
  .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;
  }
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
}

body {
  min-height: 100vh;
  background: #696969;
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  margin: 0;
  padding-top: 5px;
  user-select: none;
}

html.fixedFlexScroll {
  height: 100%;
}
html.fixedFlexScroll body {
  height: 100%;
}
html.fixedFlexScroll body .contentBody {
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1050px) {
  html.fixedFlexScroll body .contentBody {
    padding-left: 0;
    padding-right: 0;
  }
}
html.fixedFlexScroll body .contentBody .contentBodyWrap {
  height: 100%;
  max-width: 100%;
  overflow: auto;
}
html.fixedFlexScroll body .contentBody .contentBodyWrap.requiredScroll {
  overflow-y: scroll;
  overflow-x: auto;
}

.contentBody {
  max-width: 1150px;
  padding: 20px 30px 0;
  background: #fff;
  margin: 0 auto;
  position: relative;
  min-height: calc(100vh - 5px);
}
.contentBody .contentBodyHead,
.contentBody .contentBodyWrap,
.contentBody .contentBodyWrapX {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.contentBody .contentBodyWrap {
  padding-top: 1px;
  padding-right: 1px;
}

.mainHomeTitle {
  font-size: 26px;
  padding-top: 15px;
  margin-bottom: 10px;
}

p {
  margin-bottom: 10px;
  margin-top: 10px;
}

h1, .h1 {
  font-size: 22px;
  margin: 0 auto 22px;
  text-align: center;
  color: #92513e;
  font-weight: bold;
  max-width: 780px;
  padding-left: 90px;
  padding-right: 90px;
}

h2, .h2 {
  color: #92513e;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

h3, .h3 {
  color: #92513e;
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px;
}

.subTitle {
  font-size: 16px;
  position: relative;
  top: -15px;
  font-weight: bold;
  text-align: center;
}
.subTitle .mainSubText {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}
.subTitle .mainSubText .reglament {
  position: absolute;
  right: -117px;
  font-weight: normal;
  text-decoration: underline;
  font-size: 12px;
  bottom: 0;
  color: inherit;
  white-space: nowrap;
}

.inherit {
  color: inherit;
}

.text_center {
  text-align: center;
  justify-content: center;
}

.text_left {
  text-align: left;
  justify-content: left;
}

.text_right {
  text-align: right;
  justify-content: right;
}

.nowrap {
  white-space: nowrap;
}

.text_bold,
.bold {
  font-weight: bold;
}

.noPadding {
  padding: 0 !important;
}

.text_small,
.text_mini,
.text_second {
  font-size: 13px;
}

.text_big {
  font-size: 16px;
}

.text_brown,
.brown {
  color: #92513e !important;
}

.green {
  color: #5FB75F;
}

.text_second_color {
  color: #7f7f7f;
}

.text_green {
  color: #36C21D !important;
}

.active {
  background: #ffffd1;
}

.disabled {
  cursor: default !important;
  color: #ccc !important;
}

.noUnderline {
  text-decoration: none;
}

.underline {
  text-decoration: underline !important;
}

.pointer {
  cursor: pointer;
}

.backgroundGray {
  background: #ededed !important;
}

.hidden,
.hide {
  display: none;
}

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

.fullHeight {
  height: 100%;
}

.textOverflow {
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 0;
}

.fancyText {
  padding: 30px 70px;
}
@media (max-width: 1000px) {
  .fancyText {
    padding: 20px;
  }
}

.btn-back {
  background-color: #FFFFD1;
  color: #173884;
  padding: 7px 10px;
  border: solid 1px #d1d1d1;
  border-radius: 4px;
  cursor: pointer;
  position: absolute;
  left: 5px;
  top: 5px;
  font-family: Arial, Verdana, sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
}

.button {
  color: #800806;
  text-decoration: none;
  border: 1px solid #a34b43;
  cursor: pointer;
  display: inline-block;
  padding: 5px 20px 6px;
  background: #ededed;
  font-size: 14px;
  border-radius: 5px;
  font-weight: bold;
}
.button:hover, .button:active {
  text-decoration: none;
}
.button.mini {
  font-size: 13px;
  background-color: #fff;
  border-radius: 2px;
  padding: 2px 8px;
  text-transform: none;
}
.button.back {
  font-family: Arial, Verdana, sans-serif;
  border-radius: 3px;
  padding: 7px 14px;
  font-size: 15px;
  text-transform: none;
  z-index: 100;
  position: absolute;
  margin: 15px;
}
@media (max-width: 991px) {
  .button.back {
    font-size: 0;
    padding: 6px 14px;
  }
  .button.back:after {
    content: "<<";
    font-size: 15px;
  }
}

.videoIcon,
.our_video_fancybox {
  background: #c9c9c9;
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  top: 1px;
  cursor: pointer;
}
.videoIcon:after,
.our_video_fancybox:after {
  content: "";
  display: block;
  position: absolute;
  border: 4px solid transparent;
  border-left: 7px solid #fff;
  left: 6px;
  top: 5px;
}
.videoIcon.big,
.our_video_fancybox.big {
  width: 26px;
  height: 26px;
}
.videoIcon.big:after,
.our_video_fancybox.big:after {
  border: 7px solid transparent;
  border-left: 11px solid #fff;
  left: 8px;
  top: 6px;
}

.removeIcon {
  position: relative;
  width: 11px;
  height: 19px;
  cursor: pointer;
  display: inline-block;
}
.removeIcon:after, .removeIcon:before {
  content: "";
  display: block;
  border-top: 2px solid #212529;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 6px;
}
.removeIcon:after {
  transform: rotate(45deg);
  right: 6px;
}
.removeIcon:before {
  transform: rotate(-45deg);
  left: 6px;
}

.table_wrapper {
  overflow: auto;
  padding-top: 1px;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
}
table.fixedHeader > thead {
  position: sticky;
  top: 0;
}
table > thead {
  z-index: 1;
}
table > thead > tr > th {
  background: #f3f3f3;
  font-weight: normal;
}
table th, table td {
  position: relative;
  height: 1px;
}
table th:after, table td:after {
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  position: absolute;
  border: 1px solid #ccc;
  height: calc(100% + 1px);
  width: calc(100% + 1px);
  pointer-events: none;
}
table th {
  padding: 7px 12px;
  height: 39px;
}
table td {
  padding: 12px 12px 13px;
}
table .tdLink {
  padding: 12px 12px 13px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
table .tdLink:visited {
  color: inherit;
}

.plusTd {
  text-align: center;
  font-family: Arial, Verdana, sans-serif;
  font-size: 18px;
}

.filterMenu {
  display: flex;
  justify-content: center;
  padding: 0;
  white-space: nowrap;
  margin: 0 auto;
  flex-wrap: wrap;
  font-size: 15px;
}
.filterMenu .category {
  cursor: pointer;
  list-style: none;
  margin: 0 10px 15px;
  position: relative;
}
.filterMenu .category > div, .filterMenu .category > a {
  padding: 8px 12px;
  min-width: 100px;
  text-align: center;
  display: block;
  text-decoration: none;
  color: inherit;
}
.filterMenu .category .filterMenuSubcats {
  padding: 0;
  display: none;
  justify-content: center;
  position: absolute;
  font-size: 11px;
  width: 1px;
  left: 50%;
}
.filterMenu .category .filterMenuSubcats .subCategory {
  list-style: none;
  padding: 4px 7px 5px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.filterMenu .category .filterMenuSubcats .subCategory:last-child {
  border-right: none;
}
.filterMenu .category.active .filterMenuSubcats {
  display: flex;
}
.filterMenu .category:hover .filterMenuSubcats {
  display: flex !important;
}
.filterMenu.hoverHasChilds > .category.active.hasChilds .filterMenuSubcats {
  display: none;
}

.tournamentsListTable > tbody > tr > td {
  height: 46px;
}
.tournamentsListTable > tbody > tr.nowRow > td, .tournamentsListTable > tbody > tr.archiveRow > td {
  height: 31px;
  padding: 0 20px;
}

.tournamentsDatesUl {
  width: fit-content;
  margin: 0 auto;
  padding: 0;
}
.tournamentsDatesUl > li {
  list-style-type: none;
  padding-bottom: 20px;
}
.tournamentsDatesUl > li .date-title {
  padding: 10px 0;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold;
}

.tournamentsTimesUl {
  margin: 0;
  padding: 0;
}
.tournamentsTimesUl > li {
  list-style-type: none;
  padding: 10px 0;
  display: flex;
  gap: 40px;
}
.tournamentsTimesUl > li .grid-link {
  flex-grow: 1;
}
.tournamentsTimesUl > li .grid-link a {
  color: #000;
}

.gridTreeThreePlaceWrap {
  height: 0;
  padding-right: 40px;
}
.gridTreeThreePlaceWrap .gridTree {
  padding-left: 584px;
}

.gridTree {
  display: flex;
  align-items: center;
  padding: 20px 0 25px 25px;
}
.gridTree .game {
  border: 1px solid #ccc;
  border-left: none;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 73px;
}
.gridTree .game:first-child {
  margin-top: 0 !important;
}
.gridTree .game:last-child {
  margin-bottom: 0 !important;
}
.gridTree .game .depthTitle {
  position: absolute;
  left: 0;
  top: -26px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #794131;
}
.gridTree .game .playerWrap {
  height: 0;
}
.gridTree .game .playerWrap.hideName .player {
  min-width: auto;
  border: none;
  padding: 0;
}
.gridTree .game .playerWrap.hideName .score {
  left: -52px;
  white-space: nowrap;
}
.gridTree .game .playerWrap.hideName .game {
  padding-left: 63px;
}
.gridTree .game .player {
  border: 1px solid #ccc;
  position: relative;
  padding: 3px 4px 3px 7px;
  font-size: 13px;
  background: #fff;
  min-width: 170px;
  left: 1px;
}
.gridTree .game .player .score {
  position: absolute;
  left: -63px;
  top: 2px;
  height: 21px;
  text-align: right;
  font-weight: bold;
  font-size: 11px;
  line-height: 15px;
  color: #92513e;
  padding: 0 5px;
  background: #fff;
  display: inline-block;
}
.gridTree .game .player .score .scoreText {
  display: inline-block;
  vertical-align: top;
  padding-top: 2px;
  max-width: 21px;
  text-align: center;
}
.gridTree .game .player:first-child {
  top: -12px;
}
.gridTree .game .player:last-child {
  bottom: -12px;
}
.gridTree .game .player .number {
  position: absolute;
  left: -26px;
  width: 17px;
  color: #b3b3b3;
  text-align: right;
}
.gridTree .depth.depth_0 .game {
  height: 30px;
  margin: 60px 0;
  padding-left: 0;
  border-top: none;
  border-bottom: none;
}
.gridTree .depth.depth_1 .game {
  height: 92px;
  margin: 88px 0;
}
.gridTree .depth.depth_2 .game {
  height: 185px;
  margin: 177px 0;
}
.gridTree .depth.depth_3 .game {
  height: 390px;
  margin: 70px 0;
}
.gridTree .depth.depth_4 .game {
  height: 50px;
  margin: 70px 0;
}
.gridTree .depth .game .player .number {
  display: none;
}
.gridTree .depth:first-child .player .number {
  display: block;
}
.gridTree .depth:last-child {
  padding-right: 20px;
}
.gridTree .depth:last-child .game {
  height: 0;
  border-right: none;
  border-top: none;
  padding-right: 0;
}
.gridTree .depth:last-child .game .player {
  font-weight: bold;
}

.selectionTableWrap {
  padding-right: 15px;
}
.selectionTableWrap h3 {
  color: #6f6f6f;
  padding-left: 50px;
  font-size: inherit;
}
.selectionTableWrap .alternative_grid {
  margin-top: 7px;
  width: 100%;
  margin-bottom: 30px;
  table-layout: auto;
  font-size: 13px;
}
.selectionTableWrap .alternative_grid th, .selectionTableWrap .alternative_grid td {
  width: 170px;
  min-width: 170px;
  max-width: 170px;
}
.selectionTableWrap .alternative_grid th:nth-child(1), .selectionTableWrap .alternative_grid td:nth-child(1) {
  width: 30px;
  min-width: 30px;
  max-width: 30px;
}
.selectionTableWrap .alternative_grid th:nth-child(2), .selectionTableWrap .alternative_grid td:nth-child(2) {
  width: auto;
  min-width: auto;
  max-width: none;
}
.selectionTableWrap .alternative_grid th {
  height: 30px;
  padding-left: 0;
  padding-right: 0;
}
.selectionTableWrap .alternative_grid th:first-child {
  color: transparent;
}
.selectionTableWrap .alternative_grid th:last-child,
.selectionTableWrap .alternative_grid th:nth-child(2),
.selectionTableWrap .alternative_grid th:nth-last-child(2) {
  font-weight: bold;
}
.selectionTableWrap .alternative_grid tbody td:first-child, .selectionTableWrap .alternative_grid .bg-blocked {
  background: #f3f3f3;
}
.selectionTableWrap .alternative_grid td {
  text-align: center;
  padding: 6px 8px 9px;
  padding-left: 34px;
  padding-right: 0;
}
.selectionTableWrap .alternative_grid td:nth-child(2) {
  text-align: left;
  padding-left: 12px;
}
.selectionTableWrap .alternative_grid td:first-child, .selectionTableWrap .alternative_grid td:last-child, .selectionTableWrap .alternative_grid td:nth-last-child(2) {
  padding-left: 0;
}
.selectionTableWrap .alternative_grid td:last-child {
  font-weight: bold;
}
.selectionTableWrap .alternative_grid td > div {
  display: inline-block;
}
.selectionTableWrap .alternative_grid td > div .our_video_fancybox {
  vertical-align: text-bottom;
}
.selectionTableWrap .alternative_grid td > div:nth-child(1) {
  font-weight: bold;
  width: 35px;
  text-align: left;
  float: left;
}
.selectionTableWrap .alternative_grid td > div:nth-child(2) {
  white-space: nowrap;
  text-align: left;
  padding-left: 0;
  /*span:not(:empty) {

  	&:after {
  		display: inline-block;
  		content: ')';
  	}

  	&:before {
  		display: inline-block;
  		content: '(';
  	}
  }*/
}
.selectionTableWrap .alternative_grid td > div:nth-child(2) span:not(:empty):not(:last-child):after {
  display: inline-block;
  content: ",";
}
.selectionTableWrap .alternative_grid.alternative_grid_20251124 th:nth-last-child(2) {
  font-weight: normal;
}
.selectionTableWrap .alternative_grid.alternative_grid_20251124 td:nth-last-child(2) {
  padding-left: 34px;
}
.selectionTableWrap .alternative_grid.players-4 th:not(:nth-child(1)):not(:nth-child(2)),
.selectionTableWrap .alternative_grid.players-4 td:not(:nth-child(1)):not(:nth-child(2)) {
  width: 140px;
  min-width: 140px;
  max-width: 140px;
}
.selectionTableWrap .alternative_grid.players-5 th:not(:nth-child(1)):not(:nth-child(2)),
.selectionTableWrap .alternative_grid.players-5 td:not(:nth-child(1)):not(:nth-child(2)) {
  width: 120px;
  min-width: 120px;
  max-width: 120px;
}
.selectionTableWrap .alternative_grid.players-6 td:not(:nth-child(1)):not(:nth-child(2)):not(:last-child) {
  padding-left: 20px;
}
.selectionTableWrap .alternative_grid.players-6 td:not(:nth-child(1)):not(:nth-child(2)):not(:last-child) > div:nth-child(1) {
  width: auto;
}
.selectionTableWrap .alternative_grid.players-6 th:not(:nth-child(1)):not(:nth-child(2)),
.selectionTableWrap .alternative_grid.players-6 td:not(:nth-child(1)):not(:nth-child(2)) {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
}

.photoList {
  margin-left: -10px;
  margin-right: -10px;
}
.photoList .block {
  padding: 0 10px 20px;
  text-align: center;
}
.photoList .block a {
  color: inherit;
  font-size: 13px;
  text-decoration: none;
}
.photoList .block img {
  display: inline-block;
  border: 4px solid #ccc;
  width: 146px;
  height: 106px;
}

.onlineList {
  margin-left: -10px;
  margin-right: -10px;
}
.onlineList .block {
  padding: 0 10px 20px;
  text-align: center;
}
.onlineList .block .streamIframe {
  color: inherit;
  font-size: 13px;
  text-decoration: none;
  display: block;
  padding-bottom: 3px;
}
.onlineList .block .streamIframe.lastActive {
  background: #ffffaa;
}
.onlineList .block .streamIframe.lastActive .imgWrap {
  border-color: #ffffaa;
}
.onlineList .block .streamIframe .imgWrap {
  border: 4px solid #ccc;
  background: #000;
  position: relative;
  padding-top: 54%;
  overflow: hidden;
}
.onlineList .block .streamIframe .imgWrap .videoIcon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -13px 0 0 -13px;
}
.onlineList .block .streamIframe .imgWrap img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: auto;
}

.contentBodyOld {
  padding-top: 5px;
}

.main_title {
  text-align: center;
  margin-bottom: 9px;
}
.main_title a {
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #92513e;
  text-decoration: underline;
}

.tournamentsListTableOld-outer {
  width: fit-content;
  margin: 0 auto;
  border-color: #ccc;
  border-style: solid;
  border-width: 2px 2px 1px 1px;
  margin-bottom: 30px;
}

.tournamentsListTableOld {
  border-collapse: collapse;
  table-layout: auto;
  font-size: 12px;
  width: 910px;
  margin: 0 auto;
  outline: 1px solid #ccc;
}
.tournamentsListTableOld td,
.tournamentsListTableOld th {
  padding: 5px;
  vertical-align: middle;
  text-align: center;
}
.tournamentsListTableOld th {
  background-color: #eee;
  font-size: 14px;
  font-weight: bold;
}
.tournamentsListTableOld td.no_br_r:after {
  border-right-width: 0;
}
.tournamentsListTableOld td.no_br_r + td:after {
  border-left-width: 0;
}
.tournamentsListTableOld h2 {
  font-size: 12px;
  color: #92513e;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
}

.subheader {
  color: #92513e;
  margin: 15px 0;
  text-transform: uppercase;
  text-align: left;
  padding-left: 65px;
  font-size: 13px;
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
}
.subheader a {
  text-transform: lowercase;
  cursor: pointer;
}

.photo_list_new {
  width: 900px;
  margin: 0 auto;
  text-align: center;
  display: none;
  overflow: visible;
}
.photo_list_new li {
  margin: 0;
}
.photo_list_new li a {
  text-decoration: none;
  display: block;
  width: 160px;
  border: 1px solid #eee;
  padding: 5px;
}
.photo_list_new li a > div {
  height: 100px;
  width: 160px;
  overflow: hidden;
}
.photo_list_new li a > div img {
  width: 160px;
  height: auto;
  margin: 0 auto;
}

.all_photo_new {
  display: block;
  font-size: 12px;
  margin: 5px 0;
  text-align: right;
  padding-right: 30px;
  color: #92513e;
}

.short_reglament-block {
  width: 920px;
  margin: 1em auto 2em;
}
.short_reglament-block table {
  border: none;
}
.short_reglament-block table td {
  border: none;
  padding: 0;
}
.short_reglament-block table th:after, .short_reglament-block table td:after {
  content: unset;
}

#reglament-block {
  width: 920px;
  margin: 1em auto 0;
  padding-bottom: 1em;
}

#grids-block {
  text-align: center;
}
#grids-block .grids-table-outer {
  width: fit-content;
  margin: 0 auto;
  border-color: #ccc;
  border-style: solid;
  border-width: 2px 2px 1px 1px;
  margin-bottom: 30px;
}
#grids-block table {
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 12px;
  width: 100%;
}
#grids-block table td {
  padding: 5px;
  vertical-align: top;
  width: 20%;
  text-align: left;
}
#grids-block table td[colspan] {
  text-align: center;
}
#grids-block a {
  color: #000;
  text-decoration: none;
}
#grids-block p {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  text-indent: 0;
}
#grids-block p.category_name {
  font-weight: bold;
  text-decoration: underline;
}
#grids-block ol {
  list-style-type: decimal;
  list-style-position: inside;
}
#grids-block ol li {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
td[colspan] #grids-block ol {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

.on_line {
  width: 160px;
  border-color: #97af48;
  text-shadow: 0 0 3px #97af48;
  background: #b4df5b;
  background: linear-gradient(180deg, #b4df5b 0%, #97af48 100%);
  border-radius: 5px;
  margin: 5px auto;
  color: #fff;
  display: block;
  font-weight: bold;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
}
.on_line:hover {
  color: #374F00;
}

.photo_list {
  width: 908px;
  margin: 0 auto;
  /*overflow: hidden;*/
  list-style-type: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  justify-items: center;
  row-gap: 10px;
}
.photo_list li {
  border: 1px solid #eee;
  /*float: left;*/
  /*margin: 0 12px 10px 0;*/
  margin: 0;
  padding: 5px;
}
.photo_list li a {
  display: block;
  height: 100px;
  width: 160px;
  overflow: hidden;
}
.photo_list li a img {
  width: 100% !important;
  height: auto !important;
}
.photo_list li:nth-child(5n) {
  /*margin: 0 0 10px 0;*/
}

.grid {
  position: relative;
  margin: 40px 0 60px 30px;
  font-size: 12px;
}

.pair_players {
  height: 60px;
  margin: 0 0 50px 10px;
  position: relative;
  width: 140px;
}
.pair_players .counter {
  color: #aaa;
  font-size: 12px;
  left: -25px;
  position: absolute;
  text-align: right;
  width: 15px;
}
.pair_players .player_spacer {
  border-style: solid;
  border-width: 1px 1px 1px 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
  z-index: 1;
}
.pair_players .player_spacer span {
  border-top: 1px solid #000;
  display: block;
  height: 1px;
  position: absolute;
  right: -160px;
  top: 50%;
  width: 160px;
}

.pair_players .player_winner,
.player_name {
  background-color: #FFFFFF;
  border: 1px solid #000000;
  /*margin: -12px 0 0;*/
  overflow: hidden;
  padding: 3px 5px;
  position: absolute;
  right: -150px;
  top: calc(50% - 12px);
  /*  white-space: nowrap;*/
  width: 120px;
  z-index: 500;
}

.player_t,
.player_b {
  border: 1px solid #000;
  padding: 3px;
  width: 100%;
}

.player_t {
  position: absolute;
  right: 10px;
  top: -12px;
}

.player_b {
  position: absolute;
  right: 10px;
  bottom: -12px;
}

.count,
.sub_player .player_count {
  color: #666;
  font-size: 12px;
  margin-top: -8px;
  position: absolute;
  right: 10px;
  text-align: right;
  top: 50%;
  width: 100px;
}

.media {
  z-index: 999;
  left: -18px;
  /*margin-top: -8px;*/
  position: absolute;
  top: calc(50% - 8px);
  width: 45px;
}
.media .grid_video,
.media .grid_photo {
  background: url(img/video.png) 0 0 no-repeat;
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
.media .grid_photo {
  background-image: url(img/foto.png);
}

.sub_player {
  border-left: 1px solid #000000;
  position: absolute;
  width: 150px;
}
.sub_player .player_name {
  right: 0;
}
.sub_player .player_spacer {
  border-style: solid;
  border-width: 1px 0 0;
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 160px;
  z-index: 1;
}
.sub_player .player_count {
  color: #666;
  font-size: 12px;
  left: -120px;
  margin-top: -8px;
  position: absolute;
  text-align: right;
  top: 50%;
  width: 110px;
}
.sub_player .media {
  left: 18px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 45px;
}

.player_name.winner {
  right: -10px;
  width: 140px;
}

.t_place {
  position: absolute;
  bottom: -80px;
  right: 250px;
}
.t_place .player_t,
.t_place .player_b {
  width: 123px;
}
.t_place .place {
  left: 220px;
  width: 100px;
}
.t_place .player_winner {
  width: 140px;
  left: 150px;
}

.player_town {
  color: #666;
  display: block;
  font-size: 10px;
  position: absolute;
  right: 2px;
  text-align: right;
  top: 5px;
  width: 40px;
}

.place {
  color: #999;
  left: 50%;
  margin: -35px 0 0 -30px;
  position: absolute;
  top: 50%;
}

.small_name {
  font-size: 11px;
  padding: 4px 3px;
}

.contentBodyOld .alternative_grid-outer {
  width: fit-content;
  margin: 0 auto;
  border-color: #ccc;
  border-style: solid;
  border-width: 2px 2px 1px 1px;
  margin-bottom: 30px;
  font-size: 12px;
}
.contentBodyOld .alternative_grid {
  margin: 0 auto;
  background-color: transparent;
}
.contentBodyOld .alternative_grid td,
.contentBodyOld .alternative_grid th {
  vertical-align: middle;
  padding: 0.3rem;
  text-align: center;
}
.contentBodyOld .alternative_grid td:nth-last-child(2),
.contentBodyOld .alternative_grid th:nth-last-child(2) {
  border-left: 1px solid #ccc;
}
.contentBodyOld .alternative_grid th {
  background-color: #e9ecef;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
}
.contentBodyOld .alternative_grid td:nth-child(2) {
  text-align: left;
}
.contentBodyOld .alternative_grid td:last-child {
  font-weight: bold;
}
.contentBodyOld .alternative_grid .bg-blocked {
  background-color: #e9ecef;
}
.contentBodyOld .alternative_grid div {
  min-height: 1em;
}
.contentBodyOld .alternative_grid div:first-child:not(:empty) {
  border-bottom: 1px solid #ccc;
}
.contentBodyOld .alternative_grid div:first-child span {
  font-weight: bold;
}
.contentBodyOld .alternative_grid a {
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  width: 16px;
  height: 16px;
  background: url(/images/play_small.png) 0/100% no-repeat;
  color: #007bff;
}
.contentBodyOld .additional-match {
  width: 300px;
  margin: 0 auto;
}
.contentBodyOld .additional-match-header {
  margin-bottom: 40px;
}
.contentBodyOld .additional-match .pair_players .player_spacer span {
  right: -140px;
  width: 140px;
}

.videoplayer {
  width: 980px;
  margin: 0 auto;
  text-align: center;
}
.videoplayer:has(video) {
  background: #000;
}
.videoplayer a {
  color: #92513e;
}
.videoplayer video {
  width: 980px;
}

.btns_cam {
  margin: 10px 0;
  text-align: center;
}
.btns_cam a {
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px 10px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  border-color: #ed9017;
  text-shadow: 0 0 3px #ed9017;
  background: #f6e6b4;
  background: linear-gradient(180deg, #f6e6b4 0%, #ed9017 100%);
}
.btns_cam a.active {
  border-color: #97af48;
  text-shadow: 0 0 3px #97af48;
  background: #b4df5b;
  background: linear-gradient(180deg, #b4df5b 0%, #97af48 100%);
}
.btns_cam a.off {
  cursor: no-drop;
  border-color: #b3bead;
  text-shadow: 0 0 3px #b3bead;
  background: #fcfff4;
  background: linear-gradient(180deg, #fcfff4 0%, #b3bead 100%);
}

.online-tabs {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  margin-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}
.online-tabs .online-tab-item {
  border-radius: 5px;
  padding: 5px 10px;
  width: 400px;
  color: #000;
  font-size: 0.8rem;
  text-align: center;
  text-decoration: none;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.online-tabs .online-tab-item + .online-tab-item {
  margin-left: 5px;
}

.table_grid {
  float: left;
  margin-right: 25px;
}

.table_wrapper {
  margin: 0 auto;
  overflow: hidden;
}

.x19__sidemenu > a {
  display: block;
  text-decoration: none;
  box-sizing: border-box;
  border-style: solid;
  border-color: #dadada;
  border-width: 0 0 2px 0;
  font-size: 15px;
  font-weight: bold;
  color: var(--darkbrown);
}
.x19__sidemenu > a:first-child {
  border-top-width: 2px;
}
.x19__sidemenu > a.img {
  text-align: center;
}
.x19__sidemenu > a.img p {
  margin-top: 0;
  margin-bottom: 3px;
}
.x19__sidemenu > a.img img {
  margin-top: 5px;
  margin-bottom: 5px;
}
.x19__sidemenu > a.line {
  padding: 9px 0 9px 44px;
  min-height: 40px;
  text-align: left;
}
.x19__sidemenu > a.line.disabled {
  cursor: default;
  color: #afa2a0;
}

/* news styles */
.nb-body,
.nb-form {
  font-size: 12px;
}
.nb-body.fancybox-margin .nb-panel,
.nb-form.fancybox-margin .nb-panel {
  /*margin-right: 98px;*/
}

.nb-body {
  width: 800px;
}
.nb-body .nb-panel .close-col {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 20;
}
.nb-body .nb-panel .close-col .nb-hide-1 {
  cursor: pointer;
  font-size: 16px;
  color: #92513e;
}
.nb-body .nb-panel .close-col .nb-hide-1:hover {
  color: #6e3d2f;
}
.nb-body .nb-panel .nb-hide,
.nb-body .nb-panel .nb-show {
  position: absolute;
  top: 5px;
  left: 5px;
  cursor: pointer;
  font-size: 16px;
  color: #92513e;
  z-index: 20;
}
.nb-body .nb-panel .nb-hide:hover,
.nb-body .nb-panel .nb-show:hover {
  color: #6e3d2f;
}
.nb-body .nb-panel .nb-news {
  overflow-x: hidden;
  overflow-y: auto;
}
.nb-control + .nb-body .nb-panel .nb-news {
  height: calc(100% - 95px);
}
.nb-body .nb-panel .nb-news .nb-news__list .nb-news__item {
  padding: 5px;
}
.nb-body .nb-panel .nb-news .nb-news__list .nb-news__item + .nb-news__item {
  margin-top: 20px;
}
.nb-body .nb-panel .nb-news .nb-news__list .nb-news__item--fade {
  background: #fffbdb;
  opacity: 0.5;
}
.nb-body .nb-panel .nb-news .nb-news__list .nb-news__item .nb-article {
  overflow: auto;
  height: 100%;
}
.nb-body .nb-panel .nb-news .nb-news__list .nb-news__item .nb-article.nb-article--preview .nb-article__title {
  font-size: 1.2em;
  margin: 3px 0;
}
.nb-body .nb-panel .nb-news .nb-news__list .nb-news__item .nb-article.nb-article--preview .nb-article__text {
  text-align: left;
}
.nb-body .nb-panel .nb-news .nb-news__list .nb-news__item .nb-article.nb-article--preview .nb-photo__image {
  max-height: 30px;
}
.nb-body .nb-panel .nb-news .nb-news__list .nb-news__item .nb-article.nb-article--preview .nb-photo {
  overflow-y: hidden;
  max-height: 48px;
}
.nb-body .nb-panel .nb-news .nb-news__list .nb-news__item .nb-article.nb-article--preview.text-left {
  text-align: left;
}
.nb-body .nb-panel .nb-news .nb-news__list .nb-news__item .nb-article .nb-article__date {
  color: #bbb;
  text-transform: lowercase;
}
.nb-body .nb-panel .nb-news .nb-news__list .nb-news__item .nb-article .nb-article__title {
  color: #92513e;
  margin: 7px 0 15px;
  font-size: 2em;
  font-weight: bold;
}
.nb-body .nb-panel .nb-news .nb-news__list .nb-news__item .nb-article .nb-article__text {
  margin: 3px 0;
  font-size: 1.1em;
  text-align: justify;
}
.nb-body .nb-panel .nb-news .nb-news__list .nb-news__item .nb-article .nb-article__text p {
  text-indent: 1.5em;
  margin: 0;
}
.nb-body .nb-panel .nb-news .nb-news__list .nb-news__item .nb-article .nb-article__photo {
  margin: 10px 0;
}
.nb-body .nb-panel .nb-news .nb-news__list .nb-news__item .nb-article .nb-article__photo .nb-photo .nb-photo__item {
  display: inline-block;
  margin: 3px;
  padding: 3px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-align: center;
  position: relative;
}
.nb-body .nb-panel .nb-news .nb-news__list .nb-news__item .nb-article .nb-article__photo .nb-photo .nb-photo__item .fancy_photo {
  display: block;
  text-decoration: none;
}
.nb-body .nb-panel .nb-news .nb-news__list .nb-news__item .nb-article .nb-article__photo .nb-photo .nb-photo__item .fancy_photo .nb-photo__image {
  max-height: 100px;
  display: block;
  max-width: 100%;
}
.nb-body .nb-panel .nb-news .nb-news__list .nb-news__item .nb-article .nb-article__photo .nb-photo .nb-photo__item .nb-photo__title {
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
}
.nb-body .nb-panel .nb-news .nb-news__list .nb-news__item .nb-article .nb-article__photo .nb-photo .nb-photo__item .nb-photo__title .nb-photo__input {
  width: 100%;
  font-size: 11px;
  height: 21px;
  box-sizing: border-box;
}
.nb-body .nb-panel .nb-news .nb-news__list .nb-news__item .nb-article .nb-article__photo .nb-photo .nb-photo__item .nb-photo__title + .nb-photo__image {
  margin-top: 24px;
}
.nb-body .nb-panel .nb-news .nb-news__list .nb-news__item .nb-article .nb-article__photo .nb-photo .nb-photo__item .nb-photo__delete {
  display: block;
  font-size: 0.8em;
  color: #0073ff;
  text-decoration: underline;
}
.nb-body .nb-panel .nb-news .nb-news__list .nb-news__item .nb-article .nb-article__photo .nb-photo .nb-photo__item .nb-photo__delete:hover {
  text-decoration: none;
}
.nb-body .nb-panel .nb-news .nb-news__list .nb-news__item .nb-article .nb-article__more-wrapper {
  margin-top: 10px;
}
.nb-body .nb-panel .nb-news .nb-news__list .nb-news__item .nb-article .nb-article__more-wrapper .nb-article__more-link {
  text-decoration: none;
  color: #0073ff;
}
.nb-body .nb-panel .nb-news .nb-news__list .nb-news__item .nb-article .nb-article__more-wrapper .nb-article__more-link:hover {
  text-decoration: underline;
}
.nb-body .nb-panel .nb-news .nb-news__list .nb-news__item .nb-article .nb-article__more-wrapper .nb-article__more-link.nb-remote {
  cursor: pointer;
}
.nb-body .nb-panel .nb-news .nb-news__list .nb-news__item .nb-article .nb-article__edit {
  color: #0073ff;
  text-decoration: underline;
}
.nb-body .nb-panel .nb-news .nb-news__list .nb-news__item .nb-article .nb-article__edit:hover {
  text-decoration: none;
}
.nb-body .nb-panel .nb-control {
  margin: 15px 0 25px;
}
.nb-body .nb-panel .nb-control .nb-btn {
  display: inline-block;
  cursor: pointer;
  margin: 0 auto;
  font-size: 1.2em;
  font-weight: normal;
  background: #A8BC65;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  color: #fff;
  padding: 0 5px;
}
.nb-body .nb-panel .nb-control .nb-btn:hover {
  background: #97ab59;
  transition: background 0.3s;
  text-decoration: none;
  outline: 0;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.nb-body .nb-panel .nb-control .nb-btn + .nb-btn {
  margin-left: 10px;
}

.nb-offset {
  padding-right: 300px;
  z-index: 10;
}

html.fancybox-lock {
  overflow: visible !important;
  margin-right: auto !important;
}

.galleryBox1-mobile .nb-article__title {
  font-size: 1.2em;
}

/**
 * ajax loader
 */
.nb-loader {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  background: url(//006.spb.ru/resources/public/images/ajax-loader2.gif) no-repeat 50% 5% #fff;
  z-index: 15;
  padding: 15px;
  text-align: center;
}

/**
 * Ошибки и сообщения
 */
.nb-error, .nb-message {
  padding: 0;
  margin: 10px 0;
  font-size: 1.1em;
  font-weight: bold;
}

.nb-error {
  color: red;
}

.nb-message {
  color: #2196f3;
}

.nb-photo__item {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.nb-btn {
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}
.nb-btn:hover {
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
}

.nb-photo__input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/**
 * Блок с новостью
 */
.nb-article {
  height: 100%;
  overflow: auto;
  max-width: 800px;
}
.nb-article__date {
  color: #bbb;
  text-transform: lowercase;
}
.nb-article__title {
  color: #92513e;
  margin: 7px 0 15px;
  font-size: 2em;
  font-weight: bold;
}
.galleryBox1-mobile .nb-article__title {
  font-size: 1.2em;
}
.nb-article__text {
  margin: 3px 0;
  font-size: 1.1em;
  text-align: justify;
}
.nb-article__text p {
  text-indent: 1.5em;
  margin: 0;
}
.nb-article__photo {
  color: #ccc;
}
.nb-article__photo .nb-photo__image {
  max-width: 100%;
}
.nb-article--preview .nb-article__photo .nb-photo__image {
  max-height: 100px;
}
.nb-article__photo .nb-photo .nb-photo__item {
  display: inline-block;
  margin: 3px;
  padding: 3px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-align: center;
  position: relative;
}
.nb-article__photo .nb-photo .nb-photo__item .fancy_photo {
  display: block;
  text-decoration: none;
}
.nb-article__photo .nb-photo .nb-photo__item .fancy_photo .nb-photo__image {
  max-height: 100px;
  display: block;
  max-width: 100%;
}
.nb-article__more-link {
  text-decoration: none;
}
.nb-article__more-link:hover {
  text-decoration: underline;
}
.nb-article__edit {
  color: #0073ff;
  text-decoration: underline;
  text-decoration-skip: none;
}
.nb-article__edit:hover {
  text-decoration: none;
}
.nb-article--preview .nb-article__title {
  font-size: 1.2em;
  margin: 3px 0;
}
.nb-article--preview .nb-article__text {
  text-align: left;
}

.recommend {
  box-sizing: border-box;
  margin: 0 7px;
  padding: 9px 10px 11px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #efefef;
  border: 1px solid #262626;
}
.recommend__header {
  margin: 0 auto 4px;
  color: #262626;
  font-family: MyriadProSemiCond, Verdana, Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
}
.recommend__list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1px;
  background-color: #d9d9d9;
}
.recommend__listitem {
  list-style-type: none;
}
.recommend__listitem a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 11px 5px 26px;
  text-decoration: none;
  background-color: #fff;
}
.recommend__listitem a .text {
  flex-grow: 1;
  text-align: left;
}
.recommend__listitem a .text .title {
  margin-top: 0;
  margin-bottom: 0;
  color: #000;
  font-family: MyriadProSemiCond, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.recommend__listitem a .text .title__second {
  font-size: 11px;
}
.recommend__listitem a .text .title__logo {
  height: 13px;
  vertical-align: baseline;
}
.recommend__listitem a .text .address {
  margin-top: -2px;
  margin-bottom: 0;
  color: #000;
  font-family: MyriadProSemiCond, Verdana, Arial, sans-serif;
  font-size: 10px;
}
.recommend__listitem a picture {
  display: none;
  flex-basis: 25px;
  flex-shrink: 0;
  padding-bottom: 5px;
}
.recommend__listitem a picture img {
  width: 25px;
  height: 25px;
  vertical-align: top;
}
.recommend__listitem a:hover {
  color: #000;
  background-color: #f4f4f4;
}
.recommend p {
  text-indent: 0;
  line-height: unset;
}

.map_preview {
  display: block;
  background: url(/images/map_preview.png) no-repeat;
  background-size: cover;
  position: relative;
  border: 1px solid #ccc;
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.map_preview::before {
  background: url(/images/icons/location.svg) center no-repeat;
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 15px;
  height: 24px;
  background-size: 28px;
  margin: -16px 0 0 -8px;
}
.map_preview::after {
  display: block;
  content: "";
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  background: url(/images/icons/yaPointer.svg) #fff center no-repeat;
  border-radius: 3px;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 3px;
  top: 3px;
  background-size: 14px;
}
.map_preview .address {
  font-weight: normal;
  font-size: 13px;
  padding: 0 4px;
  position: relative;
  top: 79px;
  left: -10px;
  text-align: center;
  white-space: nowrap;
}

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