.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}
@-ms-viewport {
  width: device-width
}
.container-fluid {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x))
}
.no-gutters {
  margin-right: 0;
  margin-left: 0
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.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-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y)
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none
}
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%
}
.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%
}
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}
.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%
}
.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}
.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%
}
.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%
}
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%
}
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%
}
.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}
.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1
}
.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3
}
.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4
}
.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5
}
.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6
}
.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7
}
.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8
}
.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9
}
.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10
}
.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11
}
.order-12 {
  -webkit-box-ordinal-group: 13;
  -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:768px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -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:981px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -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:1381px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -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:1601px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -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: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important
}
.d-inline-flex {
  display: -webkit-inline-box!important;
  display: -ms-inline-flexbox!important;
  display: inline-flex!important
}
@media (min-width:768px) {
  .d-sm-none {
    display: none!important
  }
  .d-sm-inline {
    display: inline!important
  }
  .d-sm-inline-block {
    display: inline-block!important
  }
  .d-sm-block {
    display: block!important
  }
  .d-sm-table {
    display: table!important
  }
  .d-sm-table-row {
    display: table-row!important
  }
  .d-sm-table-cell {
    display: table-cell!important
  }
  .d-sm-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
  }
}
@media (min-width:981px) {
  .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: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
  }
  .d-md-inline-flex {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
  }
}
@media (min-width:1381px) {
  .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: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
  }
}
@media (min-width:1601px) {
  .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: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
  }
}
@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: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
  }
  .d-print-inline-flex {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
  }
}
.flex-row {
  -webkit-box-orient: horizontal!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: row!important;
  flex-direction: row!important
}
.flex-column {
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: normal!important;
  -ms-flex-direction: column!important;
  flex-direction: column!important
}
.flex-row-reverse {
  -webkit-box-orient: horizontal!important;
  -webkit-box-direction: reverse!important;
  -ms-flex-direction: row-reverse!important;
  flex-direction: row-reverse!important
}
.flex-column-reverse {
  -webkit-box-orient: vertical!important;
  -webkit-box-direction: reverse!important;
  -ms-flex-direction: column-reverse!important;
  flex-direction: column-reverse!important
}
.flex-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
}
.justify-content-start {
  -webkit-box-pack: start!important;
  -ms-flex-pack: start!important;
  justify-content: flex-start!important
}
.justify-content-end {
  -webkit-box-pack: end!important;
  -ms-flex-pack: end!important;
  justify-content: flex-end!important
}
.justify-content-center {
  -webkit-box-pack: center!important;
  -ms-flex-pack: center!important;
  justify-content: center!important
}
.justify-content-between {
  -webkit-box-pack: justify!important;
  -ms-flex-pack: justify!important;
  justify-content: space-between!important
}
.justify-content-around {
  -ms-flex-pack: distribute!important;
  justify-content: space-around!important
}
.align-items-start {
  -webkit-box-align: start!important;
  -ms-flex-align: start!important;
  align-items: flex-start!important
}
.align-items-end {
  -webkit-box-align: end!important;
  -ms-flex-align: end!important;
  align-items: flex-end!important
}
.align-items-center {
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important
}
.align-items-baseline {
  -webkit-box-align: baseline!important;
  -ms-flex-align: baseline!important;
  align-items: baseline!important
}
.align-items-stretch {
  -webkit-box-align: stretch!important;
  -ms-flex-align: stretch!important;
  align-items: stretch!important
}
.align-content-start {
  -ms-flex-line-pack: start!important;
  align-content: flex-start!important
}
.align-content-end {
  -ms-flex-line-pack: end!important;
  align-content: flex-end!important
}
.align-content-center {
  -ms-flex-line-pack: center!important;
  align-content: center!important
}
.align-content-between {
  -ms-flex-line-pack: justify!important;
  align-content: space-between!important
}
.align-content-around {
  -ms-flex-line-pack: distribute!important;
  align-content: space-around!important
}
.align-content-stretch {
  -ms-flex-line-pack: stretch!important;
  align-content: stretch!important
}
.align-self-auto {
  -ms-flex-item-align: auto!important;
  align-self: auto!important
}
.align-self-start {
  -ms-flex-item-align: start!important;
  align-self: flex-start!important
}
.align-self-end {
  -ms-flex-item-align: end!important;
  align-self: flex-end!important
}
.align-self-center {
  -ms-flex-item-align: center!important;
  align-self: center!important
}
.align-self-baseline {
  -ms-flex-item-align: baseline!important;
  align-self: baseline!important
}
.align-self-stretch {
  -ms-flex-item-align: stretch!important;
  align-self: stretch!important
}
@media (min-width:768px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important
  }
  .flex-sm-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
  }
  .flex-sm-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
  }
  .justify-content-sm-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
  }
  .justify-content-sm-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
  }
  .justify-content-sm-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
  }
  .align-items-sm-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
  }
  .align-items-sm-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
  }
  .align-items-sm-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important
  }
  .align-self-sm-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
  }
  .align-self-sm-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
  }
  .align-self-sm-center {
    -ms-flex-item-align: center!important;
    align-self: center!important
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important
  }
}
@media (min-width:981px) {
  .flex-md-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important
  }
  .flex-md-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
  }
  .flex-md-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
  }
  .justify-content-md-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
  }
  .justify-content-md-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
  }
  .justify-content-md-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
  }
  .justify-content-md-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
  }
  .align-items-md-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
  }
  .align-items-md-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
  }
  .align-items-md-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important
  }
  .align-content-md-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
  }
  .align-content-md-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
  }
  .align-content-md-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important
  }
  .align-self-md-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
  }
  .align-self-md-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
  }
  .align-self-md-center {
    -ms-flex-item-align: center!important;
    align-self: center!important
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important
  }
}
@media (min-width:1381px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important
  }
  .flex-lg-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
  }
  .flex-lg-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
  }
  .justify-content-lg-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
  }
  .justify-content-lg-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
  }
  .justify-content-lg-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
  }
  .align-items-lg-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
  }
  .align-items-lg-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
  }
  .align-items-lg-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important
  }
  .align-self-lg-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
  }
  .align-self-lg-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
  }
  .align-self-lg-center {
    -ms-flex-item-align: center!important;
    align-self: center!important
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important
  }
}
@media (min-width:1601px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important
  }
  .flex-xl-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
  }
  .flex-xl-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
  }
  .justify-content-xl-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
  }
  .justify-content-xl-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
  }
  .justify-content-xl-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
  }
  .align-items-xl-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
  }
  .align-items-xl-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
  }
  .align-items-xl-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important
  }
  .align-self-xl-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
  }
  .align-self-xl-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
  }
  .align-self-xl-center {
    -ms-flex-item-align: center!important;
    align-self: center!important
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important
  }
}
body {
  font-size: 16px;
  background: #111;
  color: var(--baza-belyy)
}
@media (max-width:1380px) {
  body {
    font-size: 14px
  }
}
@media (max-width:980px) {
  body {
    font-size: 12px
  }
}
.row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 900
}
.h1:not(.ttnone),
.h2:not(.ttnone),
.h3:not(.ttnone),
.h4:not(.ttnone),
.h5:not(.ttnone),
.h6:not(.ttnone),
h1:not(.ttnone),
h2:not(.ttnone),
h3:not(.ttnone),
h4:not(.ttnone),
h5:not(.ttnone),
h6:not(.ttnone) {
  text-transform: uppercase
}
.h1.grad,
.h2.grad,
.h3.grad,
.h4.grad,
.h5.grad,
.h6.grad,
h1.grad,
h2.grad,
h3.grad,
h4.grad,
h5.grad,
h6.grad {
  padding-bottom: 10px;
  margin-bottom: -10px
}
.h1,
.h3,
.h5,
.h6,
h1,
h3,
h5,
h6 {
  letter-spacing: normal
}
.h2,
.h4,
.h6,
h2,
h4,
h6 {
  letter-spacing: -.03em
}
.h1,
h1 {
  font-size: 96px;
  line-height: .9
}
@media (max-width:1600px) {
  .h1,
  h1 {
    font-size: 80px
  }
}
@media (max-width:1380px) {
  .h1,
  h1 {
    font-size: 70px
  }
}
@media (max-width:980px) {
  .h1,
  h1 {
    font-size: 50px
  }
}
@media (max-width:640px) {
  .h1,
  h1 {
    font-size: 35px
  }
}
.h2,
h2 {
  font-size: 96px;
  line-height: .74
}
@media (max-width:1600px) {
  .h2,
  h2 {
    font-size: 80px
  }
}
@media (max-width:1380px) {
  .h2,
  h2 {
    font-size: 50px
  }
}
@media (max-width:980px) {
  .h2,
  h2 {
    font-size: 40px
  }
}
@media (max-width:640px) {
  .h2,
  h2 {
    font-size: 35px
  }
}
.h3,
h3 {
  font-size: 48px;
  line-height: .74
}
@media (max-width:1380px) {
  .h3,
  h3 {
    font-size: 35px
  }
}
@media (max-width:980px) {
  .h3,
  h3 {
    font-size: 28px
  }
}
@media (max-width:640px) {
  .h3,
  h3 {
    font-size: 24px;
    line-height: 1
  }
}
.h4,
h4 {
  font-size: 30px;
  line-height: 1.3
}
@media (max-width:1380px) {
  .h4,
  h4 {
    font-size: 24px
  }
}
@media (max-width:980px) {
  .h4,
  h4 {
    font-size: 18px
  }
}
@media (max-width:640px) {
  .h4,
  h4 {
    font-size: 16px
  }
}
.h5,
h5 {
  font-size: 24px;
  line-height: 1.3
}
@media (max-width:1380px) {
  .h5,
  h5 {
    font-size: 20px
  }
}
@media (max-width:980px) {
  .h5,
  h5 {
    font-size: 18px
  }
}
@media (max-width:640px) {
  .h5,
  h5 {
    font-size: 16px
  }
}
.h6,
h6 {
  font-size: 16px;
  line-height: 1.3
}
@media (max-width:980px) {
  .h6,
  h6 {
    font-size: 14px
  }
}
.full-image img,
.full-image picture {
  display: block;
  width: 100%;
  height: auto
}
.info-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}
.info-block > * {
  margin-top: 60px
}
@media (max-width:1600px) {
  .info-block > * {
    margin-top: 40px
  }
}
@media (max-width:980px) {
  .info-block > * {
    margin-top: 20px
  }
}
.info-block > :first-child {
  margin-top: 0
}
.text-block {
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -.03em
}
@media (max-width:1600px) {
  .text-block {
    font-size: inherit
  }
}
.text-block > * {
  margin-top: 40px
}
@media (max-width:1600px) {
  .text-block > * {
    margin-top: 20px
  }
}
@media (max-width:980px) {
  .text-block > * {
    margin-top: 10px
  }
}
.text-block > :first-child {
  margin-top: 0
}
.bgi {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.bgi img,
.bgi picture {
  display: block;
  width: 100%;
  height: auto
}
.bgi.bgi--shadow::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 33.3333333333%;
  background: linear-gradient(180deg,rgba(17,17,17,0) 0,#111 100%);
  z-index: 1
}
.bgi.bgi--cover {
  height: 100%
}
.bgi.bgi--cover img,
.bgi.bgi--cover picture {
  height: 100%
}
.bgi.bgi--cover img {
  -o-object-fit: cover;
  object-fit: cover
}
.bgi.bgi--back {
  z-index: -2
}
.bgp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background-image: url(../images/b8/pattern-dust1.png),url(../images/b8/pattern-dust2.png);
  background-repeat: no-repeat,repeat;
  background-size: 100% auto
}
@media (max-width:640px) {
  .bgp {
    background-image: url(../images/b8/pattern-dust1-xs.png),url(../images/b8/pattern-dust2-xs.png)
  }
}
.line-decor {
  position: relative
}
.line-decor::after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: 1;
  opacity: .2
}
.radial-decor {
  position: relative;
  overflow: hidden
}
.radial-decor::before {
  content: "";
  display: block;
  width: 100%;
  height: 62.5vw;
  background: radial-gradient(50% 50% at 50% 50%,rgba(255,255,255,.5) 0,#111 100%);
  opacity: .1;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  z-index: -1
}
.content {
  padding-top: 60px;
  padding-bottom: 102px
}
@media (max-width:1600px) {
  .content {
    padding-bottom: 60px
  }
}
@media (max-width:980px) {
  .content {
    padding-top: 40px;
    padding-bottom: 40px
  }
}
.item-page-bg {
  position: relative;
  height: 1080px;
  margin: 0 auto;
  width: 100%
}
@media (min-width:1921px) {
  .item-page-bg {
    width: 1920px
  }
}
@media (max-width:1380px) {
  .item-page-bg {
    height: 776px
  }
}
@media (max-width:980px) {
  .item-page-bg {
    height: 552px
  }
}
@media (max-width:640px) {
  .item-page-bg {
    height: 57vw;
    min-height: 203px
  }
}
.item-page-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: top;
  object-position: top;
  opacity: 1
}
@media (max-width:640px) {
  .item-page-bg .up-to-photo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
  }
}
.item-page-bg .up-to-photo::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 37.04%;
  background: linear-gradient(180deg,rgba(17,17,17,0) 0,#111 100%);
  z-index: 1
}
.item-page-bg .up-to-photo::after {
  opacity: .85
}
@media (max-width:980px) {
  .item-page-bg .up-to-photo::after {
    opacity: .2
  }
}
.center-block-small-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #e1c693;
  z-index: -1;
  overflow: hidden
}
.center-block-small-bg::after {
  content: "";
  background-image: url(../images/text-r-d.webp);
  background-repeat: repeat;
  background-position: 0 0;
  opacity: .2;
  z-index: 2;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0
}
.center-block-small-bg::before {
  content: "";
  border-radius: 1920px;
  opacity: .3;
  background: radial-gradient(50% 50% at 50% 50%,rgba(225,198,147,.6) 0,rgba(225,198,147,0) 100%);
  width: 1920px;
  height: 600px;
  left: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -150px;
  z-index: 1;
  position: absolute
}
.center-block-small {
  padding: 20px 20px 50px;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #0e1117;
  gap: 0;
  background: 0 0
}
@media (max-width:640px) {
  .center-block-small {
    padding: 10px 10px 25px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }
}
.center-block-small__right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 20px
}
@media (max-width:640px) {
  .center-block-small__right {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: 0;
    margin-top: 15px
  }
}
.center-block-small .social-main-icon {
  width: 36px;
  height: 36px;
  -webkit-flex: 0 0 36px;
  -ms-flex: 0 0 36px;
  flex: 0 0 36px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}
