/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

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

.flex-column,
.flex-row {
  -webkit-box-direction: normal!important;
}

@-ms-viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

@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:1256px) {
  .container {
    max-width: 1140px;
  }
}

.row {
  display: -webkit-box;
  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,
.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: 15px;
  padding-left: 15px;
}

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

.col-1,
.col-auto {
  -webkit-box-flex: 0;
}

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

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

.col-2,
.col-3 {
  -webkit-box-flex: 0;
}

.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,
.col-5 {
  -webkit-box-flex: 0;
}

.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,
.col-7 {
  -webkit-box-flex: 0;
}

.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,
.col-9 {
  -webkit-box-flex: 0;
}

.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,
.col-11 {
  -webkit-box-flex: 0;
}

.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 {
  -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:576px) {
  .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:768px) {
  .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:992px) {
  .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:1200px) {
  .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: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: -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: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: -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: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: -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:1256px) {
  .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;
  -ms-flex-direction: row!important;
  flex-direction: row!important;
}

.flex-column {
  -webkit-box-orient: vertical!important;
  -ms-flex-direction: column!important;
  flex-direction: column!important;
}

.flex-column-reverse,
.flex-row-reverse {
  -webkit-box-direction: reverse!important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal!important;
  -ms-flex-direction: row-reverse!important;
  flex-direction: row-reverse!important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical!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:576px) {
  .flex-sm-column,
  .flex-sm-row {
    -webkit-box-direction: normal!important;
  }

  .flex-sm-row {
    -webkit-box-orient: horizontal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical!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:768px) {
  .flex-md-column,
  .flex-md-row {
    -webkit-box-direction: normal!important;
  }

  .flex-md-row {
    -webkit-box-orient: horizontal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical!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:992px) {
  .flex-lg-column,
  .flex-lg-row {
    -webkit-box-direction: normal!important;
  }

  .flex-lg-row {
    -webkit-box-orient: horizontal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical!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:1200px) {
  .flex-xl-column,
  .flex-xl-row {
    -webkit-box-direction: normal!important;
  }

  .flex-xl-row {
    -webkit-box-orient: horizontal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical!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;
  }
}
.grecaptcha-badge,
.no-fade:after {
  display: none;
}

.column-view,
.main-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.submenu__item__link,
h2,
h3,
h4,
h5,
h6,
html>body {
  font-family: "Bai Jamjuree",sans-serif;
}

.w-full {
  width: 100%;
}

.aspect-ratio {
  height: 0;
  position: relative;
}

.aspect-ratio .ar-content {
  position: absolute;
  inset: 0;
}

.aspect-ratio.ar-046 {
  padding-bottom: 46%;
}

.aspect-ratio.ar-0516 {
  padding-bottom: 51.6%;
}

@media (min-width:768px) {
  .aspect-ratio.ar-md-046 {
    padding-bottom: 46%;
  }

  .aspect-ratio.ar-md-0516 {
    padding-bottom: 51.6%;
  }
}

@-webkit-keyframes loader-vignete-move {
  form {
    left: -100px;
  }

  to {
    left: 230px;
  }
}

@keyframes loader-vignete-move {
  form {
    left: -100px;
  }

  to {
    left: 230px;
  }
}

html {
  margin: 0!important;
}

html>body {
  font-size: 16px;
  background-color: #22242A;
  max-width: 100vw;
  overflow-x: hidden;
}

ul {
  list-style-type: none;
}

.clearfix {
  clear: both;
}

.content-wrapper {
  min-height: 400px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.loading-screen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 1s ease,opacity 1s ease;
  transition: visibility 1s ease,opacity 1s ease;
}

.loading-screen.hidden {
  visibility: hidden;
  opacity: 0;
}

.loading-screen .loading-item {
  position: relative;
  overflow: hidden;
}

.loading-screen .loading-item::before {
  position: absolute;
  left: -100px;
  top: 0;
  content: '';
  height: 100%;
  width: 231px;
  background: -webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,0)),color-stop(0,rgba(0,0,0,0)),color-stop(46%,#000));
  background: linear-gradient(90deg,rgba(0,0,0,0) 0,rgba(0,0,0,0) 0,#000 46%);
  -webkit-animation-name: loader-vignete-move;
  animation-name: loader-vignete-move;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.loading-screen .loading-item img {
  height: 22px;
}

.main-header {
  height: 100px;
  width: 100%;
  position: absolute;
}

h2,
h3,
h4,
h5,
h6 {
  text-align: left;
}

.about-header {
  display: none;
}

.image-wrapper {
  width: 100%;
  height: 100%;
}

img {
  max-width: 100%;
}

.flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex__row,
.main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
}

.column-view {
  -ms-flex-direction: column;
  flex-direction: column;
}

.space-right {
  padding-right: 20px;
}

.space-left {
  padding-left: 20px;
}

.padding-wrapper {
  padding: 0 16px 16px;
}

@media (min-width:768px) {
  .padding-wrapper {
    padding: 0 25px 25px;
  }
}

.relative-wrapper {
  position: relative;
}

.absolute-btn-wrapper {
  position: relative;
  margin-top: 50px;
}

.absolute-btn {
  position: absolute;
  right: 0;
}

.main-wrapper {
  background-color: #22242A;
  color: #fff;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex__row,
.submenu {
  -webkit-box-align: center;
}

.inner-wrapper {
  padding: 0 20px;
  max-width: 1296px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}

.inner-wrapper--wider {
  max-width: 1416px;
  padding: 0;
}

@media (max-width:1450px) {
  .inner-wrapper--wider {
    max-width: 1256px;
  }
}

.slick-slide {
  outline: 0;
}

.single-page-header-wrapper {
  position: relative;
  z-index: 5;
  background-color: #22242A;
  padding-top: 71px;
}

.admin-bar .single-page-header-wrapper {
  padding-top: 121px;
}

@media (min-width:768px) {
  .single-page-header-wrapper {
    padding-top: 126px;
  }

  .admin-bar .single-page-header-wrapper {
    padding-top: 176px;
  }
}

.flex__row {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -30px;
  padding: 35px 0;
}

.flex__row--inverted {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media (max-width:992px) {
  .flex__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.flex__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 30px;
}

.single-page-header {
  height: 480px;
  max-width: 1416px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 60px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background-color: #22242A;
}

.single-page-header__background {
  width: 100%;
  height: 100%;
  background-image: url("../../images/header_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
}

.single-page-header__background.no-fade {
  opacity: 1;
}

.single-page-header__background::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(56.87%,rgba(34,36,42,0)),to(rgba(34,36,42,.4)));
  background: linear-gradient(180deg,rgba(34,36,42,0) 56.87%,rgba(34,36,42,.4) 100%);
}

.focus-line,
.focus-line .line {
  position: relative;
}

@media (max-width:1450px) {
  .single-page-header {
    max-width: 1256px;
  }
}

@media (max-width:992px) {
  .single-page-header {
    height: 400px;
    padding: 50px 20px 20px;
  }
}

.single-page-header>.inner-wrapper {
  height: 100%;
}

.single-page-header>.inner-wrapper .single-page-header-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.single-page-header>.inner-wrapper .single-page-header-content .left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  z-index: 2;
  max-width: 100%;
}

.single-page-header>.inner-wrapper .single-page-header-content .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
  z-index: 2;
}

@media (max-width:1024px) {
  .single-page-header>.inner-wrapper .single-page-header-content .right {
    display: none;
  }
}

.single-page-header>.inner-wrapper .single-page-header-content .next-page-link {
  outline: 0;
  cursor: pointer;
  color: #979EB1;
  text-decoration: none;
  background: 0 0;
  border: none;
  font-size: 14px;
  font-family: "Bai Jamjuree",sans-serif;
  opacity: .6;
  -webkit-transition: color .2s ease,opacity .2s ease;
  transition: color .2s ease,opacity .2s ease;
}

.single-page-header>.inner-wrapper .single-page-header-content .next-page-link::after {
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-left: 10px;
  margin-top: -3px;
  background-position: center;
  background-image: url("../../images/ic_next.png");
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: middle;
  opacity: .4;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.single-page-header>.inner-wrapper .single-page-header-content .next-page-link:hover {
  color: #fff;
  opacity: 1;
}

.single-page-header>.inner-wrapper .single-page-header-content .next-page-link:hover::after {
  opacity: 1;
}

.single-page-header>.inner-wrapper .single-page-header-content .previous::after {
  -webkit-transform: rotateZ(-180deg);
  transform: rotateZ(-180deg);
}

.single-page-header>.inner-wrapper .single-page-header-content .sm-header {
  font-size: 18px;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.focus-line,
div:not(.focus-line) .reality-textarea,
div:not(.focus-line)>.reality-input {
  margin-bottom: 20px;
}

@media (max-width:767px) {
  .single-page-header>.inner-wrapper .single-page-header-content .sm-header {
    font-size: 16px;
    line-height: 26px;
  }
}

.single-page-header>.inner-wrapper .single-page-header-content .xl-header {
  margin-top: 5px;
  font-size: 52px;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
}

.submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 60px 0 100px;
}

@media (max-width:767px) {
  .single-page-header>.inner-wrapper .single-page-header-content .xl-header {
    font-size: 32px;
    line-height: 40px;
  }

  .submenu {
    display: none;
  }
}

.submenu__item {
  padding: 0 20px;
}

.submenu__item:first-of-type {
  padding-left: 0;
}

.submenu__item__link {
  background: 0 0;
  cursor: pointer;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  color: #979EB1;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
  text-decoration: none;
  padding: 6px 0;
  border: 2px solid transparent;
}

.submenu__item__link--disabled {
  opacity: .3;
  cursor: default;
}

.submenu__item__link.active {
  color: #fff;
  border-bottom: 2px solid #fff;
}

@media (max-width:1024px) {
  .submenu__item__link {
    font-size: 18px;
  }
}

.submenu__item:hover .submenu__item__link {
  color: #fff;
}

.submenu__item:hover .submenu__item__link--disabled {
  color: #979EB1;
}

.reality-rounded-btn,
.reality-rounded-button {
  padding: 8px 20px;
  border: 2px solid #979EB1;
  color: #979EB1;
  font-size: 14px;
  text-decoration: none;
  border-radius: 20px;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  display: inline-block;
  font-family: "Exo 2";
  background-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: pointer;
}

.reality-input,
.reality-textarea,
.rg-button,
.rg-input,
.rg-select,
.search-input {
  font-family: "Bai Jamjuree",sans-serif;
}

.reality-rounded-btn>a,
.reality-rounded-button>a {
  color: #979EB1;
  text-decoration: none;
  cursor: pointer;
}

.reality-rounded-btn:not(.not-hover):hover,
.reality-rounded-button:not(.not-hover):hover {
  -webkit-transform: scale(1.1) translateZ(0);
  transform: scale(1.1) translateZ(0);
  background-color: #979EB1!important;
  color: #fff!important;
  -webkit-box-shadow: 0 6px 6px rgba(0,0,0,.4);
  box-shadow: 0 6px 6px rgba(0,0,0,.4);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.reality-rounded-btn:not(.not-hover):hover>a,
.reality-rounded-button:not(.not-hover):hover>a {
  color: #fff;
}

.reality-rounded-btn:not(.not-hover):active,
.reality-rounded-btn:not(.not-hover):focus,
.reality-rounded-button:not(.not-hover):active,
.reality-rounded-button:not(.not-hover):focus {
  -webkit-box-shadow: inset 0 0 16px rgba(255,255,255,.7),0 0 16px rgba(255,255,255,.3);
  box-shadow: inset 0 0 16px rgba(255,255,255,.7),0 0 16px rgba(255,255,255,.3);
  outline: 0;
}

.reality-rounded-btn:not(.not-hover):visited,
.reality-rounded-button:not(.not-hover):visited {
  color: #979EB1;
}

.reality-rounded-btn.active,
.reality-rounded-button.active {
  color: #fff;
}

.reality-input,
.reality-textarea {
  color: #fff;
  font-size: 16px;
  padding: 3px 7px 5px 2px;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #393D46;
  height: 31px;
  width: 100%;
  border-radius: none!important;
  -webkit-transition: border-color .3s;
  transition: border-color .3s;
}

.reality-input:focus,
.reality-textarea:focus {
  outline: 0;
}

div:not(.focus-line) .reality-textarea:focus,
div:not(.focus-line)>.reality-input:focus {
  border-bottom-color: #fff;
}

.focus-line .wpcf7-form-control-wrap {
  display: block;
  height: inherit;
}

.focus-line .line {
  width: 0;
  height: 1px;
  border-bottom: 1px solid #fff;
  overflow: hidden;
  opacity: 0;
  bottom: 2px;
  -webkit-transition: width .4s,opacity .3s;
  transition: width .4s,opacity .3s;
}

.focus-line .reality-input:focus+.line,
.focus-line .reality-textarea:focus+.line {
  width: 100%;
  opacity: 1;
}

.rg-input,
.rg-select {
  background-color: rgba(34,36,42,.5)!important;
  height: 52px;
  padding: 12px 20px;
  border-radius: 8px;
  border: 1px solid #3F424C!important;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
  outline: 0!important;
  -webkit-appearance: none!important;
}

.rg-input::-webkit-input-placeholder,
.rg-select::-webkit-input-placeholder {
  color: rgba(151,158,177,.5);
  font-size: 18px;
  font-weight: 400;
}

.rg-input::-moz-placeholder,
.rg-select::-moz-placeholder {
  color: rgba(151,158,177,.5);
  font-size: 18px;
  font-weight: 400;
}

.rg-input:-ms-input-placeholder,
.rg-select:-ms-input-placeholder {
  color: rgba(151,158,177,.5);
  font-size: 18px;
  font-weight: 400;
}

.rg-input::-ms-input-placeholder,
.rg-select::-ms-input-placeholder {
  color: rgba(151,158,177,.5);
  font-size: 18px;
  font-weight: 400;
}

.rg-input::placeholder,
.rg-select::placeholder {
  color: rgba(151,158,177,.5);
  font-size: 18px;
  font-weight: 400;
}

.rg-input:active,
.rg-input:enabled,
.rg-select:active,
.rg-select:enabled {
  background-color: rgba(34,36,42,.5)!important;
  border: 1px solid #3F424C!important;
}

.rg-input:focus,
.rg-input:focus-visible,
.rg-select:focus,
.rg-select:focus-visible {
  background-color: rgba(34,36,42,.5)!important;
  border: 1px solid #fff!important;
}

.rg-input:-webkit-autofill,
.rg-input:-webkit-autofill:focus,
.rg-select:-webkit-autofill,
.rg-select:-webkit-autofill:focus {
  background-color: rgba(34,36,42,.5);
  -webkit-box-shadow: none!important;
}

.rg-select,
.rg-select option {
  color: #fff;
}

.rg-select option:first-of-type {
  color: rgba(151,158,177,.5);
}

.rg-input-label {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #979EB1;
  line-height: 20px;
  margin-bottom: 10px;
  display: inline-block;
}

.reality-circle-btn {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: 2px solid #979EB1;
  text-align: center;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.reality-circle-btn .growing-square {
  position: absolute;
  top: 25px;
  left: 25px;
  border-radius: 50%;
  background-color: #979EB1;
  width: 1px;
  height: 1px;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
}

.reality-circle-btn:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  color: #979EB1;
}

.reality-circle-btn:hover .growing-square {
  -webkit-transform: scale(55);
  transform: scale(55);
}

.basic-header {
  font-size: 32px;
  color: #979EB1;
  text-transform: uppercase;
  margin: 30px 0;
}

.smaller-header,
.smallest-header {
  margin-bottom: 10px;
  color: #fff;
  text-transform: uppercase;
}

.career-header {
  display: none;
}

.smaller-header {
  font-size: 24px;
}

.smallest-header {
  font-size: 18px;
}

.basic-text {
  font-size: 16px;
  color: #fff;
  font-weight: 100;
  line-height: 24px;
}

.basic-text h2,
.basic-text h3,
.basic-text h4 {
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
  color: #979EB1;
}

.reality-box {
  margin-bottom: 40px;
}

.reality-box a {
  text-decoration: none;
  color: #fff;
  position: relative;
  display: block;
  height: 216px;
  overflow: hidden;
  border-radius: 10px;
}

.reality-box a:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.reality-box a::before {
  content: '';
  z-index: 4;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 10px;
  background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),color-stop(47%,rgba(0,0,0,0)),color-stop(98%,rgba(0,0,0,.95)),to(rgba(0,0,0,.95)));
  background: linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,0) 47%,rgba(0,0,0,.95) 98%,rgba(0,0,0,.95) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}

.reality-box .reality-box-img-wrapper {
  height: 216px;
  overflow: hidden;
  border-radius: 10px;
  z-index: 3;
  position: relative;
}

.reality-box .reality-box-img-wrapper img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 216px;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease,-webkit-transform .3s ease;
  z-index: 2;
}

.reality-box .reality-box-data {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 25px;
  z-index: 5;
}

.pagination .current,
.pagination a {
  padding: 10px;
  width: 40px;
  height: 40px;
  display: inline-block;
}

.reality-box .reality-box-data .reality-box-header {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 5px;
  color: #fff;
}

.reality-box .reality-box-data .reality-box-sub-header {
  font-size: 16px;
  line-height: 26px;
  color: #979EB1;
  text-transform: uppercase;
}

.reality-box .reality-box-description {
  margin-top: 15px;
}

.pagination {
  text-align: center;
  margin: 50px 0;
}

.pagination a {
  color: #979EB1;
  border-radius: 50%;
  text-decoration: none;
}

.pagination a:hover {
  text-decoration: underline;
}

.pagination .current {
  border: 1px solid #979EB1;
  color: #979EB1;
  border-radius: 50%;
  text-decoration: none;
}

.pagination .next:hover:after,
.pagination .prev:hover:after {
  text-decoration: underline;
}

.pagination .next {
  font-size: 0;
}

.pagination .next:after {
  content: ">";
  font-size: 16px;
}

.pagination .prev {
  font-size: 0;
}

.pagination .prev:before {
  content: "<";
  font-size: 16px;
}

.rg-button--blue::before,
.rg-button--with-arrow::after {
  content: '';
  position: absolute;
}

.section {
  padding: 70px 0;
}

.rg-button {
  display: inline-block;
  border-radius: 30px;
  text-decoration: none;
  border-width: 2px;
  border-style: solid;
  border-color: #3F424C;
  outline: 0;
  padding: 12px 30px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  min-height: 52px;
  position: relative;
  -webkit-transition: border-color .2s ease;
  transition: border-color .2s ease;
}

.rg-button:hover {
  border-color: #fff;
}

.rg-button .arrow-icon {
  position: absolute;
  right: 20px;
  top: 5px;
  -webkit-transition: right .2s ease;
  transition: right .2s ease;
}

.rg-button--mini {
  font-size: 16px;
  line-height: 20px;
  padding: 10px 20px;
  min-height: 44px;
  max-height: 44px;
}

.rg-button--blue {
  position: relative;
  background-color: #0C6FF9;
  min-height: 60px;
  line-height: 30px;
  padding: 15px 30px;
  color: #fff;
  border: none;
  overflow: hidden;
  -webkit-transition: background-color .2s ease,color .2s ease;
  transition: background-color .2s ease,color .2s ease;
  font-size: 18px;
  white-space: nowrap;
}

@media (min-width:768px) {
  .rg-button--blue {
    font-size: 20px;
  }
}

.rg-button--blue .rg-button__text {
  position: relative;
  z-index: 2;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
  color: #fff;
}

.rg-button--blue::before {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  background-color: #fff;
  -webkit-transition: top .2s ease;
  transition: top .2s ease;
}

.rg-button--blue:hover .rg-button__text {
  color: #0C6FF9;
}

.rg-button--blue:hover::before {
  top: 0;
}

.rg-button--blue:hover::after {
  background-image: url("../../images/arrow_blue.png");
}

.rg-button--with-arrow {
  padding-right: 70px;
}

.rg-button--with-arrow::after {
  right: 25px;
  top: 50%;
  width: 25px;
  height: 16px;
  background-image: url("../../images/arrow_white.png");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: right .2s ease;
  transition: right .2s ease;
}

.rg-button--with-arrow:hover::after {
  right: 20px;
}

.rg-button--dark {
  background-color: #121317;
  border-color: #121317;
  -webkit-transition: background-color .2s ease,color .2s ease;
  transition: background-color .2s ease,color .2s ease;
}

.rg-button--dark:hover {
  border-color: #121317;
  background-color: #fff;
  color: #121317;
}

body .slider__arrow {
  width: 86px;
  height: 86px;
  background-color: #3F424C;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: 0;
  cursor: pointer;
  border: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  -webkit-box-shadow: 0 0 20px rgba(16,18,20,.5);
  box-shadow: 0 0 20px rgba(16,18,20,.5);
  -webkit-transition: background-color .2s ease;
  transition: background-color .2s ease;
}

body .slider__arrow img {
  position: relative;
  z-index: 1;
  -webkit-transition: -webkit-filter .2s ease;
  transition: -webkit-filter .2s ease;
  transition: filter .2s ease;
  transition: filter .2s ease,-webkit-filter .2s ease;
}

body .slider__arrow:hover {
  background-color: #fff;
}

body .slider__arrow:hover img {
  -webkit-filter: invert(1);
  filter: invert(1);
}

body .slider__arrow--left {
  left: 15px;
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}

body .slider__arrow--right {
  right: 15px;
}

body .slick-dots li {
  width: 40px;
  height: 4px;
  border-radius: 50px;
  border: none;
  background: #3F424C;
}

body .slick-dots li button {
  width: 100%;
  height: 100%;
}

body .slick-dots li button::before {
  display: none;
}

body .slick-dots li.slick-active {
  background-color: #0C6FF9;
}

.rg-header {
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 600;
}

@media (min-width:768px) {
  .rg-header {
    font-size: 36px;
    line-height: 1.16667;
    margin-bottom: 25px;
  }
}

.rg-header--center {
  text-align: center;
  margin: 0 auto 25px;
}

.rg-basic-text {
  color: #979EB1;
  font-weight: 400;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 26px;
}

@media (min-width:768px) {
  .rg-basic-text {
    font-size: 18px;
    line-height: 1.5556;
  }
}

#search-page {
  padding-top: 120px;
}

.search-button {
  cursor: pointer;
  background-color: transparent;
  border: none;
  position: absolute;
  right: 30px;
  bottom: 15px;
  outline: 0;
  z-index: 10;
  background-image: url("../../images/search_ic.svg");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: center;
  width: 36px;
  height: 36px;
  -webkit-transition: background-size .4s ease,background-image .4s ease;
  transition: background-size .4s ease,background-image .4s ease;
}

.search-button.clear {
  background-size: cover;
  background-image: url("../../images/ico_close.svg");
}

.search-input {
  position: absolute;
  bottom: 0;
  padding: 23px 80px 23px 60px!important;
  left: 0;
  font-size: 16px;
  line-height: 26px;
  background: 0 0;
  border: none!important;
  outline: 0;
  color: #fff!important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  -webkit-transition: .4s all ease;
  transition: .4s all ease;
}

.not-display,
.visible-from-md,
.visible-from-sm,
.visible-to-md,
.visible-to-sm {
  display: none!important;
}

.search-input::-webkit-input-placeholder {
  color: #fff;
}

.search-input::-moz-placeholder {
  color: #fff;
}

.search-input:-ms-input-placeholder {
  color: #fff;
}

.search-input::-ms-input-placeholder {
  color: #fff;
}

.search-input::placeholder {
  color: #fff;
}

.search-input.hidden {
  bottom: -15px;
  opacity: 0;
  visibility: hidden;
}

.visuallyhidden {
  position: absolute!important;
  overflow: hidden!important;
  clip: rect(0 0 0 0)!important;
  height: 1px!important;
  width: 1px!important;
  opacity: 0!important;
  margin: -1px!important;
  padding: 0!important;
  border: 0!important;
}

.bx-wrapper .bx-controls .bx-next,
.bx-wrapper .bx-controls .bx-prev {
  z-index: 99;
}

.media-contact-header {
  margin-top: 40px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #fff;
}

.media-contact-mail {
  color: #979EB1;
  text-decoration: none;
}

.media-contact-mail:hover {
  text-decoration: underline;
}

.image-dark-filter {
  -webkit-filter: grayscale(1) brightness(80%) contrast(120%) opacity(.25);
  filter: grayscale(1) brightness(80%) contrast(120%) opacity(.25);
  -webkit-transition: .3s;
  transition: .3s;
}

.image-dark-filter:hover {
  -webkit-filter: none;
  filter: none;
}

#cookie-notice #cn-notice-text a {
  color: #fff;
  text-decoration: underline;
}

.menu-image-hovered.menu-image-title-before .menu-image-hover-wrapper,
.menu-image-title-after.menu-image-title,
.menu-image-title-before.menu-image-not-hovered img {
  padding-left: 0;
}

.video-wrapper {
  width: 100%;
  height: 314px;
  border-radius: 20px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.play-button {
  position: absolute;
  cursor: pointer;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  outline: 0;
  background: 0 0;
  border: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 60px;
  height: 60px;
  padding: 0;
}

.play-button:hover {
  -webkit-transform: translate(-50%,-50%) scale(1.1);
  transform: translate(-50%,-50%) scale(1.1);
}

.faq__list {
  padding-top: 35px;
}

.faq__content {
  max-width: 1024px;
  margin: 0 auto;
}

.faq__item {
  padding: 0;
  border-bottom: 1px solid #2E3039;
}

.faq__item:first-of-type {
  border-top: 1px solid #2E3039;
}

.faq__item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq__item__header {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
}

@media (min-width:768px) {
  .play-button {
    width: 100px;
    height: 100px;
  }

  .faq__item__head {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .faq__item__header {
    font-size: 24px;
    line-height: 32px;
  }
}

.faq__item__content {
  display: none;
}

.faq__item__content .rg-basic-text {
  margin-bottom: 30px;
}

.faq__item__expand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: 0;
  background: 0 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border: 2px solid #2E3039;
  border-radius: 50%;
  -webkit-transition: border .2s ease,-webkit-transform .2s ease;
  transition: border .2s ease,-webkit-transform .2s ease;
  transition: border .2s ease,transform .2s ease;
  transition: border .2s ease,transform .2s ease,-webkit-transform .2s ease;
}

.faq__item__expand:hover {
  border: 2px solid #fff;
}

.faq__item__expand--expanded {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (max-width:1280px) {
  .example {
    color: green;
    font-size: 32px;
  }

  .inner-wrapper {
    padding: 0;
  }
}

@media only screen and (max-width:1023px) {
  .about-header,
  .career-header {
    display: block;
  }
}

@media only screen and (max-width:991px) {
  .hidden-xs {
    display: none!important;
  }

  .space-right {
    padding-right: 0;
    margin-bottom: 30px;
  }

  .space-left {
    padding-left: 0;
  }

  .visible-to-md {
    display: block!important;
  }
}

@media only screen and (min-width:992px) {
  .hidden-xl {
    display: none!important;
  }

  .visible-from-md {
    display: block!important;
  }
}

@media only screen and (min-width:768px) {
  .visible-from-sm {
    display: block!important;
  }
}

@media only screen and (max-width:767px) {
  .visible-to-sm {
    display: block!important;
  }
}

.block {
  display: block!important;
}

.grid {
  display: grid!important;
}

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

.hidden {
  display: none!important;
}

@media (min-width:768px) {
  .grid-md {
    display: grid!important;
  }

  .flex-md {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
  }

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

  .hidden-md {
    display: none!important;
  }
}
.lb-loader,
.lightbox {
  text-align: center;
  line-height: 0;
}

.lb-dataContainer:after,
.lb-outerContainer:after {
  content: "";
  clear: both;
}

html.lb-disable-scrolling {
  overflow: hidden;
  position: fixed;
  height: 100vh;
  width: 100vw;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: .8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  font-weight: 400;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff;
}

.lb-loader,
.lb-nav {
  position: absolute;
  left: 0;
}

.lb-outerContainer:after {
  display: table;
}

.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url("../images/loading.gif") no-repeat;
}

.lb-nav {
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container>.nav {
  left: 0;
}

.lb-nav a {
  outline: 0;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-next,
.lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url("../images/prev.png") left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity .6s;
  transition: opacity .6s;
}

.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url("../images/next.png") right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity .6s;
  transition: opacity .6s;
}

.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  display: table;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url("../images/close.png") top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: .7;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  line-height: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
@charset "UTF-8";

.slick-dots,
.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  padding: 0;
}

