/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }

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

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

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

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

.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-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  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-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

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

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

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

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.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.33333%; }

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

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

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

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

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

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

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

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

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

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

@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.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .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.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .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.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .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.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@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.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .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.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .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.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .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.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@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.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .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.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .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.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .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.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@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.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .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.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .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.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .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.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .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.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.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: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-start {
  -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-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -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-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-md-start {
    -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-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -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-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -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; } }

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

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

body {
  margin: 0;
  min-width: 320px;
  background-color: #000000;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: #000000; }

img {
  width: 100%;
  height: auto; }

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0; }

p {
  margin-bottom: 16px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  line-height: 1.2;
  color: #000; }

h1 {
  font-size: 45px; }

h2 {
  font-size: 23px; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 20px; }

h6 {
  font-size: 16px; }

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline !important; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  a[href^='#']:after,
  a[href^='javascript:']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #999 !important;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  table {
    border-collapse: collapse !important; }
  td,
  th {
    background-color: #fff !important; } }

.header-nav__list, .drop-down-menu__list, .products-tabs__list, .solutions-tabs__list, .footer-nav__list, .footer-nav__sub-list, .social-links__list, .games-demo__list, .solutions-section__list, .products-section__list, .advantages__list, .you-get__list, .numbers__list, .news-page__list, .about__list, .careers__categories, .careers__list, .contacts__list, .privacy-policy__list, .vacancy-page__list {
  margin: 0;
  padding: 0;
  list-style: none; }

.btn {
  border: none;
  margin: 0;
  padding: 0;
  width: auto;
  cursor: pointer;
  overflow: visible;
  background: transparent;
  text-align: inherit;
  color: inherit;
  font: inherit;
  outline: none;
  text-decoration: none; }

.header__top, .header__wrapper, .footer__licenses, .footer__social-links, .search__wrapper, .search__group, .products-tabs__list, .products-tabs__item, .products-tabs__link, .solutions-tabs__list, .solutions-tabs__item, .social-links__list, .social-links__item, .games-demo__list, .games-demo__text-cnt, .video-banner, .solutions-section__list, .products-section__list, .advantages__list, .numbers__list, .numbers__item, .numbers__unit, .one-news__wrapper, .one-news__img-container, .one-news__text, .one-news__bottom, .one-news-page__date, .about__list, .blog__top-wrapper, .tag-select, .tag-select__selected-category, .blog-news, .blog-item__text, .blog-post-page__date, .linked-news, .linked-news__text, .careers__categories, .contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.body__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh; }

.body__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

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

.hidden {
  display: none; }

.visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px; }

.img-container {
  font-size: 0; }

.bold {
  font-weight: 700; }

.uppercase {
  text-transform: uppercase; }

.opacity-0-7 {
  opacity: 0.7; }

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.7;
  z-index: 1400;
  visibility: hidden; }
  .overlay.active {
    visibility: visible; }

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

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

.error-message {
  margin-top: 2px;
  margin-bottom: -20px;
  font-size: 12px;
  color: #a90329; }
  @media screen and (min-width: 576px) {
    .error-message {
      margin-top: 8px;
      margin-bottom: -25px;
      font-size: 14px; } }

.container {
  padding-right: 20px;
  padding-left: 20px; }

.container-fluid {
  padding-right: 20px;
  padding-left: 20px; }

.body {
  margin: 0; }

.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 500; }
  .header__top {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 40px;
    background-color: #000;
    position: relative;
    z-index: 500; }
  .header__wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0; }
  .header__logo {
    display: none; }
    @media screen and (min-width: 768px) {
      .header__logo {
        -ms-flex-preferred-size: 10%;
            flex-basis: 10%; } }
    .header__logo.active {
      display: block; }
  .header__search-btn {
    display: none; }
    .header__search-btn.active {
      display: block; }
  .header__btn-open-search {
    display: none; }
  .header__icon {
    padding: 5px;
    width: 30px;
    height: 30px;
    fill: #000;
    background-color: #fff; }
    @media screen and (min-width: 768px) {
      .header__icon {
        fill: #fff;
        background-color: transparent; } }
  .header__search {
    display: none; }
    .header__search.active {
      display: block; }
  @media screen and (min-width: 768px) {
    .header__header-nav {
      -ms-flex-preferred-size: 70%;
          flex-basis: 70%; } }
  @media screen and (min-width: 992px) {
    .header__header-nav {
      -ms-flex-preferred-size: 60%;
          flex-basis: 60%; } }
  .header__subscribe {
    display: none; }
    .header__subscribe.active {
      display: block; }
    @media screen and (min-width: 768px) {
      .header__subscribe {
        display: block;
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; } }

.footer {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000; }
  @media screen and (min-width: 992px) {
    .footer {
      padding-top: 14px;
      padding-bottom: 16px; } }
  .footer__left {
    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;
    height: 100%; }
    @media screen and (min-width: 768px) {
      .footer__left {
        margin-bottom: 0; } }
    .footer__left .footer__logo {
      display: none; }
      @media screen and (min-width: 768px) {
        .footer__left .footer__logo {
          display: block; } }
    .footer__left .footer__licenses {
      margin: 0 auto;
      margin-bottom: 20px; }
      @media screen and (min-width: 768px) {
        .footer__left .footer__licenses {
          margin-right: auto;
          margin-bottom: 0;
          margin-left: 0;
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2; } }
  .footer__pick {
    font-size: 0;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .footer__pick {
        text-align: left;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
    @media screen and (min-width: 992px) {
      .footer__pick {
        margin-bottom: 30px; } }
  .footer__center {
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      .footer__center {
        margin-bottom: 0; } }
    .footer__center .footer__logo {
      text-align: center; }
      @media screen and (min-width: 768px) {
        .footer__center .footer__logo {
          display: none; } }
    .footer__center .footer__privacy-policy {
      font-size: 12px;
      text-align: center; }
      @media screen and (min-width: 768px) {
        .footer__center .footer__privacy-policy {
          display: none; } }
    @media screen and (min-width: 992px) {
      .footer__center {
        padding: 0 20px; } }
    @media screen and (min-width: 1200px) {
      .footer__center {
        padding: 0;
        padding-left: 30px; } }
  .footer__right {
    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;
    padding-top: 20px;
    height: 100%;
    text-align: right; }
    @media screen and (min-width: 768px) {
      .footer__right {
        padding-top: 0; } }
    .footer__right .footer__privacy-policy {
      display: none; }
      @media screen and (min-width: 768px) {
        .footer__right .footer__privacy-policy {
          display: block; } }
  .footer__logo {
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .footer__logo {
        margin-bottom: 0; } }
    @media screen and (min-width: 992px) {
      .footer__logo {
        margin-bottom: 30px; } }
  .footer__licenses {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 237px; }
    @media screen and (min-width: 768px) {
      .footer__licenses {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    @media screen and (min-width: 768px) {
      .footer__licenses .link-wrapper {
        margin-right: 20px; } }
    @media screen and (min-width: 768px) {
      .footer__licenses .link-wrapper:last-child {
        margin-right: 0; } }
    .footer__licenses .link-wrapper:hover {
      transform: none;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none; }
  @media screen and (min-width: 992px) {
    .footer__privacy-policy {
      padding-top: 5px; } }
  .footer__privacy-policy-link {
    font-weight: font-weight-normal; }
  .footer__social-links {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    width: 100%;
    max-width: 160px;
    font-size: 0; }
    @media screen and (min-width: 768px) {
      .footer__social-links {
        margin-right: 0;
        margin-left: auto; } }
  .footer__icon {
    width: 40px;
    height: auto; }
    .footer__icon--pick {
      width: 145px; }
    .footer__icon--glc {
      width: 76px; }
    .footer__icon--curacao {
      width: 40px; }
    .footer__icon--mga {
      width: 78px; }

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce; }

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); } }

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); } }

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3); } }

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3); } }

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px); } }

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0; } }

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); } }

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