.center-block-small .social-main-icon:not(:last-child) {
  margin-right: 20px
}
@media (hover:hover) {
  .center-block-small .social-main-icon:hover svg {
    fill: #fff;
    transition: fill .3s ease
  }
}
.center-block-small .social-main-icon svg {
  fill: #121026;
  transition: fill .3s ease
}
@media (max-width:1380px) {
  .center-block-small .social-main-icon {
    width: 24px;
    height: 24px;
    -webkit-flex: 0 0 24px;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px
  }
  .center-block-small .social-main-icon:not(:last-child) {
    margin-right: 10px
  }
}
@media (max-width:980px) {
  .center-block-small .social-main-icon {
    width: 20px;
    height: 20px;
    -webkit-flex: 0 0 20px;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px
  }
  .center-block-small .social-main-icon:not(:last-child) {
    margin-right: 10px
  }
}
.center-block-small .h2,
.center-block-small h2 {
  font-size: 40px;
  line-height: 1
}
@media (max-width:1380px) {
  .center-block-small .h2,
  .center-block-small h2 {
    font-size: 32px
  }
}
@media (max-width:980px) {
  .center-block-small .h2,
  .center-block-small h2 {
    font-size: 24px
  }
}
@media (max-width:640px) {
  .center-block-small .h2,
  .center-block-small h2 {
    font-size: 20px
  }
}
.btn-main {
  color: #0e1117
}
@media (hover:hover) {
  .btn-main.color,
  .btn-main:hover {
    color: var(--baza-belyy)
  }
  .btn-main.color .btn-main__main,
  .btn-main:hover .btn-main__main {
    background-color: var(--baza-alyy)
  }
  .btn-main.color .btn-main__r span,
  .btn-main:hover .btn-main__r span {
    background-color: var(--baza-alyy)
  }
}
.btn-main__main {
  background-color: #fff
}
.btn-main__r span {
  background-color: #fff
}
.center-block-small {
  background: 0 0;
  box-shadow: 0 10px 20px 0 rgba(0,0,0,.1);
  color: #111
}
.center-block-small-bg {
  background-color: #fff
}
.center-block-small-bg::before {
  background: radial-gradient(50% 50% at 50% 50%,rgba(225,198,147,.6) 0,rgba(225,198,147,0) 100%)
}
.y-blue-dif-4-dark::after,
.y-blue-dif-4-dark::before {
  background: #fff
}
.center-block-small .social-main-icon:hover svg {
  fill: var(--baza-alyy)
}
.center-block-small .social-main-icon svg {
  fill: #111
}
.header__inner {
  background: rgba(14,17,23,.8)
}
.footer__list {
  padding-left: 0;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  gap: 20px;
  list-style-type: none;
  display: block
}
@media (max-width:1380px) {
  .footer__list {
    gap: 10px
  }
}
.footer__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -moz-page-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
  margin-bottom: 20px
}
@media (max-width:1380px) {
  .footer__item {
    margin-bottom: 10px
  }
}
.giveaway-hero {
  margin-bottom: -200px;
  height: auto!important;
  z-index: 0
}
.giveaway-hero::before {
  background: linear-gradient(180deg,rgba(17,17,17,0) 0,#111 100%)
}
@media (max-width:1920px) {
  .giveaway-hero {
    margin-bottom: -10.4166666667vw
  }
}
@media (max-width:1600px) {
  .giveaway-hero {
    margin-bottom: -12.5vw
  }
}
@media (max-width:1380px) {
  .giveaway-hero {
    margin-bottom: -13.0434782609vw
  }
}
@media (max-width:1299px) {
  .giveaway-hero {
    margin-bottom: -11.5473441109vw
  }
}
@media (max-width:980px) {
  .giveaway-hero {
    margin-bottom: -6.1224489796vw
  }
}
@media (max-width:640px) {
  .giveaway-hero {
    margin-bottom: 0
  }
}
.giveaway-hero .up-to-photo::before {
  content: none
}
.giveaway-hero-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}
.giveaway-hero-bg img {
  width: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: top;
  object-position: top
}
.giveaway-hero-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
  padding-top: 381px
}
@media (max-width:1920px) {
  .giveaway-hero-content {
    padding-top: 19.84375vw
  }
}
@media (max-width:1380px) {
  .giveaway-hero-content {
    padding-top: 16.25vw
  }
}
@media (max-width:1299px) {
  .giveaway-hero-content {
    padding-top: 17.5vw
  }
}
@media (max-width:640px) {
  .giveaway-hero-content {
    position: relative;
    padding-top: 39.0625vw;
    padding-bottom: 12.5vw;
    height: 100%
  }
}
.giveaway-hero-inner {
  max-width: 920px;
  width: 100%
}
@media (max-width:1920px) {
  .giveaway-hero-inner {
    max-width: 47.9166666667vw
  }
}
@media (max-width:1380px) {
  .giveaway-hero-inner {
    max-width: 37.5vw
  }
}
@media (max-width:1299px) {
  .giveaway-hero-inner {
    max-width: 40.625vw
  }
}
@media (max-width:980px) {
  .giveaway-hero-inner {
    max-width: 45.9183673469vw
  }
}
@media (max-width:640px) {
  .giveaway-hero-inner {
    max-width: 100%
  }
}
.giveaway-hero__title {
  font-size: 96px;
  line-height: 90%;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px
}
@media (max-width:1920px) {
  .giveaway-hero__title {
    font-size: 5vw;
    margin-bottom: 1.5625vw
  }
}
@media (max-width:1380px) {
  .giveaway-hero__title {
    font-size: 4.375vw;
    margin-bottom: 1.875vw
  }
}
@media (max-width:980px) {
  .giveaway-hero__title {
    font-size: 5.1020408163vw;
    margin-bottom: 3.0612244898vw
  }
}
@media (max-width:640px) {
  .giveaway-hero__title {
    font-size: 9.375vw;
    margin-bottom: 4.6875vw
  }
}
@media (max-width:1380px) {
  .giveaway-hero__title br {
    display: none
  }
}
.giveaway-hero__description {
  font-weight: 900;
  color: #fff;
  line-height: 130%;
  max-width: 755px;
  font-size: 24px
}
@media (max-width:1920px) {
  .giveaway-hero__description {
    max-width: 39.3229166667vw;
    font-size: 1.25vw
  }
}
@media (max-width:1380px) {
  .giveaway-hero__description {
    max-width: 33.125vw;
    font-size: 1.25vw
  }
}
@media (max-width:980px) {
  .giveaway-hero__description {
    max-width: 37.7551020408vw;
    font-size: 1.4166666667vw
  }
}
@media (max-width:640px) {
  .giveaway-hero__description {
    max-width: 85.9375vw;
    font-size: 3.75vw
  }
}
.hero-footer-btns-area {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
  gap: 10px
}
@media (max-width:1920px) {
  .hero-footer-btns-area {
    margin-top: 1.5625vw;
    gap: .5208333333vw
  }
}
@media (max-width:1380px) {
  .hero-footer-btns-area {
    margin-top: 1.875vw;
    gap: .625vw
  }
}
@media (max-width:980px) {
  .hero-footer-btns-area {
    margin-top: 3.0612244898vw;
    gap: 1.0204081633vw
  }
}
@media (max-width:640px) {
  .hero-footer-btns-area {
    margin-top: 4.6875vw;
    gap: 1.5625vw
  }
}
.btn-main--white .btn-main__main {
  background-color: #fff;
  color: #121026
}
.btn-main--white .btn-main__main:hover {
  color: #121026;
  background-color: #e1c693
}
.giveaway-hero-red-list-items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 30px
}
@media (max-width:1920px) {
  .giveaway-hero-red-list-items {
    margin-bottom: 1.5625vw;
    gap: .5208333333vw
  }
}
@media (max-width:1380px) {
  .giveaway-hero-red-list-items {
    margin-bottom: 1.875vw;
    gap: .625vw
  }
}
@media (max-width:980px) {
  .giveaway-hero-red-list-items {
    margin-bottom: 3.0612244898vw;
    gap: 1.0204081633vw
  }
}
@media (max-width:640px) {
  .giveaway-hero-red-list-items {
    gap: 1.5625vw;
    margin-bottom: 4.6875vw
  }
}
.giveaway-hero-red-list-items .red-label {
  width: auto;
  margin-bottom: 0!important
}
.b8-about .content {
  padding-top: 0
}
.b8-about__main {
  margin-top: calc(var(--bs-gutter-y) * -1 + 60px)
}
@media (max-width:1600px) {
  .b8-about__main {
    --bs-gutter-x: 40px;
    margin-top: calc(var(--bs-gutter-y) * -1 + 40px)
  }
}
@media (max-width:980px) {
  .b8-about__main {
    --bs-gutter-x: 20px;
    margin-top: calc(var(--bs-gutter-y) * -1 + 30px)
  }
}
@media (max-width:640px) {
  .b8-about__main {
    margin-top: calc(var(--bs-gutter-y) * -1 + 20px)
  }
}
.b8-about__main img {
  max-width: 450px
}
@media (min-width:768px) {
  .b8-about__main img {
    max-width: 100%
  }
}
.b8-about__info {
  margin-right: 155px
}
@media (max-width:1600px) {
  .b8-about__info {
    margin-left: 0;
    margin-right: 0
  }
}
.b8-banner {
  position: relative;
  overflow: hidden
}
.b8-banner .bgi {
  bottom: 0;
  height: auto
}
@media (max-width:640px) {
  .b8-banner .bgi {
    bottom: auto
  }
}
@media (max-width:640px) {
  .b8-banner .bgi img,
  .b8-banner .bgi picture {
    height: auto
  }
}
.b8-banner .bgi img {
  -o-object-position: center top;
  object-position: center top
}
.b8-banner .bgi.up-to-photo::after {
  opacity: .85
}
@media (max-width:640px) {
  .b8-banner .bgi.up-to-photo::after {
    opacity: .2
  }
}
.b8-banner .bgi.bgi--shadow::before {
  display: none
}
@media (max-width:640px) {
  .b8-banner .bgi.bgi--shadow::before {
    display: block;
    height: 70%
  }
}
.b8-banner .content {
  padding-bottom: 139px
}
@media (max-width:1600px) {
  .b8-banner .content {
    padding-bottom: 60px
  }
}
@media (max-width:980px) {
  .b8-banner .content {
    padding-bottom: 40px
  }
}
@media (max-width:640px) {
  .b8-banner .content {
    padding-top: 31.25vw
  }
}
.b8-banner__main {
  max-width: 600px
}
@media (max-width:980px) {
  .b8-banner__main {
    max-width: 500px
  }
}
@media (max-width:640px) {
  .b8-banner__main {
    max-width: none
  }
}
.b8-banner__main .text-block :not(.grad) {
  text-shadow: 0 5px 20px #291c10
}
.b8-banner__description {
  max-width: 506px
}
.b8-team {
  position: relative
}
.b8-team .bgp.up-to-photo::after {
  opacity: .5
}
.b8-team .content {
  --person-image-top: -318px;
  --person-image-width: min(1085px, 57vw);
  --person-image-offset: 175px;
  --person-image-extra: -40px;
  width: calc(100% - var(--person-image-width));
  min-height: calc(var(--person-image-width) * .995);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}