.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
  font-family: slick;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-loading .slick-list {
  background: url("ajax-loader.gif") center center no-repeat #fff;
}

@font-face {
  font-family: slick;
  src: url("fonts/slick.eot");
  src: url("fonts/slick.eot?#iefix") format("embedded-opentype"),url("fonts/slick.woff") format("woff"),url("fonts/slick.ttf") format("truetype"),url("fonts/slick.svg#slick") format("svg");
  font-weight: 400;
  font-style: normal;
}

.slick-next,
.slick-prev {
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: 0 0;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  border: none;
  outline: 0;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  outline: 0;
  background: 0 0;
  color: transparent;
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: .25;
}

.slick-next:before,
.slick-prev:before {
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: .75;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

.slick-next:before,
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

[dir=rtl] .slick-next:before {
  content: "←";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  bottom: -25px;
  list-style: none;
  text-align: center;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: 0 0;
  display: block;
  height: 20px;
  width: 20px;
  outline: 0;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: .25;
}

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: .75;
}
.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block;
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  left: 0;
  top: 0;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.main-nav-wrapper {
  border-radius: 0;
  position: absolute;
  z-index: 100;
  left: 50%;
  width: 100%;
  max-width: 1256px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: max-width 0.2s ease, border-radius 0.2s ease;
  transition: max-width 0.2s ease, border-radius 0.2s ease;
  background-color: #000000;
  top: 0;
}

@media (min-width: 768px) {
  .main-nav-wrapper {
    top: 30px;
    background-color: transparent;
  }
}

.admin-bar .main-nav-wrapper {
  top: 80px;
}

.main-nav-wrapper.sticky {
  position: fixed;
  z-index: 10;
  top: 0;
  margin-top: 0;
}

.main-nav-inner-wrapper {
  position: relative;
  height: 66px;
  max-width: 1256px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .main-nav-inner-wrapper {
    height: 55px;
  }
}

.main-nav {
  width: 100%;
  background-color: #000;
  height: 100%;
  border-radius: 60px;
  bottom: 0;
}

.main-nav .reality-small-logo {
  display: inline-block;
  position: absolute;
  z-index: 11;
  width: 134px;
  height: 30px;
  left: 36px;
  top: 18px;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  background-image: url("../images/Logo_reality.svg");
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
}

@media (max-width: 767px) {
  .main-nav .reality-small-logo {
    top: 13px;
  }
}

.main-nav .reality-small-logo h1 {
  text-indent: -999px;
}

.main-nav .reality-small-logo.hidden {
  opacity: 0;
  visibility: hidden;
}

.main-nav .mobile-nav {
  position: absolute;
  z-index: -1;
  bottom: auto;
  top: 30px;
  width: 100%;
  background-color: #22242A;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  display: none;
  overflow: hidden;
  -webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.25);
}

.main-nav .mobile-nav.fliped {
  bottom: auto;
  top: 30px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}

.main-nav .mobile-nav-list {
  padding: 50px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main-nav .mobile-nav-list li > a,
.main-nav .mobile-nav-list li > span {
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
  position: relative;
  font-weight: 100;
  padding: 20px !important;
}

.main-nav .mobile-nav-list li > a:hover img,
.main-nav .mobile-nav-list li > span:hover img {
  -webkit-filter: brightness(200);
  filter: brightness(200);
}

.main-nav .mobile-nav-list li.current-menu-ancestor a {
  color: #ffffff;
}

.main-nav .mobile-nav-list li.current-menu-ancestor a::after {
  -webkit-filter: brightness(200%);
  filter: brightness(200%);
}

.main-nav .mobile-nav-list li.current-menu-item a {
  background-color: transparent;
  color: #979EB1;
}

.main-nav .mobile-nav-list li.menu-item-has-children > a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-nav .mobile-nav-list li.menu-item-has-children > a::after {
  position: absolute;
  content: '';
  right: -20px;
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("../images/ic_arrow_down.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

.main-nav .mobile-nav-list li.menu-item-has-children > a.ico-down::after {
  background-image: url("../images/ic_arrow_up.svg");
}

.main-nav .mobile-nav-list li.menu-item-has-children > a:hover::after {
  -webkit-filter: brightness(200%);
  filter: brightness(200%);
}

.main-nav .mobile-nav-list li ul {
  background-color: #191B1F;
  max-height: 0;
  margin: 0;
  text-align: left;
  -webkit-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
  overflow: hidden;
}

.main-nav .mobile-nav-list li ul.expanded {
  max-height: 450px;
}

.main-nav .mobile-nav-list li ul li {
  text-align: center;
}

.main-nav .mobile-nav-list li ul li > a {
  text-align: center;
  display: block;
  font-size: 16px;
  line-height: 26px;
  padding: 20px 35px;
  font-weight: 600;
  text-decoration: none;
  color: #979EB1;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.main-nav .mobile-nav-list li ul li > a:hover {
  color: #ffffff;
}

.main-nav .menu-item-arrow {
  display: none;
}

.main-nav .menu-item-arrow--linking {
  display: none;
  margin-left: 10px;
}

.main-nav .menu-item-arrow--active {
  display: block;
}

.main-nav .hamburger-btn {
  position: absolute;
  width: 45px;
  height: 45px;
  z-index: 10;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  border: none;
  display: none;
}

@media (max-width: 767px) {
  .main-nav .hamburger-btn {
    top: 12px;
    left: 20px;
    width: 30px;
    height: 30px;
  }

  .main-nav .hamburger-btn img {
    width: 32px;
    top: 0;
  }
}

.main-nav .hamburger-btn img {
  opacity: 1;
  visibility: visible;
  position: absolute;
  top: 4px;
  left: 5px;
  width: 41px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main-nav .hamburger-btn img.visible {
  opacity: 1;
  visibility: visible;
}

.main-nav .main-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 62%;
  margin: 0 auto;
  bottom: 0;
  border-radius: 40px;
  min-height: 66px;
  -webkit-transition: 0.4s bottom ease, opacity 0.4s ease, visibility 0.4s ease;
  transition: 0.4s bottom ease, opacity 0.4s ease, visibility 0.4s ease;
}

.main-nav .main-nav-list .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 4px;
}

.main-nav .main-nav-list .menu-item-has-children .sub-menu {
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background: #000000;
  -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
  margin-top: 30px;
  z-index: -1;
  padding: 25px 60px 25px 25px;
  border-radius: 15px;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, margin-top 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, margin-top 0.3s ease;
}

.main-nav .main-nav-list .menu-item-has-children .sub-menu > .menu-item {
  text-align: left;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.main-nav .main-nav-list .menu-item-has-children .sub-menu > .menu-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #979EB1;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  padding: 12px 0;
  white-space: nowrap;
  font-weight: 600;
}

.main-nav .main-nav-list .menu-item-has-children .sub-menu > .menu-item > a .menu-item-arrow {
  position: relative;
  left: 12px;
  top: 3px;
  width: 14px;
  height: 12px;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease, left 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease, left 0.2s ease;
}

.main-nav .main-nav-list .menu-item-has-children .sub-menu > .menu-item > a:hover {
  color: #ffffff;
}

.main-nav .main-nav-list .menu-item-has-children .sub-menu > .menu-item > a:hover .menu-item-arrow {
  opacity: 1;
  visibility: visible;
  left: 16px;
}

.main-nav .main-nav-list .menu-item-has-children .sub-menu > .menu-item > a .menu-item-description {
  display: block;
  text-transform: none;
  color: #979EB1;
  padding-top: 13px;
  line-height: 19px;
  font-size: 14px;
}

.main-nav .main-nav-list .menu-item-has-children .sub-menu > .menu-item:first-of-type a {
  padding-top: 0;
}

.main-nav .main-nav-list .menu-item-has-children .sub-menu > .menu-item:last-of-type a {
  padding-bottom: 0;
}

.main-nav .main-nav-list.hidden {
  bottom: -15px;
  opacity: 0;
  visibility: hidden;
}

.main-nav .main-nav-list > li,
.main-nav .mobile-nav-list > li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
  height: 100%;
  position: relative;
}

.main-nav .main-nav-list > li.menu-item-has-children > a::after,
.main-nav .mobile-nav-list > li.menu-item-has-children > a::after {
  content: '';
  display: inline-block;
  width: 11px;
  height: 6px;
  margin-left: 10px;
  background-image: url("../images/menu_arrow.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.main-nav .main-nav-list > li > a,
.main-nav .main-nav-list > li > span,
.main-nav .mobile-nav-list > li > a,
.main-nav .mobile-nav-list > li > span {
  color: #979EB1;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  padding: 25px 11px;
  text-transform: uppercase;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  cursor: pointer;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  white-space: nowrap;
}

.main-nav .main-nav-list > li > a:hover,
.main-nav .main-nav-list > li > span:hover,
.main-nav .mobile-nav-list > li > a:hover,
.main-nav .mobile-nav-list > li > span:hover {
  color: #ffffff;
}

.main-nav .main-nav-list > li > a:hover .sub-nav,
.main-nav .main-nav-list > li > span:hover .sub-nav,
.main-nav .mobile-nav-list > li > a:hover .sub-nav,
.main-nav .mobile-nav-list > li > span:hover .sub-nav {
  opacity: 1;
  visibility: visible;
}

.main-nav .main-nav-list > li .hover,
.main-nav .mobile-nav-list > li .hover {
  color: #ffffff;
}

.main-nav .main-nav-list > li .hover .sub-nav,
.main-nav .mobile-nav-list > li .hover .sub-nav {
  opacity: 1;
  visibility: visible;
}

.main-nav .main-nav-list > li.current-menu-item > a,
.main-nav .main-nav-list > li.current-menu-item > span,
.main-nav .mobile-nav-list > li.current-menu-item > a,
.main-nav .mobile-nav-list > li.current-menu-item > span {
  color: #ffffff;
  font-weight: 600;
}

.sub-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}

.sub-nav.careers-sub-nav {
  margin-bottom: 0;
}

.sub-nav li {
  text-align: center;
  padding: 13px;
}

.sub-nav li button {
  font-family: "Bai Jamjuree", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  line-height: 26px;
  color: rgba(151, 158, 177, 0.25);
  font-weight: 500;
  -webkit-transition: color .3s ease, font-weight .3s ease;
  transition: color .3s ease, font-weight .3s ease;
  letter-spacing: 1px;
  width: 100%;
  display: block;
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
}

.sub-nav li button:hover {
  color: #979EB1;
}

.sub-nav li button.active {
  color: #979EB1;
}

@media only screen and (max-width: 1280px) {
  .main-nav-wrapper {
    max-width: 100%;
    -webkit-transform: none;
    transform: none;
    left: 0;
    right: 0;
    width: auto;
  }
}

@media only screen and (max-width: 1199px) {
  .main-nav .menu-item-description {
    display: block;
  }

  .main-nav .reality-small-logo {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .main-nav .mobile-nav {
    display: block;
    max-height: 0;
    -webkit-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
  }

  .main-nav .mobile-nav.open {
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: auto;
    background: #000;
    width: 100vw;
    height: 100vh;
    max-height: unset;
  }

  .main-nav .hamburger-btn {
    display: block;
    opacity: 1;
    top: 10px;
    left: 15px;
    visibility: visible;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, top 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease, top 0.3s ease;
  }

  .main-nav .hamburger-btn:hover {
    opacity: 1;
  }

  .main-nav .hamburger-btn.hidden {
    top: -5px;
    opacity: 0;
    visibility: hidden;
  }

  .main-nav .main-nav-list {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .search-button {
    right: 16px;
  }

  .sub-nav {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .search-button {
    top: 11px;
    right: 20px;
    width: 30px;
    height: 30px;
  }
}
.page-hero-section.phs- .phs-title {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 40px;
}

@media (min-width: 768px) {
  .page-hero-section.phs- .phs-title {
    font-size: 52px;
    line-height: 60px;
  }
}
.page-section.ps- {
  padding-top: 60px;
  padding-bottom: 60px;
}

.ps-dark {
  background: #121317;
}

.ps-title-wrapper {
  margin-bottom: 60px;
}

.ps-title {
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 10px;
}

@media (min-width:768px) {
  .page-section.ps- {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .ps-title {
    font-size: 36px;
    line-height: 1.16667;
    margin-bottom: 40px;
  }
}

.ps-comment {
  color: #979EB1;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
}

.ps-video-wrapper {
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
}

@media (min-width:768px) {
  .ps-comment {
    font-size: 18px;
    line-height: 1.5556;
  }

  .ps-video-wrapper {
    max-width: 100%;
    width: 100%;
  }
}
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #555;
}

::-webkit-scrollbar-thumb {
  background: #393D46;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.custom-select-container {
  position: relative;
  box-sizing: border-box;
}

.custom-select-container * {
  box-sizing: border-box;
}

.custom-select-container.is-disabled {
  opacity: .333;
}

.custom-select-opener {
  background-color: #ccc;
  padding: .5em;
  display: block;
  cursor: pointer;
  width: 100%;
}

.custom-select-container select {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.custom-select-panel {
  max-height: 0;
  transition: max-height .5s ease-out,overflow-y .1s .5s;
  overflow: hidden;
  background-color: #e9e9e9;
  position: absolute;
  top: 100%;
  z-index: 1;
  width: 100%;
}

.custom-select-container.is-open .custom-select-panel {
  max-height: 10.7em;
  overflow-y: auto;
}

.custom-select-option {
  padding: .5em;
}

.custom-select-option.has-focus {
  background-color: #add8e6;
}

.custom-select-option.is-selected::before {
  content: "✔";
  padding-right: .5em;
}

.custom-select-optgroup>.custom-select-option {
  padding-left: 2em;
}

.custom-select-optgroup::before {
  content: attr(data-label);
  display: block;
  padding: .5em;
  color: #888;
}

.conditional-form {
  position: relative;
}

.conditional-form .case-panel:not(.active),
.conditional-form .common-case-panel:not(.active) {
  display: none;
}

.conditional-form input,
.conditional-form select,
.conditional-form textarea {
  margin-top: 0;
  margin-bottom: 0;
}

.conditional-form .wpcf7-submit {
  margin-top: 30px;
}

.conditional-form .wpcf7-submit[disabled] {
  opacity: .5;
}

.conditional-form .form-item-wrapper {
  margin-bottom: 30px;
}

.conditional-form .custom-select-container.option-selected .custom-select-opener {
  color: #fff;
}

.conditional-form .custom-select-opener {
  border-radius: 8px;
  border: 1px solid #3F424C;
  padding: 17px 20px;
  background: rgba(34,36,42,.5);
  color: #979EB1;
  position: relative;
}

.conditional-form .custom-select-opener:after {
  content: '';
  display: block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNScgaGVpZ2h0PSc4JyB2aWV3Qm94PScwIDAgMTUgOCcgZmlsbD0nbm9uZSc+PHBhdGggZD0nTTcuOTgyNzQgOEM3LjczMTIxIDggNy40Nzk3MiA3LjkwMzk2IDcuMjg3OTUgNy43MTIyOUwxLjI1MzQ4IDEuNjc3NzZDMC44Njk2MDggMS4yOTM4OCAwLjg2OTYwOCAwLjY3MTUwMyAxLjI1MzQ4IDAuMjg3Nzg3QzEuNjM3MiAtMC4wOTU5MjkgMi4yNTk0NSAtMC4wOTU5MjkgMi42NDMzNiAwLjI4Nzc4N0w3Ljk4Mjc0IDUuNjI3NDhMMTMuMzIyMSAwLjI4Nzk3M0MxMy43MDYgLTAuMDk1NzQyNSAxNC4zMjgyIC0wLjA5NTc0MjUgMTQuNzExOSAwLjI4Nzk3M0MxNS4wOTYgMC42NzE2OSAxNS4wOTYgMS4yOTQwNyAxNC43MTE5IDEuNjc3OTRMOC42Nzc1MiA3LjcxMjQ4QzguNDg1NjYgNy45MDQxOCA4LjIzNDE3IDggNy45ODI3NCA4WicgZmlsbD0nIzk3OUVCMScvPjwvc3ZnPg==");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 0;
  width: 15px;
  height: 100%;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s;
}

.conditional-form .custom-select-option:before,
.wpcf7-select option:first-child {
  display: none;
}

.conditional-form .custom-select-opener[aria-expanded=true]:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.conditional-form .custom-select-panel {
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: max-height .3s ease-out,overflow-y .1s .3s;
  transition: max-height .3s ease-out,overflow-y .1s .3s;
  background: 0 0;
}

.conditional-form .custom-select-option {
  cursor: pointer;
  padding: 12px 20px;
  background: #373A42;
  color: #979EB1;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.conditional-form .custom-select-option:hover {
  color: #fff;
  background: #3F424B;
}

.conditional-form .custom-select-option[data-value="---"] {
  pointer-events: none;
  display: none;
}

.wpcf7-select {
  color: #979EB1;
  font-weight: 400;
}

.wpcf7-select.option-selected {
  color: #fff;
}

.wpcf7-acceptance input[type=checkbox] {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin-right: 15px;
  margin-top: 6px;
  width: 18px;
  height: 18px;
  background: 0 0;
}

.wpcf7-acceptance input[type=checkbox]:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #22242A;
  border: 1px solid #3F424C;
  border-radius: 4px;
}

.wpcf7-acceptance input[type=checkbox]:before:checked {
  background: #000;
  border-color: #000;
}

.wpcf7-acceptance input[type=checkbox]:disabled {
  color: #b8b8b8;
  cursor: auto;
}

.wpcf7-acceptance input[type=checkbox]:disabled:before {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ddd;
}

.wpcf7-acceptance input[type=checkbox]:checked:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 8px;
  background: #fff;
  width: 2px;
  height: 2px;
  -webkit-box-shadow: 2px 0 0 #fff,4px 0 0 #fff,4px -2px 0 #fff,4px -4px 0 #fff,4px -6px 0 #fff,4px -8px 0 #fff;
  box-shadow: 2px 0 0 #fff,4px 0 0 #fff,4px -2px 0 #fff,4px -4px 0 #fff,4px -6px 0 #fff,4px -8px 0 #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

span.wpcf7-list-item {
  margin: 0;
  color: #757575;
}

.wpcf7-list-item-label a {
  color: #0C6FF9;
  text-decoration: underline;
}

.contact-checkbox-wrapper label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-checkbox-wrapper .wpcf7-list-item-label {
  font-weight: 400;
  color: #979EB1;
  font-size: 16px;
  line-height: 26px;
}

@media (min-width:768px) {
  .contact-checkbox-wrapper .wpcf7-list-item-label {
    font-size: 18px;
    line-height: 1.5556;
  }
}

.form-content span.wpcf7-not-valid-tip {
  margin-top: 5px;
}

div.wpcf7-acceptance-missing,
div.wpcf7-validation-errors {
  color: #fff;
  font-weight: 200;
  margin-top: 5px;
}

div.wpcf7-response-output,
div.wpcf7-validation-errors {
  margin: 0 0 40px;
  border: none;
  padding: 0;
  color: #fff;
  font-weight: 200;
}

span.wpcf7-not-valid-tip {
  color: #fff;
  font-weight: 200;
}
#page-404 {
  padding-top: 150px;
}

#page-404 .console-window {
  width: 100%;
  min-height: 480px;
  border: none;
  background-color: #000;
  color: #fff;
  padding: 25px;
  margin-bottom: 50px;
}

#page-404 .buttons-block>:first-child {
  margin-right: 15px;
}

#page-404 .var-highlight {
  color: #C0AD60;
}

#page-404 .string-highlight {
  color: rgba(253,149,90,.8);
}

#page-404 #console-text {
  font-size: 16px;
  background: 0 0;
  margin: 0;
  overflow: hidden;
  font-family: "Courier New";
}

#page-404 #console-text:after {
  content: "|";
  -webkit-animation: blink .5s linear infinite alternate;
  animation: blink .5s linear infinite alternate;
}

#page-404 .go-home-console,
#page-404 .go-home-console:active,
#page-404 .go-home-console:focus,
#page-404 .go-home-console:hover,
#page-404 .go-home-console:visited {
  color: #fff;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media only screen and (max-width:1280px) {
  #page-404 {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 92%;
  }
}

@media only screen and (max-width:767px) {
  #page-404 .console-window {
    min-height: 350px;
    padding: 20px 5px;
  }

  #page-404 #console-text {
    font-size: 12px;
  }

  #page-404 .drawing {
    font-size: 10px;
  }
}
.apply-friend {
  padding-top: 180px;
}

.apply-friend .apply-form-privacy-link {
  text-decoration: underline;
  color: #fff;
}

.apply-friend .basic-header {
  margin-top: 0;
}

.apply-friend .apply-friend-form-wrapper {
  margin-top: 50px;
}

.apply-friend .apply-friend-radio-wrapper {
  margin-top: 40px;
}

.apply-friend .wpcf7 .wpcf7-list-item {
  display: block;
  margin-bottom: 25px;
  margin-left: 0;
}

.apply-friend .wpcf7-form label {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.apply-friend .wpcf7-list-item-label {
  line-height: 23px;
}

.apply-friend .wpcf7-form input[type=checkbox] {
  position: relative;
  visibility: hidden;
  margin-right: 15px;
}

.apply-friend .wpcf7-form input[type=checkbox]+span:before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 20px;
  width: 20px;
  top: 0;
  left: 0;
  border: 1px solid #979EB1;
}

.apply-friend .wpcf7-form input[type=checkbox]+span:after {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 11px;
  width: 11px;
  top: 5px;
  left: 5px;
  visibility: hidden;
}

.apply-friend .wpcf7-form input[type=checkbox]:checked+span:before {
  background: 0 0;
}

.apply-friend .wpcf7-form input[type=checkbox]:checked+span:after {
  background: #fff;
  visibility: visible;
}

.apply-friend .apply-friend-position-name {
  width: 100%;
  padding: 10px 0;
  border-bottom: 2px solid #979EB1;
  margin-bottom: 15px;
}

.apply-friend .apply-image-wrapper {
  text-align: right;
}

@media (max-width:992px) {
  .apply-friend .apply-image-wrapper {
    text-align: center;
    margin-top: 50px;
  }
}

.apply-friend .apply-friend-submit-wrapper {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 20px;
}

@media (max-width:992px) {
  .apply-friend .apply-friend-submit-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: center;
    margin-top: 50px;
    padding-top: 0;
  }
}

.apply-friend div.wpcf7 .ajax-loader {
  background-image: url("../../images/spinner.gif");
  margin: 0 15px 0 0;
}

.apply-friend span.wpcf7-not-valid-tip {
  color: #fff;
  font-size: 15px;
  padding-top: 8px;
  font-weight: 200;
}

.apply-friend .wpcf7-response-output {
  border: none!important;
  padding: 0!important;
}
.awards-subpage .padding-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.awards__top .rg-header {
  padding-bottom: 50px;
  text-align: center;
}

.awards__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -30px 50px;
}

.awards__item {
  padding: 30px;
}

.awards__item__content {
  width: 100%;
  text-align: center;
}

.awards__item__images {
  margin-bottom: 20px;
}

.awards-trophies__image__base,
.awards__image__base {
  margin-bottom: 15px;
}

.awards__item__images img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.awards-trophies__list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.awards-trophies__item__content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.awards-trophies__item__description {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}

.awards-gallery {
  padding-bottom: 0;
}

.awards-gallery .about-content {
  margin-top: 0;
  padding-bottom: 100px;
}

.about-rg {
  padding-bottom: 0;
}
.reality-post,
.reality-post a {
  -webkit-mask-image: -webkit-radial-gradient(circle,#fff,#fff);
  overflow: hidden;
}

.reality-post-content::before,
a.button-facebook::before,
a.button-googleplus::before,
a.button-linkedin::before,
a.button-twitter::before {
  content: '';
}

.reality-posts-wrapper {
  padding: 200px 0 100px;
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(180px,1fr));
  grid-auto-rows: minmax(180px,auto);
  grid-auto-flow: dense;
}

.reality-post {
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 20px;
  cursor: pointer;
  grid-column-end: span 2;
}

.reality-post a {
  display: block;
  width: 100%;
  height: 100%;
}

.reality-post:hover .reality-post-background {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.reality-post:nth-of-type(2) {
  grid-column-end: span 2;
  grid-row-end: span 3;
}

.reality-post:nth-of-type(3),
.reality-post:nth-of-type(4) {
  grid-column-end: span 2;
  grid-row-end: span 2;
}

.reality-post:nth-of-type(5) {
  grid-row-end: span 1;
}

.reality-post-content {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.reality-post-content::before {
  z-index: 4;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 10px;
  background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),color-stop(47%,rgba(0,0,0,0)),color-stop(98%,rgba(0,0,0,.95)),to(rgba(0,0,0,.95)));
  background: linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,0) 47%,rgba(0,0,0,.95) 98%,rgba(0,0,0,.95) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

.reality-post-background {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease,-webkit-transform .3s ease;
  background-image: url("../../images/RealityBG_blog.jpg");
}

.reality-post-footer {
  position: absolute;
  bottom: 0;
  z-index: 10;
  padding: 0 20px;
  width: 100%;
}

.reality-post-header {
  font-size: 24px;
  font-weight: 100;
  padding-left: 7px;
  color: #fff;
}

.reality-single-post {
  font-size: 16px;
  line-height: 19px;
  text-align: justify;
  font-weight: 100;
}

.reality-single-post .entry-content b,
.reality-single-post .entry-content strong {
  font-weight: 700;
}

.reality-single-post .entry-content {
  word-break: break-word;
  line-height: 1.4;
  text-align: justify!important;
}

.reality-single-post .entry-content img {
  max-width: 100%;
  height: auto;
}

.reality-single-post .entry-content ul {
  list-style-type: disc;
  margin: 10px 10px 10px 20px;
}

.reality-single-post .entry-content ul li {
  margin-bottom: 20px;
}

.reality-single-post .entry-content p {
  padding-bottom: 10px;
}

.reality-single-post .entry-content i {
  font-style: italic;
}

.reality-single-post .entry-content u {
  text-decoration: underline;
}

.reality-single-post .entry-content .alignleft {
  margin-right: 10px;
  float: left;
}

.reality-single-post .entry-content .alignright {
  margin-left: 10px;
  float: right;
}

.reality-single-post .entry-content .aligncenter {
  display: block;
  margin: 0 auto;
}

.reality-single-post .entry-content a {
  color: #fff;
  text-decoration: underline;
}

.reality-single-post .reality-single-post-header {
  font-size: 32px;
  color: #979EB1;
  margin-bottom: 40px;
  margin-top: 0;
  line-height: 36px;
  text-align: left;
}