.btn {
  -webkit-transition: color 0.4s, -webkit-transform 0.4s;
  transition: color 0.4s, -webkit-transform 0.4s;
  -o-transition: transform 0.4s, color 0.4s;
  transition: transform 0.4s, color 0.4s;
  transition: transform 0.4s, color 0.4s, -webkit-transform 0.4s;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .btn:hover {
    -webkit-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
            transform: translateY(-1px); }
  .btn--gradient {
    padding: 15px 25px;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 900;
    color: #fff;
    background: -webkit-linear-gradient(347.5deg, #8800C8 -27.89%, #4E9FFF 100%);
    background: -o-linear-gradient(347.5deg, #8800C8 -27.89%, #4E9FFF 100%);
    background: linear-gradient(102.5deg, #8800C8 -27.89%, #4E9FFF 100%); }
    @media screen and (min-width: 768px) {
      .btn--gradient {
        font-size: 20px; } }
    @media screen and (min-width: 992px) {
      .btn--gradient {
        padding: 15px 30px;
        font-size: 22px; } }
    @media screen and (min-width: 1200px) {
      .btn--gradient {
        padding: 15px 35px;
        font-size: 24px; } }
    .btn--gradient:hover {
      background: -webkit-linear-gradient(336.98deg, #8800C8 -53.49%, #4E9FFF 94.02%);
      background: -o-linear-gradient(336.98deg, #8800C8 -53.49%, #4E9FFF 94.02%);
      background: linear-gradient(113.02deg, #8800C8 -53.49%, #4E9FFF 94.02%); }
  .btn--subscr {
    padding: 10px 20px;
    background-color: #bc00ad;
    color: #fff;
    border-radius: 6px; }

.link {
  display: block;
  font-weight: 300;
  text-decoration: none;
  color: #fff; }
  .link--black {
    color: #000; }
  .link--back-link {
    color: #999999; }
  .link:hover {
    transform: translateY(-1px);
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px); }

.link-wrapper {
  display: block;
  text-decoration: none;
  font-size: 0; }
  .link-wrapper:hover {
    transform: translateY(-1px);
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px); }

.header-nav__open-btn {
  width: 30px;
  height: 30px;
  outline: none;
  background-color: #fff; }
  .header-nav__open-btn.active .header-nav__burger {
    background-color: transparent; }
    .header-nav__open-btn.active .header-nav__burger:before {
      top: 0;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .header-nav__open-btn.active .header-nav__burger:after {
      bottom: 0;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  @media screen and (min-width: 768px) {
    .header-nav__open-btn {
      display: none; } }

.header-nav__burger {
  display: block;
  position: relative;
  margin: 0 auto;
  width: 18px;
  height: 3px;
  background-color: black; }
  .header-nav__burger:before, .header-nav__burger:after {
    position: absolute;
    left: 0;
    content: '';
    width: 18px;
    height: 3px;
    background-color: #000;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
  .header-nav__burger:before {
    top: -7px; }
  .header-nav__burger:after {
    bottom: -7px; }

.header-nav__list {
  display: none;
  position: fixed;
  top: 40px;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  background-color: #000;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 500; }
  @media screen and (min-width: 768px) {
    .header-nav__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: initial;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-top: 0;
      background-color: transparent; } }
  .header-nav__list.active {
    display: block; }

@media screen and (min-width: 768px) {
  .header-nav__item {
    margin-bottom: 0; } }

.header-nav__item--active .header-nav__link {
  color: #999999; }
  .header-nav__item--active .header-nav__link:hover {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none; }

.header-nav__link {
  font-size: 30px;
  line-height: 1; }
  @media screen and (min-width: 768px) {
    .header-nav__link {
      font-size: 17px; } }
  @media screen and (min-width: 992px) {
    .header-nav__link {
      font-size: 18px; } }
  @media screen and (min-width: 992px) {
    .header-nav__link {
      font-size: 20px; } }

#solutionsItem {
  position: relative; }
  #solutionsItem:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: calc(100% + 40px);
    border: 18px solid transparent;
    border-right-color: #6A18CA;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    z-index: 100; }
    @media screen and (min-width: 768px) {
      #solutionsItem:after {
        display: none; } }

#productsItem {
  position: relative; }
  #productsItem:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: calc(100% + 40px);
    border: 18px solid transparent;
    border-right-color: #fff;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    z-index: 100; }
    @media screen and (min-width: 768px) {
      #productsItem:after {
        display: none; } }

#solutionsItem.active:after {
  left: calc(50% - 40px); }

#productsItem.active:after {
  left: calc(50% - 40px); }

@media screen and (min-width: 768px) {
  .subscribe {
    position: relative; } }

.subscribe__btn {
  padding: 1px 10px;
  border: 2px solid #fff;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  font-size: 20px;
  color: #fff; }
  @media screen and (min-width: 768px) {
    .subscribe__btn {
      font-size: 16px; } }

.subscribe__drop-down {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  padding: 5px 20px 20px;
  background-color: #fff;
  z-index: 2000; }
  .subscribe__drop-down.active {
    display: block; }
  @media screen and (min-width: 768px) {
    .subscribe__drop-down {
      position: absolute;
      top: -5px;
      left: -307px;
      padding: 5px 30px 30px; } }
  @media screen and (min-width: 992px) {
    .subscribe__drop-down {
      left: -407px; } }
  @media screen and (min-width: 768px) {
    .subscribe__drop-down {
      left: -507px; } }

.subscribe__btn-cnt {
  margin-bottom: 17px; }

.subscribe__close-btn {
  position: relative;
  display: block;
  margin-left: auto;
  width: 30px;
  height: 30px;
  border: 1px solid #000; }

.subscribe__title {
  margin-bottom: 20px;
  text-align: center; }
  @media (min-width: 450px) {
    .subscribe__title {
      margin: 0 auto;
      margin-bottom: 20px;
      max-width: 70%; } }
  @media screen and (min-width: 576px) {
    .subscribe__title {
      font-size: 28px; } }
  @media (min-width: 680px) {
    .subscribe__title {
      max-width: 60%; } }
  @media screen and (min-width: 768px) {
    .subscribe__title {
      margin-bottom: 30px;
      font-size: 34px;
      max-width: 70%; } }
  @media screen and (min-width: 992px) {
    .subscribe__title {
      font-size: 38px;
      max-width: 80%; } }
  @media screen and (min-width: 1200px) {
    .subscribe__title {
      font-size: 40px;
      max-width: 85%; } }

.subscribe__form-group {
  margin-bottom: 20px;
  text-align: center; }
  .subscribe__form-group:last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    .subscribe__form-group {
      margin-bottom: 30px; } }

.subscribe__input {
  padding: 10px;
  width: 100%;
  border: 1px solid #999999; }

.subscribe__submit-btn {
  margin: 0 auto;
  padding: 15px 55px; }
  @media screen and (min-width: 768px) {
    .subscribe__submit-btn {
      padding: 15px 65px; } }
  @media screen and (min-width: 992px) {
    .subscribe__submit-btn {
      padding: 15px 75px; } }
  @media screen and (min-width: 1200px) {
    .subscribe__submit-btn {
      padding: 15px 85px; } }

.search {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 20px;
  background-color: #000;
  z-index: 300; }
  @media screen and (min-width: 768px) {
    .search {
      padding-top: 115px;
      top: 0;
      background-color: rgba(0, 0, 0, 0.8); } }
  .search__wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 10px; }
    @media screen and (min-width: 768px) {
      .search__wrapper {
        margin: 0 auto;
        margin-bottom: 50px;
        max-width: 900px; } }
  .search__form {
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .search__group {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e9ecef; }
  .search__close-btn {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    border-bottom: 1px solid #e9ecef; }
    @media screen and (min-width: 768px) {
      .search__close-btn {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        text-align: right; } }
  .search__icon {
    padding: 5px;
    width: 30px;
    height: 30px;
    fill: white; }
    .search__icon--close {
      padding: 8px; }
  .search__input {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    padding-left: 10px;
    font-size: 16px;
    border: none;
    font-weight: 300;
    color: #fff;
    background-color: transparent;
    outline: none; }
    @media screen and (min-width: 576px) {
      .search__input {
        padding-left: 0;
        font-size: 20px; } }
    .search__input::-moz-placeholder {
      opacity: 1;
      color: #fff; }
    .search__input:-ms-input-placeholder {
      color: #fff; }
    .search__input::-webkit-input-placeholder {
      color: #fff; }
  .search__submit-btn {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
    text-align: right; }
    @media screen and (min-width: 768px) {
      .search__submit-btn {
        display: none; } }
  @media screen and (min-width: 768px) {
    .search__results {
      margin: 0 auto;
      max-width: 900px; } }
  .search__list {
    list-style-type: decimal; }
  .search__item {
    padding-left: 10px;
    font-size: 16px;
    color: white; }
  .search__link {
    font-size: 23px;
    font-weight: 700;
    color: #fff; }

::-moz-placeholder {
  opacity: 1;
  color: #fff; }

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

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

.drop-down-menu {
  position: fixed;
  top: 40px;
  right: 0;
  bottom: 0;
  left: 100%;
  font-size: 24px;
  z-index: 200;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  overflow: hidden; }
  .drop-down-menu--bg-white {
    background-color: #fff; }
  .drop-down-menu--bg-gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(#8800C8), to(#006CCF));
    background: -webkit-linear-gradient(top, #8800C8 0%, #006CCF 100%);
    background: -o-linear-gradient(top, #8800C8 0%, #006CCF 100%);
    background: linear-gradient(180deg, #8800C8 0%, #006CCF 100%); }
  .drop-down-menu.active {
    left: 50%; }
  .drop-down-menu__list {
    padding-left: 18px; }
  .drop-down-menu__item {
    text-align: left; }
  .drop-down-menu__link {
    font-weight: 400;
    line-height: 1; }

.products-tabs {
  display: none;
  position: absolute;
  width: 100%;
  height: 60px;
  top: 40px;
  -webkit-box-shadow: 0px 1px 8px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 8px 2px rgba(0, 0, 0, 0.15);
  background-color: #F0F0F0;
  -webkit-transition: top 0.5s;
  -o-transition: top 0.5s;
  transition: top 0.5s;
  z-index: 400; }
  @media screen and (min-width: 768px) {
    .products-tabs {
      display: block;
      top: -193px; } }
  @media screen and (min-width: 992px) {
    .products-tabs {
      height: 73px; } }
  .products-tabs--active {
    display: block; }
    @media screen and (min-width: 768px) {
      .products-tabs--active {
        display: block;
        top: 40px; } }
  .products-tabs__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 60px; }
    @media screen and (min-width: 992px) {
      .products-tabs__list {
        height: 73px; } }
  .products-tabs__item {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    position: relative;
    text-align: center;
    z-index: 100; }
    .products-tabs__item--active .products-tabs__icon--bossPlatform {
      fill: #304F5E; }
    .products-tabs__item--active .products-tabs__icon--simpleBet {
      fill: #ED145B; }
    .products-tabs__item--active .products-tabs__icon--anotherGames {
      fill: #24377C; }
    .products-tabs__item--active .products-tabs__icon--simpleGames {
      fill: #4F008C; }
    .products-tabs__item--active .products-tabs__shadow {
      display: block; }
  .products-tabs__link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    background-color: #F0F0F0;
    z-index: 200; }
    @media screen and (min-width: 576px) {
      .products-tabs__link {
        padding: 0 20px; } }
    .products-tabs__link:hover .products-tabs__icon--bossPlatform {
      fill: #304F5E; }
    .products-tabs__link:hover .products-tabs__icon--simpleBet {
      fill: #ED145B; }
    .products-tabs__link:hover .products-tabs__icon--anotherGames {
      fill: #24377C; }
    .products-tabs__link:hover .products-tabs__icon--simpleGames {
      fill: #4F008C; }
    .products-tabs__link:active .products-tabs__icon--bossPlatform {
      fill: #304F5E; }
    .products-tabs__link:active .products-tabs__icon--simpleBet {
      fill: #ED145B; }
    .products-tabs__link:active .products-tabs__icon--anotherGames {
      fill: #24377C; }
    .products-tabs__link:active .products-tabs__icon--simpleGames {
      fill: #4F008C; }
  .products-tabs__icon {
    width: 75px;
    height: 22px;
    fill: #999999; }
    @media screen and (min-width: 576px) {
      .products-tabs__icon {
        width: 101px;
        height: 30px; } }
    @media screen and (min-width: 992px) {
      .products-tabs__icon {
        width: 134px;
        height: 40px; } }
    @media screen and (min-width: 576px) {
      .products-tabs__icon--anotherGames {
          width: 100px;
          height: 20px;
  } }
  .products-tabs__icon--anotherGames {
      width: 100px;
      height: 30px;
  }
  @media screen and (min-width: 992px) {
    .products-tabs__icon--anotherGames {
      width: 200px;
      height: 60px;
  }}
  
  .products-tabs__shadow {
    position: absolute;
    display: none;
    width: 120%;
    bottom: -14%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 100; }
    @media screen and (min-width: 576px) {
      .products-tabs__shadow {
        width: 100%;
        bottom: -17%; } }

.solutions-tabs {
  display: none;
  position: absolute;
  width: 100%;
  height: 60px;
  top: 40px;
  -webkit-box-shadow: 0px 1px 8px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 8px 2px rgba(0, 0, 0, 0.15);
  background-color: #F0F0F0;
  -webkit-transition: top 0.5s;
  -o-transition: top 0.5s;
  transition: top 0.5s;
  z-index: 400; }
  @media screen and (min-width: 768px) {
    .solutions-tabs {
      display: block;
      top: -193px; } }
  @media screen and (min-width: 992px) {
    .solutions-tabs {
      height: 73px; } }
  .solutions-tabs--active {
    display: block; }
    @media screen and (min-width: 768px) {
      .solutions-tabs--active {
        display: block;
        top: 40px; } }
  .solutions-tabs__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 60px; }
    @media screen and (min-width: 992px) {
      .solutions-tabs__list {
        height: 73px; } }
  .solutions-tabs__item {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    text-align: center; }
    .solutions-tabs__item--active .solutions-tabs__icon {
      fill: #000; }
  .solutions-tabs__link {
    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; }
    .solutions-tabs__link:hover {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
      .solutions-tabs__link:hover .solutions-tabs__icon {
        fill: #000; }
    .solutions-tabs__link:active .solutions-tabs__icon {
      fill: #000; }
  .solutions-tabs__icon {
    height: 25px;
    width: 77px;
    fill: #999999; }
    @media screen and (min-width: 576px) {
      .solutions-tabs__icon {
        width: 92px;
        height: 30px; } }
    @media screen and (min-width: 992px) {
      .solutions-tabs__icon {
        width: 123px;
        height: 40px; } }

.footer-nav {
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .footer-nav {
      margin-bottom: 0; } }
  .footer-nav__list {
    text-align: center; }
    @media screen and (min-width: 992px) {
      .footer-nav__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        text-align: left; } }
  .footer-nav__item {
    margin-bottom: 15px; }
    @media screen and (min-width: 992px) {
      .footer-nav__item {
        margin-bottom: 0; } }
    .footer-nav__item:last-child {
      margin-bottom: 0; }
  .footer-nav__link {
    font-weight: 400; }
    @media screen and (min-width: 992px) {
      .footer-nav__link {
        margin-bottom: 10px; } }
    @media screen and (min-width: 1200px) {
      .footer-nav__link {
        margin-bottom: 15px;
        font-size: 18px; } }
    @media (min-width: 1600px) {
      .footer-nav__link {
        font-size: 24px; } }
  .footer-nav__sub-list {
    display: none; }
    @media screen and (min-width: 992px) {
      .footer-nav__sub-list {
        display: block; } }
  .footer-nav__sub-item {
    margin-bottom: 5px; }
    .footer-nav__sub-item:last-child {
      margin-bottom: 0; }
    @media screen and (min-width: 1200px) {
      .footer-nav__sub-item {
        margin-bottom: 10px; } }
  .footer-nav__sub-link {
    font-size: 12px;
    font-weight: 400; }
    @media screen and (min-width: 992px) {
      .footer-nav__sub-link {
        font-size: 11px; } }
    @media screen and (min-width: 1200px) {
      .footer-nav__sub-link {
        font-size: 12px; } }

.logo__img {
  max-width: 77px; }

.down-anchor {
  text-align: center; }
  .down-anchor--white .down-anchor__icon {
    fill: #fff; }
  .down-anchor--black .down-anchor__icon {
    fill: #000; }
  .down-anchor__icon {
    width: 20px;
    height: 10px; }

.social-links__wrapper {
  margin: 0 auto;
  max-width: 407px; }

.social-links__title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  color: #999999; }

.social-links__list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.social-links__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }

.social-links--logos .social-links__wrapper {
  max-width: 193px; }

.social-links__img--logo {
  width: 40px;
  height: 40px; }

.social-links__link:hover .social-links__img {
  transform: translateY(-1px);
  -webkit-transform: translateY(-1px);
  -moz-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  -o-transform: translateY(-1px); }

.date {
  display: block;
  font-size: 12px;
  font-weight: 300; }
  .date--grey {
    color: #666666; }
  .date--white {
    color: #fff; }

.seo-text {
  font-size: 12px;
  color: #999999; }
  .seo-text__btns.active {
    margin-bottom: 33px; }
  .seo-text__btn {
    display: none;
    margin: 0 auto;
    width: 110px;
    text-align: center; }
    .seo-text__btn.active {
      display: block; }
  .seo-text__btn-text {
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px; }
  .seo-text__icon {
    display: inline-block;
    vertical-align: middle;
    width: 11px;
    height: 11px;
    fill: #999999; }
  .seo-text__drop-down {
    visibility: hidden;
    height: 0; }
    .seo-text__drop-down .seo-text__paragraph {
      margin: 0;
      height: 0; }
    .seo-text__drop-down.active {
      visibility: visible;
      height: auto; }
      .seo-text__drop-down.active .seo-text__paragraph {
        margin-bottom: 16px;
        height: auto; }

.success-pop-up {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
  width: 80%;
  max-width: 600px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.3);
  z-index: 1500;
  transition: opacity 0.5s, top 0.5s;
  -webkit-transition: opacity 0.5s, top 0.5s;
  -moz-transition: opacity 0.5s, top 0.5s;
  -ms-transition: opacity 0.5s, top 0.5s;
  -o-transition: opacity 0.5s, top 0.5s; }
  @media screen and (min-width: 576px) {
    .success-pop-up {
      padding-bottom: 60px; } }
  @media screen and (min-width: 768px) {
    .success-pop-up {
      padding-bottom: 60px; } }
  @media screen and (min-width: 992px) {
    .success-pop-up {
      padding-bottom: 60px; } }
  .success-pop-up.active {
    visibility: visible;
    opacity: 1; }
  .success-pop-up__close-btn {
    position: relative;
    display: block;
    margin-right: 20px;
    margin-bottom: 40px;
    margin-left: auto;
    width: 30px;
    height: 30px;
    border: 1px solid #000;
    font-size: 32px;
    line-height: 1;
    color: #fff; }
  .success-pop-up__icon {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    fill: #000; }
  .success-pop-up__title {
    margin-right: 20px;
    margin-bottom: 30px;
    margin-left: 20px; }
    @media screen and (min-width: 576px) {
      .success-pop-up__title {
        margin-bottom: 30px;
        font-size: 22px; } }
    @media screen and (min-width: 768px) {
      .success-pop-up__title {
        font-size: 24px; } }
    @media screen and (min-width: 992px) {
      .success-pop-up__title {
        font-size: 28px; } }
    @media screen and (min-width: 1200px) {
      .success-pop-up__title {
        font-size: 32px;
        margin-right: 36px;
        margin-left: 36px;
    } }

.up-button {
  position: fixed;
  display: none;
  right: 25px;
  bottom: 25px;
  font-size: 0;
  cursor: pointer;
  z-index: 2000; }
  .up-button__icon {
    width: 30px;
    height: 30px; }

.cookies {
  position: fixed;
  display: none;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
  z-index: 2147483647; }
  .cookies__text {
    padding: 20px 0;
    font-size: 8px; }
    @media screen and (min-width: 768px) {
      .cookies__text {
        font-size: 14px; } }
    @media screen and (min-width: 1200px) {
      .cookies__text {
        font-size: 16px; } }
  .cookies__btn-cnt {
    padding: 20px 0; }
    @media screen and (min-width: 992px) {
      .cookies__btn-cnt {
        margin-bottom: 0; } }

.meet-us {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 70px;
  height: 70px;
  -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.3);
  z-index: 3000; }
  @media screen and (min-width: 576px) {
    .meet-us {
      bottom: 100px;
      right: 30px;
      width: 80px;
      height: 80px; } }
  @media screen and (min-width: 768px) {
    .meet-us {
      width: 90px;
      height: 90px; } }
  @media screen and (min-width: 992px) {
    .meet-us {
      width: 100px;
      height: 100px; } }
  @media screen and (min-width: 1200px) {
    .meet-us {
      width: 128px;
      height: 128px; } }
  .meet-us__img {
    width: 100%;
    height: auto; }

.games-demo__headline {
  text-align: center;
  margin-bottom: 50px; }
  @media screen and (min-width: 576px) {
    .games-demo__headline {
      margin-bottom: 60px;
      font-size: 28px; } }
  @media screen and (min-width: 768px) {
    .games-demo__headline {
      font-size: 34px; } }
  @media screen and (min-width: 992px) {
    .games-demo__headline {
      font-size: 38px;
      margin-bottom: 80px; } }
  @media screen and (min-width: 992px) {
    .games-demo__headline {
      font-size: 40px; } }

.games-demo__list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.games-demo__item {
  position: relative;
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  margin-bottom: 20px;
  z-index: 100;
  cursor: pointer; }
  @media screen and (min-width: 576px) {
    .games-demo__item {
      margin-bottom: 30px; } }
  @media screen and (min-width: 768px) {
    .games-demo__item {
      -ms-flex-preferred-size: 24%;
          flex-basis: 24%;
      margin-bottom: 0; } }
  .games-demo__item:nth-last-child(1) {
    margin-bottom: 0; }
  .games-demo__item:nth-last-child(2) {
    margin-bottom: 0; }
  .games-demo__item:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-linear-gradient(303.54deg, rgba(136, 0, 200, 0.9) -4.12%, rgba(78, 159, 255, 0.9) 100%);
    background: -o-linear-gradient(303.54deg, rgba(136, 0, 200, 0.9) -4.12%, rgba(78, 159, 255, 0.9) 100%);
    background: linear-gradient(146.46deg, rgba(136, 0, 200, 0.9) -4.12%, rgba(78, 159, 255, 0.9) 100%);
    z-index: 200;
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s; }
  .games-demo__item:hover:after {
    opacity: 1; }
  .games-demo__item:hover .games-demo__img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%); }
  .games-demo__item:hover .games-demo__desc {
    display: block; }
  .games-demo__item:hover .games-demo__title {
    display: none; }
  .games-demo__item:hover .games-demo__link {
    display: inline-block; }

.games-demo__img {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s; }

.games-demo__text-cnt {
  -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;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 0; }

.games-demo__desc {
  display: none;
  position: relative;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  text-align: center;
  font-size: 10px;
  color: #fff;
  z-index: 300; }
  @media (min-width: 375px) {
    .games-demo__desc {
      padding-bottom: 15%; } }
  @media (min-width: 450px) {
    .games-demo__desc {
      padding-right: 10px;
      padding-left: 10px;
      font-size: 12px; } }
  @media screen and (min-width: 576px) {
    .games-demo__desc {
      padding-right: 20px;
      padding-left: 20px; } }
  @media screen and (min-width: 768px) {
    .games-demo__desc {
      padding-right: 5px;
      padding-bottom: 5px;
      padding-left: 5px; } }
  @media (min-width: 800px) {
    .games-demo__desc {
      padding-bottom: 5%; } }
  @media (min-width: 850px) {
    .games-demo__desc {
      padding-right: 10px;
      padding-bottom: 10%;
      padding-right: 10px; } }
  @media screen and (min-width: 992px) {
    .games-demo__desc {
      font-size: 14px; } }
  @media screen and (min-width: 1200px) {
    .games-demo__desc {
      margin: 0 auto;
      max-width: 80%; } }
  @media (min-width: 1450px) {
    .games-demo__desc {
      max-width: 70%;
      font-size: 14px; } }

.games-demo__title {
  margin: 0;
  padding: 12px 0;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.8); }
  @media (min-width: 375px) {
    .games-demo__title {
      font-size: 14px; } }
  @media (min-width: 450px) {
    .games-demo__title {
      font-size: 16px; } }
  @media screen and (min-width: 576px) {
    .games-demo__title {
      padding: 16px 0;
      font-size: 18px; } }
  @media screen and (min-width: 768px) {
    .games-demo__title {
      font-size: 16px; } }
  @media (min-width: 850px) {
    .games-demo__title {
      font-size: 18px; } }
  @media screen and (min-width: 992px) {
    .games-demo__title {
      padding: 20px 0;
      font-size: 20px; } }
  @media screen and (min-width: 1200px) {
    .games-demo__title {
      padding: 24px 0; } }
  @media (min-width: 1400px) {
    .games-demo__title {
      padding: 28px 0; } }
  @media (min-width: 1600px) {
    .games-demo__title {
      padding: 32px 0; } }
  @media (min-width: 1800px) {
    .games-demo__title {
      padding: 36px 0; } }

.games-demo__link {
  display: none;
  position: absolute;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  padding: 3px 10px;
  width: 75%;
  border: 2px solid #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
  color: #fff;
  z-index: 300; }
  @media (min-width: 350px) {
    .games-demo__link {
      top: 30px; } }
  @media (min-width: 400px) {
    .games-demo__link {
      width: 65%; } }
  @media (min-width: 450px) {
    .games-demo__link {
      top: 50px;
      width: 60%;
      font-size: 18px; } }
  @media (min-width: 500px) {
    .games-demo__link {
      padding: 10px 10px;
      width: auto; } }
  @media screen and (min-width: 576px) {
    .games-demo__link {
      top: 70px; } }
  @media (min-width: 650px) {
    .games-demo__link {
      top: 90px; } }
  @media screen and (min-width: 768px) {
    .games-demo__link {
      top: 50px;
      padding: 5px 10px;
      width: 65%;
      font-size: 16px; } }
  @media (min-width: 850px) {
    .games-demo__link {
      font-size: 18px; } }
  @media (min-width: 900px) {
    .games-demo__link {
      font-size: 20px; } }
  @media screen and (min-width: 992px) {
    .games-demo__link {
      top: 60px;
      font-size: 22px; } }
  @media (min-width: 1100px) {
    .games-demo__link {
      top: 70px; } }
  @media screen and (min-width: 1200px) {
    .games-demo__link {
      width: auto;
      font-size: 24px; } }
  @media (min-width: 1400px) {
    .games-demo__link {
      top: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%); } }

.video-banner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -20px; }
  @media screen and (min-width: 1200px) {
    .video-banner {
      margin: 0; } }
  .video-banner__video {
    max-width: 100%;
    max-height: 100%; }

.igbl {
  position: fixed;
  top: 60px;
  right: 0;
  -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.3);
  z-index: 3000; }
  @media screen and (min-width: 768px) {
    .igbl {
      max-width: 350px; } }
  @media screen and (min-width: 1200px) {
    .igbl {
      max-width: 400px; } }
  .igbl--small {
    width: 180px; }
  .igbl--big {
    position: relative; }
  .igbl__arrow {
    position: absolute;
    top: 0;
    border: 15px solid transparent;
    display: none;
    cursor: pointer; }
    .igbl__arrow--left {
      left: -35px;
      border-right-color: #000; }
    .igbl__arrow--right {
      left: -20px;
      border-left-color: #000; }
  .igbl__link-wrapper:hover {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none; }
  .igbl__img {
    width: 100%;
    height: auto; }
  .igbl__close-btn {
    position: absolute;
    display: block;
    top: 5px;
    left: 5px;
    width: 24px;
    height: 24px;
    font-size: 0;
    line-height: 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;
    background-color: rgba(136, 0, 200, 0);
    border-radius: 50%;
    border: 1px solid #000;
  }
  .igbl__close-x {
    font-size: 20px;
    margin-top: -1px;
    color: #000; }

.index__wrapper {
  padding-top: 40px;
  background-color: #fff; }

.solutions-section {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url(../images/solutions-bg--small.png);
  background-attachment: fixed;
  background-color: black;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat; }
  @media screen and (min-width: 768px) {
    .solutions-section {
      padding-top: 60px;
      padding-bottom: 60px;
      background-image: url(../images/solutions-bg--big.png);
      background-attachment: local;
      background-size: contain; } }
  @media screen and (min-width: 992px) {
    .solutions-section {
      padding-top: 75px;
      padding-bottom: 95px; } }
  @media screen and (min-width: 1200px) {
    .solutions-section {
      padding-top: 95px;
      padding-bottom: 180px; } }
  @media (min-width: 1921px) {
    .solutions-section {
      background-size: cover; } }
  .solutions-section__wrapper {
    position: relative;
    z-index: 200; }
  .solutions-section__title {
    margin-bottom: 50px;
    color: #fff;
    font-size: 45px; }
    @media screen and (min-width: 768px) {
      .solutions-section__title {
        margin-bottom: 60px;
        font-size: 55px; } }
    @media screen and (min-width: 992px) {
      .solutions-section__title {
        margin-bottom: 70px;
        font-size: 75px; } }
    @media screen and (min-width: 1200px) {
      .solutions-section__title {
        margin-bottom: 100px;
        font-size: 90px; } }
  .solutions-section__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media screen and (min-width: 576px) {
      .solutions-section__list {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    @media screen and (min-width: 1200px) {
      .solutions-section__list {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .solutions-section__item {
    -ms-flex-preferred-size: 47%;
        flex-basis: 47%;
    margin-bottom: 20px; }
    .solutions-section__item:last-child {
      margin: 0 auto;
      margin-bottom: 0; }
    @media screen and (min-width: 576px) {
      .solutions-section__item {
        -ms-flex-preferred-size: 31%;
            flex-basis: 31%;
        margin-bottom: 0; }
        .solutions-section__item:last-child {
          margin: initial; } }
    @media screen and (min-width: 992px) {
      .solutions-section__item {
        -ms-flex-preferred-size: 23%;
            flex-basis: 23%; } }
  .solutions-section__link-wrapper {
    position: relative; }
    .solutions-section__link-wrapper:after {
      position: absolute;
      display: block;
      content: "";
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      opacity: 0;
      transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
    .solutions-section__link-wrapper--ftk::after {
      background-image: url(../images/ftk--hover.png); }
    .solutions-section__link-wrapper--wlc::after {
      background-image: url(../images/wlc--hover.png); }
    .solutions-section__link-wrapper--wls::after {
      background-image: url(../images/wls--hover.png); }
    .solutions-section__link-wrapper--betting::after {
      background-image: url(../images/bfb--hover.png); }
    .solutions-section__link-wrapper--lbc::after {
      background-image: url(../images/lbc--hover.png); }
    .solutions-section__link-wrapper:hover {
      transform: none;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none; }
      .solutions-section__link-wrapper:hover:after {
        opacity: 1; }
      .solutions-section__link-wrapper:hover .solutions-section__img {
        opacity: 0; }
  .solutions-section__img {
    position: relative;
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s; }

.products-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff; }
  @media screen and (min-width: 768px) {
    .products-section {
      padding-top: 60px;
      padding-bottom: 60px;
      background-image: url(../images/products-bg--big.png);
      background-position: 110px -80px;
      background-size: contain;
      background-repeat: no-repeat; } }
  @media screen and (min-width: 992px) {
    .products-section {
      padding-top: 75px;
      padding-bottom: 75px; } }
  @media screen and (min-width: 1200px) {
    .products-section {
      padding-top: 95px;
      padding-bottom: 200px; } }
  .products-section__title {
    margin-bottom: 50px;
    color: #000;
    font-size: 45px; }
    @media screen and (min-width: 768px) {
      .products-section__title {
        margin-bottom: 60px;
        font-size: 55px; } }
    @media screen and (min-width: 992px) {
      .products-section__title {
        margin-bottom: 70px;
        font-size: 75px; } }
    @media screen and (min-width: 1200px) {
      .products-section__title {
        margin-bottom: 100px;
        font-size: 90px; } }
  .products-section__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .products-section__item {
    -ms-flex-preferred-size: 47%;
        flex-basis: 47%;
    margin-bottom: 25px; }
    .products-section__item:last-child {
      margin: 0 auto;
      margin-bottom: 0; }
    @media screen and (min-width: 576px) {
      .products-section__item {
        -ms-flex-preferred-size: 31%;
            flex-basis: 31%;
        margin: 0; }
        .products-section__item:last-child {
          margin: initial; } }
    @media screen and (min-width: 992px) {
      .products-section__item {
        -ms-flex-preferred-size: 23%;
            flex-basis: 23%; } }
  .products-section__link-wrapper {
    position: relative; }
    .products-section__link-wrapper:after {
      position: absolute;
      display: block;
      content: "";
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      opacity: 0;
      transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -ms-transition: all 0.5s;
      -o-transition: all 0.5s; }
    .products-section__link-wrapper--bp::after {
      background-image: url(../images/bp--hover.png); }
    .products-section__link-wrapper--sb::after {
      background-image: url(../images/sb--hover.png); }
    .products-section__link-wrapper--ag::after {
      background-image: url(../images/thunderspin_main_hover.png); }
    .products-section__link-wrapper--sg::after {
      background-image: url(../images/sg--hover.png); }
    .products-section__link-wrapper:hover {
      transform: none;
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none; }
      .products-section__link-wrapper:hover:after {
        opacity: 1; }
      .products-section__link-wrapper:hover .solutions-section__img {
        opacity: 0; }
  .products-section__img {
    position: relative;
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s; }

.products__wrapper {
  padding-top: 40px;
  background-color: #fff; }
  @media screen and (min-width: 768px) {
    .products__wrapper {
      padding-top: 110px; } }
  @media screen and (min-width: 992px) {
    .products__wrapper {
      padding-top: 130px; } }

.products__products-tabs {
  display: block;
  position: fixed;
  top: 40px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s; }

.products__img-container {
  margin-bottom: 30px;
  padding-top: 60px; }
  @media screen and (min-width: 576px) {
    .products__img-container {
      max-width: 85%; } }
  @media screen and (min-width: 768px) {
    .products__img-container {
      margin-bottom: 0;
      padding-top: 6%;
      padding-bottom: 6%; } }

.products__video {
  width: 100%;
  height: auto; }

.products__text {
  margin-bottom: 60px;
  padding-bottom: 60px; }
  @media screen and (min-width: 768px) {
    .products__text {
      margin-bottom: 0; } }
  @media screen and (min-width: 992px) {
    .products__text {
      padding-bottom: 80px; } }

.products__title {
  margin-bottom: 40px;
  font-size: 23px; }
  @media screen and (min-width: 576px) {
    .products__title {
      font-size: 28px; } }
  @media screen and (min-width: 768px) {
    .products__title {
      margin-bottom: 15px;
      font-size: 34px; }
      .products__title--bossPlatform {
        color: #304F5E; }
      .products__title--simpleBet {
        color: #ED145B; }
      .products__title--anotherGames {
        color: #24377C; }
      .products__title--simpleGames {
        color: #4F008C; } }
  @media screen and (min-width: 992px) {
    .products__title {
      margin-bottom: 25px;
      font-size: 40px; } }
  @media screen and (min-width: 1200px) {
    .products__title {
      margin-bottom: 30px;
      font-size: 50px; } }
  @media (min-width: 1400px) {
    .products__title {
      margin-bottom: 40px;
      font-size: 60px; } }
  @media (min-width: 1600px) {
    .products__title {
      margin-bottom: 50px;
      font-size: 70px; } }
  @media (min-width: 1800px) {
    .products__title {
      font-size: 80px; } }
  @media (min-width: 1900px) {
    .products__title {
      font-size: 90px; } }

.products__paragraph {
  margin: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 300; }
  @media screen and (min-width: 768px) {
    .products__paragraph {
      font-size: 16px; } }
  @media screen and (min-width: 992px) {
    .products__paragraph {
      font-size: 18px; } }
  @media screen and (min-width: 1200px) {
    .products__paragraph {
      font-size: 20px;
      font-weight: 400; } }
  .products__paragraph:last-child {
    margin-bottom: 0; }

.products__drop-down {
  display: none; }
  .products__drop-down.active {
    display: block; }
    @media screen and (min-width: 1200px) {
      .products__drop-down.active {
        margin-bottom: 20px; } }

.products__read-btn {
  display: none; }
  .products__read-btn.active {
    display: block; }

.products__down-anchor {
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .products__down-anchor {
      display: none; } }

.products__advantages {
  margin-bottom: 50px; }
  .products__advantages--bossPlatform {
    background: -webkit-linear-gradient(330.42deg, #000000 0%, #454545 99.33%);
    background: -o-linear-gradient(330.42deg, #000000 0%, #454545 99.33%);
    background: linear-gradient(119.58deg, #000000 0%, #454545 99.33%); }
  .products__advantages--simpleBet {
    background: -webkit-linear-gradient(288.19deg, #ED145B 0%, rgba(237, 20, 91, 0.7) 100%);
    background: -o-linear-gradient(288.19deg, #ED145B 0%, rgba(237, 20, 91, 0.7) 100%);
    background: linear-gradient(161.81deg, #ED145B 0%, rgba(237, 20, 91, 0.7) 100%); }
  .products__advantages--anotherGames {
    background: -webkit-linear-gradient(289.38deg, #24377C 0%, rgba(36, 55, 124, 0.7) 100%);
    background: -o-linear-gradient(289.38deg, #24377C 0%, rgba(36, 55, 124, 0.7) 100%);
    background: linear-gradient(160.62deg, #24377C 0%, rgba(36, 55, 124, 0.7) 100%); }
  .products__advantages--simpleGames {
    background: -webkit-linear-gradient(272.65deg, #4F008C 0%, rgba(79, 0, 140, 0.7) 100%);
    background: -o-linear-gradient(272.65deg, #4F008C 0%, rgba(79, 0, 140, 0.7) 100%);
    background: linear-gradient(177.35deg, #4F008C 0%, rgba(79, 0, 140, 0.7) 100%); }
  @media screen and (min-width: 768px) {
    .products__advantages {
      margin-bottom: 60px; } }
  @media screen and (min-width: 992px) {
    .products__advantages {
      margin-bottom: 80px; } }

.products__games-demo {
  margin-bottom: 55px; }
  @media screen and (min-width: 576px) {
    .products__games-demo {
      margin-bottom: 65px; } }
  @media screen and (min-width: 768px) {
    .products__games-demo {
      margin-bottom: 60px; } }
  @media screen and (min-width: 992px) {
    .products__games-demo {
      margin-bottom: 80px; } }

.products__accent {
  margin-bottom: 55px;
  text-align: center; }
  .products__accent--bossPlatform {
    color: #304F5E; }
  .products__accent--simpleBet {
    color: #ED145B; }
  .products__accent--anotherGames {
    color: #24377C; }
  .products__accent--simpleGames {
    color: #4F008C; }
  @media screen and (min-width: 576px) {
    .products__accent {
      margin-bottom: 65px;
      font-size: 28px; } }
  @media screen and (min-width: 768px) {
    .products__accent {
      margin-bottom: 60px;
      font-size: 34px; } }
  @media screen and (min-width: 992px) {
    .products__accent {
      margin-bottom: 80px;
      font-size: 38px; } }
  @media screen and (min-width: 1200px) {
    .products__accent {
      font-size: 40px; } }

.products__btn-cnt {
  margin-bottom: 30px;
  text-align: center; }
  @media screen and (min-width: 992px) {
    .products__btn-cnt {
      margin-bottom: 40px; } }

.products__you-get {
  margin-bottom: 50px; }
  @media screen and (min-width: 576px) {
    .products__you-get {
      margin-bottom: 65px; } }
  @media screen and (min-width: 768px) {
    .products__you-get {
      margin-bottom: 60px; } }
  @media screen and (min-width: 992px) {
    .products__you-get {
      margin-bottom: 80px; } }

.products__seo-text {
  margin-bottom: 33px; }

.justify-self--simple-bet {
  margin-right: auto;
  margin-left: auto; }
  @media screen and (min-width: 1200px) {
    .justify-self--simple-bet {
      margin-right: 0;
      margin-left: 0; } }

.justify-self--simple-games {
  margin-right: auto;
  margin-left: auto; }
  @media screen and (min-width: 768px) {
    .justify-self--simple-games {
      margin-right: 0;
      margin-left: 0; } }

.advantages {
  padding: 60px 0; }
  @media screen and (min-width: 992px) {
    .advantages {
      padding: 80px 0; } }
  .advantages__title {
    margin: 0 auto;
    margin-bottom: 60px;
    max-width: 80%;
    text-align: center;
    color: #fff; }
    @media screen and (min-width: 576px) {
      .advantages__title {
        font-size: 28px; } }
    @media screen and (min-width: 768px) {
      .advantages__title {
        font-size: 34px; } }
    @media screen and (min-width: 992px) {
      .advantages__title {
        margin-bottom: 80px;
        font-size: 38px; } }
    @media screen and (min-width: 1200px) {
      .advantages__title {
        font-size: 40px; } }
  .advantages__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .advantages__item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin-top: 50px;
    text-align: center; }
    .advantages__item:first-child, .advantages__item:nth-child(2) {
      margin-top: 0; }
    @media screen and (min-width: 768px) {
      .advantages__item {
        -ms-flex-preferred-size: 33%;
            flex-basis: 33%; }
        .advantages__item:nth-child(3) {
          margin-top: 0; } }
    @media screen and (min-width: 1200px) {
      .advantages__item {
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%; }
        .advantages__item:nth-child(4) {
          margin-top: 0; } }
  .advantages__img {
    max-height: 98px;
    margin-bottom: 15px; }
  .advantages__desc {
    margin: 0 auto;
    max-width: 80%;
    font-size: 14px;
    font-weight: 700;
    color: #fff; }
    @media (min-width: 375px) {
      .advantages__desc {
        font-size: 15px; } }
    @media screen and (min-width: 576px) {
      .advantages__desc {
        font-size: 16px; } }

.you-get__title {
  margin-bottom: 35px;
  text-align: center; }
  @media screen and (min-width: 576px) {
    .you-get__title {
      margin-bottom: 40px;
      font-size: 28px; } }
  @media screen and (min-width: 768px) {
    .you-get__title {
      margin-bottom: 60px;
      font-size: 34px; } }
  @media screen and (min-width: 992px) {
    .you-get__title {
      margin-bottom: 80px;
      font-size: 38px; } }
  @media screen and (min-width: 1200px) {
    .you-get__title {
      font-size: 40px; } }

@media screen and (min-width: 576px) {
  .you-get__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

.you-get__item {
  margin: 0 -20px 40px;
  text-align: center; }
  .you-get__item:last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 576px) {
    .you-get__item {
      -ms-flex-preferred-size: 48%;
          flex-basis: 48%;
      margin: 0 0 45px; }
      .you-get__item:nth-last-child(1), .you-get__item:nth-last-child(2) {
        margin-bottom: 0; } }
  @media screen and (min-width: 768px) {
    .you-get__item {
      -ms-flex-preferred-size: 46%;
          flex-basis: 46%;
      margin-bottom: 50px; } }
  @media screen and (min-width: 992px) {
    .you-get__item {
      margin-bottom: 55px; } }
  @media screen and (min-width: 1200px) {
    .you-get__item {
      margin-bottom: 60px;
      -ms-flex-preferred-size: 42%;
          flex-basis: 42%; } }

.you-get__img {
  margin-bottom: 10px; }

.you-get__desc {
  font-weight: 300; }
  @media screen and (min-width: 576px) {
    .you-get__desc {
      font-size: 14px; } }
  @media screen and (min-width: 768px) {
    .you-get__desc {
      font-size: 16px;
      font-weight: 400; } }

.read-btn--hide .read-btn__icon {
  position: absolute;
  top: 3px;
  left: 0;
  margin-left: 0;
  fill: #8800C8;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg); }
  @media screen and (min-width: 1200px) {
    .read-btn--hide .read-btn__icon {
      top: 4px; } }

.read-btn--hide:hover .read-btn__icon {
  left: -15px; }

.read-btn:hover {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none; }
  .read-btn:hover .read-btn__icon {
    margin-left: 10px; }

.read-btn__btn:hover {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none; }

.read-btn__btn--hide {
  position: relative;
  padding-left: 15px; }
  @media screen and (min-width: 768px) {
    .read-btn__btn--hide {
      padding-left: 20px; } }

.read-btn__text {
  display: inline-block;
  vertical-align: middle;
  margin-right: auto;
  font-size: 16px;
  background: -webkit-linear-gradient(315deg, #8800C8 20%, #4E9FFF 70%);
  background: -o-linear-gradient(315deg, #8800C8 20%, #4E9FFF 70%);
  background: linear-gradient(135deg, #8800C8 20%, #4E9FFF 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #4E9FFF; }
  @media screen and (min-width: 992px) {
    .read-btn__text {
      font-size: 18px; } }
  @media screen and (min-width: 1200px) {
    .read-btn__text {
      font-size: 20px;
      font-weight: 400; } }

.read-btn__icon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  width: 10px;
  height: 16px;
  fill: #4E9FFF; }
  @media screen and (min-width: 768px) {
    .read-btn__icon {
      width: 12px;
      height: 18px; } }
  @media screen and (min-width: 1200px) {
    .read-btn__icon {
      width: 14px;
      height: 21px; } }

.solutions__wrapper {
  padding-top: 40px; }
  @media screen and (min-width: 768px) {
    .solutions__wrapper {
      padding-top: 60px; } }

.solutions__solutions-tabs {
  display: block;
  position: fixed;
  top: 40px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s; }

.solutions__top {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #000; }
  @media screen and (min-width: 576px) {
    .solutions__top {
      padding-top: 80px;
      padding-bottom: 40px; } }
  @media screen and (min-width: 768px) {
    .solutions__top {
      padding-top: 60px; } }

.solutions__bottom {
  background-color: #fff; }

.solutions__img-container {
  margin-right: -20px;
  margin-bottom: 35px;
  margin-left: -20px; }
  @media screen and (min-width: 576px) {
    .solutions__img-container {
      margin: 0; } }

.solutions__video {
  width: 100%;
  height: auto; }

.solutions__text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.solutions__text {
  color: #fff; }
  @media screen and (min-width: 576px) {
    .solutions__text {
      padding-left: 15px; } }

.solutions__title {
  margin-bottom: 15px;
  font-size: 23px;
  color: #fff; }
  @media screen and (min-width: 768px) {
    .solutions__title {
      font-size: 26px; } }
  @media screen and (min-width: 992px) {
    .solutions__title {
      margin-bottom: 20px;
      font-size: 36px; } }
  @media screen and (min-width: 1200px) {
    .solutions__title {
      margin-bottom: 30px;
      font-size: 50px; } }
  @media (min-width: 1400px) {
    .solutions__title {
      margin-bottom: 40px;
      font-size: 60px; } }
  @media (min-width: 1600px) {
    .solutions__title {
      margin-bottom: 50px;
      font-size: 70px; } }
  @media (min-width: 1800px) {
    .solutions__title {
      font-size: 80px; } }
  @media (min-width: 1900px) {
    .solutions__title {
      font-size: 90px; } }

.solutions__sub-title {
  font-size: 18px;
  color: #fff; }
  @media screen and (min-width: 768px) {
    .solutions__sub-title {
      margin-bottom: 20px;
      font-size: 22px; } }
  @media screen and (min-width: 992px) {
    .solutions__sub-title {
      margin-bottom: 25px;
      font-size: 28px; } }
  @media screen and (min-width: 1200px) {
    .solutions__sub-title {
      margin-bottom: 30px;
      font-size: 32px; } }
  @media (min-width: 1400px) {
    .solutions__sub-title {
      margin-bottom: 40px;
      font-size: 38px; } }
  @media (min-width: 1600px) {
    .solutions__sub-title {
      margin-bottom: 50px;
      font-size: 40px; } }

.solutions__desc {
  margin: 0; }

.solutions__paragraph {
  margin: 0;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 300; }
  @media screen and (min-width: 576px) {
    .solutions__paragraph {
      font-size: 14px; } }
  @media (min-width: 650px) {
    .solutions__paragraph {
      font-size: 15px; } }
  @media (min-width: 840px) {
    .solutions__paragraph {
      font-size: 16px; } }
  @media (min-width: 900px) {
    .solutions__paragraph {
      font-size: 17px; } }
  @media screen and (min-width: 992px) {
    .solutions__paragraph {
      font-size: 18px;
      font-weight: 400; } }
  @media screen and (min-width: 1200px) {
    .solutions__paragraph {
      font-size: 19px; } }
  @media (min-width: 1600px) {
    .solutions__paragraph {
      font-size: 20px; } }
  .solutions__paragraph:last-child {
    margin-bottom: 0; }

@media screen and (min-width: 576px) {
  .solutions__down-anchor {
    display: none; } }

.solutions__numbers {
  margin-bottom: 60px;
  padding-top: 50px; }
  @media screen and (min-width: 768px) {
    .solutions__numbers {
      padding-top: 60px; } }
  @media screen and (min-width: 992px) {
    .solutions__numbers {
      margin-bottom: 80px;
      padding-top: 80px; } }

.solutions__accent {
  margin-bottom: 30px;
  text-align: center; }
  @media screen and (min-width: 576px) {
    .solutions__accent {
      font-size: 28px; } }
  @media screen and (min-width: 768px) {
    .solutions__accent {
      font-size: 34px; } }
  @media screen and (min-width: 992px) {
    .solutions__accent {
      margin-bottom: 80px;
      font-size: 38px; } }
  @media screen and (min-width: 1200px) {
    .solutions__accent {
      font-size: 40px; } }

.solutions__btn-cnt {
  margin-bottom: 30px;
  text-align: center; }
  @media screen and (min-width: 992px) {
    .solutions__btn-cnt {
      margin-bottom: 40px; } }

.solutions__seo-text {
  margin-bottom: 33px; }

.numbers__title {
  margin-bottom: 30px;
  text-align: center; }
  @media screen and (min-width: 576px) {
    .numbers__title {
      font-size: 28px; } }
  @media screen and (min-width: 768px) {
    .numbers__title {
      margin-bottom: 60px;
      font-size: 34px; } }
  @media screen and (min-width: 992px) {
    .numbers__title {
      margin-bottom: 80px;
      font-size: 38px; } }
  @media screen and (min-width: 1200px) {
    .numbers__title {
      font-size: 40px; } }

.numbers__list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.numbers__item {
  -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;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-top: 60px; }
  .numbers__item:first-child {
    margin-top: 0; }
  @media screen and (min-width: 576px) {
    .numbers__item {
      -ms-flex-preferred-size: 48%;
          flex-basis: 48%; }
      .numbers__item:first-child, .numbers__item:nth-child(2) {
        margin-top: 0; } }
  @media screen and (min-width: 992px) {
    .numbers__item {
      -ms-flex-preferred-size: 42%;
          flex-basis: 42%; } }
  @media screen and (min-width: 1200px) {
    .numbers__item {
      -ms-flex-preferred-size: 46%;
          flex-basis: 46%; } }

.numbers__unit {
  position: relative;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-right: -20px;
  margin-left: -20px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  z-index: 100; }
  .numbers__unit:after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(14.47%, rgba(255, 255, 255, 0)), color-stop(110%, #FFFFFF));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 14.47%, #FFFFFF 110%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 14.47%, #FFFFFF 110%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 14.47%, #FFFFFF 110%);
    z-index: 200; }
  @media screen and (min-width: 576px) {
    .numbers__unit {
      margin-right: 0;
      margin-left: 0;
      padding-right: 10px;
      padding-left: 10px; } }

.numbers__desc {
  margin-bottom: 15px;
  -ms-flex-preferred-size: 61%;
      flex-basis: 61%;
  margin-right: auto;
  z-index: 300; }
  @media screen and (min-width: 576px) {
    .numbers__desc {
      margin-bottom: 10px;
      font-size: 13px; } }
  @media screen and (min-width: 768px) {
    .numbers__desc {
      font-size: 14px; } }
  @media screen and (min-width: 992px) {
    .numbers__desc {
      font-size: 15px; } }
  @media screen and (min-width: 1200px) {
    .numbers__desc {
      font-size: 16px; } }

.numbers__img-container {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
  text-align: center; }

.numbers__img {
  margin-bottom: -4px;
  width: 100%;
  max-height: 75px; }
  @media screen and (min-width: 576px) {
    .numbers__img {
      max-height: 51px; } }
  @media screen and (min-width: 992px) {
    .numbers__img {
      max-height: 54px; } }
  @media screen and (min-width: 1200px) {
    .numbers__img {
      max-height: 59px; } }
  @media (min-width: 1300px) {
    .numbers__img {
      max-height: 63px; } }
  @media (min-width: 1400px) {
    .numbers__img {
      max-height: 67px; } }
  @media (min-width: 1500px) {
    .numbers__img {
      max-height: 75px; } }
  @media (min-width: 1600px) {
    .numbers__img {
      max-height: 80px; } }
  @media (min-width: 1700px) {
    .numbers__img {
      max-height: 85px; } }
  @media (min-width: 1800px) {
    .numbers__img {
      max-height: 90px; } }
  @media (min-width: 1900px) {
    .numbers__img {
      max-height: 95px; } }

.numbers__border {
  margin-top: -3px;
  margin-right: -20px;
  margin-left: -20px;
  height: 3px;
  background-color: #808080; }
  @media screen and (min-width: 576px) {
    .numbers__border {
      margin-right: 0;
      margin-left: 0; } }

.licenses-logos {
  margin-bottom: 60px; }
  @media screen and (min-width: 992px) {
    .licenses-logos {
      margin-bottom: 80px; } }
  @media screen and (min-width: 576px) {
    .licenses-logos__wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .licenses-logos__img-container {
    margin-bottom: 30px; }
    .licenses-logos__img-container:last-child {
      margin-bottom: 0; }
    @media screen and (min-width: 576px) {
      .licenses-logos__img-container {
        -ms-flex-preferred-size: 48%;
            flex-basis: 48%;
        margin-bottom: 0; } }

.news-page {
  background-color: #fff; }
  .news-page__wrapper {
    padding-top: 60px;
    padding-bottom: 60px; }
    @media screen and (min-width: 768px) {
      .news-page__wrapper {
        padding-top: 80px;
        padding-bottom: 60px; } }
    @media screen and (min-width: 992px) {
      .news-page__wrapper {
        padding-top: 120px;
        padding-bottom: 80px; } }
  .news-page__headline {
    margin-bottom: 35px; }
    @media screen and (min-width: 576px) {
      .news-page__headline {
        margin-bottom: 45px;
        font-size: 55px; } }
    @media screen and (min-width: 768px) {
      .news-page__headline {
        margin-bottom: 50px;
        font-size: 65px; } }
    @media screen and (min-width: 992px) {
      .news-page__headline {
        margin-bottom: 80px;
        font-size: 75px; } }
    @media screen and (min-width: 1200px) {
      .news-page__headline {
        font-size: 90px; } }
  .news-page__list {
    margin-bottom: 50px; }
    @media screen and (min-width: 576px) {
      .news-page__list {
        margin-bottom: 60px; } }
    @media screen and (min-width: 768px) {
      .news-page__list {
        margin-bottom: 70px; } }
    @media screen and (min-width: 992px) {
      .news-page__list {
        margin-bottom: 80px; } }
    @media screen and (min-width: 1200px) {
      .news-page__list {
        margin-bottom: 80px; } }
  .news-page__item {
    margin-bottom: 60px; }
    @media screen and (min-width: 992px) {
      .news-page__item {
        margin-bottom: 80px; } }

.one-news {
  display: block;
  -webkit-box-shadow: 0 50px 33px -45px rgba(0, 0, 0, 0.3);
          box-shadow: 0 50px 33px -45px rgba(0, 0, 0, 0.3);
  cursor: pointer; }
  @media screen and (min-width: 768px) {
    .one-news {
      -webkit-box-shadow: 0 7px 30px rgba(0, 0, 0, 0.35);
              box-shadow: 0 7px 30px rgba(0, 0, 0, 0.35); }
      .one-news:hover {
        -webkit-box-shadow: 0 7px 60px rgba(0, 0, 0, 0.3);
                box-shadow: 0 7px 60px rgba(0, 0, 0, 0.3); } }
  .one-news__wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
  .one-news__img-container {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-preferred-size: 44%;
        flex-basis: 44%;
    background: -webkit-linear-gradient(190.53deg, #4E9FFF -77.65%, #8800C8 100%);
    background: -o-linear-gradient(190.53deg, #4E9FFF -77.65%, #8800C8 100%);
    background: linear-gradient(-100.53deg, #4E9FFF -77.65%, #8800C8 100%); }
    @media (min-width: 420px) {
      .one-news__img-container {
        -ms-flex-preferred-size: 44%;
            flex-basis: 44%; } }
    @media screen and (min-width: 992px) {
      .one-news__img-container {
        -ms-flex-preferred-size: 37%;
            flex-basis: 37%;
        background: #fff;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
    @media screen and (min-width: 1200px) {
      .one-news__img-container {
        -ms-flex-preferred-size: 35%;
            flex-basis: 35%;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
  .one-news__img-link {
    display: block; }
    .one-news__img-link img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .one-news__text {
    -ms-flex-preferred-size: 56%;
        flex-basis: 56%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 14px;
    background: -webkit-linear-gradient(349.47deg, #8800C8 -77.65%, #4E9FFF 100%);
    background: -o-linear-gradient(349.47deg, #8800C8 -77.65%, #4E9FFF 100%);
    background: linear-gradient(100.53deg, #8800C8 -77.65%, #4E9FFF 100%); }
    @media screen and (min-width: 992px) {
      .one-news__text {
        -ms-flex-preferred-size: 63%;
            flex-basis: 63%;
        color: #000;
        background: #fff; } }
    @media screen and (min-width: 1200px) {
      .one-news__text {
        -ms-flex-preferred-size: 65%;
            flex-basis: 65%;
        padding: 25px 30px; } }
    @media (min-width: 1500px) {
      .one-news__text {
        font-size: 30px;
        padding: 40px 30px; } }
  .one-news--image-right .one-news__img-container {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .one-news__title {
    margin: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-size: 16px;
    line-height: 1.3;
    color: #fff; }
    @media (min-width: 375px) {
      .one-news__title {
        font-size: 19px; } }
    @media screen and (min-width: 576px) {
      .one-news__title {
        font-size: 26px; } }
    @media screen and (min-width: 768px) {
      .one-news__title {
        font-size: 28px;
        margin-bottom: 25px; } }
    @media screen and (min-width: 992px) {
      .one-news__title {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        margin-bottom: 15px;
        font-size: 24px; } }
    @media screen and (min-width: 1200px) {
      .one-news__title {
        font-size: 26px; } }
    @media (min-width: 1400px) {
      .one-news__title {
        font-size: 30px; } }
    @media (min-width: 1700px) {
      .one-news__title {
        font-size: 34px; } }
    @media (min-width: 1900px) {
      .one-news__title {
        font-size: 40px; } }
  .one-news__title-link {
    text-decoration: none;
    color: #fff; }
    @media screen and (min-width: 992px) {
      .one-news__title-link {
        color: #000; } }
  .one-news__desc {
    display: none; }
    @media screen and (min-width: 992px) {
      .one-news__desc {
        display: block;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        font-size: 14px; } }
    @media (min-width: 1400px) {
      .one-news__desc {
        font-size: 16px; } }
  .one-news__bottom {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .one-news__icon {
    margin-right: 10px;
    width: 13px;
    height: 12px;
    fill: #999999; }
  .one-news__date {
    color: #fff; }
    @media screen and (min-width: 992px) {
      .one-news__date {
        font-weight: 400;
        opacity: 0.5;
        color: #000; } }

.news-tag__link {
  display: inline-block;
  padding: 3px 15px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  font-size: 10px;
  font-weight: 300;
  color: #000; }
  @media screen and (min-width: 768px) {
    .news-tag__link {
      font-size: 12px; } }

.one-news-page {
  background-color: #fff; }
  .one-news-page__wrapper {
    padding-top: 60px;
    padding-bottom: 60px; }
    @media screen and (min-width: 768px) {
      .one-news-page__wrapper {
        padding-top: 40px;
        padding-bottom: 70px; } }
    @media screen and (min-width: 992px) {
      .one-news-page__wrapper {
        padding-top: 120px;
        padding-bottom: 80px; } }
  .one-news-page__back-link-cnt {
    margin-bottom: 20px; }
    @media screen and (min-width: 992px) {
      .one-news-page__back-link-cnt {
        margin-bottom: 30px; } }
  .one-news-page__news-tag {
    margin-bottom: 20px; }
    @media screen and (min-width: 992px) {
      .one-news-page__news-tag {
        margin-bottom: 30px; } }
  .one-news-page__headline {
    margin-bottom: 25px;
    font-size: 23px; }
    @media screen and (min-width: 576px) {
      .one-news-page__headline {
        margin-bottom: 30px;
        max-width: 90%;
        font-size: 28px; } }
    @media screen and (min-width: 768px) {
      .one-news-page__headline {
        margin-bottom: 35px;
        font-size: 34px; } }
    @media screen and (min-width: 992px) {
      .one-news-page__headline {
        margin-bottom: 45px;
        font-size: 38px; } }
    @media screen and (min-width: 1200px) {
      .one-news-page__headline {
        margin-bottom: 55px;
        font-size: 40px; } }
  .one-news-page__img-container {
    margin-bottom: 30px; }
    @media screen and (min-width: 576px) {
      .one-news-page__img-container {
        margin-bottom: 35px; } }
    @media screen and (min-width: 768px) {
      .one-news-page__img-container {
        margin-bottom: 40px; } }
    @media screen and (min-width: 992px) {
      .one-news-page__img-container {
        margin-bottom: 50px; } }
    @media screen and (min-width: 1200px) {
      .one-news-page__img-container {
        margin-bottom: 60px; } }
  .one-news-page__text {
    margin-bottom: 60px; }
    .one-news-page__text p {
      margin: 0;
      font-weight: 300; }
      @media screen and (min-width: 992px) {
        .one-news-page__text p {
          margin-bottom: 10px;
          font-weight: 400; }
          .one-news-page__text p:last-child {
            margin-bottom: 0; } }
    @media screen and (min-width: 992px) {
      .one-news-page__text {
        margin-bottom: 75px; } }
  .one-news-page__date {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 25px; }
    @media screen and (min-width: 576px) {
      .one-news-page__date {
        margin-bottom: 30px; } }
    @media screen and (min-width: 768px) {
      .one-news-page__date {
        margin-bottom: 35px; } }
    @media screen and (min-width: 992px) {
      .one-news-page__date {
        margin-bottom: 45px; } }
    @media screen and (min-width: 1200px) {
      .one-news-page__date {
        margin-bottom: 50px; } }
  .one-news-page__icon {
    margin-right: 10px;
    width: 13px;
    height: 12px;
    fill: #999999; }
  .one-news-page__date-text {
    opacity: 0.5; }
  .one-news-page__social-links {
    margin-bottom: 60px; }
  .one-news-page__btn-cnt {
    text-align: center; }

.about {
  background-color: #fff; }
  .about__wrapper {
    padding-top: 60px;
    padding-bottom: 60px; }
    @media screen and (min-width: 768px) {
      .about__wrapper {
        padding-top: 80px;
        padding-bottom: 60px; } }
    @media screen and (min-width: 992px) {
      .about__wrapper {
        padding-top: 120px;
        padding-bottom: 80px; } }
  .about__headline {
    margin-bottom: 35px; }
    @media screen and (min-width: 576px) {
      .about__headline {
        margin-bottom: 45px;
        font-size: 55px; } }
    @media screen and (min-width: 768px) {
      .about__headline {
        margin-bottom: 50px;
        font-size: 65px; } }
    @media screen and (min-width: 992px) {
      .about__headline {
        margin-bottom: 80px;
        font-size: 75px; } }
    @media screen and (min-width: 1200px) {
      .about__headline {
        font-size: 90px; } }
  .about__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 50px; }
    @media screen and (min-width: 576px) {
      .about__list {
        margin-bottom: 60px; } }
    @media screen and (min-width: 992px) {
      .about__list {
        margin-bottom: 80px; } }
  .about__item {
    -ms-flex-preferred-size: 47%;
        flex-basis: 47%;
    margin-bottom: 30px; }
    .about__item:nth-last-child(1), .about__item:nth-last-child(2) {
      margin-bottom: 0; }
    @media screen and (min-width: 768px) {
      .about__item {
        -ms-flex-preferred-size: 24%;
            flex-basis: 24%;
        margin-bottom: 0; } }
  .about__img-container {
    margin-bottom: 15px; }
    @media screen and (min-width: 768px) {
      .about__img-container {
        margin-bottom: 20px; } }
    @media screen and (min-width: 992px) {
      .about__img-container {
        margin-bottom: 25px; } }
  .about__name {
    margin-bottom: 5px;
    font-size: 16px; }
  .about__position {
    margin: 0;
    font-weight: 300; }
  .about__text {
    margin-bottom: 50px; }
    @media screen and (min-width: 576px) {
      .about__text {
        margin-bottom: 60px; } }
    @media screen and (min-width: 768px) {
      .about__text {
        margin-bottom: 60px; } }
    @media screen and (min-width: 992px) {
      .about__text {
        margin-bottom: 80px; } }
  .about__paragraph {
    margin: 0; }
  .about__accent {
    margin: 30px 0;
    padding: 35px 27px;
    border: 3px solid #4E9FFF;
    -webkit-border-image: -webkit-linear-gradient(347.5deg, #8800C8 -27.89%, #4E9FFF 100%);
         -o-border-image: -o-linear-gradient(347.5deg, #8800C8 -27.89%, #4E9FFF 100%);
            border-image: linear-gradient(102.5deg, #8800C8 -27.89%, #4E9FFF 100%);
    border-image-slice: 1;
    font-weight: 700;
    text-align: center; }
    @media screen and (min-width: 576px) {
      .about__accent {
        margin: 40px 0;
        padding: 40px 27px; } }
    @media screen and (min-width: 768px) {
      .about__accent {
        margin: 60px 0;
        padding: 45px 27px; } }
    @media screen and (min-width: 992px) {
      .about__accent {
        margin: 80px 0;
        padding: 50px 27px; } }
  .about__btn-cnt {
    text-align: center; }

.blog {
  background-color: #fff; }
  .blog__wrapper {
    padding-top: 60px; }
    @media screen and (min-width: 768px) {
      .blog__wrapper {
        padding-top: 80px; } }
    @media screen and (min-width: 992px) {
      .blog__wrapper {
        padding-top: 120px; } }
  .blog__top {
    margin-bottom: 45px; }
    @media screen and (min-width: 576px) {
      .blog__top {
        margin-bottom: 30px; } }
    @media screen and (min-width: 768px) {
      .blog__top {
        margin-bottom: 55px; } }
    @media screen and (min-width: 992px) {
      .blog__top {
        margin-bottom: 80px; } }
    @media screen and (min-width: 1200px) {
      .blog__top {
        margin-bottom: 85px; } }
  .blog__top-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (min-width: 576px) {
      .blog__top-wrapper {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .blog__text {
    margin-bottom: 40px; }
    @media screen and (min-width: 576px) {
      .blog__text {
        margin-bottom: 0; } }
  .blog__headline {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 0;
    margin-bottom: 5px; }
    @media screen and (min-width: 576px) {
      .blog__headline {
        margin-bottom: 0;
        -ms-flex-preferred-size: 70%;
            flex-basis: 70%;
        font-size: 55px; } }
    @media screen and (min-width: 768px) {
      .blog__headline {
        margin-bottom: 10px;
        -ms-flex-preferred-size: 60%;
            flex-basis: 60%;
        font-size: 65px; } }
    @media screen and (min-width: 992px) {
      .blog__headline {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        font-size: 75px; } }
    @media screen and (min-width: 1200px) {
      .blog__headline {
        font-size: 90px; } }
    @media (min-width: 1400px) {
      .blog__headline {
        -ms-flex-preferred-size: 80%;
            flex-basis: 80%; } }
  .blog__desc {
    font-size: 14px;
    font-weight: 300; }
    @media screen and (min-width: 576px) {
      .blog__desc {
        font-size: 16px; } }
    @media screen and (min-width: 768px) {
      .blog__desc {
        font-size: 18px; } }
    @media screen and (min-width: 992px) {
      .blog__desc {
        font-weight: 400; } }
    @media screen and (min-width: 1200px) {
      .blog__desc {
        font-size: 20px; } }
  .blog__img-container {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%; }
    @media screen and (min-width: 576px) {
      .blog__img-container {
        text-align: right; } }
  @media screen and (min-width: 576px) {
    .blog__img {
      width: 156px; } }
  @media screen and (min-width: 768px) {
    .blog__img {
      width: 176px; } }
  @media screen and (min-width: 992px) {
    .blog__img {
      width: 196px; } }
  @media screen and (min-width: 1200px) {
    .blog__img {
      width: 216px; } }
  .blog__news {
    background-color: #000; }

.blog-news-header {
  padding-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .blog-news-header {
      padding-bottom: 30px; } }
  @media screen and (min-width: 992px) {
    .blog-news-header {
      padding-bottom: 10px; } }
  .blog-news-header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media screen and (min-width: 992px) {
      .blog-news-header__wrapper {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .blog-news-header__tag-select {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
    @media screen and (min-width: 992px) {
      .blog-news-header__tag-select {
        -ms-flex-preferred-size: 70%;
            flex-basis: 70%; } }
  .blog-news-header__subscr-btn-cnt {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    text-align: center; }
    @media screen and (min-width: 992px) {
      .blog-news-header__subscr-btn-cnt {
        -ms-flex-item-align: center;
            align-self: center;
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%;
        text-align: right; } }
  .blog-news-header__subscr-btn {
    display: inline-block;
    padding: 5px 10px;
    font-size: 24px;
    color: #fff;
    border: 2px solid #4E9FFF;
    -webkit-border-image: -webkit-linear-gradient(347.5deg, #8800C8 -27.89%, #4E9FFF 100%);
         -o-border-image: -o-linear-gradient(347.5deg, #8800C8 -27.89%, #4E9FFF 100%);
            border-image: linear-gradient(102.5deg, #8800C8 -27.89%, #4E9FFF 100%);
    border-image-slice: 1; }

.tag-select {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 116px; }
  @media (min-width: 422px) {
    .tag-select {
      height: 73px; } }
  @media screen and (min-width: 576px) {
    .tag-select {
      height: 76px; } }
  @media screen and (min-width: 768px) {
    .tag-select {
      height: 99px; } }
  @media screen and (min-width: 1200px) {
    .tag-select {
      height: 122px; } }
  .tag-select__link {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 300; }
    .tag-select__link--casino {
      border: 1px solid #00A656; }
    .tag-select__link--betting {
      border: 1px solid #D20045; }
    .tag-select__link--traffic {
      border: 1px solid #0056BB; }
    .tag-select__link--legisl {
      border: 1px solid #7900B2; }
    .tag-select__link:nth-last-child(2) {
      margin-top: 10px; }
      @media (min-width: 330px) {
        .tag-select__link:nth-last-child(2) {
          margin-top: 0; } }
    .tag-select__link:last-child {
      margin-top: 10px;
      margin-right: 0; }
      @media (min-width: 422px) {
        .tag-select__link:last-child {
          margin-top: 0; } }
    @media screen and (min-width: 576px) {
      .tag-select__link {
        font-size: 16px; } }
    @media screen and (min-width: 768px) {
      .tag-select__link {
        font-size: 18px; } }
    @media screen and (min-width: 992px) {
      .tag-select__link {
        margin-right: 20px;
        font-weight: 400; } }
    @media screen and (min-width: 1200px) {
      .tag-select__link {
        font-size: 20px; } }
  .tag-select__selected-category {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0;
    width: 100%;
    height: 100%; }
    @media screen and (min-width: 992px) {
      .tag-select__selected-category {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .tag-select__selected {
    font-size: 19px;
    font-weight: 900;
    color: #fff;
    text-align: center; }
    @media screen and (min-width: 576px) {
      .tag-select__selected {
        font-size: 21px; } }
    @media screen and (min-width: 768px) {
      .tag-select__selected {
        font-size: 26px; } }
    @media screen and (min-width: 992px) {
      .tag-select__selected {
        -ms-flex-preferred-size: 57.85%;
            flex-basis: 57.85%;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        font-size: 32px; } }
    @media screen and (min-width: 1200px) {
      .tag-select__selected {
        font-size: 40px; } }
  .tag-select__back-btn-cnt {
    -ms-flex-item-align: start;
        align-self: flex-start; }
    @media screen and (min-width: 992px) {
      .tag-select__back-btn-cnt {
        -ms-flex-preferred-size: 42.85%;
            flex-basis: 42.85%;
        -ms-flex-item-align: center;
            align-self: center; } }
  .tag-select__back-btn-img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 25px; }
  .tag-select__back-btn-text {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 300;
    color: #fff; }
    @media screen and (min-width: 576px) {
      .tag-select__back-btn-text {
        font-size: 16px; } }
    @media screen and (min-width: 768px) {
      .tag-select__back-btn-text {
        font-size: 18px; } }
    @media screen and (min-width: 1200px) {
      .tag-select__back-btn-text {
        font-weight: 400;
        font-size: 20px; } }

.blog-news {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media screen and (min-width: 992px) {
    .blog-news {
      padding-bottom: 40px; } }
  @media screen and (min-width: 992px) {
    .blog-news {
      padding-bottom: 60px; } }
  .blog-news__blog-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 20px; }
    @media screen and (min-width: 576px) {
      .blog-news__blog-item {
        -ms-flex-preferred-size: 48%;
            flex-basis: 48%;
        margin-bottom: 2%;
        margin-right: 1%;
        margin-left: 1%; } }
    @media screen and (min-width: 992px) {
      .blog-news__blog-item {
        -ms-flex-preferred-size: 31.33%;
            flex-basis: 31.33%;
        margin-bottom: 2%; } }

.blog-item {
  position: relative;
  font-size: 0;
  cursor: pointer;
  -webkit-animation: blogStart 1s forwards;
          animation: blogStart 1s forwards;
  opacity: 0; }
  .blog-item:nth-child(1) {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s; }
  .blog-item:nth-child(2) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s; }
  .blog-item:nth-child(3) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s; }
  .blog-item:nth-child(4) {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s; }
  .blog-item:nth-child(5) {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s; }
  .blog-item:nth-child(6) {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s; }
  .blog-item:nth-child(7) {
    -webkit-animation-delay: 0.7s;
            animation-delay: 0.7s; }
  .blog-item:nth-child(8) {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s; }
  .blog-item:nth-child(9) {
    -webkit-animation-delay: 0.9s;
            animation-delay: 0.9s; }
  .blog-item:nth-child(10) {
    -webkit-animation-delay: 1s;
            animation-delay: 1s; }
  .blog-item:nth-child(11) {
    -webkit-animation-delay: 1.1s;
            animation-delay: 1.1s; }
  .blog-item:nth-child(12) {
    -webkit-animation-delay: 1.2s;
            animation-delay: 1.2s; }
  .blog-item:nth-child(13) {
    -webkit-animation-delay: 1.3s;
            animation-delay: 1.3s; }
  .blog-item:nth-child(14) {
    -webkit-animation-delay: 1.4s;
            animation-delay: 1.4s; }
  .blog-item:nth-child(15) {
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s; }
  .blog-item:nth-child(16) {
    -webkit-animation-delay: 1.6s;
            animation-delay: 1.6s; }
  .blog-item:nth-child(17) {
    -webkit-animation-delay: 1.7s;
            animation-delay: 1.7s; }
  .blog-item:nth-child(18) {
    -webkit-animation-delay: 1.8s;
            animation-delay: 1.8s; }
  .blog-item:nth-child(19) {
    -webkit-animation-delay: 1.9s;
            animation-delay: 1.9s; }
  .blog-item:nth-child(20) {
    -webkit-animation-delay: 2s;
            animation-delay: 2s; }
  .blog-item.is-selected {
    -webkit-animation: scaleUp 0.5s forwards ease-out;
            animation: scaleUp 0.5s forwards ease-out; }
  .blog-item:after {
    display: block;
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    opacity: 0;
    z-index: 100;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  .blog-item:hover:after {
    opacity: 0.2; }
  .blog-item__text {
    -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;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px;
    z-index: 200; }
    @media (min-width: 380px) {
      .blog-item__text {
        padding: 20px; } }
    @media screen and (min-width: 576px) {
      .blog-item__text {
        padding: 10px; } }
    @media screen and (min-width: 768px) {
      .blog-item__text {
        padding: 20px; } }
  .blog-item__category {
    padding: 5px 10px;
    border: 1px solid #fff;
    font-size: 14px;
    font-weight: 300;
    color: #fff; }
    @media screen and (min-width: 576px) {
      .blog-item__category {
        font-size: 12px; } }
    @media screen and (min-width: 768px) {
      .blog-item__category {
        font-size: 16px; } }
    @media screen and (min-width: 1200px) {
      .blog-item__category {
        font-size: 18px; } }
    @media (min-width: 1400px) {
      .blog-item__category {
        font-size: 20px; } }
  .blog-item__title {
    margin: 0;
    font-size: 20px; }
    @media (min-width: 380px) {
      .blog-item__title {
        font-size: 22px; } }
    @media screen and (min-width: 576px) {
      .blog-item__title {
        font-size: 20px; } }
    @media screen and (min-width: 768px) {
      .blog-item__title {
        font-size: 23px; } }
    @media screen and (min-width: 1200px) {
      .blog-item__title {
        font-size: 28px; } }
    @media (min-width: 1400px) {
      .blog-item__title {
        font-size: 34px; } }
    @media (min-width: 1600px) {
      .blog-item__title {
        font-size: 40px; } }
  .blog-item__link {
    font-weight: 900;
    color: #fff; }
    .blog-item__link:hover {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
  .blog-item--casino {
    background-color: #00A656; }
    .blog-item--casino .blog-item__category {
      margin-left: auto; }
  .blog-item--betting {
    background-color: #D20045; }
    .blog-item--betting .blog-item__category {
      margin-right: auto; }
    .blog-item--betting .blog-item__category {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .blog-item--betting .blog-item__title {
      text-align: right; }
  .blog-item--traffic {
    background-color: #0056BB; }
    .blog-item--traffic .blog-item__category {
      margin-right: auto; }
    .blog-item--traffic .blog-item__title {
      text-align: right; }
  .blog-item--legisl {
    background-color: #7900B2; }
    .blog-item--legisl .blog-item__category {
      margin-left: auto; }
    .blog-item--legisl .blog-item__category {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }

@-webkit-keyframes blogStart {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes blogStart {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes scaleUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes scaleUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

.form-pop-up {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
  width: 90%;
  z-index: 1500;
  -webkit-transition: opacity 0.5s, top 0.5s;
  -o-transition: opacity 0.5s, top 0.5s;
  transition: opacity 0.5s, top 0.5s;
  max-width: 400px;
  padding: 30px;
  -webkit-box-shadow: 0 4px 25px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 25px rgba(0, 0, 0, 0.3);
  background-color: #fff; }
  @media (min-width: 420px) {
    .form-pop-up {
      width: 85%; } }
  .form-pop-up.active {
    visibility: visible;
    opacity: 1; }
  .form-pop-up__header {
    position: relative; }
  .form-pop-up__close-btn {
    position: absolute;
    display: block;
    top: 4px;
    right: 9px;
    font-size: 26px;
    line-height: 1;
    text-align: center;
    color: #000; }
    .form-pop-up__close-btn:after {
      content: '';
      position: absolute;
      top: -3px;
      left: -15px;
      right: -15px;
      bottom: -3px; }
  .form-pop-up__title {
    margin: 0;
    padding: 15px 25px 15px;
    text-align: center;
    font-size: 16px;
    line-height: 1.2;
    color: #222222; }
    @media (min-width: 420px) {
      .form-pop-up__title {
        padding: 15px 35px 15px; } }
    @media screen and (min-width: 576px) {
      .form-pop-up__title {
        padding: 25px 55px 30px; } }
  .form-pop-up__icon {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 14px;
    height: 14px;
    fill: #fff; }
  .form-pop-up__form {
    padding: 0 17px 20px; }
    @media (min-width: 420px) {
      .form-pop-up__form {
        padding: 0 20px 25px; } }
  .form-pop-up__group {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
  .form-pop-up__input {
    padding: 5px 10px;
    width: 100%;
    font-size: 13px;
    border-radius: 3px;
    border: 1px solid #c1c9cb;
    background-color: #fff;
    height: 30px; }
    @media (min-width: 420px) {
      .form-pop-up__input {
        padding: 10px;
        font-size: 14px; } }
  .form-pop-up__label {
    display: block;
    position: relative;
    padding-right: 15px;
    cursor: pointer;
    height: 100%;
    font-size: 11px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    outline: none;
    min-width: 45px; }
    @media (min-width: 375px) {
      .form-pop-up__label {
        min-width: 80px; } }
    .form-pop-up__label--checkbox {
      padding-left: 25px; }
      @media (min-width: 375px) {
        .form-pop-up__label--checkbox {
          padding-left: 35px; } }
    .form-pop-up__label:hover .form-pop-up__checkbox ~ .form-pop-up__checkmark {
      background-color: #dee2e6; }
    @media (min-width: 375px) {
      .form-pop-up__label {
        font-size: 12px; } }
    @media screen and (min-width: 576px) {
      .form-pop-up__label {
        font-size: 14px; } }
  .form-pop-up__checkbox {
    position: absolute;
    height: 0;
    width: 0;
    opacity: 0;
    cursor: pointer; }
    .form-pop-up__checkbox:checked ~ .form-pop-up__checkmark:after {
      opacity: 1;
      visibility: visible; }
  .form-pop-up__checkmark {
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    height: 18px;
    width: 18px;
    border: 2px solid #999999;
    background-color: #fff;
    border-radius: 3px;
    z-index: -1; }
    .form-pop-up__checkmark:after {
      content: "";
      left: 25%;
      top: 10%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 6px;
      height: 9px;
      border: solid black;
      border-width: 0 2px 2px 0;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      position: absolute;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: opacity 0.4s, visibility 0.4s;
      -o-transition: opacity 0.4s, visibility 0.4s;
      transition: opacity 0.4s, visibility 0.4s; }
      @media screen and (min-width: 576px) {
        .form-pop-up__checkmark:after {
          left: 33%;
          width: 6px;
          height: 10px;
          border-width: 0 3px 3px 0; } }
    @media screen and (min-width: 576px) {
      .form-pop-up__checkmark {
        height: 20px;
        width: 20px; } }
  .form-pop-up__link {
    display: inline;
    font-weight: 700;
    text-decoration: none;
    background: -webkit-linear-gradient(347.5deg, #8800C8 -27.89%, #4E9FFF 100%);
    background: -o-linear-gradient(347.5deg, #8800C8 -27.89%, #4E9FFF 100%);
    background: linear-gradient(102.5deg, #8800C8 -27.89%, #4E9FFF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #8800C8; }
  .form-pop-up__btn-cnt {
    text-align: center; }
  .form-pop-up__btn {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 10px 0;
    width: 60%; }
    @media (min-width: 500px) {
      .form-pop-up__btn {
        width: 50%; } }
  .form-pop-up__success {
    display: none;
    -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;
    padding-bottom: 20px; }
    @media (min-width: 420px) {
      .form-pop-up__success {
        padding: 0 20px 25px; } }
  .form-pop-up__success-text {
    text-align: center; }
  .form-pop-up__thanks-desc {
    padding: 0 25px;
    font-size: 16px; }
    @media screen and (min-width: 576px) {
      .form-pop-up__thanks-desc {
        padding: 0 35px;
        font-size: 18px; } }
    @media (min-width: 640px) {
      .form-pop-up__thanks-desc {
        padding: 0 50px;
        font-size: 20px; } }
  .form-pop-up .error-block {
    color: #ff592d;
    position: absolute;
    top: 100%;
    left: 45px;
    font-size: 10px;
    margin-top: 1px; }
    @media (min-width: 375px) {
      .form-pop-up .error-block {
        left: 80px;
        font-size: 11px; } }

.blog-post-page {
  background-color: #fff; }
  .blog-post-page__wrapper {
    padding-top: 60px;
    padding-bottom: 60px; }
    @media screen and (min-width: 768px) {
      .blog-post-page__wrapper {
        padding-top: 80px;
        padding-bottom: 70px; } }
    @media screen and (min-width: 992px) {
      .blog-post-page__wrapper {
        padding-top: 120px;
        padding-bottom: 80px; } }
  .blog-post-page__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media screen and (min-width: 576px) {
      .blog-post-page__top {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-bottom: 20px; } }
    @media screen and (min-width: 768px) {
      .blog-post-page__top {
        padding-bottom: 40px; } }
    @media screen and (min-width: 992px) {
      .blog-post-page__top {
        padding-bottom: 80px; } }
  .blog-post-page__back-link-cnt {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
    @media screen and (min-width: 576px) {
      .blog-post-page__back-link-cnt {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%; } }
  .blog-post-page__subscr-btn-cnt {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 20px 0 25px;
    text-align: center; }
    @media screen and (min-width: 576px) {
      .blog-post-page__subscr-btn-cnt {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        padding: 0;
        text-align: right; } }
  .blog-post-page__subscr-btn {
    display: inline-block;
    padding: 5px 10px;
    font-size: 24px;
    border: 3px solid #4E9FFF;
    -webkit-border-image: -webkit-linear-gradient(347.5deg, #8800C8 -27.89%, #4E9FFF 100%);
         -o-border-image: -o-linear-gradient(347.5deg, #8800C8 -27.89%, #4E9FFF 100%);
            border-image: linear-gradient(102.5deg, #8800C8 -27.89%, #4E9FFF 100%);
    border-image-slice: 1; }
    .blog-post-page__subscr-btn:after {
      content: '';
      position: absolute;
      top: -1px;
      left: -1px;
      height: calc(100% + 4px);
      width: calc(100% + 4px);
      background-image: -webkit-linear-gradient(347.5deg, #8800C8 -27.89%, #4E9FFF 100%);
      background-image: -o-linear-gradient(347.5deg, #8800C8 -27.89%, #4E9FFF 100%);
      background-image: linear-gradient(102.5deg, #8800C8 -27.89%, #4E9FFF 100%);
      background-size: cover;
      z-index: -1;
      opacity: 0;
      -webkit-transition: opacity 0.4s;
      -o-transition: opacity 0.4s;
      transition: opacity 0.4s; }
    .blog-post-page__subscr-btn:hover {
      color: #fff; }
      .blog-post-page__subscr-btn:hover:after {
        opacity: 1; }
  .blog-post-page__img-container {
    position: relative;
    margin-bottom: 30px; }
    @media screen and (min-width: 576px) {
      .blog-post-page__img-container {
        margin-bottom: 35px; } }
    @media screen and (min-width: 768px) {
      .blog-post-page__img-container {
        margin-bottom: 40px; } }
    @media screen and (min-width: 992px) {
      .blog-post-page__img-container {
        margin-bottom: 50px; } }
    @media screen and (min-width: 1200px) {
      .blog-post-page__img-container {
        margin-bottom: 60px; } }
  .blog-post-page__headline-cnt {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px; }
    @media screen and (min-width: 576px) {
      .blog-post-page__headline-cnt {
        padding: 20px; } }
  .blog-post-page__headline {
    margin: 0;
    font-size: 23px;
    color: #fff; }
    @media screen and (min-width: 576px) {
      .blog-post-page__headline {
        font-size: 28px; } }
    @media screen and (min-width: 768px) {
      .blog-post-page__headline {
        font-size: 34px; } }
    @media screen and (min-width: 992px) {
      .blog-post-page__headline {
        font-size: 38px; } }
    @media screen and (min-width: 1200px) {
      .blog-post-page__headline {
        max-width: 70%;
        font-size: 40px; } }
  .blog-post-page__text {
    margin-bottom: 60px; }
    .blog-post-page__text p {
      margin: 0;
      margin-bottom: 20px;
      font-weight: 300; }
      @media screen and (min-width: 992px) {
        .blog-post-page__text p {
          font-weight: 400; }
          .blog-post-page__text p:last-child {
            margin-bottom: 0; } }
    .blog-post-page__text span {
      display: inline-block;
      margin: 0 0 20px;
      padding: 5px 10px;
      font-size: 23px;
      font-weight: 900;
      color: #fff; }
    .blog-post-page__text ol {
      margin: 0;
      margin-bottom: 20px;
      padding: 0;
      list-style-position: inside; }
      .blog-post-page__text ol li {
        font-weight: 300; }
        @media screen and (min-width: 992px) {
          .blog-post-page__text ol li {
            font-weight: 400; } }
    .blog-post-page__text h2 {
      margin: 0;
      margin-bottom: 10px;
      font-size: 23px;
      font-weight: 900; }
    .blog-post-page__text h3 {
      margin: 0;
      margin-bottom: 5px;
      font-size: 18px;
      font-weight: 700; }
    @media screen and (min-width: 992px) {
      .blog-post-page__text {
        margin-bottom: 75px; } }
  .blog-post-page__date {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 25px; }
    @media screen and (min-width: 576px) {
      .blog-post-page__date {
        margin-bottom: 30px; } }
    @media screen and (min-width: 768px) {
      .blog-post-page__date {
        margin-bottom: 35px; } }
    @media screen and (min-width: 992px) {
      .blog-post-page__date {
        margin-bottom: 45px; } }
    @media screen and (min-width: 1200px) {
      .blog-post-page__date {
        margin-bottom: 50px; } }
  .blog-post-page__icon {
    margin-right: 10px;
    width: 13px;
    height: 12px;
    fill: #999999; }
  .blog-post-page__date-text {
    opacity: 0.5; }
  .blog-post-page__social-links {
    margin-bottom: 60px; }
  .blog-post-page__btn-cnt {
    text-align: center; }
  .blog-post-page--casino .blog-post-page__headline-cnt {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .blog-post-page--casino .blog-post-page__text span {
    background-color: #00A656; }
  .blog-post-page--traffic .blog-post-page__headline-cnt {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .blog-post-page--traffic .blog-post-page__headline {
    text-align: right; }
  .blog-post-page--traffic .blog-post-page__text span {
    background-color: #0056BB; }
  .blog-post-page--betting .blog-post-page__headline-cnt {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .blog-post-page--betting .blog-post-page__headline {
    text-align: right; }
  .blog-post-page--betting .blog-post-page__text span {
    background-color: #D20045; }
  .blog-post-page--legisl .blog-post-page__text span {
    background-color: #7900B2; }

.linked-news {
  margin-bottom: 20px; }
  .linked-news__text {
    -ms-flex-preferred-size: 62%;
        flex-basis: 62%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 10px;
    padding-left: 10px;
    border: 1px solid #000;
    border-right: none; }
  .linked-news__title {
    margin: 0 !important;
    font-size: 21px; }
  .linked-news__img-container {
    -ms-flex-preferred-size: 38%;
        flex-basis: 38%; }
  .linked-news--casino .linked-news__title {
    color: #00A656; }
  .linked-news--betting .linked-news__title {
    color: #D20045; }
  .linked-news--traffic .linked-news__title {
    color: #0056BB; }
  .linked-news--legisl .linked-news__title {
    color: #7900B2; }

.careers {
  background-color: #fff; }
  .careers__cnt {
    padding-top: 60px;
    padding-bottom: 60px; }
    @media screen and (min-width: 768px) {
      .careers__cnt {
        padding-top: 80px;
        padding-bottom: 60px; } }
    @media screen and (min-width: 992px) {
      .careers__cnt {
        padding-top: 120px;
        padding-bottom: 80px; } }
  @media screen and (min-width: 576px) {
    .careers__wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .careers__filter {
    margin-bottom: 40px; }
    @media screen and (min-width: 576px) {
      .careers__filter {
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%; } }
  .careers__categories {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 15px; }
    @media screen and (min-width: 576px) {
      .careers__categories {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        list-style-type: disc; } }
  .careers__category {
    text-transform: uppercase;
    color: #999999;
    cursor: pointer; }
    .careers__category.active {
      color: #000;
      cursor: default; }
    @media screen and (min-width: 576px) {
      .careers__category {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        margin-bottom: 30px; } }
  .careers__headline {
    margin-bottom: 50px; }
    @media screen and (min-width: 576px) {
      .careers__headline {
        font-size: 55px; } }
    @media screen and (min-width: 768px) {
      .careers__headline {
        margin-bottom: 75px;
        font-size: 65px; } }
    @media screen and (min-width: 992px) {
      .careers__headline {
        margin-bottom: 80px;
        font-size: 75px; } }
    @media screen and (min-width: 1200px) {
      .careers__headline {
        font-size: 90px; } }
  @media screen and (min-width: 576px) {
    .careers__list {
      -ms-flex-preferred-size: 75%;
          flex-basis: 75%; } }
  .careers__vacancy {
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .careers__vacancy {
        margin-bottom: 30px; } }
    .careers__vacancy:last-child {
      margin-bottom: 0; }

.vacancy {
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25); }
  .vacancy:hover {
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25); }
  .vacancy__link-wrapper {
    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;
    padding: 30px 10px;
    background-color: #fff;
    cursor: pointer; }
    @media screen and (min-width: 576px) {
      .vacancy__link-wrapper {
        padding: 30px 20px; } }
  .vacancy__title {
    -ms-flex-preferred-size: 85%;
        flex-basis: 85%;
    margin-bottom: 0;
    font-weight: 900; }
    @media screen and (min-width: 576px) {
      .vacancy__title {
        font-size: 28px; } }
    @media screen and (min-width: 768px) {
      .vacancy__title {
        font-size: 34px; } }
    @media screen and (min-width: 992px) {
      .vacancy__title {
        font-size: 38px; } }
    @media screen and (min-width: 1200px) {
      .vacancy__title {
        font-size: 40px; } }
  .vacancy__right {
    -ms-flex-preferred-size: 15%;
        flex-basis: 15%; }
  .vacancy__country {
    display: block;
    font-size: 12px;
    text-align: right;
    color: #999999; }
  .vacancy__date {
    display: block;
    font-size: 12px;
    text-align: right;
    color: #999999; }

.contacts {
  background-color: #fff; }
  .contacts__wrapper {
    padding-top: 60px;
    padding-bottom: 60px; }
    @media screen and (min-width: 768px) {
      .contacts__wrapper {
        padding-top: 80px;
        padding-bottom: 60px; } }
    @media screen and (min-width: 992px) {
      .contacts__wrapper {
        padding-top: 120px;
        padding-bottom: 80px; } }
  .contacts__headline {
    margin-bottom: 35px; }
    @media screen and (min-width: 576px) {
      .contacts__headline {
        margin-bottom: 45px;
        font-size: 55px; } }
    @media screen and (min-width: 768px) {
      .contacts__headline {
        margin-bottom: 50px;
        font-size: 65px; } }
    @media screen and (min-width: 992px) {
      .contacts__headline {
        margin-bottom: 60px;
        font-size: 75px; } }
    @media screen and (min-width: 1200px) {
      .contacts__headline {
        margin-bottom: 80px;
        font-size: 90px; } }
  .contacts__form {
    margin-bottom: 60px; }
  .contacts__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 243px; }
    .contacts__item:last-child {
      margin-bottom: 0; }
  .contacts__icon {
    margin-right: 13px;
    width: 36px; }
    .contacts__icon--address {
      height: 36px; }
    .contacts__icon--mail {
      height: 24px; }
  .contacts__link {
    display: block;
    font-size: 18px;
    font-weight: 300;
    color: #000; }

.form__group {
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .form__group {
      margin-bottom: 30px; } }
  .form__group:last-child {
    margin-bottom: 0; }

.form__inputs {
  margin-bottom: 60px; }
  @media screen and (min-width: 576px) {
    .form__inputs {
      margin-bottom: 70px; } }
  @media screen and (min-width: 768px) {
    .form__inputs {
      margin-bottom: 60px; } }
  @media screen and (min-width: 992px) {
    .form__inputs {
      margin-bottom: 80px; } }

.form__input, .form__textarea {
  padding: 20px 14px;
  width: 100%;
  border: 1px solid #999999;
  font-weight: 300; }
  @media screen and (min-width: 768px) {
    .form__input, .form__textarea {
      font-weight: 400; } }

.form__textarea {
  height: 238px; }

.form__checkbox {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border: 1px solid #999999;
  background-color: #fff;
  border-radius: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  -ms-border-radius: none;
  -o-border-radius: none; }

.form__label {
  display: inline-block;
  max-width: 85%;
  vertical-align: middle;
  font-size: 12px; }
  @media screen and (min-width: 768px) {
    .form__label {
      font-size: 14px; } }
  @media screen and (min-width: 1200px) {
    .form__label {
      font-size: 16px; } }

.form__btn-cnt {
  text-align: center; }

.form__btn:disabled {
  opacity: 0.3;
  cursor: default; }
  .form__btn:disabled:hover {
    background: -webkit-linear-gradient(347.5deg, #8800C8 -27.89%, #4E9FFF 100%);
    background: -o-linear-gradient(347.5deg, #8800C8 -27.89%, #4E9FFF 100%);
    background: linear-gradient(102.5deg, #8800C8 -27.89%, #4E9FFF 100%);
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none; }

::-moz-placeholder {
  opacity: 1;
  color: #000; }

:-ms-input-placeholder {
  color: #000; }

::-webkit-input-placeholder {
  color: #000; }

.privacy-policy__wrapper {
  background-color: #fff;
  padding: 60px 0; }

.privacy-policy__headline {
  margin-bottom: 60px; }
  @media screen and (min-width: 576px) {
    .privacy-policy__headline {
      font-size: 55px; } }
  @media screen and (min-width: 768px) {
    .privacy-policy__headline {
      font-size: 65px; } }
  @media screen and (min-width: 992px) {
    .privacy-policy__headline {
      font-size: 75px; } }
  @media screen and (min-width: 1200px) {
    .privacy-policy__headline {
      font-size: 80px; } }
  @media (min-width: 1400px) {
    .privacy-policy__headline {
      font-size: 85px; } }
  @media (min-width: 1900px) {
    .privacy-policy__headline {
      font-size: 90px; } }

.privacy-policy__item {
  margin-bottom: 60px; }
  @media screen and (min-width: 768px) {
    .privacy-policy__item {
      margin-bottom: 80px; } }
  @media screen and (min-width: 1200px) {
    .privacy-policy__item {
      margin-bottom: 100px; } }

.privacy-policy__title {
  margin-bottom: 30px; }
  @media screen and (min-width: 576px) {
    .privacy-policy__title {
      font-size: 28px; } }
  @media screen and (min-width: 768px) {
    .privacy-policy__title {
      font-size: 34px; } }
  @media screen and (min-width: 1200px) {
    .privacy-policy__title {
      font-size: 38px; } }
  @media screen and (min-width: 1200px) {
    .privacy-policy__title {
      font-size: 40px; } }

.privacy-policy__sub-list {
  margin-bottom: 16px;
  list-style-type: disc; }

.privacy-policy__table {
  border-collapse: collapse; }
  .privacy-policy__table th {
    text-align: center; }
  .privacy-policy__table th,
  .privacy-policy__table td {
    padding: 0 3px;
    border: 1px solid #000000; }
    @media screen and (min-width: 576px) {
      .privacy-policy__table th,
      .privacy-policy__table td {
        padding: 0 5px; } }
    @media screen and (min-width: 768px) {
      .privacy-policy__table th,
      .privacy-policy__table td {
        padding: 0 8px; } }
    @media screen and (min-width: 992px) {
      .privacy-policy__table th,
      .privacy-policy__table td {
        padding: 0 10px; } }

.vacancy-page {
  background-color: #fff; }
  .vacancy-page__wrapper {
    padding-top: 60px;
    padding-bottom: 60px; }
    @media screen and (min-width: 768px) {
      .vacancy-page__wrapper {
        padding-top: 80px;
        padding-bottom: 60px; } }
    @media screen and (min-width: 992px) {
      .vacancy-page__wrapper {
        padding-top: 120px;
        padding-bottom: 80px; } }
  .vacancy-page__text {
    padding-bottom: 25px;
    margin-bottom: 30px;
    border-bottom: 1px solid #999999; }
    @media screen and (min-width: 576px) {
      .vacancy-page__text {
        padding-bottom: 35px;
        margin-bottom: 40px; } }
    @media screen and (min-width: 768px) {
      .vacancy-page__text {
        padding-bottom: 45px;
        margin-bottom: 50px; } }
    @media screen and (min-width: 992px) {
      .vacancy-page__text {
        padding-bottom: 55px;
        margin-bottom: 60px; } }
  .vacancy-page__headline {
    margin-bottom: 30px;
    font-size: 23px; }
    @media screen and (min-width: 576px) {
      .vacancy-page__headline {
        margin-bottom: 40px;
        font-size: 28px; } }
    @media screen and (min-width: 768px) {
      .vacancy-page__headline {
        margin-bottom: 45px;
        font-size: 34px; } }
    @media screen and (min-width: 992px) {
      .vacancy-page__headline {
        margin-bottom: 55px;
        font-size: 38px; } }
    @media screen and (min-width: 1200px) {
      .vacancy-page__headline {
        margin-bottom: 75px;
        font-size: 40px; } }
  .vacancy-page__highlight {
    font-size: 12px; }
    @media screen and (min-width: 576px) {
      .vacancy-page__highlight {
        font-size: 14px; } }
    @media screen and (min-width: 992px) {
      .vacancy-page__highlight {
        font-size: 16px; } }
  .vacancy-page__subtitle {
    margin: 0;
    margin-bottom: 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal; }
    @media screen and (min-width: 576px) {
      .vacancy-page__subtitle {
        font-size: 18px; } }
    @media screen and (min-width: 992px) {
      .vacancy-page__subtitle {
        font-size: 20px; } }
  .vacancy-page__desc {
    margin-bottom: 30px; }
  .vacancy-page__paragraph {
    margin: 0;
    margin-bottom: 30px;
    font-size: 12px;
    font-weight: 300; }
    @media screen and (min-width: 576px) {
      .vacancy-page__paragraph {
        font-size: 14px; } }
    @media screen and (min-width: 992px) {
      .vacancy-page__paragraph {
        font-size: 16px; } }
    .vacancy-page__paragraph:last-child {
      margin-bottom: 0; }
  .vacancy-page__list {
    margin-bottom: 30px;
    padding-left: 15px;
    list-style-type: disc; }
    .vacancy-page__list:last-child {
      margin-bottom: 0; }
  .vacancy-page__item {
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 300; }
    .vacancy-page__item:last-child {
      margin-bottom: 0; }
    @media screen and (min-width: 576px) {
      .vacancy-page__item {
        font-size: 14px; } }
    @media screen and (min-width: 992px) {
      .vacancy-page__item {
        font-size: 16px; } }
  .vacancy-page__form {
    margin-bottom: 60px; }

.vacancy-form__group {
  margin-bottom: 20px; }
  .vacancy-form__group--cv {
    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: 20px 14px;
    height: 10px;
    border: 1px dashed violet;
    text-align: center; }
  @media screen and (min-width: 768px) {
    .vacancy-form__group {
      margin-bottom: 30px; } }
  .vacancy-form__group:last-child {
    margin-bottom: 0; }

.vacancy-form__inputs {
  margin-bottom: 60px; }
  @media screen and (min-width: 576px) {
    .vacancy-form__inputs {
      margin-bottom: 70px; } }
  @media screen and (min-width: 768px) {
    .vacancy-form__inputs {
      margin-bottom: 60px; } }
  @media screen and (min-width: 992px) {
    .vacancy-form__inputs {
      margin-bottom: 80px; } }

.vacancy-form__input, .vacancy-form__textarea {
  padding: 10px 14px;
  width: 100%;
  border: 1px solid #999999;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 300; }
  @media screen and (min-width: 576px) {
    .vacancy-form__input, .vacancy-form__textarea {
      font-size: 14px; } }
  @media screen and (min-width: 768px) {
    .vacancy-form__input, .vacancy-form__textarea {
      font-size: 15px;
      font-weight: 400; } }
  @media screen and (min-width: 992px) {
    .vacancy-form__input, .vacancy-form__textarea {
      font-size: 16px; } }

.vacancy-form__file-btn {
  font-size: 13px;
  color: rgba(79, 0, 140, 0.7); }
  .vacancy-form__file-btn:hover {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none; }
  @media screen and (min-width: 576px) {
    .vacancy-form__file-btn {
      font-size: 14px; } }
  @media screen and (min-width: 768px) {
    .vacancy-form__file-btn {
      font-size: 15px; } }
  @media screen and (min-width: 992px) {
    .vacancy-form__file-btn {
      font-size: 16px; } }

.vacancy-form__textarea {
  height: 150px; }

.vacancy-form__checkbox {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border: 1px solid #999999;
  background-color: #fff;
  border-radius: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  -ms-border-radius: none;
  -o-border-radius: none; }

.vacancy-form__label {
  display: inline-block;
  max-width: 85%;
  vertical-align: middle;
  font-size: 12px; }
  @media screen and (min-width: 768px) {
    .vacancy-form__label {
      font-size: 14px; } }
  @media screen and (min-width: 1200px) {
    .vacancy-form__label {
      font-size: 16px; } }

.vacancy-form__btn-cnt {
  text-align: center; }

.vacancy-form__btn:disabled {
  opacity: 0.3;
  cursor: default; }
  .vacancy-form__btn:disabled:hover {
    background: -webkit-linear-gradient(347.5deg, #8800C8 -27.89%, #4E9FFF 100%);
    background: -o-linear-gradient(347.5deg, #8800C8 -27.89%, #4E9FFF 100%);
    background: linear-gradient(102.5deg, #8800C8 -27.89%, #4E9FFF 100%);
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none; }

::-moz-placeholder {
  opacity: 1;
  color: #000; }

:-ms-input-placeholder {
  color: #000; }

::-webkit-input-placeholder {
  color: #000; }