@media (max-width:1600px) {
  .b8-team .content {
    --person-image-offset: 70px;
    --person-image-extra: 0px
  }
}
@media (max-width:1380px) {
  .b8-team .content {
    --person-image-width: 55vw
  }
}
@media (max-width:1299px) {
  .b8-team .content {
    --person-image-width: 45vw;
    --person-image-offset: 30px
  }
}
@media (max-width:980px) {
  .b8-team .content {
    --person-image-width: 40vw;
    --person-image-offset: 10px;
    --person-image-extra: -30px
  }
}
@media (max-width:640px) {
  .b8-team .content {
    width: 100%;
    min-height: auto
  }
}
.b8-team .swiper {
  max-width: 100%
}
.b8-team .swiper-team-persons {
  margin-top: 60px;
  margin-bottom: 30px;
  margin-left: 0;
  position: relative;
  z-index: 2
}
@media (max-width:1600px) {
  .b8-team .swiper-team-persons {
    margin-top: 40px
  }
}
@media (max-width:1380px) {
  .b8-team .swiper-team-persons {
    margin-top: 30px
  }
}
@media (max-width:980px) {
  .b8-team .swiper-team-persons {
    margin-top: 20px;
    margin-bottom: 20px
  }
}
.b8-team .swiper-team-persons .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -10px
}
.b8-team .swiper-team-persons .swiper-slide {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  margin-top: 10px;
  margin-right: 10px
}
@media (max-width:1380px) {
  .b8-team .swiper-team-persons .swiper-slide {
    width: 60px;
    height: 60px
  }
}
.b8-team .swiper-team-persons .swiper-slide::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 4px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  border-radius: inherit;
  opacity: 0;
  transition: opacity .2s ease-in
}
@media (max-width:980px) {
  .b8-team .swiper-team-persons .swiper-slide::after {
    border-width: 2px
  }
}
.b8-team .swiper-team-persons .swiper-slide img,
.b8-team .swiper-team-persons .swiper-slide picture {
  display: block;
  width: 100%;
  height: 100%
}
.b8-team .swiper-team-persons .swiper-slide.swiper-slide-thumb-active {
  cursor: default
}
.b8-team .swiper-team-persons .swiper-slide.swiper-slide-thumb-active::after {
  opacity: 1
}
.b8-team .swiper-team-content {
  overflow: visible;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}