@media (max-width:767px) {
  .reality-single-post .reality-single-post-header {
    font-size: 28px;
  }
}

.reality-single-post .post-thumbnail {
  margin-bottom: 40px;
}

.reality-single-post .post-thumbnail img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 370px;
  width: 100%;
  border-radius: 15px;
}

.reality-single-post h1,
.reality-single-post h2 {
  font-size: 32px;
  color: #979EB1;
  margin: 35px 0;
  letter-spacing: 1px;
}

.reality-single-post h3,
.reality-single-post h4,
.reality-single-post h5 {
  font-size: 24px;
  color: #fff;
  font-weight: 100;
  letter-spacing: 1px;
  margin: 30px 0;
}

.reality-news-item h1,
.reality-news-item h2 {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  margin: 35px 0;
  letter-spacing: 1px;
  text-transform: none;
}

.reality-news-item h3,
.reality-news-item h4 {
  font-size: 24px;
  text-transform: none;
  font-weight: 700;
}

.reality-news-item h5,
.reality-news-item h6 {
  font-size: 20px;
  text-transform: none;
  font-weight: 700;
}

.reality-news-item .reality-single-post-header {
  font-size: 38px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
}

@media (max-width:767px) {
  .reality-news-item .reality-single-post-header {
    font-size: 28px;
  }
}

.reality-news-item .reality-post-date {
  text-transform: uppercase;
}

.reality-news-item .post-thumbnail img {
  height: auto;
}

.reality-post-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  margin-bottom: 20px;
}

.reality-post-details li {
  margin-right: 20px;
  font-size: 13px;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #979EB1;
}

.reality-post-details li img {
  margin-right: 5px;
  height: 25px;
  vertical-align: middle;
}

.blog-aside-wrapper {
  background-color: #191B1F;
  border-radius: 20px;
  padding: 5px 30px 15px;
  margin-bottom: 20px;
}

.blog-aside-wrapper .blog-aside-item a,
.blog-aside-wrapper .other-posts-item {
  padding: 15px 0;
}

.blog-aside-wrapper a {
  text-decoration: none;
  display: block;
}

.archieves-list li a:hover,
.blog-aside-wrapper .other-posts-item a:hover h4,
.categories-list a:hover h4 {
  text-decoration: underline;
}

.blog-aside-wrapper a:last-of-type .blog-aside-item {
  border-bottom: none;
}

.blog-aside-wrapper .blog-aside-text {
  color: rgba(255,255,255,.5);
}

.blog-aside-wrapper .blog-aside-item {
  border-bottom: 1px solid rgba(255,255,255,.5);
}

.blog-aside-wrapper .blog-aside-item:last-of-type {
  border-bottom: none;
}

.blog-aside-wrapper .blog-aside-small-header {
  font-size: 16px;
  text-transform: uppercase;
  color: #979EB1;
}

.blog-aside-wrapper .blog-aside-header {
  color: #fff;
  margin: 5px 0;
  line-height: 26px;
}

.blog-aside-wrapper .other-posts-item-header {
  margin-bottom: 16px;
}

.archieves-list li {
  border-bottom: 1px solid rgba(255,255,255,.5);
}

.archieves-list li:last-of-type {
  border-bottom: none;
}

.archieves-list li a {
  font-size: 24px;
  font-weight: 100;
  letter-spacing: 1px;
  padding: 15px 0;
  color: #fff;
}

.social-sharing {
  margin: 40px 0;
}

a.button-facebook,
a.button-twitter {
  padding: 5px 25px!important;
  min-width: 125px!important;
  display: inline-block;
  margin-right: 5px;
  text-align: center;
  text-decoration: none!important;
}

a.button-facebook {
  background: 0 0!important;
  border: 2px solid #3B5998!important;
  color: #3B5998!important;
  -webkit-transition: background-color .3s ease,color .3s ease;
  transition: background-color .3s ease,color .3s ease;
  border-radius: 30px;
  position: relative;
}

a.button-facebook:hover {
  background-color: #3B5998!important;
  color: #fff!important;
}

a.button-facebook:hover::before {
  -webkit-filter: invert(50%) brightness(2);
  filter: invert(50%) brightness(2);
}

a.button-facebook::before {
  position: absolute;
  background-image: url("../../images/social_fb_ico.svg");
  background-repeat: no-repeat;
  background-size: cover;
  left: 17px;
  top: 8px;
  width: 7px;
  height: 18px;
}

a.button-twitter {
  background: 0 0!important;
  border: 2px solid #1DA1F2!important;
  color: #1DA1F2!important;
  -webkit-transition: background-color .3s ease,color .3s ease;
  transition: background-color .3s ease,color .3s ease;
  border-radius: 30px;
  position: relative;
}

a.button-twitter:hover {
  background-color: #1DA1F2!important;
  color: #fff!important;
}

a.button-twitter:hover::before {
  -webkit-filter: invert(50%) brightness(2);
  filter: invert(50%) brightness(2);
}

a.button-twitter::before {
  position: absolute;
  background-image: url("../../images/social_tweet_ico.svg");
  background-repeat: no-repeat;
  background-size: cover;
  left: 12px;
  top: 11px;
  width: 16px;
  height: 13px;
}

a.button-googleplus,
a.button-linkedin {
  background: 0 0!important;
  padding: 5px 25px!important;
  min-width: 125px!important;
  -webkit-transition: background-color .3s ease,color .3s ease;
  display: inline-block;
  margin-right: 5px;
  text-align: center;
  text-decoration: none!important;
}

a.button-googleplus {
  border: 2px solid #DC4335!important;
  color: #DC4335!important;
  transition: background-color .3s ease,color .3s ease;
  border-radius: 30px;
  position: relative;
}

a.button-googleplus:hover {
  background-color: #DC4335!important;
  color: #fff!important;
}

a.button-googleplus:hover::before {
  -webkit-filter: invert(50%) brightness(2);
  filter: invert(50%) brightness(2);
}

a.button-googleplus::before {
  position: absolute;
  background-image: url("../../images/social_gplus_ico.svg");
  background-repeat: no-repeat;
  background-size: cover;
  left: 13px;
  top: 10px;
  width: 15px;
  height: 14px;
}

a.button-linkedin {
  border: 2px solid #0274B3!important;
  color: #0274B3!important;
  transition: background-color .3s ease,color .3s ease;
  border-radius: 30px;
  position: relative;
}

a.button-linkedin:hover {
  background-color: #0274B3!important;
  color: #fff!important;
}

a.button-linkedin:hover::before {
  -webkit-filter: invert(50%) brightness(2);
  filter: invert(50%) brightness(2);
}

a.button-linkedin::before {
  position: absolute;
  background-image: url("../../images/social_linkedin_ico.svg");
  background-repeat: no-repeat;
  background-size: cover;
  left: 15px;
  top: 10px;
  width: 14px;
  height: 13px;
}

#search-page .search-field {
  background: 0 0;
  border-radius: 27px;
  border: 1px solid #fff;
  width: 100%;
  outline: 0;
  padding: 13px 18px;
  color: #fff;
  font-family: 'Exo 2';
  position: relative;
}

#search-page .search-field::-webkit-input-placeholder {
  color: #fff;
  font-family: 'Exo 2';
}

#search-page .search-field::-moz-placeholder {
  color: #fff;
  font-family: 'Exo 2';
}

#search-page .search-field:-ms-input-placeholder {
  color: #fff;
  font-family: 'Exo 2';
}

#search-page .search-field::-ms-input-placeholder {
  color: #fff;
  font-family: 'Exo 2';
}

#search-page .search-field::placeholder {
  color: #fff;
  font-family: 'Exo 2';
}

#search-page .search-field::-webkit-search-cancel-button {
  background: url("../../images/ico_close.svg");
  position: absolute;
  right: 20px;
  top: 5px;
  -webkit-appearance: none;
  height: 30px;
  width: 30px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  cursor: pointer;
}

#search-page .search-submit {
  display: none;
}

#search-page .no-results p {
  letter-spacing: 1px;
  color: #979EB1;
}

.search-results-wrapper {
  margin-top: 40px;
}

.search-results-wrapper .posts-navigation {
  margin-top: 50px;
}

.search-results-wrapper .posts-navigation .nav-next,
.search-results-wrapper .posts-navigation .nav-previous {
  width: auto;
  display: inline-block;
  margin-right: 7px;
}

.search-results-wrapper .posts-navigation .nav-next a,
.search-results-wrapper .posts-navigation .nav-previous a {
  border: 2px solid #979EB1;
  padding: 10px 17px;
  text-decoration: none;
  color: #979EB1;
  border-radius: 23px;
  font-size: 14px;
  -webkit-transition: background-color .3s ease,color .3s ease;
  transition: background-color .3s ease,color .3s ease;
  display: block;
}

.search-results-wrapper .posts-navigation .nav-next a:hover,
.search-results-wrapper .posts-navigation .nav-previous a:hover {
  background-color: #979EB1;
  color: #fff;
}

.search-item {
  margin: 50px 0;
}

.search-item-header a {
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  color: #979EB1;
  font-size: 16px;
}

.search-item-header a:hover {
  text-decoration: underline;
}

.search-item-body {
  margin: 10px 0 0;
  font-size: 16px;
  font-weight: 100;
  text-align: justify;
  letter-spacing: 1px;
}

.screen-reader-text {
  display: none;
}

@media only screen and (max-width:1220px) {
  .reality-posts-wrapper {
    grid-template-columns: repeat(auto-fill,minmax(216px,1fr));
  }

  .reality-post:nth-of-type(4) {
    grid-row-end: span 1;
  }
}

@media only screen and (max-width:973px) {
  .reality-posts-wrapper {
    grid-template-columns: repeat(auto-fill,minmax(169px,1fr));
  }
}

@media only screen and (max-width:792px) {
  .reality-posts-wrapper {
    grid-template-columns: repeat(auto-fill,minmax(100%,1fr));
  }

  .reality-post-background {
    background-position: 100% 20%;
  }

  .reality-post {
    grid-column-end: span 2;
    grid-row-end: span 1!important;
  }
}

@media only screen and (max-width:767px) {
  .reality-posts-wrapper .reality-post {
    width: 100%;
    margin: 0;
  }

  .reality-posts-wrapper .reality-post .reality-post-details li {
    font-size: 11px;
  }

  .reality-posts-wrapper .reality-post .reality-post-background {
    position: relative;
  }

  .reality-posts-wrapper .reality-post .reality-post-header {
    font-size: 18px;
  }
}

@media only screen and (max-width:620px) {
  a.button-facebook,
  a.button-googleplus,
  a.button-linkedin,
  a.button-twitter {
    width: 48%;
    margin: 0 2% 10px 0;
  }
}

@media only screen and (max-width:480px) {
  a.button-facebook,
  a.button-googleplus,
  a.button-linkedin,
  a.button-twitter {
    background-image: none!important;
    text-indent: 0;
    line-height: 27px;
  }
}

@media only screen and (max-width:400px) {
  a.button-facebook,
  a.button-googleplus,
  a.button-linkedin,
  a.button-twitter {
    width: 100%;
    margin: 4px 0;
  }
}

#carrier-path-main-wrapper_archived .carrier-path-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 50px;
}

#carrier-path-main-wrapper_archived .left-wrapper {
  padding-right: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 40%;
  flex: 0 1 40%;
  position: relative;
}

#carrier-path-main-wrapper_archived .left-wrapper .single-level {
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  height: 0;
  -webkit-transition: 0s;
  transition: 0s;
}

#carrier-path-main-wrapper_archived .left-wrapper .fade-in-level {
  height: auto;
  visibility: visible;
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}

#carrier-path-main-wrapper_archived .left-wrapper .offer-details {
  top: 0;
  width: 430px;
  background-color: #121214;
  border-radius: 10px;
  padding: 20px;
  position: relative;
}

#carrier-path-main-wrapper_archived .left-wrapper .position-name {
  color: #fff;
  padding-right: 105px;
  margin: 0 0 20px;
}

#carrier-path-main-wrapper_archived .left-wrapper .apply-now-button {
  position: absolute;
  right: 15px;
  top: 20px;
  border-radius: 25px;
  color: #979EB1;
  border: 1px solid #979EB1;
  background-color: transparent;
  text-transform: capitalize;
  padding: 8px 20px;
  font-size: 12px;
  -webkit-transition: .3s;
  transition: .3s;
}

#carrier-path-main-wrapper_archived .left-wrapper .offer-basic-info {
  padding: 20px 15px;
  border: 1px solid #979EB1;
  border-radius: 10px;
  margin-bottom: 20px;
}

#carrier-path-main-wrapper_archived .left-wrapper .offer-basic-info .single-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 20px;
}

#carrier-path-main-wrapper_archived .left-wrapper .offer-basic-info .single-info:last-child {
  margin-bottom: 0;
}

#carrier-path-main-wrapper_archived .left-wrapper .offer-basic-info .info-label {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: left;
  color: #979EB1;
}

#carrier-path-main-wrapper_archived .left-wrapper .offer-basic-info .info-value {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: right;
  color: #fff;
}

#carrier-path-main-wrapper_archived .left-wrapper .skills {
  padding: 0 15px;
}

#carrier-path-main-wrapper_archived .left-wrapper .skills .single-skill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#carrier-path-main-wrapper_archived .left-wrapper .skills .single-skill:last-child {
  margin-bottom: 0;
}

#carrier-path-main-wrapper_archived .left-wrapper .skills .skill-label {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: left;
  color: #fff;
}

#carrier-path-main-wrapper_archived .left-wrapper .skills .skill-value {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 140px;
  flex: 0 0 140px;
  text-align: right;
  color: #fff;
}

#carrier-path-main-wrapper_archived .left-wrapper .offer-details-sticky {
  position: fixed;
  top: 0;
}

#carrier-path-main-wrapper_archived .left-wrapper .show-skills {
  display: none;
  text-align: center;
}

#carrier-path-main-wrapper_archived .left-wrapper .show-skills-button {
  border-radius: 25px;
  color: #979EB1;
  border: 1px solid #979EB1;
  background-color: transparent;
  text-transform: capitalize;
  padding: 8px 20px;
  font-size: 12px;
  -webkit-transition: .3s;
  transition: .3s;
}

#carrier-path-main-wrapper_archived .right-wrapper {
  padding-left: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 60%;
  flex: 0 1 60%;
}

#carrier-path-main-wrapper_archived .right-wrapper .about {
  margin-bottom: 50px;
}

#carrier-path-main-wrapper_archived .right-wrapper .carrier-path {
  position: relative;
}

#carrier-path-main-wrapper_archived .right-wrapper .carrier-path .basic-header {
  margin-top: 0;
}

#carrier-path-main-wrapper_archived .right-wrapper .carrier-path .carrier-path-inner-wrapper {
  margin-left: 150px;
}

#carrier-path-main-wrapper_archived .right-wrapper .carrier-path .circle-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#carrier-path-main-wrapper_archived .right-wrapper .carrier-path .circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 4px solid #121214;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
}

#carrier-path-main-wrapper_archived .right-wrapper .carrier-path .line {
  height: 100%;
  min-height: 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border: 2px solid #121214;
  width: 0;
  margin-left: 10px;
}

#carrier-path-main-wrapper_archived .right-wrapper .carrier-path .position-name {
  margin-top: -1px;
  padding: 6px 0;
  width: 260px;
  border: 4px solid #121214;
  color: #121214;
  margin-left: -120px;
  text-align: center;
  border-radius: 25px;
}

#carrier-path-main-wrapper_archived .right-wrapper .carrier-path .single-responsibility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

#carrier-path-main-wrapper_archived .right-wrapper .carrier-path .responsibility-description {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-left: 25px;
  padding: 15px 0 25px;
}

#carrier-path-main-wrapper_archived .right-wrapper .carrier-path .carrier-path-active {
  position: absolute;
  top: 0;
  left: 0;
  height: 140px;
  min-height: 140px;
  overflow: hidden;
}

#carrier-path-main-wrapper_archived .right-wrapper .carrier-path .carrier-path-active .circle {
  border-radius: 50%;
  border: 4px solid #979EB1;
}

#carrier-path-main-wrapper_archived .right-wrapper .carrier-path .carrier-path-active .line {
  border: 2px solid #979EB1;
}

#carrier-path-main-wrapper_archived .right-wrapper .carrier-path .carrier-path-active .position-name {
  color: #fff;
  border: 4px solid #979EB1;
  background: #979EB1;
}

#carrier-path-main-wrapper_archived .perks-wrapper .perks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#carrier-path-main-wrapper_archived .perks-wrapper .single-perk-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#carrier-path-main-wrapper_archived .perks-wrapper .single-perk-wrapper svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 64px;
  flex: 0 0 64px;
}

#carrier-path-main-wrapper_archived .perks-wrapper .perk-description {
  padding: 5px 15px 5px 50px;
}

#carrier-path-main-wrapper_archived .perks-wrapper .perk-name {
  font-size: 24px;
  margin-bottom: 10px;
}

@media only screen and (max-width:1279px) {
  #carrier-path-main-wrapper_archived .inner-wrapper {
    max-width: 960px;
  }

  #carrier-path-main-wrapper_archived .left-wrapper {
    min-width: 430px;
  }
}

@media only screen and (max-width:1023px) {
  #carrier-path-main-wrapper_archived .inner-wrapper {
    max-width: 100%;
  }

  #carrier-path-main-wrapper_archived .carrier-path-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #carrier-path-main-wrapper_archived .left-wrapper {
    width: 100%;
    position: absolute;
    padding: 0;
    margin-bottom: 50px;
    z-index: 5;
  }

  #carrier-path-main-wrapper_archived .left-wrapper .single-level {
    overflow: visible;
  }

  #carrier-path-main-wrapper_archived .left-wrapper .offer-details {
    width: 100%;
    -webkit-transition: margin-top .3s ease;
    transition: margin-top .3s ease;
    margin-top: 0;
  }

  #carrier-path-main-wrapper_archived .left-wrapper .offer-details.move-down-offer-box {
    margin-top: 55px;
    -webkit-transition: top .3s ease;
    transition: top .3s ease;
  }

  #carrier-path-main-wrapper_archived .left-wrapper .skills {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: .5s ease;
    transition: .5s ease;
  }

  #carrier-path-main-wrapper_archived .left-wrapper .skills-unrolled {
    max-height: 800px;
    -webkit-transition: 1.5s;
    transition: 1.5s;
  }

  #carrier-path-main-wrapper_archived .left-wrapper .offer-basic-info {
    background-color: #191B1F;
    border: none;
  }

  #carrier-path-main-wrapper_archived .left-wrapper .show-skills {
    display: block;
  }

  #carrier-path-main-wrapper_archived .right-wrapper {
    padding: 0 20px;
  }

  #carrier-path-main-wrapper_archived .right-wrapper.space-for-skills {
    padding-top: 250px;
  }

  #carrier-path-main-wrapper_archived .right-wrapper .carrier-path .carrier-path-inner-wrapper {
    margin-left: 120px;
  }

  #carrier-path-main-wrapper_archived .perks-wrapper {
    padding: 0 20px;
  }

  #carrier-path-main-wrapper_archived .perks-wrapper .single-perk-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  #carrier-path-main-wrapper_archived .perks-wrapper .perk-description {
    padding: 5px 15px 5px 25px;
  }
}

@media only screen and (max-width:599px) {
  #carrier-path-main-wrapper_archived .perks-wrapper {
    padding: 0 20px;
  }

  #carrier-path-main-wrapper_archived .perks-wrapper .single-perk-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 30px;
  }

  #carrier-path-main-wrapper_archived .perks-wrapper .single-perk-wrapper svg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48px;
    flex: 0 0 48px;
  }

  #carrier-path-main-wrapper_archived .perks-wrapper .perk-description {
    padding: 5px 15px;
  }
}
.company-structure-subpage #magnifier-container {
  position: relative;
  z-index: 1;
}

.company-structure-subpage #magnifier-container .backdrop {
  display: block;
  position: absolute;
  inset: 0;
  z-index: 0;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  opacity: 0;
}

.company-structure-subpage #magnifier-container [role=presentation] {
  z-index: 1;
}

.company-structure-section.css- {
  padding-bottom: 75px;
  margin-top: 60px;
}

@media (min-width:768px) {
  .company-structure-section.css- {
    margin-top: 0;
  }
}

.css-image {
  max-width: 100%;
  margin: 0 auto 80px;
  width: 360px;
}

.css-header {
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
  font-size: 28px;
  line-height: 38px;
}

.company-departments-wrapper.cdw- {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
}

.cdw-container,
.dmw-header {
  display: -webkit-box;
  display: -ms-flexbox;
}

@media (min-width:481px) {
  .company-departments-wrapper.cdw- {
    grid-template-columns: 1fr 1fr;
  }
}

.cdw-container {
  display: flex;
  background-color: #393D46;
  border-radius: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding: 20px;
}

@media (min-width:768px) {
  .css-image {
    width: 765px;
  }

  .css-header {
    font-size: 36px;
    line-height: 42px;
  }

  .company-departments-wrapper.cdw- {
    gap: 28px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .cdw-container {
    padding: 32px;
  }
}

.cdw-container:hover {
  background-color: #545764;
}

.cdw-container:hover .cdw-modal-open-button {
  background-color: #3F424C;
}

.cdw-title {
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
}

@media (min-width:768px) {
  .cdw-title {
    font-size: 24px;
  }
}

.cdw-members-count {
  font-size: 16px;
  line-height: 24px;
}

.cdw-button-wrapper {
  margin-left: 10px;
}

.cdw-modal-open-button {
  background-color: rgba(151,158,177,.25);
  cursor: pointer;
  border: none;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  outline: 0;
  -webkit-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
}

.cdw-modal-open-button img {
  width: 100%;
  height: 100%;
}

.department-modal-wrapper.dmw- {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
  position: fixed;
  inset: 0;
  margin: auto;
  z-index: 999;
  opacity: 0;
  -webkit-transition: opacity .4s ease-in;
  transition: opacity .4s ease-in;
  pointer-events: none;
}

.department-modal-wrapper.dmw-.modal-opened {
  opacity: 1;
  pointer-events: auto;
}

.dmw-container {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #2E3039;
  position: absolute;
  inset: 0;
  margin: auto;
  border-radius: 16px;
  width: 80%;
  padding: 40px;
  max-height: 95vh;
  overflow-y: auto;
}

@media (min-width:768px) {
  .dmw-container {
    width: 750px;
  }
}

.dmw-header {
  width: 100%;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 25px;
}

.dmw-title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.dmw-title-wrapper img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 28px;
  flex: 0 0 28px;
  width: 28px;
}

.dmw-header-title {
  margin-left: 10px;
  font-size: 24px;
}

@media (min-width:768px) {
  .dmw-header-title {
    font-size: 18px;
  }
}

@media (min-width:992px) {
  .dmw-header-title {
    font-size: 32px;
  }
}

.dmw-close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background: 0 0;
  border: none;
  cursor: pointer;
  outline: 0;
  width: 32px;
  height: 32px;
  padding: 0;
}

.dmw-close-button img {
  -webkit-transition: .2s all ease;
  transition: .2s all ease;
}