.b8-team .swiper-team-content .swiper-wrapper {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}
.b8-team .swiper-team-content .swiper-slide {
  position: relative
}
.b8-team .swiper-team-content .swiper-slide dl {
  margin: 0;
  display: grid;
  gap: 10px 30px;
  grid-template-columns: 238px 1fr;
  padding: 28px 0;
  position: relative;
  line-height: 1.3;
  letter-spacing: -.03em;
  text-shadow: 0 5px 20px #291c10
}
@media (max-width:1600px) {
  .b8-team .swiper-team-content .swiper-slide dl {
    padding: 20px 0
  }
}
@media (max-width:980px) {
  .b8-team .swiper-team-content .swiper-slide dl {
    grid-template-columns: 120px 1fr
  }
}
.b8-team .swiper-team-content .swiper-slide dl::after,
.b8-team .swiper-team-content .swiper-slide dl::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);
  opacity: .5
}
.b8-team .swiper-team-content .swiper-slide dl::before {
  top: 0
}
.b8-team .swiper-team-content .swiper-slide dl::after {
  bottom: 0;
  display: none
}
.b8-team .swiper-team-content .swiper-slide dl:last-of-type::after {
  display: block
}
.b8-team .swiper-team-content .swiper-slide dl a:not([class]) {
  display: block;
  color: #fff;
  transition: color .2s ease-in
}
.b8-team .swiper-team-content .swiper-slide dl a:not([class]):hover {
  color: var(--baza-alyy)
}
.b8-team .swiper-team-content .swiper-slide dd,
.b8-team .swiper-team-content .swiper-slide dt {
  margin: 0
}
.b8-team .swiper-team-content .swiper-slide dt {
  text-transform: uppercase;
  font-weight: 900
}
.b8-team__item-nickname {
  margin-bottom: 15px
}
@media (max-width:980px) {
  .b8-team__item-nickname {
    margin-bottom: 10px
  }
}
.b8-team__item-description {
  margin: 20px 0 30px
}
@media (max-width:980px) {
  .b8-team__item-description {
    margin: 10px 0 20px
  }
}
.b8-team__item-image {
  position: absolute;
  top: var(--person-image-top);
  right: calc(var(--person-image-offset) * -1);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  width: calc(var(--person-image-width) - var(--person-image-offset) - var(--person-image-extra));
  pointer-events: none
}
@media (max-width:1299px) {
  .b8-team__item-image {
    top: -170px
  }
}
@media (max-width:980px) {
  .b8-team__item-image {
    top: -150px
  }
}
@media (max-width:640px) {
  .b8-team__item-image {
    width: 330px;
    height: 375px;
    right: auto;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
    opacity: .5
  }
}
.b8-team__item-image::before {
  content: "";
  display: block;
  padding-bottom: 113.68%
}
.b8-team__item-image > * {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%)
}
.b8-team__item-image img,
.b8-team__item-image picture {
  width: 100%;
  height: 100%
}
.b8-team__item-image img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center
}
.b8-team__item-image-shapes {
  width: 136.84%;
  height: 147.78%
}
@media (max-width:640px) {
  .b8-team__item-main {
    padding-top: 250px
  }
}
.b8-interview .bgi::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(17,17,17,.4);
  z-index: 1
}
.b8-interview__wrapper {
  min-height: 800px
}
@media (max-width:1600px) {
  .b8-interview__wrapper {
    min-height: 650px
  }
}
@media (max-width:1380px) {
  .b8-interview__wrapper {
    min-height: 500px
  }
}
@media (max-width:980px) {
  .b8-interview__wrapper {
    min-height: auto
  }
}
@media (max-width:640px) {
  .b8-interview__wrapper {
    padding-top: 46.875vw
  }
}
.b8-interview__main {
  margin-left: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 600px;
  line-height: 1.3
}
@media (max-width:1299px) {
  .b8-interview__main {
    max-width: 46.875vw
  }
}
@media (max-width:640px) {
  .b8-interview__main {
    max-width: none
  }
}
.b8-interview__main > * {
  margin-top: 35px
}
@media (max-width:1380px) {
  .b8-interview__main > * {
    margin-top: 20px
  }
}
@media (max-width:640px) {
  .b8-interview__main > * {
    margin-top: 15px
  }
}
.b8-interview__main > :first-child {
  margin-top: 0
}
.b8-interview__info {
  text-shadow: 0 5px 20px #291c10
}
.b8-interview__info > * {
  margin-top: 30px
}
@media (max-width:1380px) {
  .b8-interview__info > * {
    margin-top: 15px
  }
}
@media (max-width:640px) {
  .b8-interview__info > * {
    margin-top: 10px
  }
}
.b8-interview__info > :first-child {
  margin-top: 0
}