.dmw-close-button img:hover {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.dmw-body {
  width: 100%;
}

.dmw-body-title {
  margin-bottom: 50px;
  font-size: 18px;
}

@media (min-width:768px) {
  .dmw-body-title {
    font-size: 16px;
  }
}

.dmw-team-members {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px 28px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width:481px) {
  .dmw-team-members {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width:768px) {
  .dmw-team-members {
    gap: 40px 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (min-width:992px) {
  .dmw-body-title {
    font-size: 24px;
  }

  .dmw-team-members {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.dmw-team-member {
  height: 100px;
  border: 2.22px solid;
  border-radius: 16px;
  position: relative;
  padding: .5em;
  background-color: #2E3039;
  margin-right: 0;
}

@media (max-width:767px) {
  .dmw-team-member {
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
  }
}

.dmw-team-member:last-child {
  margin-right: 0;
}

.dmw-team-member.team-lead {
  border-color: #0C6FF9;
  background: 0 0;
}

.dmw-team-member-icon,
.dmw-team-member.team-lead .department-team-member-icon {
  background-color: #0C6FF9;
}

.dmw-team-member-icon {
  margin: auto;
  border-radius: 50%;
  padding: .75em;
  width: 38px;
  height: 38px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 38px;
  flex: 0 0 38px;
}

@media (min-width:768px) {
  .dmw-team-member-icon {
    width: 55px;
    height: 55px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55px;
    flex: 0 0 55px;
    position: absolute;
    top: -30%;
    left: 0;
    right: 0;
  }
}

.dmw-member-info,
.dmw-team-member-icon img {
  width: 100%;
  height: 100%;
}

.dmw-member-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 0 21px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

@media (max-width:767px) {
  .dmw-member-info {
    padding: 0;
    text-align: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.dmw-member-name {
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}

@media (max-width:767px) {
  .dmw-member-name {
    text-align: left;
  }
}

.dmw-member-position {
  font-size: 14px;
  font-weight: 400;
}

body.modal-opened {
  overflow: hidden;
}
.tree {
  padding: 100px 50px 0;
  position: relative;
}

.tree.tree-mobile {
  display: none;
}

.tree .arrows-tree {
  position: absolute;
  top: 5px;
}

.tree.tree-desktop {
  overflow-x: scroll;
}

.tree.tree-desktop ul {
  position: relative;
  padding: .5em 0;
  white-space: nowrap;
  margin: 0 auto;
  text-align: center;
}

.tree.tree-desktop ul::after {
  content: '';
  display: table;
  clear: both;
}

.tree.tree-desktop li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  list-style-type: none;
  position: relative;
  padding: .5em .5em 0;
}

.tree.tree-desktop li.left-align-text,
.tree.tree-desktop li.left-align-text:nth-child(n),
.tree.tree-desktop li.text-to-left a {
  text-align: left;
}

.tree.tree-desktop li::after,
.tree.tree-desktop li::before {
  content: '';
  position: absolute;
  top: 0;
  right: 50%;
  border-top: 1px solid #ccc;
  width: 51%;
  height: .5em;
}

.tree.tree-desktop li::after {
  right: auto;
  left: 50%;
  border-left: 1px solid #ccc;
}

.tree.tree-desktop li:only-child::after,
.tree.tree-desktop li:only-child::before {
  display: none;
}

.tree.tree-desktop li:only-child {
  padding-top: 0!important;
}

.tree.tree-desktop li:first-child::before,
.tree.tree-desktop li:last-child::after {
  border: 0;
}

.tree.tree-desktop li:last-child::before {
  border-right: 1px solid #ccc;
  border-radius: 0 5px 0 0;
}

.tree.tree-desktop li:first-child::after {
  border-radius: 5px 0 0;
}

.tree.tree-desktop ul ul::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 1px solid #ccc;
  width: 0;
  height: .5em;
}

.tree.tree-desktop li.distance-2em::after,
.tree.tree-desktop li.distance-2em>ul::before {
  height: 2em;
}

.tree.tree-desktop li a,
.tree.tree-desktop li div {
  width: 250px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  border: 1px solid #ccc;
  text-transform: capitalize;
  padding: .5em .75em;
  text-decoration: none;
  display: inline-block;
  color: #ddd;
  position: relative;
  top: 1px;
  border-radius: 25px;
  cursor: pointer;
}

.tree.tree-desktop li a.head-leaf,
.tree.tree-desktop li div.head-leaf {
  width: 180px;
}

.tree.tree-desktop li a.smallest-leaf,
.tree.tree-desktop li div.smallest-leaf {
  width: 100px;
}

.tree.tree-desktop li div {
  cursor: default;
}

.tree.tree-desktop li a:hover {
  cursor: pointer;
  background: #979EB1;
  color: #fff;
  border: 1px solid #979EB1;
}

.tree.tree-desktop li.distance-2em {
  padding: 2em .5em;
}

.tree.tree-desktop li.distance-2em>ul {
  padding: 2em 0;
}

.tree.tree-desktop li.distance-1-5em::after,
.tree.tree-desktop li.distance-1-5em::before,
.tree.tree-desktop li.distance-1-5em>ul::before {
  height: 1.5em;
}

.tree.tree-desktop li.distance-1-5em {
  padding: 1.5em .5em;
}

.tree.tree-desktop li.distance-1-5em>ul {
  padding: 1.5em 0;
}

.tree.tree-desktop li.distance-0-5em::after,
.tree.tree-desktop li.distance-0-5em::before,
.tree.tree-desktop li.distance-0-5em>ul::before {
  height: .5em;
}

.tree.tree-desktop li.distance-0-5em {
  padding: .5em;
}

.tree.tree-desktop li.distance-0-5em>ul {
  padding: .5em 0;
}

.tree.tree-desktop li.distance-34::after,
.tree.tree-desktop li.distance-34::before,
.tree.tree-desktop li.distance-34>ul::before {
  height: 34px;
}

.tree.tree-desktop li.distance-34 {
  padding: 34px .5em;
}

.tree.tree-desktop li.distance-34>ul {
  padding: 34px 0;
}

.tree.tree-desktop li.distance-bottom-5em::before,
.tree.tree-desktop li.distance-bottom-5em>ul::before {
  height: 5em;
}

.tree.tree-desktop li.distance-bottom-5em>ul {
  padding-top: 5em;
}

.tree.tree-desktop li.distance-bottom-6em>ul {
  padding-top: 6em;
}

.tree.tree-desktop li.distance-bottom-6em>ul::before {
  height: 6em;
}

.tree.tree-desktop li.distance-bottom-1-5em>ul {
  padding-top: 1.5em;
}

.tree.tree-desktop li.distance-bottom-1-5em>ul::before {
  height: 1.5em;
}

.tree.tree-desktop li.distance-top-6-5em {
  padding-top: 6.5em;
}

.tree.tree-desktop li.distance-top-6-5em::after,
.tree.tree-desktop li.distance-top-6-5em::before {
  height: 6.5em;
}

.tree.tree-desktop li.distance-top-6em {
  padding-top: 6em;
}

.tree.tree-desktop li.distance-top-6em::after,
.tree.tree-desktop li.distance-top-6em::before {
  height: 6em;
}

.tree.tree-desktop li.distance-top-1-5em {
  padding-top: 1.5em;
}

.tree.tree-desktop li.distance-top-1-5em::after,
.tree.tree-desktop li.distance-top-1-5em::before {
  height: 1.5em;
}

.tree.tree-desktop li.distance-top-2em {
  padding-top: 2em;
}

.tree.tree-desktop li.distance-top-2em::after,
.tree.tree-desktop li.distance-top-2em::before {
  height: 2em;
}

.tree.tree-desktop li ul.second-last-ul li a,
.tree.tree-desktop li.basic-leaf-margin-left>a {
  text-align: left;
  margin-left: calc(250px - 180px);
}

.tree.tree-desktop li.big-leaves a,
.tree.tree-desktop ul.big-leaves a,
.tree.tree-desktop ul.ul-head-of-custome-support a {
  width: 290px;
}

.tree.tree-desktop li.huge-leaves a,
.tree.tree-desktop ul.huge-leaves a {
  width: 310px;
}

.tree.tree-desktop .head-business-development-branch>.head-lead {
  font-size: 250px;
}

.tree.tree-desktop .head-business-development-branch>a+ul.second-last-ul a {
  width: 310px;
  margin-left: calc(310px - 250px);
}

.tree.tree-desktop .head-ua-branch>.head-lead {
  font-size: 290px;
}

.tree.tree-desktop .head-ua-branch>a+ul.second-last-ul a {
  width: 310px;
  margin-left: calc(250px - 290px);
}

.tree.tree-desktop::-webkit-scrollbar {
  width: 2px;
}

.tree.tree-desktop::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: #000;
  border: 5px solid #22242A;
  background-clip: content-box;
}

.tree.tree-desktop::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #979EB1;
  border: 5px solid #22242A;
  background-clip: content-box;
}

.positions-graph {
  width: 1000px;
  height: 1200px;
  margin: 0 auto;
}

.positions-graph .positions-in-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 15px;
}

.positions-graph .positions-in-line .dev {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-left: 15px;
}

.positions-graph .centered-line li:first-of-type,
.positions-graph .reverse-line li:last-of-type {
  margin-left: 0;
}

.positions-graph .positions-in-line .dev::before {
  content: '';
  position: absolute;
  border-bottom: 1px solid #fff;
  width: 55px;
  left: 50px;
  top: 30px;
  z-index: -1;
}

.positions-graph .positions-in-line .dev.connect-bottom::before {
  display: block;
  border-bottom: 0;
  border-right: 1px solid #fff;
  height: 33px;
  left: 30px;
  top: 60px;
  width: 0;
  z-index: -1;
}

.positions-graph .positions-in-line .dev.connect-top::before {
  display: block;
  border-bottom: 0;
  border-right: 1px solid #fff;
  height: 33px;
  left: 30px;
  top: -23px;
  width: 0;
  z-index: -1;
}

.positions-graph .positions-in-line .dev.not-connected::before {
  display: none;
}

.positions-graph .reverse-line {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.positions-graph .reverse-line .dev::before {
  content: '';
  position: absolute;
  border-bottom: 1px solid #fff;
  width: 55px;
  left: -45px;
  top: 30px;
  z-index: -1;
}

.positions-graph .centered-line {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.positions-graph .circle {
  width: 100%;
  height: 100%;
  text-decoration: none;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 4px;
  cursor: pointer;
}

.positions-graph .circle span {
  text-align: center;
  cursor: pointer;
}

.positions-graph .node {
  z-index: -1;
  position: absolute;
}

.positions-graph .chief {
  width: 90px;
  height: 90px;
  position: relative;
}

.positions-graph .dev,
.positions-graph .head {
  width: 60px;
  height: 60px;
  position: relative;
}

.positions-graph .chief>.circle {
  background-color: #000;
  border: 1px solid #fff;
  -webkit-transition: background-color .1s ease,border .1s ease,-webkit-transform .1s ease;
  transition: background-color .1s ease,border .1s ease,-webkit-transform .1s ease;
  transition: transform .1s ease,background-color .1s ease,border .1s ease;
  transition: transform .1s ease,background-color .1s ease,border .1s ease,-webkit-transform .1s ease;
}

.positions-graph .chief>.circle span {
  color: #fff;
  font-size: 26px;
}

.positions-graph .chief>.circle:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  background-color: #979EB1;
  border: 1px solid #979EB1;
}

.positions-graph .chief>.circle--unavailable {
  pointer-events: none;
  -webkit-transform: none;
  transform: none;
  background-color: #000;
  border: 1px solid #fff;
}

.positions-graph .chief>.circle--unavailable span {
  color: #fff;
}

.positions-graph .head>.circle {
  background-color: #fff;
  border: 1px solid #fff;
  -webkit-transition: background-color .1s ease,border .1s ease,-webkit-transform .1s ease;
  transition: background-color .1s ease,border .1s ease,-webkit-transform .1s ease;
  transition: transform .1s ease,background-color .1s ease,border .1s ease;
  transition: transform .1s ease,background-color .1s ease,border .1s ease,-webkit-transform .1s ease;
}

.positions-graph .head>.circle span {
  color: #000;
  font-size: 10px;
  font-weight: 700;
  -webkit-transition: color .1s ease,font-weight .1s ease;
  transition: color .1s ease,font-weight .1s ease;
}

.positions-graph .head>.circle:hover {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  background-color: #979EB1;
  border: 1px solid #979EB1;
}

.positions-graph .head>.circle:hover span {
  color: #fff;
  font-weight: 400;
}

.positions-graph .head>.circle--unavailable {
  pointer-events: none;
  background-color: #b2b2b2;
  border: 1px solid #b2b2b2;
  -webkit-transform: none;
  transform: none;
}

.positions-graph .head>.circle--unavailable span {
  color: #000;
  font-weight: 700;
}

.positions-graph .dev .circle {
  background-color: #22242A;
  border: 1px solid #fff;
  -webkit-transition: background-color .1s ease,border .1s ease,-webkit-transform .1s ease;
  transition: background-color .1s ease,border .1s ease,-webkit-transform .1s ease;
  transition: transform .1s ease,background-color .1s ease,border .1s ease;
  transition: transform .1s ease,background-color .1s ease,border .1s ease,-webkit-transform .1s ease;
}

.positions-graph .dev .circle span {
  font-size: 10px;
  font-weight: 400;
  color: #fff;
}

.positions-graph .dev .circle:hover {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  background-color: #979EB1;
  border: 1px solid #979EB1;
}

.positions-graph .dev .circle--unavailable {
  pointer-events: none;
  border-color: #838383;
}

.positions-graph .dev .circle--unavailable span {
  color: #838383;
}

.positions-graph .ceo {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-150px);
  transform: translate(-50%,-150px);
}

.positions-graph .ceo>.first-node {
  border-top: 1px solid #fff;
  width: 100px;
  left: -86px;
  top: 50px;
}

.positions-graph .ceo>.second-node {
  border-top: 1px solid #fff;
  width: 100px;
  left: 86px;
  top: 50px;
}

.positions-graph .ceo>.third-node {
  border-right: 1px solid #fff;
  height: 130px;
  left: 45px;
  top: 50px;
}

.positions-graph .ceo>.fourth-node {
  border-right: 1px solid #fff;
  top: -44px;
  left: 7px;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
  height: 54px;
}

.positions-graph .ceo>.fifth-node {
  border-right: 1px solid #fff;
  top: -43px;
  right: 7px;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  height: 54px;
}

.positions-graph .ceo .sixth-node {
  border-right: 1px solid #fff;
  height: 125px;
  -webkit-transform: rotate(65deg);
  transform: rotate(65deg);
  right: -44px;
  top: -59px;
}

.positions-graph .ceo .seventh-node {
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-65deg);
  transform: rotate(-65deg);
  height: 125px;
  left: -43px;
  top: -61px;
}

.positions-graph .coo {
  left: -53px;
  top: -235px;
}

.positions-graph .coo::after,
.positions-graph .coo::before {
  content: '';
  z-index: -1;
  position: absolute;
  left: 45px;
  border-right: 1px solid #fff;
}

.positions-graph .coo::before {
  height: 20px;
  top: 86px;
}

.positions-graph .coo::after {
  height: 80px;
  top: -78px;
}

.positions-graph .coo>.project-manager {
  top: -225px;
  left: -15px;
}

.positions-graph .coo>.office-manager {
  top: -375px;
  left: -15px;
}

.positions-graph .coo>.office-support {
  top: -525px;
  left: -15px;
}

.positions-graph .cfo {
  left: 53px;
  top: -324px;
}

.positions-graph .cfo::after,
.positions-graph .cfo::before {
  left: 45px;
  content: '';
  z-index: -1;
  position: absolute;
  border-right: 1px solid #fff;
}

.positions-graph .cfo::before {
  height: 20px;
  top: 86px;
}

.positions-graph .cfo::after {
  height: 80px;
  top: -78px;
}

.positions-graph .cfo>.positions-in-line {
  left: -15px;
  top: -225px;
}

.positions-graph .cfo>.positions-in-line>.dev>.positions-in-line {
  top: -135px;
}

.positions-graph .cto {
  top: -360px;
}

.positions-graph .cto::before {
  content: '';
  z-index: -1;
  width: 35px;
  position: absolute;
  left: -29px;
  top: 48px;
  border-bottom: 1px solid #fff;
}

.positions-graph .cto::after {
  content: '';
  z-index: -1;
  width: 30px;
  position: absolute;
  left: 90px;
  top: 48px;
  border-bottom: 1px solid #fff;
}

.positions-graph .cto .first-node {
  border-right: 1px solid #fff;
  height: 193px;
  left: -30px;
  top: 48px;
}

.positions-graph .cto .second-node {
  border-right: 1px solid #fff;
  height: 193px;
  left: 120px;
  top: 48px;
}

.positions-graph .cto .third-node {
  border-right: 1px solid #fff;
  height: 130px;
  left: 45px;
  top: 80px;
}

.positions-graph .head-of-bdm::before,
.positions-graph .head-of-marketing::before {
  height: 44px;
  border-right: 1px solid #fff;
  content: '';
  z-index: -1;
  position: absolute;
}

.positions-graph .head-of-bdm {
  left: -130px;
  top: -400px;
}

.positions-graph .head-of-bdm::before {
  left: 30px;
  top: 61px;
}

.positions-graph .head-of-bdm>.positions-in-line {
  top: -60px;
  left: -75px;
}

.positions-graph .head-of-bdm>.positions-in-line>.dev>.positions-in-line {
  top: -135px;
}

.positions-graph .head-of-marketing {
  top: -458px;
  right: -160px;
}

.positions-graph .head-of-marketing::before {
  left: 30px;
  top: 61px;
}

.positions-graph .head-of-marketing::after {
  content: '';
  position: absolute;
  z-index: -1;
  border-right: 1px solid #fff;
  top: -48px;
  right: -17px;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
  height: 73px;
}

.positions-graph .head-of-marketing>.digital-marketing {
  top: -210px;
  left: 150px;
}

.positions-graph .head-of-marketing>.pr-manager {
  top: -135px;
  left: 75px;
}

.positions-graph .head-of-marketing>.ua-specialist {
  top: -210px;
  left: 75px;
}

.positions-graph .head-of-marketing>.aso-specialist {
  top: -360px;
  left: 0;
}

.positions-graph .head-of-marketing>.aso-specialist>.dev>.positions-in-line {
  top: -135px;
}

.positions-graph .head-of-marketing>.aso-specialist>.dev>.positions-in-line>.dev>.positions-in-line {
  left: 75px;
  top: -60px;
}

.positions-graph .head-of-marketing>.aso-specialist>.dev>.positions-in-line>.dev>.positions-in-line li:first-of-type {
  margin-left: 15px;
}

.positions-graph .head-of-design {
  left: -130px;
  top: -372px;
}

.positions-graph .head-of-design::before {
  position: absolute;
  border-right: 1px solid #fff;
  height: 125px;
  content: '';
  top: 56px;
  left: 30px;
  z-index: -1;
}

.positions-graph .head-of-design>.positions-in-line {
  left: -75px;
  top: -60px;
}

.positions-graph .head-of-studio {
  right: -160px;
  top: -432px;
}

.positions-graph .head-of-studio::before {
  position: absolute;
  border-right: 1px solid #fff;
  height: 200px;
  content: '';
  top: 56px;
  left: 30px;
  z-index: -1;
}

.positions-graph .head-of-studio>.positions-in-line {
  right: -75px;
  top: -60px;
}

.positions-graph .head-of-studio>.gd>.dev>.positions-in-line {
  top: 15px;
}

.positions-graph .head-of-live-ops {
  left: -130px;
  top: 15px;
}

.positions-graph .head-of-live-ops::before {
  content: '';
  z-index: -1;
  width: 40px;
  position: absolute;
  left: 60px;
  top: 30px;
  border-bottom: 1px solid #fff;
}

.positions-graph .head-of-live-ops>.positions-in-line {
  left: -75px;
  top: -60px;
}

.positions-graph .head-of-backend {
  left: -130px;
  top: 60px;
}

.positions-graph .head-of-backend::before {
  content: '';
  z-index: -1;
  width: 40px;
  position: absolute;
  left: 60px;
  top: 30px;
  border-bottom: 1px solid #fff;
}

.positions-graph .head-of-backend>.positions-in-line {
  left: -75px;
  top: -60px;
}

.positions-graph .head-of-backend>.positions-in-line>.dev>.positions-in-line {
  left: 0;
  top: 15px;
}

.positions-graph .head-of-frontend {
  left: 17px;
  top: 0;
}

.positions-graph .head-of-frontend::before {
  content: '';
  position: absolute;
  border-right: 1px solid #fff;
  height: 100px;
  left: 30px;
  top: 60px;
}

.positions-graph .head-of-frontend::after {
  content: '';
  position: absolute;
  border-bottom: 1px solid #fff;
  width: 294px;
  left: -116px;
  top: 117px;
}

.positions-graph .head-of-frontend>.first-node {
  position: absolute;
  border-right: 1px solid #fff;
  height: 40px;
  left: -116px;
  top: 117px;
}

.positions-graph .head-of-frontend>.second-node {
  position: absolute;
  border-right: 1px solid #fff;
  height: 40px;
  left: 177px;
  top: 117px;
}

.positions-graph .head-of-frontend>.android {
  top: 95px;
  left: -147px;
}

.positions-graph .head-of-frontend>.android>.dev>.positions-in-line {
  left: -75px;
  top: 15px;
}

.positions-graph .head-of-frontend>.unity {
  top: 20px;
}

.positions-graph .head-of-frontend>.unity>.dev>.positions-in-line {
  top: 15px;
}

.positions-graph .head-of-frontend>.ios {
  top: -55px;
  right: -147px;
}

.positions-graph .head-of-frontend>.ios>.dev>.positions-in-line {
  left: 75px;
  top: 15px;
}

.positions-graph .head-of-bigdata {
  right: -160px;
  top: -60px;
}

.positions-graph .head-of-bigdata::before {
  content: '';
  z-index: -1;
  width: 40px;
  position: absolute;
  left: -40px;
  top: 30px;
  border-bottom: 1px solid #fff;
}

.positions-graph .head-of-bigdata>.positions-in-line {
  right: -75px;
  top: -60px;
}

.positions-graph .head-of-bigdata>.positions-in-line>.dev>.positions-in-line {
  left: 0;
  top: 15px;
}

@media only screen and (max-width:1023px) {
  .positions-graph,
  .tree.tree-desktop {
    display: none;
  }

  .tree.tree-mobile {
    padding: 0 5px;
    display: block;
    font-size: 12px;
  }

  .tree.tree-mobile .ceo-mobile-button {
    text-align: center;
    margin-bottom: 10px;
  }

  .tree.tree-mobile,
  .tree.tree-mobile li,
  .tree.tree-mobile ul {
    position: relative;
  }

  .tree.tree-mobile a {
    cursor: pointer;
  }

  .tree.tree-mobile a:hover {
    -webkit-transform: none;
    transform: none;
  }

  .tree.tree-mobile .unavailalbe {
    pointer-events: none;
    border: 2px solid #4b4e57;
    color: #535761;
    cursor: default;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
  }

  .tree.tree-mobile ul {
    list-style: none;
    padding-left: 32px;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
  }

  .tree.tree-mobile .uncollapsed+ul,
  .tree.tree-mobile ul.main-ul-mobile-tree {
    max-height: 2000px;
    opacity: 1;
    visibility: visible;
  }

  .tree.tree-mobile ul.main-ul-mobile-tree {
    -webkit-transition: .2s;
    transition: .2s;
  }

  .tree.tree-mobile ul li a,
  .tree.tree-mobile ul li div {
    font-size: 12px;
    margin: 0 0 10px;
  }

  .tree.tree-mobile li::after,
  .tree.tree-mobile li::before {
    content: "";
    position: absolute;
    left: -12px;
  }

  .tree.tree-mobile li::before {
    border-top: 1px solid #979EB1;
    top: 17px;
    width: 12px;
    height: 0;
  }

  .tree.tree-mobile li::after {
    border-left: 1px solid #979EB1;
    height: 100%;
    width: 0;
    top: -10px;
  }

  .tree.tree-mobile ul>li:last-child::after {
    height: 28px;
  }

  .tree.tree-mobile .expand-tree-button {
    border-radius: 50%;
    border: 2px solid #979EB1;
    width: 32px;
    height: 32px;
    background-color: transparent;
    color: #979EB1;
    font-size: 24px;
    line-height: 24px;
    vertical-align: top;
    margin-left: 5px;
    text-align: center;
    padding: 0 0 5px;
  }

  .tree.tree-mobile .smallest-button a,
  .tree.tree-mobile .smallest-button div,
  .tree.tree-mobile a.smallest-button a,
  .tree.tree-mobile a.smallest-button div {
    width: 70px;
  }

  .tree.tree-mobile .small-button a,
  .tree.tree-mobile .small-button div,
  .tree.tree-mobile a.small-button a,
  .tree.tree-mobile a.small-button div {
    width: 135px;
  }

  .tree.tree-mobile .medium-button a,
  .tree.tree-mobile .medium-button div,
  .tree.tree-mobile a.medium-button a,
  .tree.tree-mobile a.medium-button div {
    width: 200px;
  }

  .tree.tree-mobile .big-button a,
  .tree.tree-mobile .big-button div,
  .tree.tree-mobile a.big-button a,
  .tree.tree-mobile a.big-button div {
    width: 220px;
  }
}
.custom-select-container {
  position: relative;
  box-sizing: border-box;
}

.custom-select-container * {
  box-sizing: border-box;
}

.custom-select-container.is-disabled {
  opacity: .333;
}

.custom-select-opener {
  background-color: #ccc;
  padding: .5em;
  display: block;
  cursor: pointer;
  width: 100%;
}

.custom-select-container select {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.custom-select-panel {
  max-height: 0;
  transition: max-height .5s ease-out,overflow-y .1s .5s;
  overflow: hidden;
  background-color: #e9e9e9;
  position: absolute;
  top: 100%;
  z-index: 1;
  width: 100%;
}

.custom-select-container.is-open .custom-select-panel {
  max-height: 10.7em;
  overflow-y: auto;
}

.custom-select-option {
  padding: .5em;
}

.custom-select-option.has-focus {
  background-color: #add8e6;
}

.custom-select-option.is-selected::before {
  content: "✔";
  padding-right: .5em;
}

.custom-select-optgroup>.custom-select-option {
  padding-left: 2em;
}

.custom-select-optgroup::before {
  content: attr(data-label);
  display: block;
  padding: .5em;
  color: #888;
}

#contact-page .conditional-form {
  position: relative;
}

#contact-page .conditional-form .case-panel:not(.active),
#contact-page .conditional-form .common-case-panel:not(.active) {
  display: none;
}

#contact-page .conditional-form input,
#contact-page .conditional-form select,
#contact-page .conditional-form textarea {
  margin-top: 0;
  margin-bottom: 0;
}

#contact-page .conditional-form .wpcf7-submit {
  margin-top: 30px;
}

#contact-page .conditional-form .wpcf7-submit[disabled] {
  opacity: .5;
}

#contact-page .conditional-form .form-item-wrapper {
  margin-bottom: 30px;
}

#contact-page .conditional-form .custom-select-container.option-selected .custom-select-opener {
  color: #fff;
}

#contact-page .conditional-form .custom-select-opener {
  border-radius: 8px;
  border: 1px solid #3F424C;
  padding: 17px 20px;
  background: rgba(34,36,42,.5);
  color: #979EB1;
  position: relative;
}

#contact-page .conditional-form .custom-select-opener:after {
  content: '';
  display: block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNScgaGVpZ2h0PSc4JyB2aWV3Qm94PScwIDAgMTUgOCcgZmlsbD0nbm9uZSc+PHBhdGggZD0nTTcuOTgyNzQgOEM3LjczMTIxIDggNy40Nzk3MiA3LjkwMzk2IDcuMjg3OTUgNy43MTIyOUwxLjI1MzQ4IDEuNjc3NzZDMC44Njk2MDggMS4yOTM4OCAwLjg2OTYwOCAwLjY3MTUwMyAxLjI1MzQ4IDAuMjg3Nzg3QzEuNjM3MiAtMC4wOTU5MjkgMi4yNTk0NSAtMC4wOTU5MjkgMi42NDMzNiAwLjI4Nzc4N0w3Ljk4Mjc0IDUuNjI3NDhMMTMuMzIyMSAwLjI4Nzk3M0MxMy43MDYgLTAuMDk1NzQyNSAxNC4zMjgyIC0wLjA5NTc0MjUgMTQuNzExOSAwLjI4Nzk3M0MxNS4wOTYgMC42NzE2OSAxNS4wOTYgMS4yOTQwNyAxNC43MTE5IDEuNjc3OTRMOC42Nzc1MiA3LjcxMjQ4QzguNDg1NjYgNy45MDQxOCA4LjIzNDE3IDggNy45ODI3NCA4WicgZmlsbD0nIzk3OUVCMScvPjwvc3ZnPg==");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 0;
  width: 15px;
  height: 100%;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s;
}

#contact-page .conditional-form .custom-select-option:before,
#contact-page .wpcf7-select option:first-child {
  display: none;
}

#contact-page .conditional-form .custom-select-opener[aria-expanded=true]:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#contact-page .conditional-form .custom-select-panel {
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: max-height .3s ease-out,overflow-y .1s .3s;
  transition: max-height .3s ease-out,overflow-y .1s .3s;
  background: 0 0;
}

#contact-page .conditional-form .custom-select-option {
  cursor: pointer;
  padding: 12px 20px;
  background: #373A42;
  color: #979EB1;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

#contact-page .conditional-form .custom-select-option:hover {
  color: #fff;
  background: #3F424B;
}

#contact-page .conditional-form .custom-select-option[data-value="---"] {
  pointer-events: none;
  display: none;
}

#contact-page .wpcf7-select {
  color: #979EB1;
  font-weight: 400;
}

#contact-page .wpcf7-select.option-selected {
  color: #fff;
}

#contact-page .wpcf7-acceptance input[type=checkbox] {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin-right: 15px;
  margin-top: 6px;
  width: 18px;
  height: 18px;
  background: 0 0;
}

#contact-page .wpcf7-acceptance input[type=checkbox]:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #22242A;
  border: 1px solid #3F424C;
  border-radius: 4px;
}

#contact-page .wpcf7-acceptance input[type=checkbox]:before:checked {
  background: #000;
  border-color: #000;
}

#contact-page .wpcf7-acceptance input[type=checkbox]:disabled {
  color: #b8b8b8;
  cursor: auto;
}

#contact-page .wpcf7-acceptance input[type=checkbox]:disabled:before {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ddd;
}

#contact-page .wpcf7-acceptance input[type=checkbox]:checked:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 8px;
  background: #fff;
  width: 2px;
  height: 2px;
  -webkit-box-shadow: 2px 0 0 #fff,4px 0 0 #fff,4px -2px 0 #fff,4px -4px 0 #fff,4px -6px 0 #fff,4px -8px 0 #fff;
  box-shadow: 2px 0 0 #fff,4px 0 0 #fff,4px -2px 0 #fff,4px -4px 0 #fff,4px -6px 0 #fff,4px -8px 0 #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#contact-page span.wpcf7-list-item {
  margin: 0;
  color: #757575;
}

#contact-page .wpcf7-list-item-label a {
  color: #0C6FF9;
  text-decoration: underline;
}

#contact-page .contact-checkbox-wrapper label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#contact-page .contact-checkbox-wrapper .wpcf7-list-item-label {
  font-weight: 400;
  color: #979EB1;
  font-size: 16px;
  line-height: 26px;
}

#contact-page .form-content span.wpcf7-not-valid-tip {
  margin-top: 5px;
}

#contact-page div.wpcf7-acceptance-missing,
#contact-page div.wpcf7-validation-errors {
  color: #fff;
  font-weight: 200;
  margin-top: 5px;
}

#contact-page div.wpcf7-response-output,
#contact-page div.wpcf7-validation-errors {
  margin: 0 0 40px;
  border: none;
  padding: 0;
  color: #fff;
  font-weight: 200;
}

#contact-page span.wpcf7-not-valid-tip {
  color: #fff;
  font-weight: 200;
}

#contact-page .contact-places {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  margin: 0 0 30px;
  padding-top: 60px;
}

@media (min-width:768px) {
  #contact-page .contact-checkbox-wrapper .wpcf7-list-item-label {
    font-size: 18px;
    line-height: 1.5556;
  }

  #contact-page .contact-places {
    padding-top: 100px;
  }
}

#contact-page .contact-button {
  margin-top: 30px;
}

#contact-page .contact__form-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 716px;
  flex: 0 1 716px;
}

@media (max-width:1250px) {
  #contact-page .contact__form-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}

@media (max-width:1024px) {
  #contact-page .contact__form-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}

#contact-page .contact__form-content {
  padding: 20px;
  border-radius: 16px;
  background-color: #2E3039;
}

@media (min-width:768px) {
  #contact-page .contact__form-content {
    padding: 40px;
  }
}

#contact-page .contact__places-wrapper {
  padding-left: 60px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 0;
}

@media (max-width:1250px) {
  #contact-page .contact__places-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}

@media (max-width:1024px) {
  #contact-page .contact__places-wrapper {
    padding-left: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-top: 50px;
  }

  #contact-page .contact__places-wrapper .rg-header,
  #contact-page .office-place-wrapper {
    text-align: center;
  }
}

#contact-page .heading-box {
  margin-bottom: 50px;
}

#contact-page .city-header {
  font-size: 24px;
  font-weight: 600;
}

#contact-page .office-map-wrapper {
  height: 256px;
  width: 100%;
  border-radius: 10px;
  margin-top: 15px;
}

#contact-page .office-map-wrapper>div {
  background-color: transparent;
}

#contact-page .gm-style-cc,
#contact-page .gm-style-pbc,
#contact-page .gmnoprint {
  display: none;
}

#contact-page .top-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

#contact-page .top-wrapper>:nth-child(n+2) {
  padding: 0 5px;
}

#contact-page .top-wrapper>:first-child {
  padding: 0 10px 0 0;
}

#contact-page .top-wrapper>:last-child {
  padding: 0 0 0 10px;
}

#contact-page .office-place-wrapper {
  position: relative;
  margin-top: 30px;
  margin-bottom: 40px;
}

#contact-page .office-place-wrapper .office-place-image {
  width: 100%;
  height: 100%;
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  max-height: 300px;
}

#contact-page .place-image-wrapper {
  position: relative;
  height: auto;
  max-width: 360px;
  overflow: hidden;
}

@media (min-width:768px) {
  #contact-page .place-image-wrapper {
    max-width: 600px;
    height: 260px;
  }
}

@media (max-width:1024px) {
  #contact-page .place-image-wrapper {
    margin: 0 auto;
  }
}

#contact-page .place-image-wrapper::before {
  content: '';
  z-index: 3;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  position: absolute;
  background: linear-gradient(.49deg,rgba(18,19,23,.8) .5%,rgba(18,19,23,0) 50.08%);
}

#contact-page .place-image-wrapper .office-item-footer {
  position: absolute;
  z-index: 4;
  bottom: 0;
  padding: 20px;
}

#contact-page .office-function {
  text-transform: uppercase;
  color: #979EB1;
  font-size: 16px;
  font-weight: 600;
}

#contact-page .office-info {
  margin-top: 20px;
}

#contact-page .office-info .office-info-name {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

#contact-page .office-info .office-info-desc {
  color: #979EB1;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

#contact-page .contact-textarea-label {
  margin-bottom: 10px;
  display: inline-block;
  color: #757575;
}

#contact-page .contact-textarea {
  margin-top: 10px;
  resize: none;
  min-height: 150px;
  border: 2px solid #393D46;
  border-radius: 10px!important;
  padding: 10px;
}

#contact-page .contact-textarea+.line {
  display: none;
}

#contact-page .contact-form-submit {
  display: block;
  margin-left: auto;
}

#contact-page .form-content {
  margin-top: 30px;
}

#contact-page .form-content>p {
  width: 100%;
  text-align: right;
}

#contact-page .form-content>p .reality-rounded-btn {
  margin-right: 15px;
}

#contact-page .form-content .your-subject {
  position: relative;
}

#contact-page .form-content .your-subject::after {
  position: absolute;
  content: '';
  background-image: url("../../images/ic_arrow_down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  font-weight: 700;
  color: #393D46;
  right: 10px;
  top: -5px;
}

@media only screen and (max-width:991px) {
  #contact-page .city {
    margin-bottom: -5px;
  }
}

@media only screen and (max-width:767px) {
  #contact-page .top-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  #contact-page .top-wrapper>:nth-child(n) {
    padding: 0 5px;
    margin-bottom: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  #contact-page .office-info-wrapper {
    -webkit-transition: .3s;
    transition: .3s;
    text-align: left;
  }
}
.csr__row {
  padding: 50px 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.csr__row:first-child {
  padding-top: 0;
}

.csr__row:last-child {
  padding-bottom: 100px;
}

.csr__row:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media (max-width:992px) {
  .csr__row,
  .csr__row:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.csr__item img {
  border-radius: 16px;
}
.directors-wrapper {
  margin: 0;
}

.director {
  margin-bottom: 40px;
  padding: 0 30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.director .director-left-side {
  margin-right: 30px;
}

.director .director-left-side .director-avatar {
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5px;
  margin-bottom: 20px;
  height: 256px;
  width: 256px;
}

.director .director-right-side {
  text-align: left;
}

.director .director-right-side .director-name {
  font-weight: 400;
  color: #fff;
  font-size: 24px;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.director .director-right-side .director-position {
  font-size: 14px;
  letter-spacing: 1px;
  color: #979EB1;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.director .director-right-side .director-desc {
  color: #fff;
  font-size: 17px;
  line-height: 21px;
  font-weight: 100;
}

@media only screen and (max-width:992px) {
  .director .director-right-side .director-desc {
    margin-top: 20px;
  }
}

@media only screen and (max-width:767px) {
  .director {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    width: auto;
  }

  .director .director-left-side {
    margin-right: 0;
    text-align: center;
  }

  .director .director-left-side .director-avatar {
    display: inline-block;
    height: 200px;
    width: 200px;
  }

  .director .director-right-side .director-name,
  .director .director-right-side .director-position {
    text-align: center;
  }
}
.document:nth-last-of-type(1n+1) {
  padding-left: 40px;
}

.document:nth-last-of-type(2n+1) {
  padding-right: 40px;
}

.document .document-header {
  font-weight: 700;
  color: #979EB1;
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-size: 16px;
}

.document .document-text {
  font-weight: 100;
  color: #fff;
  text-align: justify;
  font-size: 16px;
  line-height: 19px;
}

.document .document-btns-wrapper {
  text-align: right;
  margin: 30px 0;
}
#eu-projects .absolute-btn {
  right: initial;
  left: 0;
}
@charset "UTF-8";

.social-icon a,
.social-icons-list {
  display: -webkit-box;
  display: -ms-flexbox;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.main-footer {
  width: 100%;
  position: relative;
  z-index: 4;
  padding-top: 0;
  background-color: #22242A;
}

.main-footer__content {
  background-color: #121317;
  width: 100%;
}

.main-footer .inner-wrapper {
  padding: 15px 35px;
}

.social-icons-wrapper {
  margin: 30px 0;
}

.social-icons-list {
  display: flex;
}

.social-icon {
  text-align: center;
  height: 50px;
  margin: 0 5px;
}

.social-icon:first-of-type {
  margin: 0 5px 0 0;
}

.social-icon:last-of-type {
  margin: 0 0 0 5px;
}

.social-icon a {
  width: 50px;
  height: 50px;
  padding: 14px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #2E3039;
  -webkit-transition: width .4s ease,height .4s ease,-webkit-transform .3s ease;
  transition: width .4s ease,height .4s ease,-webkit-transform .3s ease;
  transition: width .4s ease,height .4s ease,transform .3s ease;
  transition: width .4s ease,height .4s ease,transform .3s ease,-webkit-transform .3s ease;
}

.social-icon a img {
  max-width: 100%;
}

.social-icon a .growing-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  border-radius: 50%;
  width: 0;
  height: 0;
  background-color: #2E3039;
  -webkit-transition: width .4s ease,height .4s ease;
  transition: width .4s ease,height .4s ease;
}

.social-icon a:hover {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.social-icon a:hover img {
  -webkit-filter: brightness(400%);
  filter: brightness(400%);
}

.social-icon a:hover .growing-circle {
  width: 50px;
  height: 50px;
}

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 65px;
}

.footer-column {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 10px 30px;
}

.footer-column:first-of-type {
  padding-left: 0;
}

.footer-column:last-of-type {
  padding-right: 0;
}

.footer-header {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}

.footer-column-list-item {
  margin-bottom: 10px;
}

.footer-column-list-item a {
  color: #979EB1;
  text-transform: none;
  text-decoration: none;
  font-size: 18px;
  line-height: 28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
  display: block;
  -webkit-transition: color .2s ease,-webkit-text-decoration .2s ease;
  transition: color .2s ease,-webkit-text-decoration .2s ease;
  transition: text-decoration .2s ease,color .2s ease;
  transition: text-decoration .2s ease,color .2s ease,-webkit-text-decoration .2s ease;
}

.footer-column-list-item a:hover {
  text-decoration: underline;
  color: #fff;
}

.footer-column-text {
  color: #979EB1;
  text-transform: none;
  font-size: 16px;
  line-height: 1.2em;
}

.footer-logo-wrapper {
  text-align: center;
  margin: 0 0 25px;
}

.footer-logo-wrapper img {
  max-width: 230px;
}

.privacy-list-item {
  text-align: center;
  display: inline-block;
}

.privacy,
.privacy input:checked~.checkmark:after {
  display: block;
}

.privacy-list-item a {
  padding: 15px;
  font-size: 15px;
  text-decoration: underline;
  color: #979EB1;
}

.newsletter-wrapper {
  position: relative;
  width: 100%;
  margin-top: 20px;
}

.newsletter-wrapper input {
  padding-right: 32px!important;
  color: #fff;
  border-bottom: 2px solid #979EB1;
}

.newsletter-wrapper input::-webkit-input-placeholder {
  color: #979EB1;
}

.newsletter-wrapper input::-moz-placeholder {
  color: #979EB1;
}

.newsletter-wrapper input:-ms-input-placeholder {
  color: #979EB1;
}

.newsletter-wrapper input::-ms-input-placeholder {
  color: #979EB1;
}

.newsletter-wrapper input::placeholder {
  color: #979EB1;
}

.privacy {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  color: #979EB1;
  margin-bottom: 22px;
  text-align: justify;
  line-height: 17px;
}

.privacy-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.privacy a {
  color: #979EB1;
  text-decoration: underline;
}

.privacy:hover input~.checkmark {
  background-color: #979EB1;
}

.privacy input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.privacy input:checked~.checkmark {
  background-color: #fff;
}

.privacy .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px solid #979EB1;
  border-radius: 50%;
}

.privacy .checkmark::after {
  content: "✔";
  position: absolute;
  display: none;
  color: #22242a;
  text-align: center;
  font-weight: 700;
  padding: 0 3px;
}

.newsletter-form-message {
  padding: 10px 20px;
  color: #979EB1;
  border: 1px solid #979EB1;
  margin-top: 20px;
  opacity: 0;
  -webkit-transition: opacity .6s ease;
  transition: opacity .6s ease;
}

.newsletter-form-message.visible {
  -webkit-transition: opacity .6s ease;
  transition: opacity .6s ease;
  opacity: 1;
}

#newsletter-form .submit-button-wrapper {
  text-align: right;
}

#newsletter-form .reality-rounded-btn {
  min-width: 135px;
  padding: 8px 30px;
  position: relative;
}

#newsletter-form .reality-rounded-btn .loader {
  position: absolute;
  right: 10px;
  top: 8px;
  border: 2px solid #979EB1;
  border-top: 2px solid transparent;
  border-radius: 50%;
  width: 19px;
  height: 19px;
  display: none;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

#newsletter-form .reality-rounded-btn .loader.visible {
  display: block;
}

#newsletter-form .reality-rounded-btn:hover .loader {
  border: 2px solid #fff;
  border-top: 2px solid transparent;
}

.footer-note {
  margin: 10px 0;
  color: #979EB1;
  font-size: 15px;
}

.footer__logo {
  margin-top: 0;
  max-width: 156px;
}

@media (max-width:767px) {
  .footer__logo {
    margin: 30px auto 0;
    display: block;
  }

  .footer__middle__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer__middle__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #22242A;
  margin: 60px 0 20px;
  padding: 20px;
  border-radius: 20px;
}

.footer__middle__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media (max-width:600px) {
  .footer__middle__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.footer__middle__column {
  padding: 0 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid #2E3039;
}

@media (max-width:600px) {
  .footer__middle__column {
    border: none;
    margin-bottom: 30px;
  }

  .footer__middle__column__header {
    text-align: center;
  }
}

.footer__middle__column:last-of-type {
  border: none;
}

.footer__middle__column__header {
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 600;
}

@media (max-width:767px) {
  .footer__middle__column__header {
    font-size: 14px;
  }
}

.footer__middle__column__text {
  color: #979EB1;
  font-size: 16px;
  line-height: 1.4;
}

@media (max-width:600px) {
  .footer__middle__column__text {
    text-align: center;
  }
}

.footer__bottom__wrapper {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width:767px) {
  .footer__middle__column__text {
    font-size: 14px;
  }

  .footer__bottom__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .footer__bottom__wrapper .footer-note {
    margin-top: 30px;
  }
}

@media only screen and (max-width:1280px) {
  .footer-column-list-item {
    margin-bottom: 8px;
  }

  .footer-column-list-item a,
  .footer-column-text {
    font-size: 16px;
  }

  .newsletter-input {
    font-size: 11px;
    padding: 10px 50px 10px 10px;
  }

  .newsletter-submit-btn {
    width: 33px;
    height: 33px;
    top: -2px;
    right: 1px;
  }

  .footer-logo-wrapper {
    margin: 0 0 25px!important;
  }

  .footer-logo-wrapper img {
    max-width: 200px;
    width: 100%;
  }
}

@media only screen and (max-width:1024px) {
  .social-icon a {
    left: 50%;
    margin: 0 auto;
  }

  .social-icon a:hover {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }

  .footer-header {
    font-size: 26px;
    cursor: pointer;
    margin: 2px;
    text-align: left;
    -webkit-transition: letter-spacing .3s ease;
    transition: letter-spacing .3s ease;
  }

  .footer-header:hover {
    letter-spacing: 2px;
  }

  .footer-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 200px;
    margin: 40px auto;
  }

  .footer-column {
    text-align: left;
    padding: 0;
  }

  .footer-column:first-of-type,
  .footer-column:last-of-type {
    padding: 0;
  }

  .footer-column-list,
  .newsletter-body {
    overflow: hidden;
    max-height: 0;
    padding: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
  }

  .footer-column-list.expanded,
  .newsletter-body.expanded {
    opacity: 1;
    padding: 25px 0;
    max-height: 300px;
  }
}

@media only screen and (max-width:640px) {
  .social-icon a {
    width: 48px;
    height: 48px;
  }

  .social-icon a img {
    width: 15px;
    min-width: 10px;
  }

  .social-icon a:hover .growing-circle {
    width: 48px;
    height: 48px;
  }

  .privacy-list-item {
    vertical-align: middle;
  }

  .privacy-list-item a {
    padding: 6px;
    font-size: 14px;
  }
}
@media (max-width:992px) {
  .future .flex__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .future .flex__row img {
    margin-top: 20px;
  }
}

.future__row {
  padding: 50px 0;
}

.future__row:first-of-type {
  padding-top: 0;
}

.future__row:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.games-engine-page {
  background: #22242A;
}

.games-engine-page .padding-wrapper-1.pw-1 {
  padding-bottom: 0;
}

.games-engine-page .header-content .hc-title {
  font-size: 16px;
  line-height: 1.5556;
  font-weight: 700;
  text-transform: uppercase;
}

.games-engine-page .header-content .hc-header {
  width: 725px;
  max-width: 100%;
}

.games-engine-page .ps1- .ps-comment {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.games-engine-page .ps2-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}

@media (min-width:992px) {
  .games-engine-page .ps2-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.games-engine-page .ps2-left {
  max-width: 260px;
}

@media (min-width:481px) {
  .games-engine-page .ps2-left {
    max-width: none;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 356px;
    flex: 1 1 356px;
  }
}

.games-engine-page .ps2-left-content {
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.games-engine-page .ps2-right {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(100% - 356px);
  flex: 1 1 calc(100% - 356px);
}

.games-engine-page .ps3-images-wrapper {
  display: grid;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
  grid-template-columns: 1fr;
}

@media (min-width:481px) {
  .games-engine-page .ps3-images-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

.games-engine-page .ps3-slick-wrapper {
  margin-left: -16px;
}

.games-engine-page .ps3-slick-wrapper .slick-slide {
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.games-engine-page .ps3-slick-wrapper .slick-dots {
  bottom: -40px;
  width: 100vw;
}

.games-engine-page .ps3-slick-wrapper .ps3-image-box {
  width: 360px;
}

.games-engine-page .ps3-image-box {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.games-engine-page .ps3-image-box img {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.games-engine-page .ps4- .ps-comment {
  margin-bottom: 0;
}

.games-engine-page .ps4-items-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 60px;
}

@media (min-width:768px) {
  .games-engine-page .ps3-images-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .games-engine-page .ps4-items-wrapper {
    gap: 100px;
  }
}

.games-engine-page .ps4-items-wrapper .ps-comment,
.games-engine-page .ps4-items-wrapper .ps-title {
  text-align: left;
}

.games-engine-page .ps4-item-box {
  display: grid;
  text-align: left;
  width: 100%;
  grid-template-columns: 1fr;
  gap: 30px;
  justify-items: center;
}

@media (min-width:768px) {
  .games-engine-page .ps4-item-box {
    grid-template-columns: auto auto;
    gap: 80px;
  }

  .games-engine-page .ps4-item-box.ps4-item-left .ps4ib-copy {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.games-engine-page .ps4- .ps4ib-copy {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.games-engine-page .ps4- .ps4ib-copy .ps-title {
  text-transform: none;
}

.games-engine-page .ps4- .ps4ib-image {
  max-width: 358px;
  width: 100%;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

@media (min-width:768px) {
  .games-engine-page .ps4- .ps4ib-image {
    max-width: 560px;
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
  }
}

.games-engine-page .ps4- .ps4ib-image img {
  display: block;
  border-radius: 16px;
}
.game-rating,
.store__items {
  display: -webkit-box;
  display: -ms-flexbox;
}

.games {
  padding-bottom: 75px;
  padding-top: 60px;
}

@media (min-width:768px) {
  .games {
    padding-top: 100px;
  }
}

.games__row {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 40px 0;
}

@media (max-width:992px) {
  .games__row {
    padding: 40px 0;
  }
}

.games__row:first-of-type {
  padding-top: 0;
}

.games__row:last-of-type {
  padding-bottom: 0;
}

.games__item__video {
  margin-bottom: 0;
}

@media (max-width:1024px) {
  .games__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .games__item {
    width: 100%;
  }

  .games__item__video {
    height: 500px;
  }
}

@media (max-width:992px) {
  .games__item__video {
    height: 450px;
  }
}

@media (max-width:767px) {
  .games__item__video {
    height: 200px;
  }
}

.games__item__video img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.store__items {
  display: flex;
}

.store__link {
  max-width: 160px;
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease,-webkit-transform .2s ease;
}

.store__link:first-of-type {
  margin-right: 20px;
}

.store__link:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.game-rating {
  display: flex;
  padding: 25px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.game-rating__numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.game-rating__stars {
  margin-right: 10px;
  max-width: 135px;
  margin-bottom: 10px;
}

.game-rating__value {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  margin-right: 10px;
  margin-bottom: 10px;
}

.game-rating__viewers {
  font-size: 16px;
  color: #979EB1;
  font-weight: 500;
  margin-bottom: 10px;
}
.game-section {
  width: 100%;
  margin-bottom: 100px;
}

.game-section .games-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
}

.game-section h2 {
  text-align: center;
  margin-bottom: 60px;
}

.game-section h3 {
  margin-bottom: 20px;
}

.game-section h2,
.game-section h3 {
  display: block;
  color: #FFF;
  font-weight: 600;
  line-height: 1.16667;
  font-size: 28px;
}

.game-section .game-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 360px;
  width: 100%;
  margin: auto;
}

@media (min-width:768px) {
  .game-section .games-wrapper {
    gap: 40px;
  }

  .game-section h2,
  .game-section h3 {
    font-size: 36px;
  }

  .game-section .game-item-wrapper {
    max-width: none;
  }
}

@media (min-width:992px) {
  .game-section .game-item-wrapper:not(.w-full) {
    width: calc(50% - 20px);
  }
}

.game-section .gi- .store__link:first-of-type {
  margin: 0;
}

.game-section .gi-banner {
  margin-bottom: 30px;
}

.game-section .gi-description {
  color: #979EB1;
  font-weight: 400;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 26px;
}

@media (min-width:768px) {
  .game-section .gi-description {
    font-size: 18px;
    line-height: 1.5556;
  }
}

.game-section .gi-store-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.game-section .gi-launching-soon-plate {
  color: #E8BC03;
  border: 2px solid #E8BC03;
  border-radius: 10px;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
}

.history-header {
  margin-bottom: 50px;
}

.history-item,
.history-year {
  margin-bottom: 40px;
}

.history-year {
  font-size: 24px;
  font-weight: 500;
  margin-top: 10px;
  color: #979EB1;
}

.history-item .history-item-header {
  margin-top: 10px;
  color: #979EB1;
  font-size: 18px;
  font-weight: 500;
}

.history-item .history-year-desc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 100;
  letter-spacing: 1px;
  color: #fff;
  text-align: justify;
  margin-bottom: 30px;
}

.history-item .history-item-image {
  height: 200px;
  border-radius: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.history-items-wrapper {
  margin: 0 0 30px;
}

@media only screen and (max-width:767px) {
  .history-item .history-item-header {
    margin-top: 30px;
  }
}
.home {
  width: 100%;
  height: 100vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.home .horizontal-video {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background-size: cover;
  background-position: center;
}

.home .vertical-video {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}

.home .search-results {
  bottom: 0;
  top: auto;
  padding: 30px 20px 80px;
}

.home .main-nav-wrapper {
  margin-top: 0;
}

.home .main-nav .mobile-nav {
  bottom: initial;
  top: 30px;
  border-radius: 0 0 40px 40px;
}

.background-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
  margin-bottom: 0!important;
}

.background-slider__wrapper {
  position: relative;
  padding: 50px 0 30px;
  margin-top: 40px;
}

.background-slider__wrapper .slider__arrow--left {
  left: -45px;
}

.background-slider__wrapper .slider__arrow--right {
  right: -50px;
}

@media (max-width:1400px) {
  .background-slider__wrapper .slider__arrow--left {
    left: 20px;
  }

  .background-slider__wrapper .slider__arrow--right {
    right: 20px;
  }
}

.background-slider__slide {
  width: 100%;
  height: 680px;
  position: relative;
  background: #22242A;
}

.background-slider__slide::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(56.87%,rgba(34,36,42,0)),to(rgba(34,36,42,.4)));
  background: linear-gradient(180deg,rgba(34,36,42,0) 56.87%,rgba(34,36,42,.4) 100%);
}

@media (max-width:992px) {
  .background-slider__wrapper .slider__arrow {
    display: none!important;
  }

  .background-slider__slide {
    height: 45vh;
  }
}

.background-slider__slide video {
  opacity: .9;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

.background-slider__slide-text {
  height: 100%;
  padding: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.background-slider__slide-header {
  font-size: 52px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
}

@media (max-width:1024px) {
  .background-slider__slide-header {
    font-size: 48px;
  }
}

@media (max-width:992px) {
  .background-slider__slide-text {
    padding: 50px 50px 80px;
  }

  .background-slider__slide-header {
    font-size: 38px;
  }
}

.background-slider__slide-button {
  background-color: #0C6FF9;
  border-color: #0C6FF9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.background-slider__slide-button .arrow-icon {
  margin-left: 10px;
}

.background-slider .slick-list {
  padding: 0!important;
}

.homepage-bottom {
  padding: 0;
}

@media (max-width:1300px) {
  .homepage-bottom {
    padding: 0 25px;
  }
}

@media (max-width:767px) {
  .homepage-bottom {
    padding: 0;
  }
}

.home-games__list {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px 0;
}

.home-games__item {
  border-radius: 16px;
  display: block;
}

.home-games__item__image {
  width: 100%;
  min-width: 100%;
  height: 225px;
  border-radius: 8px;
  overflow: hidden;
}

.home-games__item__image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease,-webkit-transform .2s ease;
}

.home-games__item__text {
  padding-left: 20px;
}

.home-games__item__header {
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.3;
  -webkit-transition: -webkit-text-decoration .2s ease;
  transition: -webkit-text-decoration .2s ease;
  transition: text-decoration .2s ease;
  transition: text-decoration .2s ease,-webkit-text-decoration .2s ease;
}

.home-games__item__date {
  font-size: 18px;
  font-weight: 400;
  color: #979EB1;
}

.home-games__item:hover {
  background-color: #3F424C;
}

.home-games__item:hover .home-news__item__header {
  text-decoration: underline;
}

.home-games__item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.reality-logo {
  text-align: center;
}

.reality-logo .reality-slogan {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 36px;
  color: #979EB1;
  margin-top: 20px;
  text-align: center;
}

.reality-logo img {
  max-width: 100%;
}

.home-numbers__item {
  padding: 0 30px;
  text-align: center;
  position: relative;
}

.home-numbers__item:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background-color: #3F424C;
}

.home-numbers__item:last-of-type:after {
  display: none;
}

@media (max-width:767px) {
  .home-numbers__item:last-of-type {
    border: none;
  }

  .home-numbers__item {
    border: none;
    margin-bottom: 50px;
  }
}

.home-numbers__value {
  font-size: 80px;
  color: #fff;
  font-weight: 500;
  line-height: 80px;
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width:1280px) {
  .home-numbers__value {
    font-size: 48px;
    line-height: 60px;
  }
}

@media (max-width:767px) {
  .home-numbers__value {
    font-size: 50px;
  }
}

.home-numbers__desc {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  text-transform: uppercase;
  color: #979EB1;
}

@media (max-width:1280px) {
  .home-numbers__desc {
    font-size: 16px;
  }
}

@media (max-width:767px) {
  .home-numbers__desc {
    font-size: 18px;
  }
}

@media only screen and (max-width:1280px) {
  .reality-logo {
    max-width: 100%;
  }

  .reality-logo img {
    max-width: 300px;
    width: 100%;
    margin-bottom: 5px;
  }

  .reality-logo .reality-slogan {
    font-size: 26px;
  }
}

@media only screen and (max-width:1024px) {
  .reality-logo .reality-slogan {
    font-size: 30px;
  }
}

@media only screen and (max-width:640px) {
  .reality-logo {
    margin-top: -40px;
    max-width: 400px;
  }

  .reality-logo img {
    max-width: 140px;
    width: 100%;
    margin-bottom: 5px;
  }

  .reality-logo .reality-slogan {
    font-size: 18px;
    margin: 0;
    line-height: 20px;
  }
}
.goToFormButton,
.influencers-big-header {
  text-align: center;
}

.goToFormButton {
  margin-top: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  cursor: pointer;
  width: 100%;
  border: 1px solid #979EB1;
  border-radius: 50px;
  color: #fff;
  font-size: 32px;
  padding: 30px 10px;
  outline: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center;
  -webkit-transition: .4s;
  transition: .4s;
  text-decoration: none;
  position: relative;
}

.goToFormButton::after,
.goToFormButton::before {
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 50px;
  content: "";
}

.goToFormButton::before {
  background-color: transparent;
  -webkit-transition: .3s;
  transition: .3s;
}

.goToFormButton::after {
  background: -webkit-gradient(linear,right top,left top,from(rgba(255,255,255,.1)),to(rgba(0,0,0,.1)));
  background: linear-gradient(to left,rgba(255,255,255,.1),rgba(0,0,0,.1));
  -webkit-transition: .3s;
  transition: .3s;
}

.goToFormButton:hover {
  border-color: #000;
}

.goToFormButton:hover::before {
  content: "";
  background-color: rgba(255,255,255,.3);
}

.goToFormButton:hover::after {
  background: 0 0;
}

.goToFormButton:active,
.goToFormButton:focus {
  -webkit-box-shadow: inset 0 0 2px 2px rgba(255,255,255,.5);
  box-shadow: inset 0 0 2px 2px rgba(255,255,255,.5);
}

.influencers-content {
  padding-top: 30px;
  text-align: center;
  width: 100%;
}
.form__bottom button,
.form__input {
  font-family: "Bai Jamjuree",sans-serif;
}

@-webkit-keyframes rotateMe {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotateMe {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.investors-wrapper {
  padding-bottom: 30px;
}

.statistics-wrapper {
  padding-top: 30px;
}

.investor-table {
  margin: 20px 0 20px -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.investor-table .investor-table-row {
  font-weight: 100;
  padding: 0 20px;
  margin: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
}

.investor-table .left-column,
.investor-table .right-column {
  padding: 10px 0;
  font-size: 14px;
  border-bottom: 1px solid rgba(255,255,255,.25);
}

.investor-table .left-column {
  text-align: left;
  color: #fff;
}

.investor-table .right-column {
  text-align: right;
  color: #979EB1;
}

.alerts-wrapper {
  padding: 35px;
  background-color: rgba(0,0,0,.25);
  border-radius: 20px;
  margin-top: 40px;
}

.alerts-wrapper h4 {
  font-weight: 100;
  color: #fff;
  font-size: 16px;
}

.alerts-wrapper ul {
  margin-top: 20px;
}

.alerts-wrapper ul li {
  margin-bottom: 10px;
  color: #979EB1;
  line-height: 20px;
  font-size: 16px;
}

.company-table-wrapper {
  overflow: auto;
}

.company-table {
  width: 100%;
  min-width: 750px;
}

.company-table td,
.company-table th {
  text-align: left;
  padding: 10px;
  font-size: 13px;
}

.company-table th {
  font-weight: 700;
  padding-bottom: 2px;
}

.company-table .sub-headers th {
  font-weight: 100;
  font-size: 13px;
  padding-bottom: 10px;
}

.company-table td {
  font-weight: 100;
  color: #979EB1;
  border-top: 1px solid rgba(255,255,255,.25);
}

.company-table tr:last-of-type td {
  color: #fff;
}

.graph-wrapper img {
  border-radius: 25px;
  max-width: 100%;
}

.investors-btns-wrapper {
  margin: 40px 0;
  text-align: center;
}

.investors-btns-wrapper .reality-rounded-btn {
  margin-right: 15px;
}

.form__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 75px 20px 100px;
}

.form__content {
  background-color: #2E3039;
  border-radius: 16px;
  padding: 40px;
  width: 554px;
}

.form__header {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 40px;
}

.form__label {
  font-size: 16px;
  font-weight: 600;
  color: #979EB1;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.form__error,
.form__input {
  padding: 12px 20px;
  font-size: 18px;
  width: 100%;
  font-weight: 400;
  margin-bottom: 20px;
}

.form__input {
  background-color: rgba(34,36,42,.5)!important;
  height: 52px;
  border-radius: 8px;
  border: 1px solid #3F424C!important;
  color: #fff;
  outline: 0!important;
}

.form__input::-webkit-input-placeholder {
  color: rgba(151,158,177,.5);
  font-size: 18px;
  font-weight: 400;
}

.form__input::-moz-placeholder {
  color: rgba(151,158,177,.5);
  font-size: 18px;
  font-weight: 400;
}

.form__input:-ms-input-placeholder {
  color: rgba(151,158,177,.5);
  font-size: 18px;
  font-weight: 400;
}

.form__input::-ms-input-placeholder {
  color: rgba(151,158,177,.5);
  font-size: 18px;
  font-weight: 400;
}

.form__input::placeholder {
  color: rgba(151,158,177,.5);
  font-size: 18px;
  font-weight: 400;
}

.form__input:active,
.form__input:enabled {
  background-color: rgba(34,36,42,.5)!important;
  border: 1px solid #3F424C!important;
}

.form__input:focus,
.form__input:focus-visible {
  background-color: rgba(34,36,42,.5)!important;
  border: 1px solid #fff!important;
}

.form__input:-webkit-autofill,
.form__input:-webkit-autofill:focus {
  background-color: rgba(34,36,42,.5);
  -webkit-box-shadow: none!important;
}

.form__error {
  min-height: 52px;
  background-color: rgba(34,36,42,.5);
  color: #979EB1;
  border-left: 2px solid red;
  display: none;
  line-height: 1.4;
}

.form__bottom {
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.form__bottom button {
  background-color: #0C6FF9;
  color: #fff;
  outline: 0;
  cursor: pointer;
  border: none;
}

.form__spinner {
  display: none;
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  border-top: 2px solid #fff;
  border-left: 2px solid transparent;
  border-bottom: 2px solid #fff;
  border-right: 2px solid transparent;
  -webkit-animation: 1s infinite linear rotateMe;
  animation: 1s infinite linear rotateMe;
}

@media only screen and (max-width:991px) {
  .investors-btns-wrapper .reality-rounded-btn {
    display: inline-block;
    width: 45%;
    margin: 7px 2%;
  }

  .graph-wrapper {
    margin-bottom: 30px;
  }

  .alerts-wrapper {
    margin: 20px 0;
  }

  .investor-table .investor-table-row {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

@media only screen and (max-width:767px) {
  .investor-table {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

@media only screen and (max-width:570px) {
  .investors-btns-wrapper .reality-rounded-btn {
    display: block;
    width: 100%;
    margin: 15px 0;
  }

  .investor-table .investor-table-row {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .graph-wrapper {
    margin-bottom: 30px;
  }

  .alerts-wrapper {
    margin: 20px 0;
  }
}
@charset "UTF-8";

.select-options,
.select-styled,
.select-styled.active,
.select-styled:active,
.select-styled:hover {
  background-color: #000;
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

#job-offers-outer-wrapper {
  width: 100%;
  position: relative;
}

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  position: relative;
  font-size: 14px;
  color: #fff;
  width: 140px;
  height: 35px;
  border-radius: 20px;
  border: 1px solid #979EB1;
}

.select-styled {
  position: absolute;
  text-align: left;
  top: 4px;
  right: 8px;
  bottom: 5px;
  left: 14px;
  padding: 5px 8px;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  color: #979EB1;
}

.select-styled:after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url("../../images/ic_arrow_down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -2px;
  right: 0;
}

.select-styled.active:after,
.select-styled:active:after {
  top: -2px;
  background-image: url("../../images/ic_arrow_up.svg");
}

.select-options {
  display: none;
  position: absolute;
  top: 40px;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
}

.select-options li {
  text-align: left;
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-top: 1px solid #000;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
}

.select-options li:hover {
  color: #fff;
  background: #979EB1;
}

.select-options li[rel=hide] {
  display: none;
}

.job-offers-loader-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 200px;
  width: 100%;
  position: absolute;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .53s ease,visibility .5 ease;
  transition: opacity .53s ease,visibility .5 ease;
}

.job-offers-loader-wrapper--visible {
  -webkit-transition: opacity .5s ease,visibility .5s ease;
  transition: opacity .5s ease,visibility .5s ease;
  opacity: 1;
  visibility: visible;
}

.job-offers-loader-wrapper .job-offers-loader {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 50px;
  width: 50px;
  margin: -25px 0 0 -25px;
  border-radius: 50%;
  border-top: solid 10px rgba(255,255,255,.8);
  border-right: solid 10px rgba(255,255,255,.2);
  border-bottom: solid 10px rgba(255,255,255,.2);
  border-left: solid 10px rgba(255,255,255,.2);
  animation: spin .5s infinite linear;
  -webkit-animation: spin .5s infinite linear;
}

#job-offer-main-wrapper .job-offer-inner-wrapper {
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#job-offer-main-wrapper .job-offer-main-row {
  margin: 0;
}

#job-offer-main-wrapper .left-wrapper .job-photo {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

#job-offer-main-wrapper .right-wrapper {
  padding-left: 30px;
}

#job-offer-main-wrapper .right-wrapper .apply-job-form .about-text,
#job-offer-main-wrapper .right-wrapper .apply-job-form input {
  color: #fff;
  font-size: 16px;
  font-family: "Bai Jamjuree",sans-serif;
  padding: 3px 7px 5px 2px;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #393D46;
  height: 31px;
  width: 100%;
  margin-bottom: 20px;
  -webkit-transition: border-color .3s;
  transition: border-color .3s;
}

#job-offer-main-wrapper .right-wrapper .apply-job-form .about-text:focus,
#job-offer-main-wrapper .right-wrapper .apply-job-form input:focus {
  outline: 0;
  border-bottom-color: #fff;
}

#job-offer-main-wrapper .right-wrapper .apply-job-form .about-text {
  resize: none;
  min-height: 200px;
}

#job-offer-main-wrapper .right-wrapper .apply-job-form .file-input {
  border: none;
}

#job-offer-main-wrapper .right-wrapper .apply-job-form .agreement-checkbox-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

#job-offer-main-wrapper .right-wrapper .apply-job-form .checkbox-input-agreement {
  margin: 0 10px 0 auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 18px;
  flex: 0 0 18px;
  height: 18px;
  max-width: 18px;
  display: none;
}

#job-offer-main-wrapper .right-wrapper .apply-job-form .checkbox-input-agreement:checked+.rodo-terms-label::after {
  content: "✓";
  position: absolute;
  color: #fff;
  background-color: transparent;
  left: 5px;
  font-size: 10px;
  font-weight: 700;
}

#job-offer-main-wrapper .right-wrapper .apply-job-form .checkbox-input-agreement:checked+.rodo-terms-label::before {
  content: "";
  background-color: #979EB1;
  border-color: #979EB1;
}

#job-offer-main-wrapper .right-wrapper .apply-job-form .rodo-terms-label {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  line-height: 18px;
  padding-left: 25px;
  position: relative;
}

#job-offer-main-wrapper .right-wrapper .apply-job-form .rodo-terms-label::before {
  content: "";
  position: absolute;
  left: 0;
  background-color: transparent;
  border: 2px solid #fff;
  margin: 0 auto;
  width: 18px;
  height: 18px;
  border-radius: 50%;
}

#job-offer-main-wrapper .right-wrapper .apply-job-form .file-name {
  margin-left: 10px;
  font-style: italic;
}

#job-offer-main-wrapper .right-wrapper .apply-job-form .add-cv-button {
  margin-bottom: 20px;
}

#job-offer-main-wrapper .right-wrapper .bottom-button-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#job-offer-main-wrapper .right-wrapper .submit-button-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: right;
}

#job-offer-main-wrapper .right-wrapper .back-button-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: left;
}

@media only screen and (max-width:767px) {
  #job-offer-main-wrapper .job-offer-inner-wrapper {
    padding: 0;
  }

  #job-offer-main-wrapper .right-wrapper {
    padding-left: 15px;
  }
}
.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  -webkit-transform: translatez(0);
}

.bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("pages/images/bx_loader.gif") center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: 700;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #000;
}

.bx-wrapper .bx-controls-auto .bx-controls-auto-item,
.bx-wrapper .bx-pager-item {
  display: inline-block;
  vertical-align: bottom;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

.bx-wrapper .bx-prev {
  left: 10px;
  background: url("pages/images/controls.png") 0 -32px no-repeat;
}

.bx-wrapper .bx-prev:focus,
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url("pages/images/controls.png") -43px -32px no-repeat;
}

.bx-wrapper .bx-next:focus,
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("pages/images/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus,
.bx-wrapper .bx-controls-auto .bx-start:hover {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("pages/images/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus,
.bx-wrapper .bx-controls-auto .bx-stop:hover {
  background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80,80,80,.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
.text-wrapper {
  margin-bottom: 40px;
}

.text-wrapper p {
  margin-bottom: 15px;
}

.market-env-text {
  text-align: left;
}
.post-btn-wrapper {
  text-align: right;
}

.news-header {
  color: #fff;
  font-size: 32px;
  margin-top: 20px;
}

.news-desc {
  color: #979EB1;
  font-size: 16px;
  margin-top: 5px;
}

a.news-desc {
  text-decoration: none;
}

a.news-desc:hover {
  text-decoration: underline;
}

.media-wrapper {
  margin-bottom: 30px;
}

.news-wrapper>.basic-header {
  margin-top: 0;
}

.news-posts-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 20px;
}

.press-kit-wrapper,
.share__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
}

.news-posts-wrapper .reality-post {
  width: calc(33.33333% - 20px);
  height: 200px;
  margin: 10px;
  padding: 0;
}

@media (max-width:992px) {
  .news-posts-wrapper .reality-post {
    width: calc(50% - 20px);
  }
}

@media (max-width:620px) {
  .news-posts-wrapper .reality-post {
    width: calc(100% - 20px);
  }
}

.news-posts-wrapper .reality-post-header {
  font-weight: 700;
}

.news-posts-wrapper .reality-post-date {
  padding-left: 10px;
  text-transform: uppercase;
}

.news-posts-wrapper .pagination {
  margin: 50px 10px;
}

.news-post .news-post-image-wrapper {
  width: 160px;
  height: 100px;
  margin-right: 20px;
}

.news-post .news-post-image-wrapper .news-post-image {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-image: url("../images/RealityBG_blog.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.news-post .news-post-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.news-post .news-post-date-icon {
  vertical-align: sub;
}

.news-post .news-post-date,
.news-post .news-post-source {
  font-size: 12px;
  font-weight: 100;
  margin-right: 5px;
  color: #979EB1;
}

.news-post .news-post-title {
  font-size: 24px;
  margin-top: 10px;
  font-weight: 100;
  letter-spacing: 1px;
  color: #fff;
  line-height: 26px;
}

.news-post .news-post-buttons-wrapper {
  margin-top: 15px;
  text-align: right;
}

.news-post .news-post-buttons-wrapper .reality-rounded-btn {
  margin-left: 10px;
}

.press-kit-wrapper {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-left: -10px;
  margin-right: -10px;
}

.press-kit-wrapper .press-kit-item {
  border-radius: 15px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #191B1F;
  margin: 0 10px 20px;
}

.press-kit-wrapper .press-kit-item--small {
  width: 64px;
  height: 64px;
}

.press-kit-wrapper .press-kit-item--big {
  width: 200px;
  height: 200px;
}

.share-box {
  max-width: 170px;
  min-width: 170px;
  padding-right: 0;
}

@media (max-width:767px) {
  .share-box {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
}

.share-box__content {
  background-color: rgba(0,0,0,.5);
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  position: sticky;
  top: 30px;
}

.share-box .copy-text__label {
  font-size: 14px;
  color: #979EB1;
  margin-bottom: 10px;
}

.share-box .copy-text__button {
  border-color: #fff;
  color: #fff;
  margin-bottom: 20px;
  width: 100%;
  max-width: 200px;
}

.share-box .copy-text__button:hover {
  background-color: #fff!important;
  color: #000!important;
}

.share-box .share-part__label {
  font-size: 14px;
  color: #979EB1;
  margin-bottom: 10px;
}

.share__buttons {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.share-footer,
.share__buttons__item {
  display: -webkit-box;
  display: -ms-flexbox;
}

.share__buttons__item {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #fff;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 3px;
  padding: 7px;
}

.share-footer__left__label,
.share__buttons__label {
  color: #979EB1;
  margin-right: 20px;
}

.share-footer {
  padding: 15px 0;
  border-top: 1px solid #979EB1;
  border-bottom: 1px solid #979EB1;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width:550px) {
  .share-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .share-footer__left {
    margin-bottom: 15px;
  }
}

.share-footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dkpdf-button-container {
  padding-top: 0!important;
  padding-bottom: 0!important;
  width: auto!important;
  float: none!important;
}

a.dkpdf-button span.dkpdf-button-icon {
  display: none;
}

@media (max-width:767px) {
  .media-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.media-center-col {
  width: 100%;
  max-width: 850px;
  padding: 0 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 auto;
}

@media only screen and (max-width:1023px) {
  .news-post>.row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .news-post .news-post-image-wrapper {
    width: 100%;
    height: 150px;
    margin-bottom: 10px;
  }

  .news-post .news-post-buttons-wrapper {
    display: block;
    text-align: left;
  }

  .news-post .news-post-buttons-wrapper .reality-rounded-btn {
    margin-left: 0;
    margin-right: 10px;
  }
}

@media only screen and (max-width:767px) {
  .news-post .post-image {
    height: 250px;
  }
}
#open-positions-main-wrapper {
  color: #fff;
}

#open-positions-main-wrapper .first-offer-description {
  line-height: 1.6;
}

#open-positions-main-wrapper .join-our-team .join-us-block {
  padding: 0 15px 50px;
}

#open-positions-main-wrapper .join-our-team .join-us-block .basic-header {
  margin-bottom: 15px;
}

#open-positions-main-wrapper .join-our-team .job-filter-country {
  padding: 15px 0;
  background-color: #000;
  position: absolute;
  width: 100%;
  left: 0;
}

#open-positions-main-wrapper .join-our-team .job-filter-country .inner-wrapper {
  padding: 0 15px;
}

#open-positions-main-wrapper .join-our-team .job-filter-country .job-filter-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#open-positions-main-wrapper .join-our-team .job-filter-country .left-block {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-right: 20px;
  line-height: 38px;
}

#open-positions-main-wrapper .join-our-team .job-filter-country .right-block {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#open-positions-main-wrapper .join-our-team .job-filter-country .select2 {
  min-width: 140px;
}

#open-positions-main-wrapper .join-our-team .job-filter-country .select2-container--default .select2-selection--single {
  background-color: #000;
  border-color: #979EB1;
  height: 30px;
  border-radius: 15px;
  padding: 0 7px;
  font-size: 13px;
  outline: 0;
}

#open-positions-main-wrapper .join-our-team .job-filter-country .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #979EB1;
}

#open-positions-main-wrapper .join-our-team .job-filter-country .select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-left: -10px;
  margin-top: -1px;
}

#open-positions-main-wrapper .join-our-team .job-filter-country .select2-container--default .select2-results ul li {
  background-color: red;
}

#open-positions-main-wrapper .join-our-team .job-filter-country .select2-container--default .select2-results__option {
  background-color: red!important;
  color: #ff0!important;
}

#open-positions-main-wrapper .join-our-team .job-filter-country .select2-container--default .dropdown-wrapper {
  background-color: #000;
}

#open-positions-main-wrapper .join-our-team .job-filter-country .country-filter-button {
  margin-left: 15px;
  padding: 5px 40px;
}

#open-positions-main-wrapper .join-our-team .job-filter-country .country-filter-button.active {
  background-color: #979EB1;
}

#open-positions-main-wrapper .join-our-team .job-filter-country span.country-filter-button {
  padding: 5px 10px;
}

#open-positions-main-wrapper section>.inner-wrapper {
  padding: 0 30px;
}

#open-positions-main-wrapper .job-offers-wrapper {
  padding-top: 100px;
}

#open-positions-main-wrapper .job-offers-wrapper .offer-box {
  cursor: pointer;
  position: relative;
  min-height: 220px;
  max-height: 220px;
  padding: 10px;
}

#open-positions-main-wrapper .job-offers-wrapper .offer-box .box-inner-wrapper {
  position: relative;
  height: 200px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-decoration: none;
  color: #fff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(circle,#fff,#fff);
}

#open-positions-main-wrapper .job-offers-wrapper .offer-box .box-inner-wrapper::before {
  content: '';
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  position: absolute;
  background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),color-stop(47%,rgba(0,0,0,0)),color-stop(98%,rgba(0,0,0,.95)),to(rgba(0,0,0,.95)));
  background: linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,0) 47%,rgba(0,0,0,.95) 98%,rgba(0,0,0,.95) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

#open-positions-main-wrapper .job-offers-wrapper .offer-box .image-offer {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease,-webkit-transform .3s ease;
}

#open-positions-main-wrapper .job-offers-wrapper .offer-box:hover>.box-inner-wrapper>.image-offer {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

#open-positions-main-wrapper .job-offers-wrapper .offer-box .offer-label {
  bottom: 0;
  padding: 15px;
  position: absolute;
  z-index: 2;
}

#open-positions-main-wrapper .job-offers-wrapper .offer-box .offer-name {
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 5px;
  margin-left: 5px;
  z-index: 2;
}

#open-positions-main-wrapper .job-offers-wrapper .offer-box .offer-end-date {
  z-index: 2;
  color: #979EB1;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 500;
  padding-left: 5px;
  text-transform: uppercase;
}

#open-positions-main-wrapper .job-offers-wrapper .offer-date {
  color: reality_color_1;
  opacity: .7;
  z-index: 2;
}

#open-positions-main-wrapper .job-offers-wrapper .no-offer {
  text-align: center;
  width: 100%;
}

#open-positions-main-wrapper .job-offers-wrapper .job-offers-inner-wrapper {
  padding: 0 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .5s ease,visibility .5s ease;
  transition: opacity .5s ease,visibility .5s ease;
}

#open-positions-main-wrapper .job-offers-wrapper .job-offers-inner-wrapper--visible {
  -webkit-transition: opacity .5s ease,visibility .5s ease;
  transition: opacity .5s ease,visibility .5s ease;
  opacity: 1;
  visibility: visible;
}

#open-positions-main-wrapper .job-offers-wrapper .job-offers-inner-wrapper .offers-pagination {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
}

@media only screen and (min-width:1024px) and (max-width:1199px) {
  #open-positions-main-wrapper .join-our-team .join-us-block .basic-header {
    margin-bottom: 15px;
  }

  #open-positions-main-wrapper .join-our-team .job-filter-country .country-filter-button {
    margin-right: 10px;
    padding: 5px 30px;
  }
}

@media only screen and (max-width:1023px) {
  #open-positions-main-wrapper .job-offers-wrapper {
    padding-top: 150px;
  }

  #open-positions-main-wrapper .join-our-team .job-filter-country .job-filter-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #open-positions-main-wrapper .join-our-team .job-filter-country .left-block {
    text-align: center;
    margin-bottom: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: 0;
  }

  #open-positions-main-wrapper .join-our-team .job-filter-country .right-block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  #open-positions-main-wrapper .join-our-team .job-filter-country span.country-filter-button {
    padding: 5px 10px;
  }

  #open-positions-main-wrapper .join-our-team .job-filter-country .country-filter-button {
    margin-right: 10px;
    padding: 5px 30px;
  }
}

@media only screen and (max-width:767px) {
  #open-positions-main-wrapper .select {
    margin-right: 12px;
    margin-bottom: 10px;
  }

  #open-positions-main-wrapper .job-offers-wrapper {
    padding-top: 250px;
  }

  #open-positions-main-wrapper .join-our-team .job-filter-country .right-block {
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #open-positions-main-wrapper .join-our-team .job-filter-country .country-filter-button {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 20px);
    flex: 1 1 calc(50% - 20px);
    margin: 5px;
    padding: 15px 20px;
    max-width: 250px;
  }

  #open-positions-main-wrapper .join-our-team .job-filter-country span.country-filter-button {
    display: none;
  }
}

@media screen and (max-width:350px) {
  #open-positions-main-wrapper .job-offers-wrapper {
    padding-top: 285px;
  }
}
.our-office-text {
  margin: 30px 0;
  text-align: left;
}

.our-office-img-wrapper {
  width: 100%;
  text-align: center;
}

.our-office-img-wrapper img {
  max-width: 100%;
  border-radius: 15px;
}
.timeline__left,
.timeline__part__content--inverted .timeline__right {
  text-align: right;
}

@media (max-width:767px) {
  .our-story .single-page-header-wrapper {
    padding-bottom: 60px;
  }
}

.our-story-subpage .single-page-header-wrapper {
  padding-top: 150px;
}

.our-story-subpage .padding-wrapper,
.timeline {
  padding-top: 0;
}

.no-bottom-padding {
  padding-bottom: 0;
}

.timeline {
  padding-bottom: 60px;
  position: relative;
}

.timeline__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 60px;
}

.timeline__center--mobile {
  display: none;
  padding: 0;
}

@media (max-width:992px) {
  .timeline__center {
    display: none;
  }

  .timeline__center--mobile {
    display: block;
    position: relative;
    left: -12px;
  }
}

.timeline__center__circle {
  position: sticky!important;
  top: 50%!important;
  background-color: #22242A;
  height: 35px;
  width: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 5;
  left: 1px;
}

.timeline__center__circle__content {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 4px solid #979EB1;
  background-color: transparent;
  -webkit-transition: border-color .3s ease,background-color .3s ease;
  transition: border-color .3s ease,background-color .3s ease;
}

.timeline__left {
  height: -webkit-fit-content;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  position: relative;
}

.timeline__left .slick-slide {
  height: 360px;
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
}

.timeline__left .slick-slide>div {
  width: 100%;
  height: 100%;
}

.timeline__left .slick-slide img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.timeline__left .slider__arrow {
  opacity: 0;
  visibility: hidden;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  background-color: transparent;
  -webkit-transition: opacity .3s ease,visibility .3s ease,background-color .3s ease;
  transition: opacity .3s ease,visibility .3s ease,background-color .3s ease;
}

.timeline__left .slider__arrow:hover {
  background-color: #fff;
}

.timeline__left .slider__arrow:hover img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.timeline__left:hover .slider__arrow {
  opacity: 1;
  visibility: visible;
}

.timeline__right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width:992px) {
  .timeline__right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 20px;
  }
}

.timeline__year {
  font-size: 24px;
  font-weight: 700;
  color: #979EB1;
  margin-bottom: 15px;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

.timeline__year__description {
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

.timeline__part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
}

.timeline__part--active .timeline__center__circle__content,
.timeline__part--first .timeline__center__circle__content {
  background-color: #0C6FF9;
  border-color: #fff;
}

.timeline__part--active .timeline__year,
.timeline__part--active .timeline__year__description,
.timeline__part--first .timeline__year,
.timeline__part--first .timeline__year__description {
  color: #fff;
}

.timeline__part__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.timeline__part__content--inverted {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media (max-width:992px) {
  .timeline__part__content--inverted {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .timeline__part__content--inverted .timeline__right {
    text-align: left;
  }
}

.timeline__part__content--inverted .timeline__year {
  text-align: right;
}

@media (max-width:992px) {
  .timeline__part__content--inverted .timeline__year {
    text-align: left;
  }

  .timeline__part__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-left: 20px;
    min-width: 0;
  }
}

.timeline__part__slider {
  width: 100%;
}

.timeline__part:nth-of-type(odd) .timeline__part__content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.timeline__part:nth-of-type(odd) .timeline__part__content .timeline__right {
  text-align: right;
}

@media (max-width:992px) {
  .timeline__part:nth-of-type(odd) .timeline__part__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .timeline__part:nth-of-type(odd) .timeline__part__content .timeline__right {
    text-align: left;
  }
}

.timeline__part:nth-of-type(odd) .timeline__part__content .timeline__year {
  text-align: right;
}

.timeline__initial {
  position: absolute;
  height: 80px;
  width: 3px;
  background-color: #0C6FF9;
  left: 50%;
  z-index: 2;
}

@media (max-width:992px) {
  .timeline__part:nth-of-type(odd) .timeline__part__content .timeline__year {
    text-align: left;
  }

  .timeline__initial {
    left: 5px;
  }
}

.timeline__progress {
  position: absolute;
  z-index: 1;
  width: 3px;
  height: 100%;
  background-color: #2E3039;
  left: 50%;
}

@media (max-width:992px) {
  .timeline__progress {
    left: 5px;
  }
}

.timeline__progress__bar {
  position: fixed;
  left: auto;
  top: 0;
  right: auto;
  bottom: 50vh;
  z-index: -10;
  overflow: hidden;
  width: 3px;
  height: 52vh;
  padding-top: 0;
  background-color: #fff;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#0C6FF9),color-stop(49%,#0C6FF9),to(#0062ff));
  background-image: linear-gradient(180deg,#0C6FF9,#0C6FF9 49%,#0062ff);
  -webkit-box-shadow: 0 0 20px 1px #0d0d0d;
  box-shadow: 0 0 20px 1px #0d0d0d;
}

.timeline__overlay-top {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: auto;
  z-index: 9;
  height: 80px;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#22242A),to(rgba(10,10,10,0)));
  background-image: linear-gradient(180deg,#22242A,rgba(10,10,10,0));
}

.timeline__overlay-bottom {
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  height: 80px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear,left bottom,left top,from(#22242A),to(rgba(10,10,10,0)));
  background-image: linear-gradient(0deg,#22242A,rgba(10,10,10,0));
}

.bottom-placeholder {
  width: 100%;
  height: 100px;
  position: relative;
  z-index: 3;
  background-color: #22242A;
}
.our-team>.rg-header {
  margin-bottom: 0;
}

.our-team .play-button {
  opacity: 0;
  visibility: hidden;
}

.our-team__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 60px 0;
  margin-bottom: 20px!important;
}

.our-team__item {
  min-height: 526px;
  height: 526px;
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  width: 400px!important;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 15px;
}

@media (max-width:500px) {
  .our-team__item {
    width: 280px!important;
    height: 600px;
  }
}

.our-team__item__socials {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.our-team__item__socials__item {
  margin-right: 10px;
}

.our-team__item__image {
  width: 400px;
  min-width: 400px;
  opacity: .5;
  position: relative;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  overflow: hidden;
  border-radius: 20px;
}

.our-team__item__image img {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 2;
}

@media (max-width:992px) {
  .our-team__item__image {
    display: none;
  }
}

.our-team__item__content {
  height: 100%;
  min-width: 0;
  width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  -webkit-transition: width .3s ease,min-width .3s ease;
  transition: width .3s ease,min-width .3s ease;
}

@media (max-width:992px) {
  .our-team__item__content {
    position: absolute;
    top: 0;
    z-index: 10;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    -webkit-transition: none;
    transition: none;
  }
}

.our-team__item__top {
  padding: 35px 35px 15px;
  opacity: 0;
  position: relative;
  left: 30px;
}

@media (max-width:992px) {
  .our-team__item__top {
    opacity: 1;
    left: 0;
  }
}

.our-team__item__bottom {
  padding: 15px 35px 35px;
  opacity: 0;
  position: relative;
  left: 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
}

@media (max-width:992px) {
  .our-team__item__bottom {
    opacity: 1;
    left: 0;
  }
}

.our-team__item__description {
  font-size: 16px;
  font-weight: 500;
  color: #121317;
  margin-bottom: 0;
}

@media (max-width:500px) {
  .our-team__item__content {
    width: 280px!important;
  }

  .our-team__item__description {
    font-size: 14px;
  }
}

.our-team__item__name {
  font-size: 24px;
  font-weight: 700;
  color: #121317;
  margin-bottom: 10px;
}

.our-team__item__position {
  font-size: 18px;
  font-weight: 500;
  color: #121317;
  margin-bottom: 10px;
}

.our-team__item__video-wrapper {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.our-team__item__video-wrapper video {
  -o-object-fit: cover;
  object-fit: cover;
}

.our-team__item.active {
  width: 800px!important;
}

@media (max-width:992px) {
  .our-team__item.active {
    width: 400px!important;
  }
}

@media (max-width:500px) {
  .our-team__item.active {
    width: 280px!important;
  }
}

.our-team__item.active .our-team__item__image {
  opacity: 1;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.our-team__item.active .our-team__item__video-wrapper {
  opacity: 1;
}

.our-team__item.active .our-team__item__top {
  opacity: 1;
  left: 0;
  -webkit-transition: opacity .3s ease .2s,left .3s ease .2s;
  transition: opacity .3s ease .2s,left .3s ease .2s;
}

@media (max-width:992px) {
  .our-team__item.active .our-team__item__top {
    -webkit-transition: none;
    transition: none;
  }
}

.our-team__item.active .our-team__item__bottom {
  opacity: 1;
  left: 0;
  -webkit-transition: opacity .3s ease .2s,left .3s ease .2s;
  transition: opacity .3s ease .2s,left .3s ease .2s;
}

@media (max-width:992px) {
  .our-team__item.active .our-team__item__bottom {
    -webkit-transition: none;
    transition: none;
  }
}

.our-team__item.active .play-button {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.our-team .slick-arrow {
  width: 86px;
  height: 86px;
}

@media (max-width:767px) {
  .our-team .slick-arrow {
    display: none!important;
  }
}

.our-team__slider {
  position: relative;
}
.policy-content {
  padding-top: 100px;
  font-size: 16px;
  color: #fff;
  font-weight: 100;
  line-height: 24px;
}

.policy-content h2,
.policy-content h3,
.policy-content h4,
.policy-content h5 {
  color: #fff;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 25px;
}

.policy-content h4,
.policy-content h5 {
  font-size: 30px;
}

.policy-content strong {
  font-weight: 700;
}

.policy-content ul {
  list-style-type: disc;
  margin-left: 20px;
  padding: 20px;
}

.policy-content a {
  text-decoration: underline;
  color: #979EB1;
}
#position-description-main-wrapper {
  line-height: 1.2;
  padding-top: 50px;
}

#position-description-main-wrapper .offer-description-wrapper {
  margin: 0;
}

#position-description-main-wrapper .offer-description-wrapper .left-wrapper {
  padding-left: 30px;
}

#position-description-main-wrapper .offer-description-wrapper .left-wrapper .back-button-wrapper {
  margin-bottom: 20px;
  padding: 0;
}

#position-description-main-wrapper .offer-description-wrapper .left-wrapper .back-button-wrapper a {
  padding: 8px 20px;
  display: block;
}

#position-description-main-wrapper .offer-description-wrapper .left-wrapper .positions-levels-inner-wrapper {
  text-align: right;
  position: relative;
}

#position-description-main-wrapper .offer-description-wrapper .left-wrapper .positions-levels-inner-wrapper :nth-child(n) {
  text-align: left;
}

#position-description-main-wrapper .offer-description-wrapper .left-wrapper .position-level {
  text-align: center;
  width: calc(100% - 30px);
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
}

#position-description-main-wrapper .offer-description-wrapper .left-wrapper .position-level>.reality-rounded-button {
  width: 100%;
  z-index: 5;
  position: relative;
  background-color: #22242a;
}

#position-description-main-wrapper .offer-description-wrapper .left-wrapper .position-level::before {
  content: '';
  border: 1px solid #979EB1;
  position: absolute;
  left: -15px;
  top: -20px;
  height: calc(100% + 25px);
}

#position-description-main-wrapper .offer-description-wrapper .left-wrapper .position-level::after {
  content: '';
  border: 1px solid #979EB1;
  position: absolute;
  top: calc(50% - 10px);
  width: 15px;
  height: 1px;
  left: -15px;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  z-index: 2;
}

#position-description-main-wrapper .offer-description-wrapper .left-wrapper .position-level:last-child::before {
  content: '';
  left: -15px;
  bottom: calc(50% + 10px);
  top: auto;
  height: 100%;
}

#position-description-main-wrapper .offer-description-wrapper .left-wrapper .position-level:only-child::before {
  bottom: initial;
  top: -20px;
  height: calc(50% + 10px);
}

#position-description-main-wrapper .offer-description-wrapper .left-wrapper .position-level.active>.reality-rounded-button {
  background-color: #979EB1;
  color: #fff;
}

#position-description-main-wrapper .offer-description-wrapper .left-wrapper .position-level.active>.reality-rounded-button:active,
#position-description-main-wrapper .offer-description-wrapper .left-wrapper .position-level.active>.reality-rounded-button:focus {
  -webkit-box-shadow: inset 0 0 16px rgba(255,255,255,.7),0 0 16px rgba(255,255,255,.3);
  box-shadow: inset 0 0 16px rgba(255,255,255,.7),0 0 16px rgba(255,255,255,.3);
  outline: 0;
}

#position-description-main-wrapper .offer-description-wrapper .left-wrapper .header {
  text-transform: none;
}

#position-description-main-wrapper .offer-description-wrapper .right-wrapper {
  color: #fff;
}

#position-description-main-wrapper .offer-description-wrapper .right-wrapper .single-offer-wrapper {
  padding-right: 15px;
  display: none;
}

#position-description-main-wrapper .offer-description-wrapper .right-wrapper .single-offer-wrapper.active {
  display: block;
}

#position-description-main-wrapper .offer-description-wrapper .right-wrapper .single-offer-wrapper>:nth-child(n) {
  margin-bottom: 50px;
}

#position-description-main-wrapper .offer-description-wrapper .right-wrapper .offer-top-header {
  position: relative;
}

#position-description-main-wrapper .offer-description-wrapper .right-wrapper .offer-top-header .outter-wrapper-offer-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width:767px) {
  #position-description-main-wrapper .offer-description-wrapper .right-wrapper .offer-top-header .outter-wrapper-offer-details {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#position-description-main-wrapper .offer-description-wrapper .right-wrapper .offer-top-header .outter-wrapper-offer-details .basic-header {
  margin-top: 0;
  padding-right: 20px;
}

#position-description-main-wrapper .offer-description-wrapper .right-wrapper .offer-top-header .outter-wrapper-offer-details .apply-buttons-wrapper {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#position-description-main-wrapper .offer-description-wrapper .right-wrapper .offer-top-header .outter-wrapper-offer-details .apply-buttons-wrapper .apply-friend-button,
#position-description-main-wrapper .offer-description-wrapper .right-wrapper .offer-top-header .outter-wrapper-offer-details .apply-buttons-wrapper .apply-now-button {
  text-align: center;
  min-width: 135px;
}

@media (max-width:500px) {
  #position-description-main-wrapper .offer-description-wrapper .right-wrapper .offer-top-header .outter-wrapper-offer-details .apply-buttons-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #position-description-main-wrapper .offer-description-wrapper .right-wrapper .offer-top-header .outter-wrapper-offer-details .apply-buttons-wrapper .apply-friend-button,
  #position-description-main-wrapper .offer-description-wrapper .right-wrapper .offer-top-header .outter-wrapper-offer-details .apply-buttons-wrapper .apply-now-button {
    margin-bottom: 10px;
    margin-left: 0;
  }
}

#position-description-main-wrapper .offer-description-wrapper .right-wrapper .offer-top-header .offer-video {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 30px;
}

#position-description-main-wrapper .offer-description-wrapper .right-wrapper .offer-top-header .offer-video__iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#position-description-main-wrapper .offer-description-wrapper .right-wrapper .offer-top-header .basic-header {
  margin-bottom: 5px;
}

#position-description-main-wrapper .offer-description-wrapper .right-wrapper .offer-top-header .offer-short-details {
  margin-bottom: 20px;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

#position-description-main-wrapper .offer-description-wrapper .right-wrapper .soft-skills-list {
  list-style: outside;
  margin-left: 20px;
  line-height: 1.5em;
}

#position-description-main-wrapper .offer-description-wrapper .right-wrapper .hard-skills-wrapper .hard-skill {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

#position-description-main-wrapper .offer-description-wrapper .right-wrapper .hard-skills-wrapper .hard-skill .skill-name {
  padding-right: 5px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

#position-description-main-wrapper .offer-description-wrapper .right-wrapper .hard-skills-wrapper .hard-skill .stars-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 140px;
  flex: 0 0 140px;
}

#position-description-main-wrapper .offer-description-wrapper .right-wrapper .responsibilities-wrapper .responsibilities-list {
  list-style: disc;
  padding-left: 20px;
}

#position-description-main-wrapper .offer-description-wrapper .right-wrapper .responsibilities-wrapper .responsibilities-list li {
  line-height: 1.5em;
}

#position-description-main-wrapper .offer-description-wrapper .right-wrapper .software-wrapper .software-grid {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#position-description-main-wrapper .offer-description-wrapper .right-wrapper .software-wrapper .software-grid>:nth-child(n) {
  margin-bottom: 10px;
  text-align: center;
}

#position-description-main-wrapper .offer-description-wrapper .right-wrapper .software-wrapper .software-grid img {
  max-height: 65px;
  -o-object-fit: contain;
  object-fit: contain;
}

#position-description-main-wrapper .offer-description-wrapper .right-wrapper .projects-team-wrapper .project-team-image-wrapper {
  background: radial-gradient(rgba(57,61,70,.53) 0,#22242A 60%);
}

#position-description-main-wrapper .offer-description-wrapper .right-wrapper .projects-team-wrapper .projects-team {
  margin-bottom: 50px;
}

#position-description-main-wrapper .offer-description-wrapper .right-wrapper .profile-and-equipment .key-value-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}

#position-description-main-wrapper .offer-description-wrapper .right-wrapper .profile-and-equipment .key-value-list li .key {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  color: #fff;
}

#position-description-main-wrapper .offer-description-wrapper .right-wrapper .profile-and-equipment .key-value-list li .value {
  width: 150px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #fff;
}

#position-description-main-wrapper .offer-description-wrapper .right-wrapper .profile-and-equipment .key-value-list.equipment-list li .value {
  width: 50%;
  color: #979EB1;
}

#position-description-main-wrapper .offer-description-wrapper .right-wrapper .perks {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#position-description-main-wrapper .offer-description-wrapper .right-wrapper .perks .single-perk-wrapper {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#position-description-main-wrapper .offer-description-wrapper .right-wrapper .perks .single-perk-wrapper .perk-image,
#position-description-main-wrapper .offer-description-wrapper .right-wrapper .perks .single-perk-wrapper svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 64px;
  flex: 0 0 64px;
  margin-top: 10px;
  width: 64px;
}

#position-description-main-wrapper .offer-description-wrapper .right-wrapper .perks .perk-description {
  padding: 5px 0 5px 25px;
  color: #979EB1;
}

#position-description-main-wrapper .offer-description-wrapper .right-wrapper .perks .perk-name {
  color: #fff;
  font-size: 24px;
  margin-bottom: 10px;
}

#position-description-main-wrapper .offer-description-wrapper .right-wrapper .apply-now-button {
  margin-left: 10px;
}

#position-description-main-wrapper .offer-description-wrapper .right-wrapper .apply-big-button-wrapper {
  width: 100%;
}

#position-description-main-wrapper .offer-description-wrapper .right-wrapper .apply-big-button-wrapper .apply-big-button {
  display: block;
  cursor: pointer;
  width: 100%;
  border: 1px solid #979EB1;
  border-radius: 50px;
  color: #fff;
  font-size: 32px;
  text-align: center;
  padding: 30px 10px;
  outline: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center;
  -webkit-transition: .4s;
  transition: .4s;
  text-decoration: none;
  position: relative;
}

#position-description-main-wrapper .offer-description-wrapper .right-wrapper .apply-big-button-wrapper .apply-big-button::before {
  content: "";
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: transparent;
  border-radius: 50px;
  -webkit-transition: .3s;
  transition: .3s;
}

#position-description-main-wrapper .offer-description-wrapper .right-wrapper .apply-big-button-wrapper .apply-big-button::after {
  content: "";
  z-index: 2;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(linear,right top,left top,from(rgba(255,255,255,.1)),to(rgba(0,0,0,.1)));
  background: linear-gradient(to left,rgba(255,255,255,.1),rgba(0,0,0,.1));
  border-radius: 50px;
  -webkit-transition: .3s;
  transition: .3s;
}

#position-description-main-wrapper .offer-description-wrapper .right-wrapper .apply-big-button-wrapper .apply-big-button:hover {
  border-color: #000;
}

#position-description-main-wrapper .offer-description-wrapper .right-wrapper .apply-big-button-wrapper .apply-big-button:hover::before {
  content: "";
  background-color: rgba(255,255,255,.3);
}

#position-description-main-wrapper .offer-description-wrapper .right-wrapper .apply-big-button-wrapper .apply-big-button:hover::after {
  background: 0 0;
}

#position-description-main-wrapper .offer-description-wrapper .right-wrapper .apply-big-button-wrapper .apply-big-button:active,
#position-description-main-wrapper .offer-description-wrapper .right-wrapper .apply-big-button-wrapper .apply-big-button:focus {
  -webkit-box-shadow: inset 0 0 2px 2px rgba(255,255,255,.5);
  box-shadow: inset 0 0 2px 2px rgba(255,255,255,.5);
}

#position-description-main-wrapper .offer-description-wrapper .right-wrapper .smaller-header {
  color: #979EB1;
  margin-bottom: 20px;
}

#position-description-main-wrapper .offer-description-wrapper .friend-referral-wrapper-mobile {
  display: none;
}

#position-description-main-wrapper .offer-description-wrapper .friend-referral-wrapper-desktop .send-mail-form,
#position-description-main-wrapper .offer-description-wrapper .friend-referral-wrapper-mobile .send-mail-form {
  text-align: right;
}

#position-description-main-wrapper .offer-description-wrapper .friend-referral-wrapper-desktop .send-mail-form :nth-child(n),
#position-description-main-wrapper .offer-description-wrapper .friend-referral-wrapper-mobile .send-mail-form :nth-child(n) {
  text-align: left;
}

#position-description-main-wrapper .offer-description-wrapper .friend-referral-wrapper-desktop .send-mail-form button[type=submit],
#position-description-main-wrapper .offer-description-wrapper .friend-referral-wrapper-mobile .send-mail-form button[type=submit] {
  padding-left: 35px;
  padding-right: 35px;
}

@media only screen and (max-width:991px) {
  #position-description-main-wrapper .offer-description-wrapper .right-wrapper .offer-top-header,
  #position-description-main-wrapper .offer-description-wrapper .right-wrapper .profile-and-equipment .key-value-list.equipment-list li .value {
    text-align: right;
  }

  #position-description-main-wrapper .offer-description-wrapper {
    padding: 0 15px;
    max-width: 100vw!important;
    overflow-x: hidden;
    margin-left: 0;
  }

  #position-description-main-wrapper .offer-description-wrapper .left-wrapper {
    padding-left: 15px;
  }

  #position-description-main-wrapper .offer-description-wrapper .left-wrapper .friend-referral-wrapper-desktop {
    display: none;
  }

  #position-description-main-wrapper .offer-description-wrapper .friend-referral-wrapper-mobile {
    display: block;
  }

  #position-description-main-wrapper .offer-description-wrapper .right-wrapper .profile-and-equipment .key-value-list.profile-list {
    margin-bottom: 20px;
  }

  #position-description-main-wrapper .offer-description-wrapper .right-wrapper .single-offer-wrapper {
    padding-right: 0;
  }

  #position-description-main-wrapper .offer-description-wrapper .right-wrapper .offer-top-header .basic-header {
    text-align: left;
    margin-bottom: 5px;
  }

  #position-description-main-wrapper .offer-description-wrapper .right-wrapper .offer-top-header .apply-now-button {
    margin-bottom: 25px;
    position: initial;
  }

  #position-description-main-wrapper .offer-description-wrapper .right-wrapper .offer-top-header .offer-short-details {
    padding-bottom: 30px;
    margin-bottom: 0;
    text-align: left;
    padding-right: 0;
    -webkit-transition: background-color .4s,top .3s;
    transition: background-color .4s,top .3s;
  }

  #position-description-main-wrapper .offer-description-wrapper .right-wrapper .offer-top-header .offer-short-details.sticky {
    top: 0;
    left: 0;
    position: fixed;
    background-color: #000;
    width: 100vw;
    overflow: hidden;
    padding: 0 15px 30px;
    z-index: 90;
  }

  #position-description-main-wrapper .offer-description-wrapper .right-wrapper .offer-top-header .offer-short-details.top-menu-visible {
    top: 66px;
  }

  #position-description-main-wrapper .offer-description-wrapper .right-wrapper .offer-top-header .first-offer-description {
    text-align: left;
  }
}

@media only screen and (max-width:767px) {
  #position-description-main-wrapper .offer-description-wrapper .right-wrapper .single-offer-wrapper .hard-skills-wrapper .hard-skill .skill-name {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  #position-description-main-wrapper .offer-description-wrapper .right-wrapper .single-offer-wrapper .hard-skills-wrapper .hard-skill .stars-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
  }

  #position-description-main-wrapper .offer-description-wrapper .right-wrapper .single-offer-wrapper .hard-skills-wrapper .hard-skill:nth-last-child(2) {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width:640px) {
  #position-description-main-wrapper .offer-description-wrapper .right-wrapper .single-offer-wrapper .offer-top-header .offer-short-details.top-menu-visible {
    top: 55px;
  }
}
#products-page .padding-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

#products-page .subpage {
  padding: 20px 0;
}

.section__column {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  position: relative;
}

.products__subheader {
  font-size: 15px;
  font-weight: 600;
  color: #0C6FF9;
  text-transform: uppercase;
  margin-bottom: 5px;
}

@media (max-width:1024px) {
  .section__images {
    display: none;
  }

  .products__subheader {
    font-size: 14px;
  }
}

.products__content-header {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}

@media (max-width:1024px) {
  .products__content-header {
    font-size: 30px;
  }
}

.products__sections {
  margin-top: 40px;
}

.products__section {
  padding: 10px 25px;
  margin-bottom: 25px;
  border-left: 3px solid #3F424C;
}

.products__section__header {
  font-size: 24px;
  font-weight: 500;
  color: #979EB1;
  cursor: pointer;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
}

@media (max-width:1024px) {
  .products__section__header {
    font-size: 20px;
  }
}

.products__section__header:hover {
  color: #fff;
}

.products__section__content {
  display: none;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  padding-top: 15px;
  line-height: 1.5;
}

.products__section--active {
  border-left: 3px solid #0C6FF9;
}

.products__section--active .products__section__header {
  color: #fff;
}

.products__section__images {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 5;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  margin-top: 30px;
  -webkit-transition: opacity .3s ease,visibility .3s ease,margin-top .3s ease;
  transition: opacity .3s ease,visibility .3s ease,margin-top .3s ease;
}

.products__section__images--active {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.products__item__bg,
.products__item__image {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 2;
}

.products__item__video__wrapper {
  padding: 40px;
}

.black-section {
  margin: 100px 0;
  background-color: #000;
  padding: 90px 25px;
}

@media (max-width:1024px) {
  .black-section {
    margin: 0;
  }
}

.black-section .product-info {
  margin-top: 70px;
}

.black-section .product-info__header {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}

@media (max-width:1024px) {
  .black-section .product-info__header {
    font-size: 20px;
    text-align: center;
  }
}

.black-section .product-info__icon {
  margin-bottom: 25px;
}

.black-section .product-info__column,
.resource__header {
  margin-bottom: 20px;
}

.black-section .product-info__desc {
  font-size: 18px;
  font-weight: 400;
  color: #979EB1;
  line-height: 1.4;
}

@media (max-width:1024px) {
  .black-section .product-info__desc {
    font-size: 16px;
  }

  .black-section .product-info__column {
    text-align: center;
    padding: 30px 0;
  }
}

.resources-list {
  margin-top: 40px;
}

.resource__header {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

@media (max-width:1024px) {
  .resource__header {
    font-size: 20px;
  }
}

.resource__icon {
  margin-bottom: 25px;
}

.resource__desc {
  font-size: 18px;
  font-weight: 400;
  color: #979EB1;
  line-height: 1.4;
  margin-bottom: 30px;
}

@media (max-width:1024px) {
  .resource__desc {
    font-size: 16px;
  }
}

.resource__column {
  margin-bottom: 20px;
  background-color: #2E3039;
  border-radius: 16px;
  text-align: center;
  padding: 30px 40px 40px;
}

.resources__bottom {
  margin-top: 40px;
  margin-bottom: 80px;
  text-align: center;
}
#project-page .project-info-row {
  margin: 30px 0;
}

#project-page .project-info-row>.col {
  margin-bottom: 25px;
}

#project-page .project-banner {
  width: 100vw;
}

#project-page .project-banner img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 50vh;
}
.model-wrapper {
  padding: 100px 0;
}

.model-wrapper #glb {
  height: 600px;
}
.req-task {
  text-align: center;
  margin-bottom: 50px;
}

.req-task .req-icon-wrapper {
  position: relative;
}

.req-task .req-icon-wrapper .req-icon {
  width: 120px;
}

.req-task .req-header {
  font-weight: 200;
  color: #979EB1;
  font-size: 20px;
  margin: 20px 0;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.req-task .req-text {
  color: #fff;
  text-align: left;
  font-weight: 200;
  line-height: 24px;
  font-size: 16px;
}

.rec-faqs-bottom-header {
  font-size: 24px;
  font-weight: 200;
  margin-bottom: 20px;
  color: #979EB1;
}

.other-faqs {
  padding-top: 40px;
}

.other-faqs__item {
  margin-bottom: 30px;
}
.game-slider,
.game-slider .slick-slide {
  height: 400px;
}

.game-slider .slick-next::before,
.game-slider .slick-prev::before {
  background-repeat: no-repeat;
  content: '';
  display: block;
}

.product-first-section .image-wrapper img,
.product-second-section .image-wrapper img {
  max-width: 100%;
  border-radius: 20px;
}

.slick-dots li,
.slick-dots li button {
  cursor: pointer;
  height: 10px;
  width: 10px;
}

.presentation-wrapper {
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 30px;
}

.presentation-wrapper iframe {
  width: 100%;
}

.game-slider {
  border-radius: 20px;
  overflow: hidden;
}

.game-slider .slick-slide div {
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 35%;
}

.game-slider .slick-next {
  right: 25px;
  width: 20px;
  height: 50px;
  z-index: 10;
}

.game-slider .slick-next::before {
  background-image: url("../../images/ico_arrow_right.svg");
  width: 100%;
  height: 100%;
}

.game-slider .slick-prev {
  left: 25px;
  width: 50px;
  height: 50px;
  z-index: 10;
}

.game-slider .slick-prev::before {
  background-image: url("../../images/ico_arrow_left.svg");
  width: 100%;
  height: 100%;
}

.product-desc {
  margin: 30px 0;
}

.stats-wrapper {
  padding: 0 0 30px;
  height: auto;
  max-height: 363px;
}

.stats-wrapper .stats-header {
  font-size: 20px;
  color: #979EB1;
  margin-bottom: 20px;
}

.stats-wrapper .stats-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.stats-wrapper .stats-list .stats-row {
  font-weight: 100;
  margin: 10px 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.product-first-section .basic-header,
.product-second-section .basic-header {
  margin-top: 0;
}

.stats-wrapper .stats-list .stats-row .stats-row-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.stats-wrapper .stats-list .stats-row .stats-row-content .left-column {
  text-align: left;
  padding: 0 5px 0 0;
  color: #979EB1;
}

.stats-wrapper .stats-list .stats-row .stats-row-content .right-column {
  padding: 0 0 0 5px;
  text-align: right;
  color: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.product-first-section .image-wrapper,
.product-second-section .text-wrapper,
.stats-wrapper .stats-list .stats-row:nth-child(2n+2) {
  padding-left: 20px;
}

.product-first-section .text-wrapper,
.product-second-section .image-wrapper,
.stats-wrapper .stats-list .stats-row:nth-child(2n+1) {
  padding-right: 20px;
}

.product-first-section {
  margin-bottom: 50px;
}

.project-suspended {
  border-radius: 10px;
  border: 2px solid #fff;
  padding: 17px;
}

.store-links-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 30px;
}

.store-links-wrapper a:first-of-type {
  margin-right: 7px;
}

.store-links-wrapper a:last-of-type {
  margin-left: 7px;
}

.hyperlinks-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hyperlinks-wrapper a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  max-width: 160px;
  margin: 0 10px;
}

.left-side p,
.right-side p {
  font-weight: 100;
  margin-bottom: 12px;
}

.hyperlinks-wrapper a:first-of-type() {
  margin-left: 0;
}

.hyperlinks-wrapper a:last-of-type() {
  margin-right: 0;
}

.right-side {
  padding-left: 5px;
  text-align: right;
}

.right-side p {
  color: #fff;
}

.left-side {
  padding-right: 5px;
  text-align: left;
}

.left-side p {
  color: #979EB1;
}

.go-back {
  right: initial;
  left: 0;
}

.slick-dots {
  bottom: 7px;
  list-style: none;
  text-align: center;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  padding: 0;
}

.slick-dots li button {
  border: 0;
  background: 0 0;
  display: block;
  outline: 0;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
}

.slick-dots li button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: transparent;
  border-radius: 50%;
  border: 1px solid #979EB1;
  opacity: 1;
}

.slick-dots li.slick-active button::before {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  background-color: #979EB1;
}

@media only screen and (max-width:991px) {
  .stats-wrapper .stats-list .stats-row {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 0;
  }

  .stats-wrapper .stats-list .stats-row:nth-child(2n+1) {
    padding-right: 30px;
    padding-left: 0;
  }

  .stats-wrapper .stats-list .stats-row:nth-child(2n+2) {
    padding-left: 30px;
    padding-right: 0;
  }

  .hyperlinks-wrapper {
    margin-top: 20px;
    margin-bottom: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (max-width:767px) {
  .product-first-section .image-wrapper,
  .product-second-section .text-wrapper {
    padding-left: 15px;
  }

  .download-wrapper {
    margin-top: 25px;
  }

  .product-first-section .text-wrapper {
    padding-right: 15px;
  }

  .product-second-section .image-wrapper {
    padding-right: 15px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width:570px) {
  .stats-wrapper .stats-list .stats-row {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0!important;
  }

  .trailer-button-wrapper {
    position: absolute;
    bottom: 105px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .download-buttons-wrapper {
    right: unset;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 60px;
    width: 100%;
    text-align: center;
  }

  .download-buttons-wrapper a {
    margin-left: 0;
    width: 100px;
  }

  .download-buttons-wrapper a:first-of-type {
    margin-right: 10px;
  }

  .hyperlinks-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hyperlinks-wrapper a:nth-of-type(3n+2) {
    margin: 0 0 15px;
  }

  .hyperlinks-wrapper a {
    margin-bottom: 15px;
    max-width: 100%;
    min-width: 150px;
  }
}
.strategy-section {
  margin-bottom: 30px;
}

.strategy-text {
  text-align: left;
}

.strategy-subpage {
  padding-bottom: 75px;
}

.strategy-image {
  max-height: 450px;
}

.strategy-image img {
  border-radius: 20px;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 450px;
  width: 100%;
}

@media only screen and (max-width:1023px) {
  #strategy .basic-header {
    display: block;
  }
}

@media only screen and (max-width:991px) {
  .strategy-image {
    height: 400px;
  }

  .strategy-image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.project-structure-image {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 70px;
}

.project-structure-text {
  font-weight: 100;
  text-align: left;
}

.project-structure-items {
  margin-top: 40px;
}

.project-structure-item {
  text-align: center;
}

.project-structure-item .top-part {
  margin-bottom: 30px;
}

.project-structure-item .top-part .project-structure-item-data {
  text-align: center;
  margin-bottom: 40px;
}

.project-structure-item .top-part .project-structure-item-data .project-structure-name {
  text-align: center;
  font-size: 24px;
  color: #fff;
}

.project-structure-item .top-part .project-structure-item-data .project-time {
  text-align: center;
  font-size: 14px;
  color: #979EB1;
}

.project-structure-item .top-part .project-structure-item-image {
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.project-structure-item .bottom-part {
  text-align: left;
  padding: 20px 0;
}

@media only screen and (max-width:992px) {
  .project-structure-label-wrapper {
    display: none;
  }

  .department-container {
    padding: 1em;
  }

  .department-name {
    font-size: 16px;
  }

  .department-members-count {
    font-size: 12px;
  }

  .department-modal-header-title {
    font-size: 24px;
  }

  .department-modal-body-title {
    font-size: 18px;
  }

  .department-modal-team-members {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .department-team-member {
    width: 45%;
    margin-right: 0;
  }
}

@media only screen and (max-width:767px) {
  .project-structure-image {
    margin: 30px 0;
  }

  .project-structure-image img {
    margin-left: -44px;
  }

  .project-structure-item .bottom-part,
  .project-structure-item .top-part .project-structure-item-header {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .department-container {
    width: 45%;
    padding: .5em;
  }

  .department-modal-header-title {
    font-size: 18px;
  }

  .department-modal-body-title {
    font-size: 16px;
  }

  .department-modal-container {
    width: 80%;
    padding: .5em 1em 1em;
  }

  .structure-section-department-image {
    width: 100%;
  }

  .department-modal-team-members {
    gap: 40px 20px;
  }
}
.thank-you,
.thank-you .basic-header {
  text-align: center;
}

.thank-you {
  padding-top: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.thank-you .reality-rounded-btn {
  margin-top: 100px;
}
.internship-slider.iss-,
.isw-row.iswr- {
  position: relative;
}

.vl-header {
  width: 100%;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vacancy-list-item,
.vli-content {
  display: -webkit-box;
  display: -ms-flexbox;
}

.vl-header .rg-header {
  margin-bottom: 0;
}

@media (max-width:767px) {
  .vl-header {
    margin-bottom: 30px;
  }
}

.vacancy-list-item {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  border-top: 1px solid #2E3039;
  border-bottom: 1px solid #2E3039;
}

@media (min-width:768px) {
  .vacancy-list-item {
    padding: 30px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.vli-content,
.vli-details {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.vli- .open-positions__item__description {
  margin-bottom: 0;
}

.vli-title {
  line-height: 28px;
  font-weight: 600;
  color: #fff;
  font-size: 20px;
}

@media (min-width:768px) {
  .vli-title {
    margin-bottom: 15px;
    font-size: 24px;
  }
}

.vli-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.vli-location {
  text-align: left;
  font-size: 16px;
  line-height: 26px;
  padding-left: 0;
  margin-left: 0;
  border-left: 0;
}

.vli-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  color: #979EB1;
}

@media (min-width:768px) {
  .vli-location {
    font-size: 18px;
    line-height: 1.5556;
  }

  .vli-details {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .vli-details>:not(:first-child) {
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #3F424C;
  }
}

.vli-hybrid {
  font-size: 16px;
  line-height: 26px;
  white-space: normal;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.about-content,
.vli-action a {
  white-space: nowrap;
}

.vli-action {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.internship-slider.iss- .slider__arrow.slick-arrow {
  display: none!important;
}

.internship-slider.iss- .slick-slide {
  width: calc(100vw - 20px);
}

@media (min-width:768px) {
  .vli-hybrid {
    font-size: 18px;
    line-height: 1.5556;
    white-space: nowrap;
  }

  .vli-action {
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  .internship-slider.iss- .slider__arrow.slick-arrow {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
  }

  .internship-slider.iss- .slick-slide {
    width: 410px;
  }

  .internship-slider.iss- .slick-slide.slick-current {
    width: 820px;
  }
}

.internship-wrapper.isw- {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 60px 0;
  margin-bottom: 0!important;
}

@media (max-width:767px) {
  .internship-wrapper.isw- {
    padding-top: 5px;
  }
}

.internship-wrapper.isw- .slick-track {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
}

.internship-wrapper.isw- .slick-slide {
  height: inherit!important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.internship-wrapper.isw- .slick-slide>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.isw-row.iswr- {
  width: 100%!important;
  height: auto;
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.isw-row.iswr-:before {
  content: '';
  position: absolute;
  inset: 0;
  display: block;
  background: #000;
  opacity: .5;
  z-index: 1;
}

.iswr-left img,
.team__item__image img {
  -o-object-fit: cover;
  z-index: 2;
  max-width: 100%;
}

.isw-row.iswr-.active:before {
  display: none;
}

.isw-row.iswr-.active .iswr-left,
.isw-row.iswr-.active .iswr-right {
  width: 100%;
}

.isw-row.iswr-.active .iswr-left {
  opacity: 1;
}

.isw-row.iswr-.active .iswr-right {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.isw-row.iswr-.active .iswr-top {
  opacity: 1;
  left: 0;
  -webkit-transition: none;
  transition: none;
}

@media (min-width:768px) {
  .isw-row.iswr- {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 540px;
  }

  .isw-row.iswr-.active .iswr-left,
  .isw-row.iswr-.active .iswr-right {
    width: 50%;
  }

  .isw-row.iswr-.active .iswr-right {
    padding: 30px;
    height: auto;
    border-bottom-left-radius: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }

  .isw-row.iswr-.active .iswr-top {
    -webkit-transition: opacity .3s ease .2s,left .3s ease .2s;
    transition: opacity .3s ease .2s,left .3s ease .2s;
  }
}

.isw-row.iswr-.active .iswr-bottom {
  opacity: 1;
  left: 0;
  -webkit-transition: none;
  transition: none;
}

@media (min-width:768px) {
  .isw-row.iswr-.active .iswr-bottom {
    -webkit-transition: opacity .3s ease .2s,left .3s ease .2s;
    transition: opacity .3s ease .2s,left .3s ease .2s;
  }
}

.iswr-left {
  opacity: .5;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: relative;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 68%;
}

@media (min-width:768px) {
  .iswr-left {
    height: auto;
    padding-bottom: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0;
    display: block;
  }
}

.iswr-left img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.iswr-right {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  -webkit-transition: width .3s ease,min-width .3s ease;
  transition: width .3s ease,min-width .3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  padding: 20px;
  height: 350px;
  overflow: hidden;
}

.iswr-content ul,
.iswr-top {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.iswr-title {
  font-size: 20px;
  font-weight: 600;
  color: #2652E1;
  margin-bottom: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.iswr-button,
.iswr-content strong {
  font-weight: 700;
}

@media (min-width:768px) {
  .iswr-left img {
    position: relative;
  }

  .iswr-right {
    width: 0;
    padding: 0;
  }

  .iswr-title {
    font-size: 24px;
  }
}

.iswr-content {
  font-size: 16px;
  line-height: 1.44;
  color: #121317;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  overflow-y: auto;
  min-height: 0;
}

.team__item,
.team__item__image {
  overflow: hidden;
  border-radius: 20px;
}

.iswr-content ul {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: outside;
  padding-left: 18px;
}

.iswr-top {
  opacity: 1;
  left: 0;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: hidden;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.internship__row,
.iswr-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
}

@media (min-width:768px) {
  .iswr-content {
    font-size: 18px;
  }

  .iswr-top {
    opacity: 0;
    left: 30px;
  }
}

.iswr-bottom {
  opacity: 1;
  left: 0;
  position: relative;
  margin-top: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (min-width:768px) {
  .iswr-bottom {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    opacity: 0;
    left: 30px;
  }
}

.iswr-button {
  background: #2652E1;
  color: #fff;
  border-radius: 100px;
  border: 2px solid #2652E1;
  padding: 12px 30px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
  display: inline-block;
}

.iswr-button:hover {
  -webkit-transition: .2s;
  transition: .2s;
  background: #1a40ba;
  border-color: #1a40ba;
}

.internship__wrapper {
  background-color: #2E3039;
  padding: 100px;
  border-radius: 20px;
}

@media (max-width:992px) {
  .internship__wrapper {
    padding: 60px 40px;
  }
}

.internship__content {
  padding-top: 60px;
}

.internship__part {
  width: 50%;
}

.internship__part__left {
  padding-right: 30px;
}

.internship__part__right {
  padding-left: 30px;
}

@media (max-width:767px) {
  .internship__part {
    width: 100%;
  }

  .internship__part__left {
    padding-right: 0;
    text-align: center;
  }

  .internship__part__left img {
    margin-bottom: 20px;
  }

  .internship__part__right {
    padding-left: 0;
  }
}

.internship__row {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 80px;
}

@media (max-width:767px) {
  .internship__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.internship__row:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.internship__row:nth-of-type(even) .internship__part__left {
  padding-right: 0;
  padding-left: 30px;
}

.internship__row:nth-of-type(even) .internship__part__right {
  padding-right: 30px;
  padding-left: 0;
}

@media (max-width:767px) {
  .internship__row:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .internship__row:nth-of-type(even) .internship__part__left {
    padding-left: 0;
  }

  .internship__row:nth-of-type(even) .internship__part__right {
    padding-right: 0;
  }
}

.internship__text {
  color: #fff;
}

.internship__button__wrapper {
  padding-top: 40px;
  width: 100%;
  text-align: center;
}

.internship__button__wrapper .rg-button {
  border-color: #3F424C;
}

.team>.rg-header {
  margin-bottom: 0;
}

.team .play-button {
  opacity: 0;
  visibility: hidden;
}

.team__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 60px 0;
  margin-bottom: 20px!important;
}

.team__item {
  min-height: 526px;
  height: 526px;
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  width: 400px!important;
  margin: 0 15px;
}

@media (max-width:500px) {
  .team__item {
    width: 280px!important;
    height: 600px;
  }
}

.team__item__socials {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.team__item__socials__item {
  margin-right: 10px;
}

.team__item__image {
  width: 400px;
  min-width: 400px;
  opacity: .5;
  position: relative;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.team__item__image img {
  object-fit: cover;
  position: relative;
}

@media (max-width:992px) {
  .team__item__image {
    display: none;
  }
}

.ju-content.juc-,
.team__item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.team__item__content {
  height: 100%;
  min-width: 0;
  width: 400px;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  -webkit-transition: width .3s ease,min-width .3s ease;
  transition: width .3s ease,min-width .3s ease;
}

@media (max-width:992px) {
  .team__item__content {
    position: absolute;
    top: 0;
    z-index: 10;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    -webkit-transition: none;
    transition: none;
  }
}

.team__item__top {
  padding: 35px 35px 15px;
  opacity: 0;
  position: relative;
  left: 30px;
}

@media (max-width:992px) {
  .team__item__top {
    opacity: 1;
    left: 0;
  }
}

.team__item__bottom {
  padding: 15px 35px 35px;
  opacity: 0;
  position: relative;
  left: 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: auto;
}

@media (max-width:992px) {
  .team__item__bottom {
    opacity: 1;
    left: 0;
  }
}

.team__item__description {
  font-size: 16px;
  font-weight: 500;
  color: #121317;
  margin-bottom: 0;
}

@media (max-width:500px) {
  .team__item__content {
    width: 280px!important;
  }

  .team__item__description {
    font-size: 14px;
  }
}

.team__item__name {
  font-size: 24px;
  font-weight: 700;
  color: #121317;
  margin-bottom: 10px;
}

.team__item__position {
  font-size: 18px;
  font-weight: 500;
  color: #121317;
  margin-bottom: 10px;
}

.team__item__video-wrapper {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.team__item__video-wrapper video {
  -o-object-fit: cover;
  object-fit: cover;
}

.team__item.active {
  width: 800px!important;
}

@media (max-width:992px) {
  .team__item.active {
    width: 400px!important;
  }
}

@media (max-width:500px) {
  .team__item.active {
    width: 280px!important;
  }
}

.team__item.active .team__item__image {
  opacity: 1;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.team__item.active .team__item__video-wrapper {
  opacity: 1;
}

.team__item.active .team__item__top {
  opacity: 1;
  left: 0;
  -webkit-transition: opacity .3s ease .2s,left .3s ease .2s;
  transition: opacity .3s ease .2s,left .3s ease .2s;
}

@media (max-width:992px) {
  .team__item.active .team__item__top {
    -webkit-transition: none;
    transition: none;
  }
}

.team__item.active .team__item__bottom {
  opacity: 1;
  left: 0;
  -webkit-transition: opacity .3s ease .2s,left .3s ease .2s;
  transition: opacity .3s ease .2s,left .3s ease .2s;
}

@media (max-width:992px) {
  .team__item.active .team__item__bottom {
    -webkit-transition: none;
    transition: none;
  }
}

.team__item.active .play-button {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.team .slick-arrow {
  width: 86px;
  height: 86px;
}

@media (max-width:767px) {
  .team .slick-arrow {
    display: none!important;
  }
}

.team__slider {
  position: relative;
}

.join-us.ju- {
  padding-bottom: 70px;
}

.ju-content.juc- {
  display: flex;
  gap: 60px;
  -ms-flex-direction: column;
  flex-direction: column;
}

.juc-list,
.juc-list-titles {
  display: -webkit-box;
  display: -ms-flexbox;
}

@media (min-width:768px) {
  .ju-content.juc- {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.juc-list-item,
.juc-list-titles {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.juc-left {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media (min-width:768px) {
  .juc-left {
    -ms-flex-preferred-size: 370px;
    flex-basis: 370px;
  }
}

.juc-right {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media (min-width:768px) {
  .juc-right {
    -ms-flex-preferred-size: calc(100% - 370px);
    flex-basis: calc(100% - 370px);
  }
}

.juc-list {
  display: flex;
}

.juc-list-titles {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.juc-list-title-button {
  color: #fff;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 16px;
  cursor: pointer;
  background: 0 0;
  border: 2px solid #2652E1;
}

.juc-list-title-button * {
  pointer-events: none;
}

.juc-list-title-button img {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.juc-list-title-button:not(.active) img {
  display: none;
}

.juc-list-title-button.active,
.juc-list-title-button:hover {
  background: #2652E1;
}

.juc-list-item {
  opacity: 0;
  position: absolute;
  inset: 0;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  z-index: -1;
  color: #979EB1;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 40px;
  margin-bottom: 30px;
}

@media (min-width:768px) {
  .juc-list-title-button img {
    -webkit-transform: none;
    transform: none;
  }

  .juc-list-item {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.juc-list-item h3,
.juc-list-item h4 {
  color: #fff;
  font-weight: 600;
}

.juc-list-item h3 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 30px;
}

.juc-list-item h4,
.juc-list-item p:not(:last-child) {
  margin-bottom: 15px;
}

@media (min-width:768px) {
  .juc-list-item h3 {
    font-size: 24px;
  }
}

.juc-list-item h4 {
  font-size: 18px;
  line-height: 28px;
}

@media (min-width:768px) {
  .juc-list-item h4 {
    font-size: 22px;
  }
}

.juc-list-item p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

@media (min-width:768px) {
  .juc-list-item p {
    font-size: 18px;
  }
}

.juc-list-item strong {
  font-weight: 700;
}

.juc-list-item.active {
  position: static;
  opacity: 1;
  z-index: 1;
}

.referral-program {
  padding-top: 40px;
  padding-bottom: 75px;
}

.referral-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px;
  border-radius: 20px;
  background-color: #DEE2EE;
  position: relative;
  overflow: hidden;
}

.referral-wrapper .referral-left {
  width: 52%;
  position: relative;
  z-index: 2;
}

.referral-wrapper .referral-right {
  position: relative;
  z-index: 2;
}

.referral-wrapper .referral-header {
  color: #121317;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 34px;
  text-align: left;
}

@media (min-width:768px) {
  .referral-wrapper .referral-header {
    font-size: 42px;
    line-height: 1;
  }
}

.referral-wrapper .referral-button:hover {
  background-color: #0C6FF9;
  color: #fff;
  border-color: #0C6FF9;
}

.referral-wrapper .referral-text {
  color: #121317;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  text-transform: uppercase;
  text-align: left;
}

.referral-wrapper .referral-image {
  position: absolute;
  height: 100%;
  right: 30px;
  top: 0;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width:767px) {
  .referral-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .referral-wrapper .referral-left {
    width: 100%;
  }

  .referral-wrapper .referral-image {
    display: none;
  }
}

.saf-wrapper {
  background: -webkit-gradient(linear,left top,right top,from(#000),to(#272930));
  background: linear-gradient(90deg,#000 0,#272930 100%);
  padding: 20px;
}

@media (min-width:768px) {
  .referral-wrapper .referral-text {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .saf-wrapper {
    padding: 40px;
  }
}

.saf- .saf-header,
.saf- .saf-text {
  color: #fff;
}

.saf- .saf-button {
  background: #fff;
  color: #121317;
  margin-top: 10px;
  margin-bottom: 56px;
}

@media (min-width:768px) {
  .saf- .saf-button {
    margin-top: 50px;
    margin-bottom: 0;
  }
}

.saf- .saf-button:hover {
  background: #121317;
  color: #fff;
  border-color: #fff;
}

.saf- .saf-image {
  position: static;
  width: 516px;
  max-width: 100%;
  margin-bottom: 30px;
}

@media (min-width:768px) {
  .saf- .saf-image {
    margin-bottom: 0;
  }
}

.careers .video-header {
  width: 100%;
  border-radius: 20px;
  min-height: 480px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background: #22242A;
}

.careers .video-header::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(56.87%,rgba(34,36,42,0)),to(rgba(34,36,42,.4)));
  background: linear-gradient(180deg,rgba(34,36,42,0) 56.87%,rgba(34,36,42,.4) 100%);
}

.careers .video-header .careers-video,
.careers .video-header .hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: .6;
}

.careers .video-header__heading {
  font-size: 52px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
}

@media (max-width:992px) {
  .careers .video-header__heading {
    font-size: 42px;
  }
}

@media (max-width:767px) {
  .careers .section {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .careers .video-header__heading {
    font-size: 38px;
  }
}

.careers .video-header__text {
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
}

.careers .video-header .video-header-text-wrapper {
  width: 55%;
  position: relative;
  z-index: 2;
}

.open-positions__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.open-positions__list,
.perks__content {
  display: -webkit-box;
  display: -ms-flexbox;
}

.open-positions__header h2 {
  margin-bottom: 0;
}

@media (max-width:767px) {
  .careers .video-header .video-header-text-wrapper {
    width: 100%;
  }

  .open-positions__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .open-positions__header h2 {
    margin-bottom: 10px;
  }
}

.open-positions__bottom {
  padding-top: 60px;
  text-align: center;
}

.open-positions__button {
  background-color: #0C6FF9;
  border-color: #0C6FF9;
}

.open-positions__link {
  cursor: pointer;
  outline: 0;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  padding: 15px 0;
  position: relative;
}

.open-positions__link .arrow-icon {
  position: relative;
  top: 4px;
  margin-left: 10px;
  right: 0;
  -webkit-transition: right .2s ease;
  transition: right .2s ease;
}

.open-positions__link:hover .arrow-icon {
  right: -10px;
}

.open-positions__list {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  padding-top: 20px;
}

.open-positions__item {
  width: 50%;
  padding: 20px;
}

.open-positions__item__content {
  width: 100%;
}

@media (max-width:767px) {
  .open-positions__item {
    width: 100%;
  }

  .open-positions__item__content {
    text-align: center;
  }
}

.open-positions__item__title {
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
  font-size: 20px;
  text-align: left;
}

@media (min-width:768px) {
  .open-positions__item__title {
    font-size: 24px;
    text-align: center;
  }
}

.open-positions__item__description {
  font-size: 18px;
  font-weight: 400;
  color: #979EB1;
  margin-bottom: 30px;
}

@media (max-width:1023px) {
  .open-positions__item-video {
    height: 250px;
  }
}

@media (max-width:767px) {
  .open-positions__item__description {
    text-align: center;
  }

  .open-positions__item-video {
    height: 300px;
  }
}

.open-positions__video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-rg-header {
  max-width: 60%;
}

.about-wrapper {
  width: 100%;
  position: relative;
}

@media (max-width:992px) {
  .about-wrapper {
    height: 500px;
  }

  .perks__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width:767px) {
  .about-rg-header {
    max-width: 100%;
    padding-right: 0;
    text-align: center;
  }

  .about-rg-header h2 {
    text-align: center;
  }

  .about-wrapper {
    height: 350px;
  }
}

.about-content {
  display: block;
  width: 100%;
  overflow: auto;
  margin-top: 60px;
}

.about-content::-webkit-scrollbar {
  display: none;
}

.about-image {
  min-width: 100px;
  min-height: 100px;
  height: 100%;
  border-radius: 16px;
  margin: 0 10px;
  display: inline-block;
}

@media (max-width:767px) {
  .about-image {
    margin: 0 10px;
  }
}

.about-image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.perks {
  padding-top: 140px;
}

.perks__content {
  display: flex;
}

.perks__item__content,
.perks__list {
  display: -webkit-box;
  display: -ms-flexbox;
}

.perks__left {
  width: 33%;
  padding-right: 40px;
  margin-bottom: 40px;
}

@media (max-width:992px) {
  .perks__left {
    width: 100%;
    padding-right: 0;
    text-align: center;
    margin-bottom: 20px;
  }

  .perks__left h2,
  .perks__left p {
    text-align: center;
  }
}

.perks__right {
  width: 67%;
  padding-left: 40px;
}

@media (max-width:992px) {
  .perks__right {
    width: 100%;
    padding-left: 0;
    padding-top: 40px;
  }
}

.perks__button {
  margin-top: 30px;
}

.perks__list {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.perks__item {
  width: 50%;
  padding: 0 25px 50px;
}

@media (max-width:767px) {
  .perks__item {
    width: 100%;
  }

  .about-city__text-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.perks__item__content {
  width: 100%;
  display: flex;
}

.perks__item__icon {
  margin-right: 20px;
  min-width: 50px;
}

.perks__item__header {
  font-size: 20px;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 10px;
}

.perks__item__desc {
  font-size: 16px;
  line-height: 1.5;
  color: #979EB1;
}

.about-city__image {
  width: 100%;
  position: relative;
}

.about-city__image img {
  width: 100%;
}

.about-city__courtain {
  position: absolute;
  height: 100%;
  background-color: #22242A;
  top: 0;
  max-width: 35%;
  min-width: 0;
  width: 35%;
}

.about-city__courtain--left {
  left: 0;
}

.about-city__courtain--right {
  right: 0;
}

.about-city__content {
  padding-top: 60px;
}

.about-city__text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-city__text:nth-of-type(odd) {
  padding-right: 25px;
}

.about-city__text:nth-of-type(even) {
  padding-left: 25px;
}

@media (max-width:767px) {
  .about-city__text:nth-of-type(odd) {
    padding-right: 0;
  }

  .about-city__text:nth-of-type(even) {
    padding-left: 0;
  }
}