/*!
 * Bootstrap Grid v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-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; } }

/* This comment is
    * several lines long.
    * since it uses the CSS comment syntax,
    * it will appear in the CSS output. */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none; }
  a:active, a:focus, a:hover {
    text-decoration: none; }

/*
IMPORT FONTS
-------------------------------------------- */
body,
input,
select,
button {
  font-family: "Roboto", Arial, Helvetica, sans-serif; }

h1 {
  font-size: 34px;
  line-height: 52px;
  color: white;
  font-weight: 400;
  letter-spacing: 0.02em; }
  h1.small {
    font-size: 28px;
    line-height: 52px; }
  h1 sup {
    position: relative;
    top: -16px;
    font-size: 10px; }
  @media (max-width: 640px) {
    h1 {
      font-size: 22px;
      line-height: 32px; } }

.hero-content h1 {
  font-weight: 300; }
  .hero-content h1 strong {
    font-weight: 500; }

h2 {
  letter-spacing: 0.02em; }
  h2.inner-title {
    margin-bottom: 50px;
    font-size: 24px;
    line-height: 28px;
    color: white;
    letter-spacing: 0.03em;
    font-weight: 400; }
    h2.inner-title a {
      color: rgba(155, 166, 204, 0.4); }
      h2.inner-title a:hover {
        color: white; }
    h2.inner-title.sep a {
      display: inline-block;
      position: relative;
      padding-right: 30px; }
      h2.inner-title.sep a:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 12px;
        width: 6px;
        height: 6px;
        transform: translateY(-50%) rotate(45deg);
        border-top: #9ba6cc solid 2px;
        border-right: #9ba6cc solid 2px; }

.featured-list {
  text-align: center; }
  .featured-list h2 {
    font-size: 38px;
    line-height: 52px;
    font-weight: 300;
    color: white; }
    @media (max-width: 640px) {
      .featured-list h2 {
        font-size: 26px; } }

.cta-box h2 {
  font-size: 34px;
  line-height: 52px;
  color: white;
  font-weight: 300; }
  .cta-box h2 strong {
    font-weight: 500; }
  .cta-box h2 sup {
    position: relative;
    top: -16px;
    font-size: 10px; }
  @media (max-width: 640px) {
    .cta-box h2 {
      font-size: 22px;
      line-height: 32px; } }

.top-info h2 {
  font-size: 18px;
  line-height: 21px;
  color: white;
  font-weight: 700; }

h3 {
  font-size: 28px;
  line-height: 42px;
  color: white;
  font-weight: 500;
  letter-spacing: 0.03em; }
  h3.alt {
    font-size: 20px;
    line-height: 24px; }

.feature-content h3 {
  margin-bottom: 10px; }

.modal-top h3,
.app-full-center h3 {
  font-size: 28px;
  line-height: 33px;
  font-weight: 400; }
  @media (max-width: 640px) {
    .modal-top h3,
    .app-full-center h3 {
      font-size: 20px;
      line-height: 24px; } }

.app-full-center h3 {
  margin-bottom: 8px; }

h4 {
  font-size: 18px;
  line-height: 32px;
  color: white;
  font-weight: 500; }

.toggle-list h4 {
  font-size: 16px;
  font-weight: 400; }

.panel-content h4,
.panel-extended-content h4 {
  margin-bottom: 20px; }

h5 {
  font-size: 16px;
  line-height: 24px;
  color: white;
  font-weight: 700; }
  h5.label {
    margin-bottom: 20px;
    color: rgba(155, 166, 204, 0.7);
    font-weight: 400; }
    @media (max-width: 640px) {
      h5.label {
        font-size: 14px; } }

.chart-holder h5 {
  display: none; }
  @media (max-width: 640px) {
    .chart-holder h5 {
      display: block;
      margin-bottom: 5px;
      font-weight: 400; } }

h6 {
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  color: #9ba6cc;
  letter-spacing: 0.02em; }
  h6.white {
    color: white; }

@media (max-width: 640px) {
  .chart-holder h6 {
    color: rgba(155, 166, 204, 0.7);
    font-size: 12px;
    line-height: 18px; } }

.panel-content h6 {
  font-size: 14px;
  line-height: 16px;
  color: rgba(155, 166, 204, 0.5); }

p {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #9ba6cc;
  letter-spacing: 0.01em; }
  @media (max-width: 640px) {
    p {
      font-size: 14px;
      line-height: 23px; } }
  p small {
    display: inline-block;
    padding: 0 14px;
    color: #ea894d;
    font-size: 12px;
    line-height: 26px;
    background-color: rgba(234, 137, 77, 0.1);
    border-radius: 13px; }
    @media (max-width: 640px) {
      p small {
        padding: 0 9px;
        border-radius: 6px; } }
  p a {
    color: #05ABFF;
    -webkit-transition: color 200ms 0ms ease-in-out;
    -moz-transition: color 200ms 0ms ease-in-out;
    -ms-transition: color 200ms 0ms ease-in-out;
    -o-transition: color 200ms 0ms ease-in-out;
    transition: color 200ms 0ms ease-in-out; }
    p a:hover {
      color: white; }
  p.info {
    color: white;
    font-size: 14px;
    font-weight: 500; }
  p.medium {
    font-size: 14px;
    color: rgba(155, 166, 204, 0.7); }
  p.small {
    font-size: 12px;
    color: rgba(155, 166, 204, 0.5); }
  p.xs {
    font-size: 11px;
    color: rgba(155, 166, 204, 0.5);
    text-transform: uppercase; }
  p.links-light a {
    color: #9ba6cc;
    text-decoration: underline; }
    p.links-light a:hover {
      text-decoration: none; }
  p.legend {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em; }

.horizontal-features p {
  font-size: 14px;
  line-height: 23px; }
  .horizontal-features p strong {
    font-weight: 700; }

.cta-box p {
  margin-bottom: 40px; }

.panel-content p,
.tooltip-content p,
.notif-list p,
.panel-extended-content p {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px; }

.notif-list .meta p,
.modal-single-static p {
  font-size: 14px;
  line-height: 16px;
  color: rgba(155, 166, 204, 0.5); }

.modal-single-static p {
  line-height: 20px; }

p a.external-url .icon {
  width: 14px;
  height: 14px;
  margin-left: 7px;
  vertical-align: middle;
  fill: #9ba6cc; }

.content-list li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  color: #9ba6cc;
  letter-spacing: 0.01em; }
  .content-list li a {
    color: #05ABFF;
    -webkit-transition: color 200ms 0ms ease-in-out;
    -moz-transition: color 200ms 0ms ease-in-out;
    -ms-transition: color 200ms 0ms ease-in-out;
    -o-transition: color 200ms 0ms ease-in-out;
    transition: color 200ms 0ms ease-in-out; }
    .content-list li a:hover {
      color: white; }
  .content-list li:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 10px;
    width: 4px;
    height: 4px;
    background-color: rgba(155, 166, 204, 0.3); }

/*
GLOBAL STYLES
-------------------------------------------- */
html,
body {
  position: relative;
  /*overflow-x: hidden;*/
  -webkit-overflow-scrolling: touch; }

body {
  background-color: #141721;
  /*&::-webkit-scrollbar {
		width: 10px;
	}

	&::-webkit-scrollbar-track {
		background-color: transparent;
	}

	&::-webkit-scrollbar-thumb {
	  background-color: $text-primary-20;
		border-radius: 5px;
	}*/ }
  body.non-scrollable {
    overflow: hidden;
    -webkit-overflow-scrolling: none; }
    body.non-scrollable .app-inner,
    body.non-scrollable .home-outer,
    body.non-scrollable .page-outer {
      overflow: hidden; }
    body.non-scrollable .home-outer {
      height: 100vh; }

.slick-slide {
  outline: none; }

.ma-0 {
  margin: 0px !important; }

.pa-0 {
  padding: 0px !important; }

.mt-0 {
  margin-top: 0px !important; }

.pt-0 {
  padding-top: 0px !important; }

.mb-0 {
  margin-bottom: 0px !important; }

.pb-0 {
  padding-bottom: 0px !important; }

.ml-0 {
  margin-left: 0px !important; }

.pl-0 {
  padding-left: 0px !important; }

.mr-0 {
  margin-right: 0px !important; }

.pr-0 {
  padding-right: 0px !important; }

.ma-5 {
  margin: 5px !important; }

.pa-5 {
  padding: 5px !important; }

.mt-5 {
  margin-top: 5px !important; }

.pt-5 {
  padding-top: 5px !important; }

.mb-5 {
  margin-bottom: 5px !important; }

.pb-5 {
  padding-bottom: 5px !important; }

.ml-5 {
  margin-left: 5px !important; }

.pl-5 {
  padding-left: 5px !important; }

.mr-5 {
  margin-right: 5px !important; }

.pr-5 {
  padding-right: 5px !important; }

.ma-10 {
  margin: 10px !important; }

.pa-10 {
  padding: 10px !important; }

.mt-10 {
  margin-top: 10px !important; }

.pt-10 {
  padding-top: 10px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.pb-10 {
  padding-bottom: 10px !important; }

.ml-10 {
  margin-left: 10px !important; }

.pl-10 {
  padding-left: 10px !important; }

.mr-10 {
  margin-right: 10px !important; }

.pr-10 {
  padding-right: 10px !important; }

.ma-15 {
  margin: 15px !important; }

.pa-15 {
  padding: 15px !important; }

.mt-15 {
  margin-top: 15px !important; }

.pt-15 {
  padding-top: 15px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.pb-15 {
  padding-bottom: 15px !important; }

.ml-15 {
  margin-left: 15px !important; }

.pl-15 {
  padding-left: 15px !important; }

.mr-15 {
  margin-right: 15px !important; }

.pr-15 {
  padding-right: 15px !important; }

.ma-20 {
  margin: 20px !important; }

.pa-20 {
  padding: 20px !important; }

.mt-20 {
  margin-top: 20px !important; }

.pt-20 {
  padding-top: 20px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.ml-20 {
  margin-left: 20px !important; }

.pl-20 {
  padding-left: 20px !important; }

.mr-20 {
  margin-right: 20px !important; }

.pr-20 {
  padding-right: 20px !important; }

.ma-25 {
  margin: 25px !important; }

.pa-25 {
  padding: 25px !important; }

.mt-25 {
  margin-top: 25px !important; }

.pt-25 {
  padding-top: 25px !important; }

.mb-25 {
  margin-bottom: 25px !important; }

.pb-25 {
  padding-bottom: 25px !important; }

.ml-25 {
  margin-left: 25px !important; }

.pl-25 {
  padding-left: 25px !important; }

.mr-25 {
  margin-right: 25px !important; }

.pr-25 {
  padding-right: 25px !important; }

.ma-30 {
  margin: 30px !important; }

.pa-30 {
  padding: 30px !important; }

.mt-30 {
  margin-top: 30px !important; }

.pt-30 {
  padding-top: 30px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.pb-30 {
  padding-bottom: 30px !important; }

.ml-30 {
  margin-left: 30px !important; }

.pl-30 {
  padding-left: 30px !important; }

.mr-30 {
  margin-right: 30px !important; }

.pr-30 {
  padding-right: 30px !important; }

.ma-35 {
  margin: 35px !important; }

.pa-35 {
  padding: 35px !important; }

.mt-35 {
  margin-top: 35px !important; }

.pt-35 {
  padding-top: 35px !important; }

.mb-35 {
  margin-bottom: 35px !important; }

.pb-35 {
  padding-bottom: 35px !important; }

.ml-35 {
  margin-left: 35px !important; }

.pl-35 {
  padding-left: 35px !important; }

.mr-35 {
  margin-right: 35px !important; }

.pr-35 {
  padding-right: 35px !important; }

.ma-40 {
  margin: 40px !important; }

.pa-40 {
  padding: 40px !important; }

.mt-40 {
  margin-top: 40px !important; }

.pt-40 {
  padding-top: 40px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.pb-40 {
  padding-bottom: 40px !important; }

.ml-40 {
  margin-left: 40px !important; }

.pl-40 {
  padding-left: 40px !important; }

.mr-40 {
  margin-right: 40px !important; }

.pr-40 {
  padding-right: 40px !important; }

.ma-45 {
  margin: 45px !important; }

.pa-45 {
  padding: 45px !important; }

.mt-45 {
  margin-top: 45px !important; }

.pt-45 {
  padding-top: 45px !important; }

.mb-45 {
  margin-bottom: 45px !important; }

.pb-45 {
  padding-bottom: 45px !important; }

.ml-45 {
  margin-left: 45px !important; }

.pl-45 {
  padding-left: 45px !important; }

.mr-45 {
  margin-right: 45px !important; }

.pr-45 {
  padding-right: 45px !important; }

.ma-50 {
  margin: 50px !important; }

.pa-50 {
  padding: 50px !important; }

.mt-50 {
  margin-top: 50px !important; }

.pt-50 {
  padding-top: 50px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.pb-50 {
  padding-bottom: 50px !important; }

.ml-50 {
  margin-left: 50px !important; }

.pl-50 {
  padding-left: 50px !important; }

.mr-50 {
  margin-right: 50px !important; }

.pr-50 {
  padding-right: 50px !important; }

.ma-75 {
  margin: 75px !important; }

.pa-75 {
  padding: 75px !important; }

.mt-75 {
  margin-top: 75px !important; }

.pt-75 {
  padding-top: 75px !important; }

.mb-75 {
  margin-bottom: 75px !important; }

.pb-75 {
  padding-bottom: 75px !important; }

.ml-75 {
  margin-left: 75px !important; }

.pl-75 {
  padding-left: 75px !important; }

.mr-75 {
  margin-right: 75px !important; }

.pr-75 {
  padding-right: 75px !important; }

.ma-100 {
  margin: 100px !important; }

.pa-100 {
  padding: 100px !important; }

.mt-100 {
  margin-top: 100px !important; }

.pt-100 {
  padding-top: 100px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.pb-100 {
  padding-bottom: 100px !important; }

.ml-100 {
  margin-left: 100px !important; }

.pl-100 {
  padding-left: 100px !important; }

.mr-100 {
  margin-right: 100px !important; }

.pr-100 {
  padding-right: 100px !important; }

/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*
|------------------------------------------------------------
| Help Classes
|------------------------------------------------------------
*/
.display-none {
  display: none; }

.display-block {
  display: block; }

.display-inline {
  display: inline; }

.display-inline-block {
  display: inline-block; }

.left {
  float: left; }

.right {
  float: right; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.bold {
  font-weight: bold; }

.italic {
  font-style: italic; }

.capitalize {
  text-transform: capitalize; }

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.fixed {
  position: fixed; }

/*
|------------------------------------------------------------
| Clearfix
|------------------------------------------------------------
*/
.clearfix, .form-columns, .modal-columns, .horizontal-nav, .steps-nav ul, .item-boxed-list.half, .social-menu, .app-top-bar, .slide-in-panel-outer .panel-content .top-info-actions, .notif-list li, .inner-grid-layout .inner-top-nav, .options-table-list {
  zoom: 1; }
  .clearfix:before, .form-columns:before, .modal-columns:before, .horizontal-nav:before, .steps-nav ul:before, .item-boxed-list.half:before, .social-menu:before, .app-top-bar:before, .slide-in-panel-outer .panel-content .top-info-actions:before, .notif-list li:before, .inner-grid-layout .inner-top-nav:before, .options-table-list:before, .clearfix:after, .form-columns:after, .modal-columns:after, .horizontal-nav:after, .steps-nav ul:after, .item-boxed-list.half:after, .social-menu:after, .app-top-bar:after, .slide-in-panel-outer .panel-content .top-info-actions:after, .notif-list li:after, .inner-grid-layout .inner-top-nav:after, .options-table-list:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .clearfix:after, .form-columns:after, .modal-columns:after, .horizontal-nav:after, .steps-nav ul:after, .item-boxed-list.half:after, .social-menu:after, .app-top-bar:after, .slide-in-panel-outer .panel-content .top-info-actions:after, .notif-list li:after, .inner-grid-layout .inner-top-nav:after, .options-table-list:after {
    clear: both; }

/*
BUTTONS GLOBAL
-------------------------------------------- */
a.button,
button.button,
input.button {
  display: inline-block;
  height: 50px;
  padding: 0 67px;
  font-size: 16px;
  line-height: 48px;
  color: white;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.02em;
  background-color: #05ABFF;
  border: transparent solid 2px;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 100ms 0ms ease-in-out;
  -moz-transition: all 100ms 0ms ease-in-out;
  -ms-transition: all 100ms 0ms ease-in-out;
  -o-transition: all 100ms 0ms ease-in-out;
  transition: all 100ms 0ms ease-in-out; }
  a.button:hover,
  button.button:hover,
  input.button:hover {
    background-color: #2CB8FF; }
  a.button:active,
  button.button:active,
  input.button:active {
    opacity: 0.9; }
  a.button.full,
  button.button.full,
  input.button.full {
    display: block;
    width: 100%;
    padding: 0 10px; }
  a.button.medium,
  button.button.medium,
  input.button.medium {
    height: 40px;
    padding: 0 42px;
    line-height: 36px; }
  a.button.ghost,
  button.button.ghost,
  input.button.ghost {
    color: #05ABFF;
    background-color: transparent;
    border: #05ABFF solid 2px; }
    a.button.ghost:hover,
    button.button.ghost:hover,
    input.button.ghost:hover {
      color: white;
      background-color: #05ABFF; }

.circle-button {
  display: inline-block;
  width: 60px;
  height: 60px;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
  animation: pulse 3s infinite;
  box-sizing: content-box;
  outline: none; }
  .circle-button > span {
    display: block;
    position: relative;
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    box-sizing: content-box; }
    .circle-button > span:after {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      z-index: 1;
      width: 40px;
      height: 40px;
      transform: translate(-50%, -50%);
      background-color: rgba(255, 255, 255, 0.8);
      border-radius: 50%; }
  .circle-button .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    width: 10px;
    height: auto;
    transform: translate(-35%, -50%);
    fill: #05ABFF; }
  .circle-button.pulse {
    border: 0;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    animation: pulse 3s infinite; }
  .circle-button:active > span:after {
    width: 38px;
    height: 38px;
    background-color: white; }

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1); }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1); }
  70% {
    -moz-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0); }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }

.video-trigger {
  display: block;
  position: relative; }
  .video-trigger .circle-button {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .video-trigger img {
    display: block;
    max-width: 100%;
    height: auto; }

.icon-button {
  display: block;
  height: 42px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 40px;
  color: rgba(155, 166, 204, 0.7);
  background-color: transparent;
  border: #212532 solid 1px;
  border-radius: 4px;
  -webkit-transition: all 200ms 0ms ease-in-out;
  -moz-transition: all 200ms 0ms ease-in-out;
  -ms-transition: all 200ms 0ms ease-in-out;
  -o-transition: all 200ms 0ms ease-in-out;
  transition: all 200ms 0ms ease-in-out; }
  .icon-button .icon {
    display: inline-block;
    margin-right: 13px;
    vertical-align: middle;
    fill: rgba(155, 166, 204, 0.7); }
    .icon-button .icon.icon-envelope {
      width: 24px;
      height: 16px; }
    .icon-button .icon.icon-smartphone {
      width: 16px;
      height: 24px; }
  .icon-button:hover {
    border-color: #05ABFF; }
    @media (max-width: 640px) {
      .icon-button:hover {
        border-color: #212532; } }
  @media (max-width: 640px) {
    .icon-button {
      position: relative;
      padding-left: 50px; }
      .icon-button .icon {
        position: absolute;
        left: 15px;
        top: 8px; }
        .icon-button .icon.icon-envelope {
          top: 11px; }
        .icon-button .icon.icon-smartphone {
          left: 20px; } }

.link-action {
  display: block;
  position: relative;
  padding: 20px;
  border-bottom: rgba(255, 255, 255, 0.05) solid 1px;
  border-top: rgba(255, 255, 255, 0.05) solid 1px; }
  .link-action:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 6px;
    height: 6px;
    transform: translateY(-50%) rotate(45deg);
    border-top: #9ba6cc solid 2px;
    border-right: #9ba6cc solid 2px; }

/*
FORMS GLOBAL
-------------------------------------------- */
.form li {
  position: relative;
  margin-bottom: 18px; }
  .form li.has-select-box {
    z-index: 2; }
    .form li.has-select-box.over {
      z-index: 5; }

.form label {
  display: block;
  margin-bottom: 9px;
  font-size: 16px;
  line-height: 19px;
  color: rgba(155, 166, 204, 0.7);
  text-align: left; }
  .form label.range-label {
    display: flex;
    align-items: center; }
    .form label.range-label .text {
      flex: 1; }

.form li.image-plupload label {
  text-align: center; }

.form li.image-plupload .drop-files-outer {
  width: 230px;
  height: 230px;
  margin: 0 auto;
  padding: 60px 15px 15px;
  background-color: #1D2130;
  border: 1px dashed #50576F;
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all 200ms 0ms ease-in-out;
  -moz-transition: all 200ms 0ms ease-in-out;
  -ms-transition: all 200ms 0ms ease-in-out;
  -o-transition: all 200ms 0ms ease-in-out;
  transition: all 200ms 0ms ease-in-out; }
  .form li.image-plupload .drop-files-outer:hover {
    background-color: #222637; }
  .form li.image-plupload .drop-files-outer .icon {
    width: 52px;
    height: 52px;
    margin-bottom: 40px;
    fill: rgba(155, 166, 204, 0.4); }
  .form li.image-plupload .drop-files-outer p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 22px; }
    .form li.image-plupload .drop-files-outer p.touch-show {
      display: none; }

.form.horizontal {
  display: flex; }
  .form.horizontal li {
    flex: 1; }

.touch .form li.image-plupload .drop-files-outer p.touch-hide {
  display: none; }

.touch .form li.image-plupload .drop-files-outer p.touch-show {
  display: block; }

.form-columns {
  margin-left: -5px;
  margin-right: -5px; }
  .form-columns > .col {
    float: left;
    padding: 0 5px; }
  .form-columns .col-1-2 {
    width: 50%; }
  .form-columns .col-3-4 {
    width: 75%; }
  .form-columns .col-1-4 {
    width: 25%; }
  @media (max-width: 640px) {
    .form-columns > .col.mobile-full {
      float: none;
      display: block;
      width: auto;
      margin-bottom: 18px; }
    .form-columns > .col.mobile-half {
      width: 50%; } }

.range-outer {
  position: relative;
  width: 100%;
  padding: 12px 0 6px; }
  .range-outer div {
    position: relative;
    height: 2px;
    margin-top: -2px;
    background: #BC4FEE;
    background: -moz-linear-gradient(left, #BC4FEE 0%, #05ABFF 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #BC4FEE), color-stop(100%, #05ABFF));
    background: -webkit-linear-gradient(left, #BC4FEE 0%, #05ABFF 100%);
    background: -o-linear-gradient(left, #BC4FEE 0%, #05ABFF 100%);
    background: -ms-linear-gradient(left, #BC4FEE 0%, #05ABFF 100%);
    background: linear-gradient(to right, #BC4FEE 0%, #05ABFF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 ); }
    .range-outer div span {
      position: absolute;
      right: 0px;
      top: 0px;
      width: 0px;
      height: 100%;
      background: #9ba6cc; }

.range-slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 2px;
  background: rgba(155, 166, 204, 0.3);
  border-radius: 2px;
  outline: none; }
  .range-slider + p span {
    position: absolute;
    left: 2px;
    top: 13px;
    z-index: 1;
    height: 2px;
    background-image: linear-gradient(90deg, #BC50EE 0%, #05ABFF 99%); }

.range-slider {
  -webkit-appearance: none;
  appearance: none;
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 2px;
  margin: 0px;
  background: rgba(155, 166, 204, 0.3);
  border-radius: 2px;
  outline: none; }

.range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 19px;
  height: 19px;
  background: #BC4FEE;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 200ms 0ms ease-in-out;
  -moz-transition: all 200ms 0ms ease-in-out;
  -ms-transition: all 200ms 0ms ease-in-out;
  -o-transition: all 200ms 0ms ease-in-out;
  transition: all 200ms 0ms ease-in-out; }
  .range-slider::-webkit-slider-thumb:hover {
    background-color: #c45ef3; }

.range-slider::-moz-range-thumb {
  width: 19px;
  height: 19px;
  background: #BC4FEE;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 200ms 0ms ease-in-out;
  -moz-transition: all 200ms 0ms ease-in-out;
  -ms-transition: all 200ms 0ms ease-in-out;
  -o-transition: all 200ms 0ms ease-in-out;
  transition: all 200ms 0ms ease-in-out; }
  .range-slider::-moz-range-thumb:hover {
    background-color: #c45ef3; }

.range-value {
  width: 70px;
  height: 30px;
  text-align: center;
  color: white;
  font-size: 16px;
  background-color: rgba(48, 55, 79, 0.6);
  border: 0;
  border-radius: 15px;
  outline: none; }

.field-wrapper {
  position: relative;
  padding: 1px; }
  .field-wrapper label.error {
    display: none; }
  .field-wrapper .border {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, #05ABFF 0%, #BC50EE 99%);
    border-radius: 2px;
    -webkit-transition: opacity 200ms 0ms ease-in-out;
    -moz-transition: opacity 200ms 0ms ease-in-out;
    -ms-transition: opacity 200ms 0ms ease-in-out;
    -o-transition: opacity 200ms 0ms ease-in-out;
    transition: opacity 200ms 0ms ease-in-out; }
  .field-wrapper input[type="text"],
  .field-wrapper input[type="tel"],
  .field-wrapper input[type="password"],
  .field-wrapper input[type="email"],
  .field-wrapper textarea {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 44px;
    padding: 0 20px;
    font-size: 16px;
    color: #9ba6cc;
    background-color: #212532;
    border: 0;
    border-radius: 2px;
    outline: none;
    -webkit-transition: all 200ms 0ms ease-in-out;
    -moz-transition: all 200ms 0ms ease-in-out;
    -ms-transition: all 200ms 0ms ease-in-out;
    -o-transition: all 200ms 0ms ease-in-out;
    transition: all 200ms 0ms ease-in-out; }
    .field-wrapper input[type="text"]:hover,
    .field-wrapper input[type="tel"]:hover,
    .field-wrapper input[type="password"]:hover,
    .field-wrapper input[type="email"]:hover,
    .field-wrapper textarea:hover {
      background-color: #232735; }
    .field-wrapper input[type="text"]:focus,
    .field-wrapper input[type="tel"]:focus,
    .field-wrapper input[type="password"]:focus,
    .field-wrapper input[type="email"]:focus,
    .field-wrapper textarea:focus {
      background-color: #141721; }
      .field-wrapper input[type="text"]:focus + .border,
      .field-wrapper input[type="tel"]:focus + .border,
      .field-wrapper input[type="password"]:focus + .border,
      .field-wrapper input[type="email"]:focus + .border,
      .field-wrapper textarea:focus + .border {
        opacity: 1; }
    .field-wrapper input[type="text"]::placeholder,
    .field-wrapper input[type="tel"]::placeholder,
    .field-wrapper input[type="password"]::placeholder,
    .field-wrapper input[type="email"]::placeholder,
    .field-wrapper textarea::placeholder {
      color: rgba(155, 166, 204, 0.5); }
  .field-wrapper textarea {
    display: block;
    height: 132px;
    padding: 10px 20px;
    resize: vertical; }
  .field-wrapper.outer-error label.error {
    position: absolute;
    top: 13px;
    right: 10px;
    z-index: 100;
    display: block;
    font-size: 12px;
    line-height: 20px;
    color: red; }
  .field-wrapper.outer-error input[type="text"] + .border,
  .field-wrapper.outer-error input[type="tel"] + .border,
  .field-wrapper.outer-error input[type="password"] + .border,
  .field-wrapper.outer-error input[type="email"] + .border,
  .field-wrapper.outer-error textarea + .border {
    opacity: 1;
    background: red; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 0;
  -webkit-text-fill-color: rgba(155, 166, 204, 0.5);
  -webkit-box-shadow: none; }

.full-radio {
  display: block;
  position: relative; }
  .full-radio label {
    display: block;
    padding: 10px;
    font-size: 16px;
    line-height: 22px;
    color: rgba(155, 166, 204, 0.7);
    text-align: center;
    background-color: rgba(155, 166, 204, 0.1);
    -webkit-transition: all 200ms 0ms ease-in-out;
    -moz-transition: all 200ms 0ms ease-in-out;
    -ms-transition: all 200ms 0ms ease-in-out;
    -o-transition: all 200ms 0ms ease-in-out;
    transition: all 200ms 0ms ease-in-out; }
  .full-radio input[type="radio"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
    .full-radio input[type="radio"]:checked + label {
      color: white;
      background-color: #7072F8; }
  .full-radio.l-radius label {
    border-radius: 2px 0 0 2px; }
  .full-radio.r-radius label {
    border-radius: 0 2px 2px 0; }

.selectric-wrapper {
  position: relative;
  cursor: pointer; }

.selectric-responsive {
  width: 100%; }

.selectric {
  position: relative;
  overflow: hidden;
  z-index: 2;
  background: #212532;
  border: 0px solid #212532;
  border-radius: 2px; }
  .selectric .label {
    display: block;
    overflow: hidden;
    height: 44px;
    margin: 0 44px 0 20px;
    font-size: 16px;
    line-height: 44px;
    color: #9BA6CC;
    text-overflow: ellipsis;
    white-space: nowrap;
    user-select: none; }
  .selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    color: rgba(48, 55, 79, 0.5);
    text-align: center;
    font: 0/0 a;
    *font: 20px/44px Lucida Sans Unicode, Arial Unicode MS, Arial; }
    .selectric .button:after {
      content: " ";
      position: absolute;
      top: 50%;
      right: 12px;
      transform: rotate(45deg);
      width: 6px;
      height: 6px;
      margin-top: -3px;
      border-right: #9ba6cc solid 2px;
      border-bottom: #9ba6cc solid 2px; }

.selectric-open {
  z-index: 9999; }
  .selectric-open .selectric {
    background-color: #141721; }
  .selectric-open .selectric-items {
    display: block;
    z-index: 1200; }
  .selectric-open + .border {
    opacity: 1; }

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  user-select: none; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }
  .selectric-hide-select select {
    position: absolute;
    left: -100%; }
  .selectric-hide-select.selectric-is-native {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%; }
    .selectric-hide-select.selectric-is-native select {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: 1;
      height: 100%;
      width: 100%;
      border: none;
      box-sizing: border-box;
      opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 102%;
  left: 0;
  z-index: -1;
  background: #212532;
  border-radius: 2px; }
  .selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto; }
  .selectric-above .selectric-items {
    top: auto;
    bottom: 102%; }
  .selectric-items ul,
  .selectric-items li {
    min-height: 20px;
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    list-style: none; }
  .selectric-items li {
    display: block;
    padding: 10px 20px;
    color: rgba(155, 166, 204, 0.7);
    font-size: 14px;
    cursor: pointer; }
    .selectric-items li.selected {
      background: #05ABFF;
      color: white; }
    .selectric-items li.highlighted {
      background: #05ABFF;
      color: white; }
    .selectric-items li:hover {
      background: rgba(155, 166, 204, 0.1);
      color: white; }
  .selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    user-select: none; }
  .selectric-items .selectric-group .selectric-group-label {
    padding-left: 10px;
    font-weight: bold;
    color: white;
    cursor: default;
    user-select: none;
    background: none; }
  .selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1; }
  .selectric-items .selectric-group li {
    padding-left: 25px; }

@keyframes modal-video {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes modal-video-inner {
  from {
    transform: translate(0, 100px); }
  to {
    transform: translate(0, 0); } }

.modal-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

.modal-video-close {
  opacity: 0; }
  .modal-video-close .modal-video-movie-wrap {
    -webkit-transform: translate(0, 100px);
    -moz-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    -o-transform: translate(0, 100px);
    transform: translate(0, 100px); }

.modal-video-body {
  max-width: 940px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: table; }

.modal-video-inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.modal-video-movie-wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  background-color: #141721;
  animation-timing-function: ease-out;
  animation-duration: 0.3s;
  animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -ms-transition: -ms-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }
  .modal-video-movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -55px;
  right: -55px;
  width: 48px;
  height: 48px;
  background-color: #30374F;
  border: 0;
  border-radius: 50%;
  cursor: pointer; }
  .modal-video-close-btn:before, .modal-video-close-btn:after {
    content: "";
    position: absolute;
    left: 16px;
    top: 23px;
    width: 16px;
    height: 2px;
    background-color: #9BA6CC; }
  .modal-video-close-btn:before {
    transform: rotate(45deg); }
  .modal-video-close-btn:after {
    transform: rotate(-45deg); }
  @media (max-width: 640px) {
    .modal-video-close-btn {
      right: 10px; } }

/*
MODALS
-------------------------------------------- */
.modal-columns {
  margin: 0 -10px; }
  .modal-columns .col {
    float: left;
    padding: 0 10px; }
    .modal-columns .col.col-1-2 {
      width: 50%; }
    .modal-columns .col.col-1-3 {
      width: 33.3333%; }
    .modal-columns .col.col-2-3 {
      width: 66.6666%; }
  @media (max-width: 640px) {
    .modal-columns .col {
      float: none;
      width: auto !important;
      margin: 0 0 20px; } }

.modal-outer {
  position: fixed;
  left: 50%;
  top: 186px;
  z-index: 1200;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%);
  width: 800px;
  padding: 30px 35px 30px 20px;
  background: rgba(29, 33, 48, 0.96);
  border-radius: 4px;
  box-shadow: 10px 10px 20px 0 #11131C;
  -webkit-transition: opacity 200ms 0ms ease-in-out;
  -moz-transition: opacity 200ms 0ms ease-in-out;
  -ms-transition: opacity 200ms 0ms ease-in-out;
  -o-transition: opacity 200ms 0ms ease-in-out;
  transition: opacity 200ms 0ms ease-in-out; }
  @media (max-width: 1024px) {
    .modal-outer {
      top: 80px; } }
  @media (max-width: 768px) {
    .modal-outer {
      width: 90%; } }
  @media (max-width: 640px) {
    .modal-outer {
      top: 20px;
      left: 20px;
      transform: none;
      width: calc(100% - 40px);
      padding-right: 25px; } }
  .modal-outer .modal-top {
    margin-bottom: 20px; }
  .modal-outer .modal-content {
    max-height: 60vh;
    padding-right: 15px;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
    .modal-outer .modal-content::-webkit-scrollbar {
      width: 2px; }
    .modal-outer .modal-content::-webkit-scrollbar-track {
      background-color: transparent; }
    .modal-outer .modal-content::-webkit-scrollbar-thumb {
      background-color: rgba(155, 166, 204, 0.2); }
    @media (max-width: 640px) {
      .modal-outer .modal-content {
        max-height: none;
        height: calc(100vh - 150px); } }
  .modal-outer.visible {
    opacity: 1;
    visibility: visible; }

.full-overlay-slider {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100vh;
  background-color: #161924; }
  .full-overlay-slider .overlay-slider-outer {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 900px;
    background-color: #202436; }
    @media (max-width: 768px) {
      .full-overlay-slider .overlay-slider-outer {
        width: 90%; } }
    @media (max-width: 640px) {
      .full-overlay-slider .overlay-slider-outer {
        transform: translate(-50%, -55%); } }
    .full-overlay-slider .overlay-slider-outer .slide {
      height: 600px;
      padding-top: 72px; }
      @media (max-width: 640px) {
        .full-overlay-slider .overlay-slider-outer .slide {
          height: 75vh;
          padding-top: 40px; } }
      .full-overlay-slider .overlay-slider-outer .slide figure {
        position: relative;
        z-index: 1;
        max-width: 80%;
        margin: 0 auto;
        padding-top: 28px;
        background-color: #1D2130;
        border-radius: 4px;
        box-shadow: 9px 9px 19px 0 #11131C; }
        .full-overlay-slider .overlay-slider-outer .slide figure img {
          display: block;
          max-width: 100%;
          height: auto; }
        .full-overlay-slider .overlay-slider-outer .slide figure .browser-dots {
          position: absolute;
          left: 20px;
          top: 10px;
          width: 8px;
          height: 8px;
          background-color: #979797;
          border-radius: 50%; }
          .full-overlay-slider .overlay-slider-outer .slide figure .browser-dots:before, .full-overlay-slider .overlay-slider-outer .slide figure .browser-dots:after {
            content: "";
            position: absolute;
            top: 0;
            width: 8px;
            height: 8px;
            background-color: #979797;
            border-radius: 50%; }
          .full-overlay-slider .overlay-slider-outer .slide figure .browser-dots:before {
            left: -11px; }
          .full-overlay-slider .overlay-slider-outer .slide figure .browser-dots:after {
            right: -11px; }
      .full-overlay-slider .overlay-slider-outer .slide .slide-content {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 2;
        width: 100%;
        padding: 25px 50px 50px;
        background-color: #5F4BB6; }
        .full-overlay-slider .overlay-slider-outer .slide .slide-content p {
          margin: 0; }
        @media (max-width: 640px) {
          .full-overlay-slider .overlay-slider-outer .slide .slide-content {
            padding: 25px; } }
    .full-overlay-slider .overlay-slider-outer .full-slider-nav li a {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 40px;
      height: 40px;
      text-indent: -9999px;
      background-color: rgba(48, 55, 79, 0.6);
      border-radius: 50%;
      -webkit-transition: all 200ms 0ms ease-in-out;
      -moz-transition: all 200ms 0ms ease-in-out;
      -ms-transition: all 200ms 0ms ease-in-out;
      -o-transition: all 200ms 0ms ease-in-out;
      transition: all 200ms 0ms ease-in-out; }
      .full-overlay-slider .overlay-slider-outer .full-slider-nav li a:before {
        content: "";
        position: absolute;
        left: 17px;
        top: 17px;
        transform: rotate(45deg);
        width: 6px;
        height: 6px; }
      .full-overlay-slider .overlay-slider-outer .full-slider-nav li a.prev {
        left: -80px; }
        .full-overlay-slider .overlay-slider-outer .full-slider-nav li a.prev:before {
          border-left: white solid 2px;
          border-bottom: white solid 2px; }
      .full-overlay-slider .overlay-slider-outer .full-slider-nav li a.next {
        right: -80px; }
        .full-overlay-slider .overlay-slider-outer .full-slider-nav li a.next:before {
          border-right: white solid 2px;
          border-top: white solid 2px; }
      .full-overlay-slider .overlay-slider-outer .full-slider-nav li a:hover {
        background-color: #30374f; }
      .full-overlay-slider .overlay-slider-outer .full-slider-nav li a:active {
        background-color: rgba(48, 55, 79, 0.5); }
    @media (max-width: 1024px) {
      .full-overlay-slider .overlay-slider-outer .full-slider-nav {
        position: absolute;
        left: 0;
        bottom: -60px;
        width: 100%; }
        .full-overlay-slider .overlay-slider-outer .full-slider-nav li a {
          position: relative;
          top: auto;
          left: auto;
          right: auto;
          transform: none; }
          .full-overlay-slider .overlay-slider-outer .full-slider-nav li a.prev {
            left: auto;
            float: left; }
          .full-overlay-slider .overlay-slider-outer .full-slider-nav li a.next {
            right: auto;
            float: right; } }
    @media (max-width: 768px) {
      .full-overlay-slider .overlay-slider-outer .full-slider-nav {
        left: 50%;
        transform: translateX(-50%);
        width: 40%; } }
    @media (max-width: 640px) {
      .full-overlay-slider .overlay-slider-outer .full-slider-nav {
        width: 60%; } }
    .full-overlay-slider .overlay-slider-outer .slick-dots {
      position: absolute;
      left: 0;
      bottom: -40px;
      width: 100%;
      text-align: center; }
      @media (max-width: 768px) {
        .full-overlay-slider .overlay-slider-outer .slick-dots {
          bottom: -50px; } }
      .full-overlay-slider .overlay-slider-outer .slick-dots li {
        display: inline-block;
        vertical-align: middle;
        margin: 0 3px; }
        .full-overlay-slider .overlay-slider-outer .slick-dots li .dot {
          display: block;
          width: 6px;
          height: 6px;
          background-color: rgba(155, 166, 204, 0.3);
          border-radius: 50%;
          -webkit-transition: all 200ms 0ms ease-in-out;
          -moz-transition: all 200ms 0ms ease-in-out;
          -ms-transition: all 200ms 0ms ease-in-out;
          -o-transition: all 200ms 0ms ease-in-out;
          transition: all 200ms 0ms ease-in-out; }
        .full-overlay-slider .overlay-slider-outer .slick-dots li.slick-active .dot {
          width: 8px;
          height: 8px;
          background-color: #9ba6cc; }
    .full-overlay-slider .overlay-slider-outer .progress {
      display: flex;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 4px;
      overflow: hidden;
      background-color: rgba(255, 255, 255, 0.2);
      background-image: linear-gradient(to right, #50C9CE, #50C9CE);
      background-repeat: no-repeat;
      background-size: 0 100%;
      transition: background-size .4s ease-in-out; }

.modal-single-outer {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1200;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: opacity 200ms 0ms ease-in-out;
  -moz-transition: opacity 200ms 0ms ease-in-out;
  -ms-transition: opacity 200ms 0ms ease-in-out;
  -o-transition: opacity 200ms 0ms ease-in-out;
  transition: opacity 200ms 0ms ease-in-out; }
  .modal-single-outer::-webkit-scrollbar {
    width: 0; }
  .modal-single-outer::-webkit-scrollbar-track {
    background-color: transparent; }
  .modal-single-outer::-webkit-scrollbar-thumb {
    background-color: rgba(155, 166, 204, 0.2);
    border-radius: 5px; }
  .modal-single-outer .modal-single {
    position: absolute;
    left: 50%;
    top: 60px;
    transform: translateX(-50%);
    width: 910px;
    margin-bottom: 60px;
    padding: 20px;
    background: rgba(29, 33, 48, 0.96);
    border-radius: 4px;
    box-shadow: 10px 10px 20px 0 #11131C; }
    @media (max-width: 768px) {
      .modal-single-outer .modal-single {
        width: 90%; } }
    @media (max-width: 640px) {
      .modal-single-outer .modal-single {
        left: 0;
        top: 0;
        transform: none;
        width: 100%;
        margin-bottom: 0;
        padding-top: 60px; } }
    .modal-single-outer .modal-single .map-outer {
      overflow: hidden;
      position: relative;
      height: 280px;
      margin-bottom: 22px;
      border-radius: 4px; }
      .modal-single-outer .modal-single .map-outer #inner-map {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 110%; }
      @media (max-width: 640px) {
        .modal-single-outer .modal-single .map-outer {
          height: 200px; } }
  .modal-single-outer .single-top-images {
    margin-bottom: 20px;
    margin-right: -20px; }
    .modal-single-outer .single-top-images img {
      height: 300px;
      width: auto;
      margin-right: 10px; }
      .modal-single-outer .single-top-images img:last-child {
        margin-right: 0; }
    @media (max-width: 640px) {
      .modal-single-outer .single-top-images img {
        height: 150px; } }
    @media (max-width: 375px) {
      .modal-single-outer .single-top-images img {
        height: 130px; } }
  .modal-single-outer .footnote p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 20px;
    color: rgba(155, 166, 204, 0.3); }
    .modal-single-outer .footnote p.more-text-trigger {
      font-size: 14px;
      font-weight: 500; }
      .modal-single-outer .footnote p.more-text-trigger a {
        color: rgba(155, 166, 204, 0.5); }
        .modal-single-outer .footnote p.more-text-trigger a:hover {
          color: white; }
  .modal-single-outer .footnote .text {
    overflow: hidden;
    height: 100px;
    margin-bottom: 10px; }
    .modal-single-outer .footnote .text.expanded {
      height: auto; }
  .modal-single-outer.visible {
    opacity: 1;
    visibility: visible; }

.modal-outer .close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 34px;
  height: 34px;
  cursor: pointer; }
  .modal-outer .close:before, .modal-outer .close:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #60636d;
    -webkit-transition: all 200ms 0ms ease-in-out;
    -moz-transition: all 200ms 0ms ease-in-out;
    -ms-transition: all 200ms 0ms ease-in-out;
    -o-transition: all 200ms 0ms ease-in-out;
    transition: all 200ms 0ms ease-in-out; }
  .modal-outer .close:before {
    left: 5px;
    top: 5px;
    transform: rotate(45deg); }
  .modal-outer .close:after {
    top: 5px;
    left: 5px;
    transform: rotate(-45deg); }
  @media (max-width: 640px) {
    .modal-outer .close {
      top: 20px;
      right: 10px; } }

.full-overlay-slider .close,
.modal-single-outer .close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 200;
  width: 48px;
  height: 48px;
  background-color: #30374F;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 200ms 0ms ease-in-out;
  -moz-transition: all 200ms 0ms ease-in-out;
  -ms-transition: all 200ms 0ms ease-in-out;
  -o-transition: all 200ms 0ms ease-in-out;
  transition: all 200ms 0ms ease-in-out; }
  .full-overlay-slider .close:before, .full-overlay-slider .close:after,
  .modal-single-outer .close:before,
  .modal-single-outer .close:after {
    content: "";
    position: absolute;
    left: 16px;
    top: 23px;
    width: 16px;
    height: 2px;
    background-color: #9BA6CC;
    -webkit-transition: all 200ms 0ms ease-in-out;
    -moz-transition: all 200ms 0ms ease-in-out;
    -ms-transition: all 200ms 0ms ease-in-out;
    -o-transition: all 200ms 0ms ease-in-out;
    transition: all 200ms 0ms ease-in-out; }
  .full-overlay-slider .close:before,
  .modal-single-outer .close:before {
    transform: rotate(45deg); }
  .full-overlay-slider .close:after,
  .modal-single-outer .close:after {
    transform: rotate(-45deg); }
  .full-overlay-slider .close:hover,
  .modal-single-outer .close:hover {
    background-color: #363d55; }
  .full-overlay-slider .close:active,
  .modal-single-outer .close:active {
    background-color: #30374F; }

.modal-single-outer .close {
  top: 30px;
  background-color: rgba(48, 55, 79, 0.3); }
  .modal-single-outer .close:before, .modal-single-outer .close:after {
    background-color: white; }
  @media (max-width: 640px) {
    .modal-single-outer .close {
      top: 0;
      right: 0;
      background-color: transparent; }
      .modal-single-outer .close:before, .modal-single-outer .close:after {
        background-color: #5B627D; } }

/*
HEADER
-------------------------------------------- */
header {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1000;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1920px;
  padding: 20px 50px; }
  header .logo {
    float: left;
    margin-top: 13px; }
    @media (max-width: 640px) {
      header .logo {
        float: none; }
        header .logo img {
          display: block;
          margin: 2px auto 0; } }
  header nav {
    float: right; }
    header nav ul li {
      float: left;
      margin-left: 60px;
      font-size: 16px;
      line-height: 40px;
      color: white; }
      header nav ul li a {
        display: block;
        color: rgba(255, 255, 255, 0.5);
        -webkit-transition: color 200ms 0ms ease-in-out;
        -moz-transition: color 200ms 0ms ease-in-out;
        -ms-transition: color 200ms 0ms ease-in-out;
        -o-transition: color 200ms 0ms ease-in-out;
        transition: color 200ms 0ms ease-in-out; }
        header nav ul li a:hover {
          color: white; }
        header nav ul li a:active {
          color: rgba(255, 255, 255, 0.8); }
      header nav ul li.active a {
        color: white; }
    @media (max-width: 640px) {
      header nav {
        display: none; } }

/*
FOOTER
-------------------------------------------- */
.footer-info {
  display: flex;
  padding: 20px 50px 0;
  border-top: rgba(255, 255, 255, 0.05) solid 1px; }
  .footer-info > div {
    flex: 1;
    float: none; }
    .footer-info > div p br {
      display: none; }
    .footer-info > div .social-menu {
      float: right; }
  @media (max-width: 640px) {
    .footer-info {
      flex-direction: column;
      padding-top: 30px; }
      .footer-info > div:first-child {
        order: 2; }
        .footer-info > div:first-child p {
          text-align: center; }
          .footer-info > div:first-child p br {
            display: inherit; }
            .footer-info > div:first-child p br + span {
              display: none; }
      .footer-info > div .social-menu {
        float: none;
        text-align: center; }
        .footer-info > div .social-menu li {
          float: none;
          display: inline-block; } }

.app-footer {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  padding: 0 50px 0 70px; }
  @media (max-width: 640px) {
    .app-footer {
      bottom: 10px;
      padding: 0 20px; } }

.footer-info p,
.app-footer p {
  padding: 10px 0;
  font-size: 12px;
  color: rgba(155, 166, 204, 0.5);
  line-height: 18px; }
  .footer-info p a,
  .app-footer p a {
    color: rgba(155, 166, 204, 0.5);
    -webkit-transition: color 200ms 0ms ease-in-out;
    -moz-transition: color 200ms 0ms ease-in-out;
    -ms-transition: color 200ms 0ms ease-in-out;
    -o-transition: color 200ms 0ms ease-in-out;
    transition: color 200ms 0ms ease-in-out; }
    .footer-info p a:hover,
    .app-footer p a:hover {
      color: white; }
    .footer-info p a:active,
    .app-footer p a:active {
      color: rgba(255, 255, 255, 0.8); }
  .footer-info p span,
  .app-footer p span {
    display: inline-block;
    width: 20px;
    text-align: center; }

.app-footer p {
  padding: 0;
  line-height: 20px; }
  @media (max-width: 640px) {
    .app-footer p {
      font-size: 10px; } }

/*
APP NAVIGATION
-------------------------------------------- */
.app-nav .nav-trigger.close {
  display: block;
  position: relative;
  left: 50px;
  top: 100px;
  z-index: 10;
  width: 48px;
  height: 48px;
  margin-bottom: 48px;
  background-color: #30374F;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 350ms 200ms ease-in-out;
  -moz-transition: all 350ms 200ms ease-in-out;
  -ms-transition: all 350ms 200ms ease-in-out;
  -o-transition: all 350ms 200ms ease-in-out;
  transition: all 350ms 200ms ease-in-out;
  opacity: 0;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0); }
  @media (max-width: 1024px) {
    .app-nav .nav-trigger.close {
      top: 80px; } }
  @media (max-width: 768px) {
    .app-nav .nav-trigger.close {
      top: 100px;
      left: 40px; } }
  @media (max-width: 640px) {
    .app-nav .nav-trigger.close {
      top: 10px;
      left: 80%;
      background-color: transparent; } }
  .app-nav .nav-trigger.close:before, .app-nav .nav-trigger.close:after {
    content: "";
    position: absolute;
    left: 16px;
    top: 23px;
    width: 16px;
    height: 2px;
    background-color: #9BA6CC;
    -webkit-transition: all 200ms 0ms ease-in-out;
    -moz-transition: all 200ms 0ms ease-in-out;
    -ms-transition: all 200ms 0ms ease-in-out;
    -o-transition: all 200ms 0ms ease-in-out;
    transition: all 200ms 0ms ease-in-out; }
  .app-nav .nav-trigger.close:before {
    transform: rotate(45deg); }
  .app-nav .nav-trigger.close:after {
    transform: rotate(-45deg); }
  .app-nav .nav-trigger.close:hover {
    background-color: rgba(48, 55, 79, 0.8); }
  .app-nav .nav-trigger.close:active {
    background-color: rgba(48, 55, 79, 0.6); }

.app-nav .side-nav {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 320px;
  padding-left: 70px; }
  @media (max-width: 768px) {
    .app-nav .side-nav {
      padding-left: 60px; } }
  @media (max-width: 640px) {
    .app-nav .side-nav {
      transform: translateY(-55%);
      width: 240px;
      padding-left: 30px; } }

.app-nav .main-nav {
  counter-reset: nav-counter;
  max-width: 170px;
  margin-bottom: 30px; }
  .app-nav .main-nav li {
    position: relative;
    padding: 15px 0 15px 37px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    opacity: 0;
    -webkit-transform: translateX(-40px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(-40px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(-40px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(-40px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(-40px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -webkit-transition: all 350ms 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 350ms 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 350ms 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 350ms 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 350ms 200ms cubic-bezier(0.645, 0.045, 0.355, 1); }
    .app-nav .main-nav li:nth-child(2) {
      -webkit-transition: all 350ms 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: all 350ms 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -ms-transition: all 350ms 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: all 350ms 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 350ms 250ms cubic-bezier(0.645, 0.045, 0.355, 1); }
    .app-nav .main-nav li:nth-child(3) {
      -webkit-transition: all 350ms 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: all 350ms 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -ms-transition: all 350ms 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: all 350ms 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 350ms 300ms cubic-bezier(0.645, 0.045, 0.355, 1); }
    .app-nav .main-nav li:nth-child(4) {
      -webkit-transition: all 350ms 350ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: all 350ms 350ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -ms-transition: all 350ms 350ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: all 350ms 350ms cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 350ms 350ms cubic-bezier(0.645, 0.045, 0.355, 1); }
    .app-nav .main-nav li:nth-child(5) {
      -webkit-transition: all 350ms 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: all 350ms 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -ms-transition: all 350ms 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: all 350ms 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 350ms 400ms cubic-bezier(0.645, 0.045, 0.355, 1); }
    @media (max-width: 1024px) {
      .app-nav .main-nav li {
        padding: 10px 0 10px 37px; } }
    @media (max-width: 640px) {
      .app-nav .main-nav li {
        font-size: 18px; } }
    .app-nav .main-nav li a {
      color: white; }
      .app-nav .main-nav li a:hover {
        color: #7072F8; }
    .app-nav .main-nav li:before {
      content: counter(nav-counter, decimal-leading-zero);
      counter-increment: nav-counter;
      position: absolute;
      left: 0;
      top: 15px;
      font-size: 11px;
      color: #7072F8;
      line-height: 20px; }
      @media (max-width: 640px) {
        .app-nav .main-nav li:before {
          top: 10px; } }
    .app-nav .main-nav li.inactive {
      color: rgba(155, 166, 204, 0.3); }
      .app-nav .main-nav li.inactive:before {
        color: rgba(155, 166, 204, 0.3); }
    .app-nav .main-nav li .info-tooltip {
      position: absolute;
      top: 0;
      right: 0; }

.app-nav .sec-nav {
  margin-bottom: 40px; }
  @media (max-width: 1024px) {
    .app-nav .sec-nav {
      margin-bottom: 20px; } }
  .app-nav .sec-nav li {
    margin-bottom: 20px;
    padding-left: 37px;
    font-size: 14px;
    line-height: 20px;
    opacity: 0;
    -webkit-transform: translateX(-40px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(-40px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(-40px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(-40px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(-40px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -webkit-transition: all 350ms 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 350ms 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 350ms 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 350ms 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 350ms 200ms cubic-bezier(0.645, 0.045, 0.355, 1); }
    .app-nav .sec-nav li:nth-child(4) {
      -webkit-transition: all 350ms 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: all 350ms 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -ms-transition: all 350ms 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: all 350ms 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 350ms 250ms cubic-bezier(0.645, 0.045, 0.355, 1); }
    .app-nav .sec-nav li:nth-child(3) {
      -webkit-transition: all 350ms 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: all 350ms 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -ms-transition: all 350ms 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: all 350ms 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 350ms 300ms cubic-bezier(0.645, 0.045, 0.355, 1); }
    .app-nav .sec-nav li:nth-child(2) {
      -webkit-transition: all 350ms 350ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: all 350ms 350ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -ms-transition: all 350ms 350ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: all 350ms 350ms cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 350ms 350ms cubic-bezier(0.645, 0.045, 0.355, 1); }
    .app-nav .sec-nav li:nth-child(1) {
      -webkit-transition: all 350ms 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: all 350ms 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -ms-transition: all 350ms 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: all 350ms 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 350ms 400ms cubic-bezier(0.645, 0.045, 0.355, 1); }
    .app-nav .sec-nav li a {
      color: white; }
      .app-nav .sec-nav li a:hover {
        color: #7072F8; }

@media (max-width: 640px) {
  .app-nav .bottom {
    display: none; } }

.app-nav .bottom p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: rgba(155, 166, 204, 0.5); }

.app-nav .bottom .social-menu li {
  margin-left: 0;
  margin-right: 9px;
  opacity: 0;
  -webkit-transform: translateX(-40px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -moz-transform: translateX(-40px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -ms-transform: translateX(-40px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -o-transform: translateX(-40px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-40px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -webkit-transition: all 350ms 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 350ms 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 350ms 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 350ms 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 350ms 200ms cubic-bezier(0.645, 0.045, 0.355, 1); }
  .app-nav .bottom .social-menu li:nth-child(4) {
    -webkit-transition: all 350ms 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 350ms 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 350ms 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 350ms 250ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 350ms 250ms cubic-bezier(0.645, 0.045, 0.355, 1); }
  .app-nav .bottom .social-menu li:nth-child(3) {
    -webkit-transition: all 350ms 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 350ms 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 350ms 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 350ms 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 350ms 300ms cubic-bezier(0.645, 0.045, 0.355, 1); }
  .app-nav .bottom .social-menu li:nth-child(2) {
    -webkit-transition: all 350ms 350ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 350ms 350ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 350ms 350ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 350ms 350ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 350ms 350ms cubic-bezier(0.645, 0.045, 0.355, 1); }
  .app-nav .bottom .social-menu li:nth-child(1) {
    -webkit-transition: all 350ms 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 350ms 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 350ms 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 350ms 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 350ms 400ms cubic-bezier(0.645, 0.045, 0.355, 1); }

.app-nav-open .app-nav .nav-trigger.close {
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }

.app-nav-open .app-nav .main-nav li,
.app-nav-open .app-nav .sec-nav li {
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }

.app-nav-open .app-nav .bottom .social-menu li {
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }

.horizontal-nav {
  background-color: rgba(48, 55, 79, 0.6);
  border-radius: 24px; }
  @media (max-width: 768px) {
    .horizontal-nav {
      display: flex; } }
  .horizontal-nav li {
    float: left;
    position: relative;
    width: 120px;
    font-size: 14px;
    line-height: 16px;
    text-align: center; }
    @media (max-width: 768px) {
      .horizontal-nav li {
        flex: 1;
        float: none; } 
        .price-tabing-nav-4 li, .price-tabing-nav-5 li{
          width: 100%;
        }
      }
    .horizontal-nav li a {
      display: block;
      height: 48px;
      padding-top: 6px;
      color: #9ba6cc;
      border-radius: 24px; }
      @media (max-width: 640px) {
        .horizontal-nav li a {
          /*height: 38px;
          padding-top: 0; */} }
      .horizontal-nav li a big {
        display: block;
        font-size: 14px; }
        @media (max-width: 640px) {
          .horizontal-nav li a big {
            /*line-height: 38px; */} }
      .horizontal-nav li a small {
        display: block;
        font-size: 12px;
        font-weight: 700;
        color: rgba(155, 166, 204, 0.5); }
        @media (max-width: 640px) {
          .horizontal-nav li a small {
            display: none; }
            .price-tabing-nav-4 li a,.price-tabing-nav-2 li a, .price-tabing-nav-5 li a{
                margin: auto auto;
                padding: 14px;
              } 
            }
      .horizontal-nav li a:hover {
        color: white; }
        .horizontal-nav li a:hover small {
          color: white; }
    .horizontal-nav li.active a {
      color: white;
      background-color: #7771fd; }
      .horizontal-nav li.active a small {
        color: white; }
  .horizontal-nav.tab-nav {
    border-radius: 16px; }
    .horizontal-nav.tab-nav li {
      width: auto;
      margin-left: 7px;
      font-size: 13px; }
      .horizontal-nav.tab-nav li a {
        height: auto;
        min-width: 92px;
        padding: 8px 13px;
        border-radius: 16px; }
      .horizontal-nav.tab-nav li:first-child {
        margin-left: 0; }

.app-side-nav {
  position: relative; }
  .app-side-nav:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 48px;
    height: 100%;
    background-color: rgba(48, 55, 79, 0.6);
    border-radius: 24px; }
  @media (max-width: 768px) {
    .app-side-nav {
      display: flex; }
      .app-side-nav:before {
        height: 48px;
        width: 100%; }
      .app-side-nav.tablet-no-icons .icon-outer {
        display: none; } }
  .app-side-nav > li {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 700;
    line-height: 48px; }
    .app-side-nav > li .bgr {
      display: block;
      position: absolute;
      left: 0px;
      top: 0px;
      width: 48px;
      height: 48px;
      background-color: #7771fd;
      border-radius: 50%;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transition: all 500ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: all 500ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -ms-transition: all 500ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: all 500ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 500ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1); }
    .app-side-nav > li > a {
      display: block;
      position: relative;
      height: 48px;
      padding: 0 20px 0 58px;
      color: rgba(155, 166, 204, 0.5);
      -webkit-transition: all 500ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: all 500ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -ms-transition: all 500ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: all 500ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 500ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1); }
      .app-side-nav > li > a .icon-outer {
        position: absolute;
        left: 0;
        top: 0;
        width: 48px;
        height: 48px;
        padding-top: 2px;
        text-align: center;
        border-radius: 50%; }
        .app-side-nav > li > a .icon-outer .icon {
          width: 22px;
          height: 22px;
          fill: rgba(155, 166, 204, 0.5);
          -webkit-transition: all 500ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
          -moz-transition: all 500ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
          -ms-transition: all 500ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
          -o-transition: all 500ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
          transition: all 500ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1); }
      .app-side-nav > li > a:hover {
        color: white; }
        .app-side-nav > li > a:hover .icon-outer .icon {
          fill: white; }
      @media (max-width: 640px) {
        .app-side-nav > li > a .label {
          display: none; } }
    .app-side-nav > li.active > a {
      color: white; }
      .app-side-nav > li.active > a .icon-outer .icon {
        fill: white; }
    .app-side-nav > li.active .sub-holder {
      opacity: 1; }
    .app-side-nav > li.active .sub li {
      opacity: 1;
      -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }
    .app-side-nav > li .sub-holder {
      overflow: hidden;
      opacity: 1;
      height: 0px;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transition: all 500ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: all 500ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -ms-transition: all 500ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: all 500ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 500ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1); }
      @media (max-width: 768px) {
        .app-side-nav > li .sub-holder {
          display: none !important; } }
    .app-side-nav > li .sub li {
      opacity: 0;
      margin-bottom: 10px;
      padding-left: 58px;
      line-height: 20px;
      font-weight: 400;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transform: translateX(-10px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -moz-transform: translateX(-10px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -ms-transform: translateX(-10px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -o-transform: translateX(-10px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      transform: translateX(-10px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }
      .app-side-nav > li .sub li a {
        display: block;
        padding-left: 10px;
        color: rgba(155, 166, 204, 0.5);
        -webkit-transition: all 150ms 0ms ease-in-out;
        -moz-transition: all 150ms 0ms ease-in-out;
        -ms-transition: all 150ms 0ms ease-in-out;
        -o-transition: all 150ms 0ms ease-in-out;
        transition: all 150ms 0ms ease-in-out; }
        .app-side-nav > li .sub li a:hover {
          color: white; }
        .app-side-nav > li .sub li a.active {
          color: white; }
    .app-side-nav > li:last-child {
      margin-bottom: 0; }
    .app-side-nav > li .mobile-sub {
      display: none;
      position: relative;
      margin: 10px -100% 0;
      text-align: left; }
      .app-side-nav > li .mobile-sub .selection {
        display: block;
        padding: 10px 20px;
        font-size: 12px;
        line-height: 20px;
        color: #9ba6cc;
        font-weight: 400;
        border: 2px solid rgba(48, 55, 79, 0.6);
        border-radius: 30px; }
        .app-side-nav > li .mobile-sub .selection:after {
          content: "";
          position: absolute;
          top: 18px;
          right: 20px;
          width: 6px;
          height: 6px;
          border-right: #9ba6cc solid 2px;
          border-bottom: #9ba6cc solid 2px;
          transform: rotate(45deg); }
      .app-side-nav > li .mobile-sub .mobile-sub-list {
        position: absolute;
        left: 0;
        top: 50px;
        display: none;
        z-index: 1200;
        width: 100%;
        background: rgba(29, 33, 48, 0.98);
        border-radius: 10px;
        box-shadow: 10px 10px 20px 0 #11131C; }
        .app-side-nav > li .mobile-sub .mobile-sub-list li {
          font-size: 12px;
          line-height: 20px;
          font-weight: 400; }
          .app-side-nav > li .mobile-sub .mobile-sub-list li a {
            display: block;
            padding: 10px 20px;
            color: #9ba6cc; }
      .app-side-nav > li .mobile-sub.open .selection {
        background-color: #30374f;
        border-color: #30374f; }
        .app-side-nav > li .mobile-sub.open .selection:after {
          top: 21px;
          transform: rotate(225deg); }
      .app-side-nav > li .mobile-sub.open .mobile-sub-list {
        display: block; }
    @media (max-width: 768px) {
      .app-side-nav > li {
        flex: 1;
        text-align: center; }
        .app-side-nav > li .bgr {
          width: 33.33%;
          border-radius: 48px; }
        .app-side-nav > li > a {
          padding: 0 0; 
        }
          .app-side-nav > li > a .icon-outer {
            position: relative;
            display: inline-block;
            width: auto;
            height: 46px;
            margin-right: 10px;
            vertical-align: middle; }
            .app-side-nav > li > a .icon-outer .icon {
              position: relative;
              top: -2px; }
        .app-side-nav > li.active > a .icon-outer {
          background-color: transparent; }
        .app-side-nav > li.active .sub {
          display: none; }
        .app-side-nav > li.active .mobile-sub {
          display: block; } }
    @media (max-width: 640px) {
      .app-side-nav > li > a .icon-outer {
        margin-right: 0; } }
  .app-side-nav.fixed {
    position: fixed;
    left: 50px;
    top: 50%;
    transform: translateY(38px); }
    @media (max-width: 768px) {
      .app-side-nav.fixed {
        position: relative;
        left: auto;
        top: auto;
        transform: none; } }

.steps-nav {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  background-color: #161924; }
  .steps-nav ul {
    padding: 20px 50px;
    border-top: rgba(255, 255, 255, 0.05) solid 1px; }
    @media (max-width: 768px) {
      .steps-nav ul {
        padding: 20px 40px; } }
    @media (max-width: 640px) {
      .steps-nav ul {
        padding: 10px 20px; } }
    .steps-nav ul li a,
    .steps-nav ul li button {
      display: block;
      min-width: 102px;
      height: 40px;
      padding: 0 20px;
      text-align: center;
      font-size: 16px;
      line-height: 36px;
      border-radius: 20px;
      -webkit-transition: all 200ms 0ms ease-in-out;
      -moz-transition: all 200ms 0ms ease-in-out;
      -ms-transition: all 200ms 0ms ease-in-out;
      -o-transition: all 200ms 0ms ease-in-out;
      transition: all 200ms 0ms ease-in-out; }
      @media (max-width: 640px) {
        .steps-nav ul li a,
        .steps-nav ul li button {
          height: 30px;
          min-width: 80px;
          line-height: 26px;
          font-size: 14px; } }
    .steps-nav ul li.back {
      float: left; }
      .steps-nav ul li.back a {
        color: rgba(155, 166, 204, 0.5);
        border: #30374F solid 2px; }
        .steps-nav ul li.back a:hover {
          color: #05ABFF;
          border-color: #05ABFF; }
    .steps-nav ul li.next {
      float: right; }
      .steps-nav ul li.next a {
        color: white;
        line-height: 40px;
        background-color: #05ABFF; }
        .steps-nav ul li.next a:hover {
          background-color: #2CB8FF; }
        @media (max-width: 640px) {
          .steps-nav ul li.next a {
            line-height: 30px; } }
    .steps-nav ul li.disabled {
      position: relative; }
      .steps-nav ul li.disabled:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        z-index: 100;
        width: 100%;
        height: 100%; }
      .steps-nav ul li.disabled a,
      .steps-nav ul li.disabled button {
        opacity: 0.5;
        cursor: default; }
      .steps-nav ul li.disabled.back a {
        opacity: 0; }
  .steps-nav .paging {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    text-align: center;
    color: rgba(155, 166, 204, 0.5);
    line-height: 40px; }
    .steps-nav .paging i {
      font-style: normal; }
    @media (max-width: 640px) {
      .steps-nav .paging {
        margin-bottom: 0;
        line-height: 50px; }
        .steps-nav .paging span {
          display: none; } }

.item-boxed-list li {
  overflow: hidden;
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 20px;
  color: #9ba6cc;
  counter-increment: customlistcounter; }
  .item-boxed-list li span {
    display: block;
    padding: 10px;
    background-color: #252B3D;
    border-radius: 4px; }
    .item-boxed-list li span:before {
      content: "#" counter(customlistcounter);
      float: left;
      width: 27px;
      font-weight: bold;
      color: rgba(155, 166, 204, 0.5); }

.item-boxed-list.half {
  margin: 0 -3px; }
  .item-boxed-list.half li {
    float: left;
    width: 50%;
    padding: 0 3px; }
  @media (max-width: 640px) {
    .item-boxed-list.half {
      margin: 0; }
      .item-boxed-list.half li {
        float: none;
        width: auto;
        padding: 0; } }

.item-boxed-list.larger li {
  margin-bottom: 10px;
  font-size: 16px; }

.social-menu li {
  float: left;
  margin-left: 9px; }
  .social-menu li a {
    display: block;
    position: relative;
    width: 38px;
    height: 38px;
    background-color: rgba(48, 55, 79, 0.6);
    border-radius: 50%;
    -webkit-transition: all 200ms 0ms ease-in-out;
    -moz-transition: all 200ms 0ms ease-in-out;
    -ms-transition: all 200ms 0ms ease-in-out;
    -o-transition: all 200ms 0ms ease-in-out;
    transition: all 200ms 0ms ease-in-out; }
    @media (max-width: 640px) {
      .social-menu li a {
        width: 30px;
        height: 30px; } }
    .social-menu li a .icon {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 18px;
      height: 18px;
      fill: rgba(155, 166, 204, 0.3); }
      .social-menu li a .icon.icon-googleplus {
        width: 23px;
        height: 23px; }
      @media (max-width: 640px) {
        .social-menu li a .icon {
          transform: translate(-50%, -50%) scale(0.8); } }
    .social-menu li a:hover {
      background-color: rgba(48, 55, 79, 0.3); }
    .social-menu li a:active {
      background-color: rgba(48, 55, 79, 0.5); }

.mobile-nav-pages-trigger,
.mobile-nav-pages {
  display: none; }

@media (max-width: 640px) {
  .mobile-nav-pages-trigger {
    position: absolute;
    left: 10px;
    top: 5px;
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer; }
    .mobile-nav-pages-trigger span {
      position: absolute;
      left: 14px;
      top: 23px;
      width: 19px;
      height: 2px;
      background-color: white; }
      .mobile-nav-pages-trigger span:before, .mobile-nav-pages-trigger span:after {
        content: "";
        position: absolute;
        left: 0;
        height: 2px;
        background-color: white; }
      .mobile-nav-pages-trigger span:before {
        top: -5px;
        width: 24px; }
      .mobile-nav-pages-trigger span:after {
        bottom: -5px;
        width: 14px; }
  .mobile-nav-pages {
    position: fixed;
    top: 0;
    left: -800px;
    z-index: 1200;
    display: block;
    width: 100%;
    height: 100vh;
    text-align: center;
    background-image: linear-gradient(65deg, #05ABFF 0%, #BC50EE 100%);
    -webkit-transition: all 300ms 0ms ease-in-out;
    -moz-transition: all 300ms 0ms ease-in-out;
    -ms-transition: all 300ms 0ms ease-in-out;
    -o-transition: all 300ms 0ms ease-in-out;
    transition: all 300ms 0ms ease-in-out; }
    .mobile-nav-pages.open {
      left: 0; }
    .mobile-nav-pages .mobile-nav-content {
      position: relative;
      z-index: 2;
      display: flex;
      flex-direction: column;
      align-content: center;
      height: 100vh;
      padding: 20px; }
    .mobile-nav-pages .mobile-nav-pages-close {
      position: absolute;
      top: 10px;
      right: 10px;
      width: 40px;
      height: 40px; }
      .mobile-nav-pages .mobile-nav-pages-close:before, .mobile-nav-pages .mobile-nav-pages-close:after {
        content: "";
        position: absolute;
        left: 10px;
        top: 19px;
        height: 2px;
        width: 18px;
        background-color: #59607B; }
      .mobile-nav-pages .mobile-nav-pages-close:before {
        transform: rotate(45deg); }
      .mobile-nav-pages .mobile-nav-pages-close:after {
        transform: rotate(-45deg); }
    .mobile-nav-pages:before, .mobile-nav-pages:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1;
      width: 100%;
      height: 100%; }
    .mobile-nav-pages:before {
      background-image: linear-gradient(0deg, #141721 11%, rgba(20, 23, 33, 0) 100%); }
    .mobile-nav-pages:after {
      background-image: linear-gradient(-176deg, #141721 0%, rgba(20, 23, 33, 0) 55%); }
    .mobile-nav-pages .logo-mobile {
      margin: 10vh 0; } }
    @media (max-width: 640px) and (max-width: 320px) {
      .mobile-nav-pages .logo-mobile {
        margin: 8vh 0 6vh; } }

@media (max-width: 640px) {
    .mobile-nav-pages .main-nav {
      flex: 1; }
      .mobile-nav-pages .main-nav li {
        max-width: 180px;
        padding: 15px 0;
        margin: 0 auto;
        font-size: 16px;
        line-height: 30px; }
        .mobile-nav-pages .main-nav li a {
          display: block;
          color: white; }
    .mobile-nav-pages .social-menu {
      margin-bottom: 10px;
      text-align: center; }
      .mobile-nav-pages .social-menu li {
        display: inline-block;
        float: none;
        margin: 0 5px; }
        .mobile-nav-pages .social-menu li a {
          width: 38px;
          height: 38px;
          background-color: rgba(48, 55, 79, 0.6); }
          .mobile-nav-pages .social-menu li a .icon {
            transform: translate(-50%, -50%) scale(1); }
    .mobile-nav-pages p {
      margin-bottom: 0;
      color: rgba(155, 166, 204, 0.4);
      font-size: 12px; }
      .mobile-nav-pages p a {
        color: rgba(155, 166, 204, 0.4); } }

/*
PRELOADER
-------------------------------------------- */
.loading-holder {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #141721; }
  .loading-holder .loader-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000; }
  .loading-holder .loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px; }
  .loading-holder .progress-notification {
    display: none; }
  .loading-holder .progress-bar {
    position: absolute;
    top: 0;
    width: 100%;
    height: 2px; }
  .loading-holder .progress-loaded {
    position: relative;
    width: 0;
    height: 100%;
    background: #BC4FEE;
    background: -moz-linear-gradient(left, #BC4FEE 0%, #05ABFF 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #BC4FEE), color-stop(100%, #05ABFF));
    background: -webkit-linear-gradient(left, #BC4FEE 0%, #05ABFF 100%);
    background: -o-linear-gradient(left, #BC4FEE 0%, #05ABFF 100%);
    background: -ms-linear-gradient(left, #BC4FEE 0%, #05ABFF 100%);
    background: linear-gradient(to right, #BC4FEE 0%, #05ABFF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 );
    -webkit-box-shadow: 0 0 10px 0px black;
    -moz-box-shadow: 0 0 10px 0px black;
    box-shadow: 0 0 10px 0px black; }
  .loading-holder.transparent {
    display: none; }

/*
APP LAYOUT GENERAL
-------------------------------------------- */
.app-back {
  position: relative;
  z-index: 1;
  height: 100vh;
  background-color: #10121A; }
  .app-back:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 500ms 0ms ease-in-out;
    -moz-transition: opacity 500ms 0ms ease-in-out;
    -ms-transition: opacity 500ms 0ms ease-in-out;
    -o-transition: opacity 500ms 0ms ease-in-out;
    transition: opacity 500ms 0ms ease-in-out; }
  .app-back.on-top {
    z-index: 6;
    background: transparent; }
    .app-back.on-top:after {
      left: -9999px; }

.dummy-app-1,
.dummy-app-2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #9CB1FF; }

.dummy-app-1 {
  z-index: 4;
  opacity: 0.1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 550ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 550ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 550ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 550ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 550ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1); }

.dummy-app-2 {
  z-index: 3;
  opacity: 0.05;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 550ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 550ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 550ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 550ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 550ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1); }

.app-inner {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  background-color: #161924;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 500ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 500ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 500ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 500ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 500ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1); }

.touch .app-inner {
  overflow-x: hidden; }

body.app-nav-open .app-back:after {
  opacity: 0; }

body.app-nav-open .app-inner {
  transform: translate(220px, 0) scale(0.8, 0.8);
  height: 100%;
  overflow: hidden; }
  body.app-nav-open .app-inner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%; }
  @media (max-width: 1024px) {
    body.app-nav-open .app-inner {
      transform: translate(300px, 0) scale(0.8, 0.8); } }
  @media (max-width: 768px) {
    body.app-nav-open .app-inner {
      transform: translate(380px, 0) scale(0.8, 0.8); } }
  @media (max-width: 640px) {
    body.app-nav-open .app-inner {
      transform: translate(220px, 0) scale(0.8, 0.8); } }

body.app-nav-open .dummy-app-1 {
  display: block;
  transform: translate(200px, 0) scale(0.8, 0.76); }
  @media (max-width: 1024px) {
    body.app-nav-open .dummy-app-1 {
      transform: translate(280px, 0) scale(0.8, 0.76); } }
  @media (max-width: 768px) {
    body.app-nav-open .dummy-app-1 {
      transform: translate(360px, 0) scale(0.8, 0.76); } }
  @media (max-width: 640px) {
    body.app-nav-open .dummy-app-1 {
      transform: translate(210px, 0) scale(0.8, 0.76); } }

body.app-nav-open .dummy-app-2 {
  display: block;
  transform: translate(180px, 0) scale(0.8, 0.72); }
  @media (max-width: 1024px) {
    body.app-nav-open .dummy-app-2 {
      transform: translate(260px, 0) scale(0.8, 0.72); } }
  @media (max-width: 768px) {
    body.app-nav-open .dummy-app-2 {
      transform: translate(340px, 0) scale(0.8, 0.72); } }
  @media (max-width: 640px) {
    body.app-nav-open .dummy-app-2 {
      transform: translate(200px, 0) scale(0.8, 0.72); } }

.app-layout {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  max-width: 1920px;
  padding: 100px 50px 50px;
  margin: 0 auto; }
  @media (max-width: 768px) {
    .app-layout {
      padding: 80px 40px 40px; } }
  @media (max-width: 640px) {
    .app-layout {
      padding: 50px 20px 20px; } }
  .app-layout .app-content {
    position: relative;
    flex: 1;
    padding-top: 40px; }
    .app-layout .app-content.inner-height-full {
      display: flex; }
    @media (max-width: 640px) {
      .app-layout .app-content {
        padding-top: 0; } }

.app-columns {
  display: flex;
  width: 100%; }
  @media (max-width: 768px) {
    .app-columns {
      display: block; }
      .app-columns.tablet-centered {
        max-width: 524px;
        margin: 0 auto; } }
  .app-columns aside {
    flex-shrink: 0;
    /*align-self: center;*/
    width: 250px; }
    @media (max-width: 768px) {
      .app-columns aside {
        width: 100%;
        margin-bottom: 30px; } }
    .app-columns aside.boxed {
      width: 230px;
      padding: 20px;
      margin-right: 20px;
      background: #1D2130;
      box-shadow: 10px 10px 20px 0 #11131C;
      border-radius: 4px; }
      @media (max-width: 768px) {
        .app-columns aside.boxed {
          display: flex;
          width: auto;
          margin-right: 0; }
          .app-columns aside.boxed .text-center {
            flex-basis: 190px;
            align-self: center;
            margin-bottom: 0 !important; }
            .app-columns aside.boxed .text-center p {
              margin-bottom: 0; }
          .app-columns aside.boxed .info-list {
            flex: 1;
            padding-left: 20px;
            padding-right: 20px; }
            .app-columns aside.boxed .info-list li {
              padding: 0;
              margin-bottom: 10px;
              border-bottom: 0; }
              .app-columns aside.boxed .info-list li:last-child {
                margin-bottom: 0; }
          .app-columns aside.boxed .video-thumb {
            width: 210px;
            align-self: center; } }
      @media (max-width: 640px) {
        .app-columns aside.boxed {
          flex-direction: column; }
          .app-columns aside.boxed .info-list {
            padding: 0;
            margin-bottom: 20px; }
          .app-columns aside.boxed .video-thumb {
            width: auto; } }
  .app-columns main {
    position: relative;
    overflow: hidden;
    flex: 1; }
  .app-columns.three-cols aside {
    align-self: start; }
    @media (max-width: 768px) {
      .app-columns.three-cols aside .tablet-top-right {
        position: absolute;
        top: 0;
        right: 0;
        width: 210px;
        height: 160px; } }
    .app-columns.three-cols aside .video-trigger img {
      border-radius: 4px; }

.bottom-actions {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  padding: 20px 50px;
  background-color: #161924;
  border-top: rgba(255, 255, 255, 0.05) solid 1px; }
  @media (max-width: 640px) {
    .bottom-actions {
      padding: 10px 20px;
      display: flex; }
      .bottom-actions .button {
        display: block;
        flex: 1;
        height: 40px;
        padding: 0 20px;
        line-height: 38px; } }

/*
APP TOP BAR
-------------------------------------------- */
.app-top-bar {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: rgba(255, 255, 255, 0.04) solid 1px; }
  @media (max-width: 768px) {
    .app-top-bar {
      padding-top: 20px;
      border-top: rgba(255, 255, 255, 0.04) solid 1px; } }
  @media (max-width: 640px) {
    .app-top-bar {
      padding-top: 10px;
      padding-bottom: 10px; } }
  @media (max-width: 768px) {
    .app-top-bar header .logo {
      float: none; }
      .app-top-bar header .logo img {
        display: block;
        margin: 13px auto 0 auto; } }
    @media (max-width: 768px) and (max-width: 640px) {
      .app-top-bar header .logo img {
        margin-top: 0; } }
  .app-top-bar hgroup {
    float: left;
    width: 250px; }
    @media (max-width: 640px) {
      .app-top-bar hgroup {
        width: auto; } }
    .app-top-bar hgroup .nav-trigger,
    .app-top-bar hgroup .nav-trigger-disabled {
      float: left;
      position: relative;
      width: 48px;
      height: 48px;
      margin-right: 10px;
      background-color: rgba(48, 55, 79, 0.6);
      border-radius: 50%;
      cursor: pointer; }
      @media (max-width: 640px) {
        .app-top-bar hgroup .nav-trigger,
        .app-top-bar hgroup .nav-trigger-disabled {
          width: 38px;
          height: 38px; } }
      .app-top-bar hgroup .nav-trigger span,
      .app-top-bar hgroup .nav-trigger-disabled span {
        position: absolute;
        left: 14px;
        top: 23px;
        width: 19px;
        height: 2px;
        background-color: white; }
        @media (max-width: 640px) {
          .app-top-bar hgroup .nav-trigger span,
          .app-top-bar hgroup .nav-trigger-disabled span {
            top: 19px;
            left: 10px; } }
        .app-top-bar hgroup .nav-trigger span:before, .app-top-bar hgroup .nav-trigger span:after,
        .app-top-bar hgroup .nav-trigger-disabled span:before,
        .app-top-bar hgroup .nav-trigger-disabled span:after {
          content: "";
          position: absolute;
          left: 0;
          height: 2px;
          background-color: white; }
        .app-top-bar hgroup .nav-trigger span:before,
        .app-top-bar hgroup .nav-trigger-disabled span:before {
          top: -5px;
          width: 24px; }
        .app-top-bar hgroup .nav-trigger span:after,
        .app-top-bar hgroup .nav-trigger-disabled span:after {
          bottom: -5px;
          width: 14px; }
        @media (max-width: 640px) {
          .app-top-bar hgroup .nav-trigger span,
          .app-top-bar hgroup .nav-trigger-disabled span {
            width: 12px; }
            .app-top-bar hgroup .nav-trigger span:before,
            .app-top-bar hgroup .nav-trigger-disabled span:before {
              width: 19px; }
            .app-top-bar hgroup .nav-trigger span:after,
            .app-top-bar hgroup .nav-trigger-disabled span:after {
              width: 7px; } }
      .app-top-bar hgroup .nav-trigger + h1,
      .app-top-bar hgroup .nav-trigger-disabled + h1 {
        line-height: 48px; }
        @media (max-width: 640px) {
          .app-top-bar hgroup .nav-trigger + h1,
          .app-top-bar hgroup .nav-trigger-disabled + h1 {
            overflow: hidden;
            font-size: 18px;
            line-height: 38px; } }
    .app-top-bar hgroup .nav-trigger {
      -webkit-transition: all 200ms 0ms ease-in-out;
      -moz-transition: all 200ms 0ms ease-in-out;
      -ms-transition: all 200ms 0ms ease-in-out;
      -o-transition: all 200ms 0ms ease-in-out;
      transition: all 200ms 0ms ease-in-out; }
      .app-top-bar hgroup .nav-trigger:hover {
        background-color: rgba(48, 55, 79, 0.8); }
      .app-top-bar hgroup .nav-trigger:active {
        background-color: rgba(48, 55, 79, 0.6); }
    .app-top-bar hgroup .nav-trigger-disabled {
      opacity: 0.2;
      cursor: default; }
  .app-top-bar .top-info {
    overflow: hidden;
    display: flex;
    min-height: 48px; }
    @media (max-width: 768px) {
      .app-top-bar .top-info {
        display: block;
        overflow: visible; } }
    .app-top-bar .top-info .top-info-data {
      flex: 1;
      align-self: center; }
      .app-top-bar .top-info .top-info-data p {
        margin-bottom: 0px; }
      @media (max-width: 768px) {
        .app-top-bar .top-info .top-info-data {
          display: none; } }
    .app-top-bar .top-info .top-info-actions {
      text-align: right; }
      .app-top-bar .top-info .top-info-actions li {
        display: inline-block;
        margin-left: 10px; }
        .app-top-bar .top-info .top-info-actions li a {
          display: block;
          width: 48px;
          height: 48px;
          text-align: center;
          background-color: rgba(48, 55, 79, 0.6);
          border-radius: 50%;
          -webkit-transition: all 200ms 0ms ease-in-out;
          -moz-transition: all 200ms 0ms ease-in-out;
          -ms-transition: all 200ms 0ms ease-in-out;
          -o-transition: all 200ms 0ms ease-in-out;
          transition: all 200ms 0ms ease-in-out; }
          @media (max-width: 640px) {
            .app-top-bar .top-info .top-info-actions li a {
              width: 38px;
              height: 38px; } }
          .app-top-bar .top-info .top-info-actions li a .icon {
            display: inline-block;
            width: 21px;
            height: 48px;
            fill: rgba(155, 166, 204, 0.5); }
            .app-top-bar .top-info .top-info-actions li a .icon.icon-symbol-help {
              margin-left: -2px; }
            @media (max-width: 640px) {
              .app-top-bar .top-info .top-info-actions li a .icon {
                width: 18px;
                height: 38px; } }
          .app-top-bar .top-info .top-info-actions li a:hover {
            background-color: rgba(48, 55, 79, 0.8); }
          .app-top-bar .top-info .top-info-actions li a:active {
            background-color: rgba(48, 55, 79, 0.5); }
        .app-top-bar .top-info .top-info-actions li.has-notif a {
          position: relative; }
          .app-top-bar .top-info .top-info-actions li.has-notif a:after {
            content: "";
            position: absolute;
            bottom: 2px;
            right: 2px;
            width: 10px;
            height: 10px;
            background-color: #ea894d;
            border-radius: 50%; }
        @media (max-width: 768px) {
          .app-top-bar .top-info .top-info-actions li {
            display: inline-block !important;
            vertical-align: top; } }
        .app-top-bar .top-info .top-info-actions li .inline-notification .circle {
          background-color: #05ABFF; }
        @media (max-width: 640px) {
          .app-top-bar .top-info .top-info-actions li .inline-notification {
            display: none; } }

.app-full-center {
  padding-bottom: 50px;
  text-align: center; }
  .app-full-center h5 {
    max-width: 800px;
    margin: 0 auto;
    padding: 15px 0; }

.selection-boxes {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center; }
  @media (max-width: 768px) {
    .selection-boxes {
      margin: 0 -50px; } }
  @media (max-width: 640px) {
    .selection-boxes {
      margin: 0 -20px; } }
  .selection-boxes li {
    display: inline-block;
    position: relative;
    margin: 0 8px 20px 8px;
    vertical-align: top; }
    @media (max-width: 640px) {
      .selection-boxes li {
        margin: 0 4px 20px 4px; } }
    .selection-boxes li label {
      display: block;
      position: relative;
      width: 230px;
      padding: 2px;
      background-image: none;
      background-color: #1D2130;
      border-radius: 4px;
      box-shadow: 10px 10px 20px 0 #11131C;
      cursor: pointer;
      -webkit-transition: all 200ms 0ms ease-in-out;
      -moz-transition: all 200ms 0ms ease-in-out;
      -ms-transition: all 200ms 0ms ease-in-out;
      -o-transition: all 200ms 0ms ease-in-out;
      transition: all 200ms 0ms ease-in-out; }
      @media (max-width: 640px) {
        .selection-boxes li label {
          width: 140px; } }
      .selection-boxes li label .inner-content {
        height: 226px;
        padding: 10px 10px 0 10px;
        background-color: #1D2130;
        border-radius: 4px;
        -webkit-transition: all 200ms 0ms ease-in-out;
        -moz-transition: all 200ms 0ms ease-in-out;
        -ms-transition: all 200ms 0ms ease-in-out;
        -o-transition: all 200ms 0ms ease-in-out;
        transition: all 200ms 0ms ease-in-out; }
        .selection-boxes li label .inner-content:hover {
          background-color: #232737; }
        @media (max-width: 640px) {
          .selection-boxes li label .inner-content {
            height: 160px; } }
    .selection-boxes li input[type="radio"],
    .selection-boxes li input[type="checkbox"] {
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0;
      width: 100%;
      height: 100%;
      background: none;
      border: 0; }
      .selection-boxes li input[type="radio"]:checked + label,
      .selection-boxes li input[type="checkbox"]:checked + label {
        background-image: linear-gradient(180deg, #05ABFF 0%, #BC50EE 99%); }
    .selection-boxes li p {
      margin-bottom: 0;
      font-size: 15px;
      line-height: 20px; }
      @media (max-width: 640px) {
        .selection-boxes li p {
          font-size: 12px;
          line-height: 20px; } }
    .selection-boxes li h5 {
      margin-bottom: 0;
      padding: 15px 0;
      font-size: 15px;
      line-height: 20px;
      color: white;
      font-weight: 400; }
      @media (max-width: 640px) {
        .selection-boxes li h5 {
          padding: 8px 0;
          font-size: 14px; } }
      .selection-boxes li h5 a {
        color: #05ABFF; }
    .selection-boxes li figure {
      position: relative; }
      .selection-boxes li figure:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0.4;
        background: #161924;
        border-radius: 2px;
        -webkit-transition: opacity 200ms 0ms ease-in-out;
        -moz-transition: opacity 200ms 0ms ease-in-out;
        -ms-transition: opacity 200ms 0ms ease-in-out;
        -o-transition: opacity 200ms 0ms ease-in-out;
        transition: opacity 200ms 0ms ease-in-out; }
      .selection-boxes li figure img {
        display: block;
        max-width: 100%;
        height: auto;
        border-radius: 2px; }
    .selection-boxes li:hover figure:before {
      opacity: 0; }
  .selection-boxes.textual li label .inner-content {
    padding: 55px 15px 15px; }
    @media (max-width: 640px) {
      .selection-boxes.textual li label .inner-content {
        padding: 10px 10px 10px; } }
  .selection-boxes.textual.img-included li label .inner-content {
    height: auto;
    padding: 10px; }
    .selection-boxes.textual.img-included li label .inner-content figure {
      margin-bottom: 10px; }
    .selection-boxes.textual.img-included li label .inner-content h4 {
      margin-bottom: 10px; }
  .selection-boxes.flexible {
    text-align: left; }
    @media (max-width: 768px) {
      .selection-boxes.flexible {
        margin: 0 auto; } }
    .selection-boxes.flexible li {
      margin-left: 0; }
      .selection-boxes.flexible li label {
        text-align: center; }
        .selection-boxes.flexible li label .inner-content {
          height: auto; }

/*
MISC APP ELEMENTS
-------------------------------------------- */
@keyframes glowAnim {
  0% {
    box-shadow: 0 0 15px 0 rgba(5, 171, 255, 0.47); }
  70% {
    box-shadow: 0 0 25px 0 #05abff; }
  100% {
    box-shadow: 0 0 15px 0 rgba(5, 171, 255, 0.47); } }

.inline-notification {
  display: flex;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(calc(100% + 50px)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -moz-transform: translateX(calc(100% + 50px)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -ms-transform: translateX(calc(100% + 50px)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -o-transform: translateX(calc(100% + 50px)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(calc(100% + 50px)) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -webkit-transition: all 700ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 700ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 700ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 700ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 700ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1); }
  .inline-notification p {
    flex: 1;
    align-self: center;
    padding-right: 10px;
    margin: 0;
    font-size: 13px; }
  .inline-notification .circle {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    font-size: px;
    line-height: 48px;
    text-align: center;
    color: white;
    background-color: #05ABFF;
    border-radius: 50%;
    box-shadow: 0 0 15px 0 rgba(5, 171, 255, 0.47);
    -webkit-transition: all 200ms 0ms ease-in-out;
    -moz-transition: all 200ms 0ms ease-in-out;
    -ms-transition: all 200ms 0ms ease-in-out;
    -o-transition: all 200ms 0ms ease-in-out;
    transition: all 200ms 0ms ease-in-out; }
    .inline-notification .circle:hover {
      background-color: #18b1ff; }
    .inline-notification .circle:active {
      background-color: #05ABFF; }
  .inline-notification.active {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }

.slide-in-rows {
  display: flex;
  flex-direction: column;
  height: 100%; }
  .slide-in-rows .scrollable {
    -webkit-flex: 1 1 auto;
    overflow-y: auto;
    min-height: 100px;
    -webkit-overflow-scrolling: touch; }
    .slide-in-rows .scrollable::-webkit-scrollbar {
      width: 2px; }
    .slide-in-rows .scrollable::-webkit-scrollbar-track {
      background-color: transparent; }
    .slide-in-rows .scrollable::-webkit-scrollbar-thumb {
      background-color: rgba(155, 166, 204, 0.2); }
    .slide-in-rows .scrollable.extra-space {
      margin: 0 -15px; }

.slide-in-panel-outer {
  position: fixed;
  top: 0;
  right: -340px;
  z-index: 1000;
  height: 100vh;
  padding: 20px;
  -webkit-transition: right 200ms 0ms ease-in-out;
  -moz-transition: right 200ms 0ms ease-in-out;
  -ms-transition: right 200ms 0ms ease-in-out;
  -o-transition: right 200ms 0ms ease-in-out;
  transition: right 200ms 0ms ease-in-out; }
  @media (max-width: 640px) {
    .slide-in-panel-outer {
      padding: 0; } }
  .slide-in-panel-outer.active {
    right: 0; }
  .slide-in-panel-outer .panel-content {
    position: relative;
    z-index: 200;
    width: 296px;
    height: calc(100vh - 40px);
    padding: 0 15px 20px;
    background: rgba(29, 33, 48, 0.96);
    box-shadow: 10px 10px 20px 0 #11131C;
    border-radius: 6px; }
    @media (max-width: 640px) {
      .slide-in-panel-outer .panel-content {
        height: calc(100vh - 0px);
        width: 320px; } }
    .slide-in-panel-outer .panel-content .panel-title {
      padding: 90px 15px 0 15px;
      line-height: 20px; }
      @media (max-width: 640px) {
        .slide-in-panel-outer .panel-content .panel-title {
          padding-top: 60px; } }
    .slide-in-panel-outer .panel-content .panel-inner-content {
      padding: 0 15px 0; }
      .slide-in-panel-outer .panel-content .panel-inner-content::-webkit-scrollbar {
        width: 2px; }
      .slide-in-panel-outer .panel-content .panel-inner-content::-webkit-scrollbar-track {
        background-color: transparent; }
      .slide-in-panel-outer .panel-content .panel-inner-content::-webkit-scrollbar-thumb {
        background-color: rgba(155, 166, 204, 0.2); }
    .slide-in-panel-outer .panel-content figure {
      margin-bottom: 30px; }
      .slide-in-panel-outer .panel-content figure img {
        max-width: 100%;
        height: auto;
        border-radius: 4px; }
    .slide-in-panel-outer .panel-content .top-info-actions {
      margin-bottom: 10px; }
    .slide-in-panel-outer .panel-content .slide-in-action {
      margin-top: 20px; }
  .slide-in-panel-outer .close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 200;
    width: 48px;
    height: 48px;
    cursor: pointer; }
    .slide-in-panel-outer .close:before, .slide-in-panel-outer .close:after {
      content: "";
      position: absolute;
      left: 16px;
      top: 23px;
      width: 16px;
      height: 2px;
      background-color: #9BA6CC;
      -webkit-transition: all 200ms 0ms ease-in-out;
      -moz-transition: all 200ms 0ms ease-in-out;
      -ms-transition: all 200ms 0ms ease-in-out;
      -o-transition: all 200ms 0ms ease-in-out;
      transition: all 200ms 0ms ease-in-out; }
    .slide-in-panel-outer .close:before {
      transform: rotate(45deg); }
    .slide-in-panel-outer .close:after {
      transform: rotate(-45deg); }
    .slide-in-panel-outer .close:hover:before, .slide-in-panel-outer .close:hover:after {
      background-color: white; }
    .slide-in-panel-outer .close.extended-panel-close {
      background-color: rgba(155, 166, 204, 0.2);
      border-radius: 50%; }
  .slide-in-panel-outer .panel-extended-content {
    position: absolute;
    left: -280px;
    top: 20px;
    z-index: 100;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    width: 590px;
    height: calc(100vh - 40px);
    padding: 20px;
    background: rgba(29, 33, 48, 0.96);
    box-shadow: 10px 10px 10px 0 #11131C;
    border-radius: 6px;
    -webkit-transition: all 200ms 0ms ease-in-out;
    -moz-transition: all 200ms 0ms ease-in-out;
    -ms-transition: all 200ms 0ms ease-in-out;
    -o-transition: all 200ms 0ms ease-in-out;
    transition: all 200ms 0ms ease-in-out;
    outline: none; }
    @media (max-width: 768px) {
      .slide-in-panel-outer .panel-extended-content {
        width: 430px; } }
    @media (max-width: 640px) {
      .slide-in-panel-outer .panel-extended-content {
        top: 0;
        width: 320px;
        height: calc(100vh - 0px); } }
    .slide-in-panel-outer .panel-extended-content figure {
      height: 270px;
      margin: -20px -20px 30px; }
      @media (max-width: 768px) {
        .slide-in-panel-outer .panel-extended-content figure {
          height: 200px; } }
      .slide-in-panel-outer .panel-extended-content figure img {
        display: block;
        max-width: 100%;
        height: auto; }
    .slide-in-panel-outer .panel-extended-content.active {
      left: -580px;
      opacity: 1;
      visibility: visible; }
      @media (max-width: 768px) {
        .slide-in-panel-outer .panel-extended-content.active {
          left: -420px; } }
      @media (max-width: 640px) {
        .slide-in-panel-outer .panel-extended-content.active {
          left: 0;
          z-index: 1000; } }

.notif-list {
  margin: 0 -15px 30px; }
  .notif-list li {
    border-bottom: rgba(216, 216, 216, 0.05) solid 2px;
    -webkit-transition: all 200ms 0ms ease-in-out;
    -moz-transition: all 200ms 0ms ease-in-out;
    -ms-transition: all 200ms 0ms ease-in-out;
    -o-transition: all 200ms 0ms ease-in-out;
    transition: all 200ms 0ms ease-in-out; }
    .notif-list li a {
      display: block;
      padding: 20px 30px; }
    .notif-list li .meta {
      display: flex; }
      .notif-list li .meta p {
        flex: 1;
        margin-bottom: 10px;
        font-size: 11px; }
        .notif-list li .meta p.time {
          text-align: right;
          font-size: 12px; }
    .notif-list li figure {
      float: left;
      width: 44px;
      margin-right: 10px; }
      .notif-list li figure img {
        display: block;
        max-width: 100%;
        height: auto;
        margin-top: 5px;
        border-top-left-radius: 4px; }
    .notif-list li:last-child {
      border-bottom: 0; }
    .notif-list li:hover {
      background-color: rgba(48, 55, 79, 0.5); }
    .notif-list li.new {
      margin-bottom: 2px;
      background-color: rgba(48, 55, 79, 0.5);
      border-left: #ea894d solid 2px;
      border-bottom: 0; }
    .notif-list li.open {
      position: relative;
      background-color: rgba(48, 55, 79, 0.5); }

.inner-grid-layout .inner-top-nav {
  margin-bottom: 30px; }
  .inner-grid-layout .inner-top-nav .mobile-show {
    display: none; }
  @media (max-width: 768px) {
    .inner-grid-layout .inner-top-nav .left,
    .inner-grid-layout .inner-top-nav .right {
      float: none; } }
  @media (max-width: 640px) {
    .inner-grid-layout .inner-top-nav {
      overflow: hidden;
      margin-bottom: 0; }
      .inner-grid-layout .inner-top-nav .mobile-hide {
        display: none; }
      .inner-grid-layout .inner-top-nav .mobile-show {
        display: block; } }

.inner-grid-layout .inner-grid-columns {
  display: flex; }
  @media (max-width: 768px) {
    .inner-grid-layout .inner-grid-columns {
      flex-direction: column; } }
  .inner-grid-layout .inner-grid-columns .inner-grid-aside {
    padding-right: 20px; }
    @media (max-width: 768px) {
      .inner-grid-layout .inner-grid-columns .inner-grid-aside {
        padding-right: 0; } }
    @media (max-width: 640px) {
      .inner-grid-layout .inner-grid-columns .inner-grid-aside {
        order: 2; } }
    .inner-grid-layout .inner-grid-columns .inner-grid-aside.map-height {
      display: flex;
      flex-direction: column;
      height: 590px;
      padding-bottom: 40px; }
      @media (max-width: 1440px) {
        .inner-grid-layout .inner-grid-columns .inner-grid-aside.map-height {
          height: 490px; } }
      @media (max-width: 1024px) {
        .inner-grid-layout .inner-grid-columns .inner-grid-aside.map-height {
          height: 520px; } }
      @media (max-width: 768px) {
        .inner-grid-layout .inner-grid-columns .inner-grid-aside.map-height {
          height: 250px;
          width: 100%; } }
    .inner-grid-layout .inner-grid-columns .inner-grid-aside .map-outer {
      flex: 1;
      overflow: hidden;
      width: 450px;
      background-color: #ccc;
      border-radius: 4px; }
      @media (max-width: 1024px) {
        .inner-grid-layout .inner-grid-columns .inner-grid-aside .map-outer {
          width: 320px; } }
      @media (max-width: 768px) {
        .inner-grid-layout .inner-grid-columns .inner-grid-aside .map-outer {
          width: 100%; } }
      @media (max-width: 640px) {
        .inner-grid-layout .inner-grid-columns .inner-grid-aside .map-outer {
          height: 600px; } }
      .inner-grid-layout .inner-grid-columns .inner-grid-aside .map-outer #map1,
      .inner-grid-layout .inner-grid-columns .inner-grid-aside .map-outer #map2,
      .inner-grid-layout .inner-grid-columns .inner-grid-aside .map-outer #map3,
      .inner-grid-layout .inner-grid-columns .inner-grid-aside .map-outer #map4,
      .inner-grid-layout .inner-grid-columns .inner-grid-aside .map-outer #map5 {
        width: 100%;
        height: 104%; }
        @media (max-width: 1024px) {
          .inner-grid-layout .inner-grid-columns .inner-grid-aside .map-outer #map1,
          .inner-grid-layout .inner-grid-columns .inner-grid-aside .map-outer #map2,
          .inner-grid-layout .inner-grid-columns .inner-grid-aside .map-outer #map3,
          .inner-grid-layout .inner-grid-columns .inner-grid-aside .map-outer #map4,
          .inner-grid-layout .inner-grid-columns .inner-grid-aside .map-outer #map5 {
            height: 114%; } }
  .inner-grid-layout .inner-grid-columns .inner-grid-content {
    flex: 1;
    overflow: hidden; }
    @media (max-width: 768px) {
      .inner-grid-layout .inner-grid-columns .inner-grid-content {
        overflow: visible; } }

.card-list {
  display: flex;
  margin: 0 -5px; }
  .card-list.cols-3 .card {
    width: 33%;
    height: 200px; }
    @media (max-width: 1440px) {
      .card-list.cols-3 .card {
        height: 150px; } }
  .card-list.cols-2 {
    flex-flow: wrap;
    justify-content: stretch;
    flex-direction: row; }
    .card-list.cols-2 .card {
      height: 200px;
      flex-basis: calc(50% - 10px); }
      @media (max-width: 1440px) {
        .card-list.cols-2 .card {
          height: 137px; } }
  .card-list.vertical {
    display: block; }
    .card-list.vertical .card {
      height: 137px;
      margin-bottom: 10px; }
  .card-list.wider {
    margin-left: -10px;
    margin-right: -10px; }

.card-list {
  display: flex;
  margin: 0 -5px; }
  .card-list.cols-3 .card {
    width: 33%;
    height: 200px; }
    @media (max-width: 1440px) {
      .card-list.cols-3 .card {
        height: 150px; } }
    @media (max-width: 768px) {
      .card-list.cols-3 .card {
        height: 180px;
        width: 50%; } }
  .card-list.cols-2 {
    flex-flow: wrap;
    justify-content: stretch;
    flex-direction: row; }
    .card-list.cols-2 .card {
      height: 200px;
      flex-basis: calc(50% - 10px); }
      @media (max-width: 1440px) {
        .card-list.cols-2 .card {
          height: 137px; } }
  .card-list.vertical {
    display: block; }
    .card-list.vertical .card {
      height: 137px;
      margin-bottom: 10px; }
  .card-list.wider {
    margin-left: -10px;
    margin-right: -10px; }
  @media (max-width: 768px) {
    .card-list .slick-list {
      width: calc(100% + 40px); }
    .card-list .static-list-outer {
      width: 150%;
      overflow: auto; } }
  @media (max-width: 640px) {
    .card-list .slick-list {
      width: calc(100% + 20px); } }

.card {
  position: relative;
  margin: 0 5px 10px; }
  .card .card-img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    background-size: cover;
    border-radius: 2px; }
    .card .card-img:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(22, 24, 31, 0.6);
      -webkit-transition: all 200ms 0ms ease-in-out;
      -moz-transition: all 200ms 0ms ease-in-out;
      -ms-transition: all 200ms 0ms ease-in-out;
      -o-transition: all 200ms 0ms ease-in-out;
      transition: all 200ms 0ms ease-in-out; }
  .card .card-content {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%; }
    .card .card-content .number {
      position: absolute;
      left: 0;
      top: 10px;
      padding: 0 10px;
      font-size: 11px;
      line-height: 20px;
      color: white;
      font-weight: 700;
      background-color: rgba(255, 255, 255, 0.3);
      border-radius: 0 10px 10px 0; }
    .card .card-content figure {
      position: absolute;
      bottom: 20px;
      right: 20px;
      width: 60px;
      height: 60px; }
      .card .card-content figure img {
        display: block;
        max-width: 100%;
        height: auto;
        border-radius: 4px; }
    .card .card-content hgroup {
      position: absolute;
      left: 10px;
      bottom: 10px;
      width: 100%;
      padding-right: 100px; }
      .card .card-content hgroup h5 {
        font-size: 14px; }
      .card .card-content hgroup p {
        margin: 0;
        font-size: 12px;
        line-height: 14px;
        color: rgba(255, 255, 255, 0.7); }
  .card .card-action {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 10;
    cursor: pointer;
    width: 29px;
    height: 29px;
    border-radius: 50px; }
    .card .card-action:before {
      content: "";
      position: absolute;
      left: 10px;
      top: 14px;
      width: 10px;
      height: 2px;
      background-color: white; }
    .card .card-action.add {
      background-color: #05ABFF; }
      .card .card-action.add:after {
        content: "";
        position: absolute;
        left: 10px;
        top: 14px;
        transform: rotate(90deg);
        width: 10px;
        height: 2px;
        background-color: white; }
    .card .card-action.remove {
      background-color: #EA526F; }
  .card:hover .card-img:after {
    background-color: rgba(22, 24, 31, 0.2); }

.cloned-card {
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 999;
  margin: 0px; }

.card-slider-outer {
  position: relative;
  height: 240px; }
  @media (max-width: 1440px) {
    .card-slider-outer {
      height: 190px; } }
  @media (max-width: 768px) {
    .card-slider-outer {
      height: auto; } }

.card-slider-outer .slick-arrow {
  position: absolute;
  bottom: -30px;
  width: 26px;
  height: 26px;
  text-indent: -9999px;
  background-color: rgba(48, 55, 79, 0.6);
  border-radius: 2px;
  border: 0;
  outline: none;
  cursor: pointer; }
  .card-slider-outer .slick-arrow:before {
    content: "";
    position: absolute;
    left: 10px;
    top: 10px;
    transform: rotate(45deg);
    width: 6px;
    height: 6px; }
  .card-slider-outer .slick-arrow.slick-prev {
    right: 38px; }
    .card-slider-outer .slick-arrow.slick-prev:before {
      border-left: rgba(155, 166, 204, 0.3) solid 2px;
      border-bottom: rgba(155, 166, 204, 0.3) solid 2px; }
  .card-slider-outer .slick-arrow.slick-next {
    right: 5px; }
    .card-slider-outer .slick-arrow.slick-next:before {
      border-right: rgba(155, 166, 204, 0.3) solid 2px;
      border-top: rgba(155, 166, 204, 0.3) solid 2px; }
  .card-slider-outer .slick-arrow:hover:before {
    border-color: #9ba6cc; }

.tab-content .card:hover .card-img:after {
  background-color: rgba(22, 24, 31, 0.6); }

.boxed-info .box {
  display: flex;
  align-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 15px 20px;
  background-color: rgba(48, 55, 79, 0.6);
  border-radius: 4px; }
  .boxed-info .box .content {
    flex: 1;
    padding-right: 20px; }
  .boxed-info .box .info {
    width: 122px;
    padding-left: 20px;
    border-left: rgba(155, 166, 204, 0.2) dashed 1px; }
  .boxed-info .box p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 23px; }
  .boxed-info .box h5 {
    font-size: 20px; }
  @media (max-width: 640px) {
    .boxed-info .box {
      flex-direction: column; }
      .boxed-info .box .content {
        padding: 0 0 20px 0; }
      .boxed-info .box .info {
        width: 100%;
        padding: 20px 0 0 0;
        border-left: 0;
        border-top: rgba(155, 166, 204, 0.2) dashed 1px; } }

.info-list li {
  padding: 10px 0;
  border-bottom: rgba(255, 255, 255, 0.05) solid 1px; }
  .info-list li p {
    margin: 0;
    line-height: 20px;
    font-size: 14px; }
    .info-list li p.small {
      font-size: 12px; }
  .info-list li:last-child {
    padding-bottom: 0;
    border-bottom: 0; }

.tab-content {
  opacity: 0;
  visibility: hidden;
  height: 1px;
  -webkit-transition: opacity 200ms 0ms ease-in-out;
  -moz-transition: opacity 200ms 0ms ease-in-out;
  -ms-transition: opacity 200ms 0ms ease-in-out;
  -o-transition: opacity 200ms 0ms ease-in-out;
  transition: opacity 200ms 0ms ease-in-out; }
  .tab-content.visible {
    opacity: 1;
    visibility: visible;
    height: auto; }

@media (max-width: 640px) {
  .tab-top > div {
    float: none; }
  .tab-top .tab-nav {
    margin-top: 10px; } }

.info-tooltip {
  display: inline-block;
  position: relative;
  vertical-align: middle; }
  .info-tooltip .tooltip-icon {
    display: block;
    padding: 0 10px; }
    .info-tooltip .tooltip-icon .icon {
      width: 18px;
      height: 18px;
      margin-top: 2px;
      fill: rgba(155, 166, 204, 0.2); }
  .info-tooltip .tooltip-content {
    position: absolute;
    left: 40px;
    top: -10px;
    z-index: 1200;
    opacity: 0;
    visibility: hidden;
    width: 367px;
    padding: 20px 10px 20px 20px;
    background-color: rgba(29, 33, 48, 0.96);
    border-radius: 4px;
    box-shadow: 10px 10px 20px 0 rgba(17, 19, 28, 0.5);
    -webkit-transition: all 200ms 0ms ease-in-out;
    -moz-transition: all 200ms 0ms ease-in-out;
    -ms-transition: all 200ms 0ms ease-in-out;
    -o-transition: all 200ms 0ms ease-in-out;
    transition: all 200ms 0ms ease-in-out;
    -webkit-overflow-scrolling: touch; }
    .info-tooltip .tooltip-content:before {
      content: "";
      position: absolute;
      top: 15px;
      left: -5px;
      width: 12px;
      height: 12px;
      transform: rotate(45deg);
      background-color: rgba(29, 33, 48, 0.96); }
    .info-tooltip .tooltip-content .tooltip-inner-content {
      height: 340px;
      padding-right: 10px;
      overflow: auto; }
      .info-tooltip .tooltip-content .tooltip-inner-content::-webkit-scrollbar {
        width: 2px; }
      .info-tooltip .tooltip-content .tooltip-inner-content::-webkit-scrollbar-track {
        background-color: transparent; }
      .info-tooltip .tooltip-content .tooltip-inner-content::-webkit-scrollbar-thumb {
        background-color: rgba(155, 166, 204, 0.2); }
    .info-tooltip .tooltip-content.show {
      opacity: 1;
      visibility: visible; }
  .info-tooltip.warning-info .tooltip-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../img/icon-warning.svg) 50% 50% no-repeat; }
  .info-tooltip.warning-info .tooltip-content {
    top: 0;
    left: 40px;
    z-index: 2000;
    width: auto;
    padding: 7px 15px;
    background-color: #ea894d; }
    .info-tooltip.warning-info .tooltip-content:before {
      top: 10px;
      left: -2px;
      background-color: #ea894d; }
    .info-tooltip.warning-info .tooltip-content .tooltip-inner-content {
      height: auto; }
      .info-tooltip.warning-info .tooltip-content .tooltip-inner-content p {
        margin: 0;
        white-space: nowrap;
        color: white; }

.no-touch .info-tooltip:hover .tooltip-content {
  opacity: 1;
  visibility: visible; }

.mobile-menu-info {
  display: none; }

.mobile .info-tooltip .tooltip-content {
  position: fixed;
  left: 20px;
  top: 20px;
  display: flex;
  flex-direction: column;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  padding-top: 50px; }
  .mobile .info-tooltip .tooltip-content .tooltip-inner-content {
    -webkit-flex: 1 1 auto;
    overflow-y: auto;
    min-height: 100px;
    height: auto;
    -webkit-overflow-scrolling: touch; }
  .mobile .info-tooltip .tooltip-content .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 200;
    width: 48px;
    height: 48px;
    cursor: pointer;
    -webkit-transition: all 200ms 0ms ease-in-out;
    -moz-transition: all 200ms 0ms ease-in-out;
    -ms-transition: all 200ms 0ms ease-in-out;
    -o-transition: all 200ms 0ms ease-in-out;
    transition: all 200ms 0ms ease-in-out; }
    .mobile .info-tooltip .tooltip-content .close:before, .mobile .info-tooltip .tooltip-content .close:after {
      content: "";
      position: absolute;
      left: 16px;
      top: 23px;
      opacity: 0.5;
      width: 16px;
      height: 2px;
      background-color: #9BA6CC;
      -webkit-transition: all 200ms 0ms ease-in-out;
      -moz-transition: all 200ms 0ms ease-in-out;
      -ms-transition: all 200ms 0ms ease-in-out;
      -o-transition: all 200ms 0ms ease-in-out;
      transition: all 200ms 0ms ease-in-out; }
    .mobile .info-tooltip .tooltip-content .close:before {
      transform: rotate(45deg); }
    .mobile .info-tooltip .tooltip-content .close:after {
      transform: rotate(-45deg); }

.mobile .mobile-menu-info {
  position: fixed;
  left: 20px;
  bottom: -100px;
  z-index: 2100;
  display: block;
  width: calc(100% - 40px);
  height: auto;
  background-color: #ea894d;
  border-radius: 4px;
  -webkit-transition: all 200ms 0ms ease-in-out;
  -moz-transition: all 200ms 0ms ease-in-out;
  -ms-transition: all 200ms 0ms ease-in-out;
  -o-transition: all 200ms 0ms ease-in-out;
  transition: all 200ms 0ms ease-in-out; }
  .mobile .mobile-menu-info .tooltip-inner-content {
    padding: 10px; }
    .mobile .mobile-menu-info .tooltip-inner-content p {
      margin-bottom: 0;
      color: white;
      font-size: 12px;
      line-height: 16px; }
  .mobile .mobile-menu-info.show {
    bottom: 20px; }

.options-table-list dt {
  float: left;
  clear: left;
  width: 120px;
  margin-bottom: 10px;
  margin-right: 10px;
  font-size: 14px;
  line-height: 20px;
  color: rgba(155, 166, 204, 0.4); }

.options-table-list dd {
  overflow: hidden;
  padding-right: 20%;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #9ba6cc;
  font-weight: 500; }

.user-avatar {
  width: 80px;
  margin: 0 auto; }
  .user-avatar img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 50%; }

.tablet-visible {
  display: none !important; }

@media (max-width: 768px) {
  .tablet-hide {
    display: none !important; }
  .tablet-visible {
    display: block !important; } }

.chart-info-mobile {
  display: none; }

.mobile .chart-info-mobile {
  display: none;
  padding: 40px 0; }
  .mobile .chart-info-mobile .two-cols .item-boxed-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px; }
    .mobile .chart-info-mobile .two-cols .item-boxed-list li {
      flex-basis: 50%;
      font-size: 11px;
      line-height: 15px;
      padding: 0 5px;
      margin-bottom: 5px; }
      .mobile .chart-info-mobile .two-cols .item-boxed-list li span:before {
        float: none;
        display: block; }

.parallax {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

.page-home header {
  opacity: 0;
  -webkit-transition: all 750ms 1800ms ease-in-out;
  -moz-transition: all 750ms 1800ms ease-in-out;
  -ms-transition: all 750ms 1800ms ease-in-out;
  -o-transition: all 750ms 1800ms ease-in-out;
  transition: all 750ms 1800ms ease-in-out; }
  .page-home header.anim-finished {
    opacity: 1; }

.hero {
  position: relative;
  overflow: hidden; }
  .hero .hero-content .circle-button {
    opacity: 0;
    -webkit-transition: all 750ms 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 750ms 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 750ms 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 750ms 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 750ms 700ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translateX(0px) translateY(75px) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(0px) translateY(75px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(0px) translateY(75px) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(0px) translateY(75px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(0px) translateY(75px) translateZ(0px) rotate(0deg) scale(1); }
  .hero .hero-content h1 {
    opacity: 0;
    -webkit-transition: all 750ms 750ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 750ms 750ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 750ms 750ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 750ms 750ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 750ms 750ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translateX(0px) translateY(75px) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(0px) translateY(75px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(0px) translateY(75px) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(0px) translateY(75px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(0px) translateY(75px) translateZ(0px) rotate(0deg) scale(1); }
  .hero .hero-content p {
    opacity: 0;
    -webkit-transition: all 750ms 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 750ms 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 750ms 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 750ms 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 750ms 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translateX(0px) translateY(75px) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(0px) translateY(75px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(0px) translateY(75px) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(0px) translateY(75px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(0px) translateY(75px) translateZ(0px) rotate(0deg) scale(1); }
  .hero .hero-content .button {
    opacity: 0;
    -webkit-transition: all 750ms 900ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 750ms 900ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 750ms 900ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 750ms 900ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 750ms 900ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translateX(0px) translateY(75px) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(0px) translateY(75px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(0px) translateY(75px) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(0px) translateY(75px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(0px) translateY(75px) translateZ(0px) rotate(0deg) scale(1); }
  .hero .hero-image {
    opacity: 0;
    -webkit-transform: translateX(0px) translateY(75px) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(0px) translateY(75px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(0px) translateY(75px) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(0px) translateY(75px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(0px) translateY(75px) translateZ(0px) rotate(0deg) scale(1);
    -webkit-transition: all 750ms 950ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 750ms 950ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 750ms 950ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 750ms 950ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 750ms 950ms cubic-bezier(0.165, 0.84, 0.44, 1); }
    .hero .hero-image img {
      -webkit-transition: all 750ms 950ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: all 750ms 950ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -ms-transition: all 750ms 950ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: all 750ms 950ms cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 750ms 950ms cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hero.anim-finished .hero-content .circle-button {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }
  .hero.anim-finished .hero-content h1 {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }
  .hero.anim-finished .hero-content p {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }
  .hero.anim-finished .hero-content .button {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }
  .hero.anim-finished .hero-image {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }
    .hero.anim-finished .hero-image img {
      opacity: 1; }

body.page-home .page-bgr div {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(0px) translateY(75px) translateZ(0px) rotate(0deg) scale(1);
  -moz-transform: translateX(0px) translateY(75px) translateZ(0px) rotate(0deg) scale(1);
  -ms-transform: translateX(0px) translateY(75px) translateZ(0px) rotate(0deg) scale(1);
  -o-transform: translateX(0px) translateY(75px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(75px) translateZ(0px) rotate(0deg) scale(1);
  -webkit-transition: all 2250ms 950ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 2250ms 950ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 2250ms 950ms cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 2250ms 950ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 2250ms 950ms cubic-bezier(0.165, 0.84, 0.44, 1); }
  body.page-home .page-bgr div.anim-finished {
    opacity: 0.06;
    -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }

.featured-list h2, .featured-list p {
  opacity: 0;
  -webkit-transform: translateX(0px) translateY(75px) translateZ(0px) rotate(0deg) scale(1);
  -moz-transform: translateX(0px) translateY(75px) translateZ(0px) rotate(0deg) scale(1);
  -ms-transform: translateX(0px) translateY(75px) translateZ(0px) rotate(0deg) scale(1);
  -o-transform: translateX(0px) translateY(75px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(75px) translateZ(0px) rotate(0deg) scale(1); }
  .featured-list h2.in-view, .featured-list p.in-view {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -webkit-transition: all 750ms 0ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 750ms 0ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 750ms 0ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 750ms 0ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 750ms 0ms cubic-bezier(0.165, 0.84, 0.44, 1); }

.featured-list.in-view h2, .featured-list.in-view p {
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }

.horizontal-features li {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }
  .horizontal-features li.in-view {
    opacity: 1;
    -webkit-transition: all 750ms 0ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 750ms 0ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 750ms 0ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 750ms 0ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 750ms 0ms cubic-bezier(0.165, 0.84, 0.44, 1); }
  .horizontal-features li figure {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0);
    -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0);
    -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0);
    -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0);
    transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0); }
    .horizontal-features li figure.in-view {
      opacity: 1;
      -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -webkit-transition: all 750ms 0ms cubic-bezier(0.165, 0.84, 0.44, 1);
      -moz-transition: all 750ms 0ms cubic-bezier(0.165, 0.84, 0.44, 1);
      -ms-transition: all 750ms 0ms cubic-bezier(0.165, 0.84, 0.44, 1);
      -o-transition: all 750ms 0ms cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: all 750ms 0ms cubic-bezier(0.165, 0.84, 0.44, 1); }
  .horizontal-features li h4, .horizontal-features li p {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(0px) translateY(30px) translateZ(0px) rotate(0deg) scale(1); }
    .horizontal-features li h4.in-view, .horizontal-features li p.in-view {
      opacity: 1;
      -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -webkit-transition: all 750ms 0ms cubic-bezier(0.165, 0.84, 0.44, 1);
      -moz-transition: all 750ms 0ms cubic-bezier(0.165, 0.84, 0.44, 1);
      -ms-transition: all 750ms 0ms cubic-bezier(0.165, 0.84, 0.44, 1);
      -o-transition: all 750ms 0ms cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: all 750ms 0ms cubic-bezier(0.165, 0.84, 0.44, 1); }
  .horizontal-features li p {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(0px) translateY(50px) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(0px) translateY(50px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(0px) translateY(50px) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(0px) translateY(50px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(0px) translateY(50px) translateZ(0px) rotate(0deg) scale(1); }

.horizontal-features.in-view li {
  opacity: 1; }
  .horizontal-features.in-view li figure,
  .horizontal-features.in-view li h4,
  .horizontal-features.in-view li p {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }

.feature .feature-image {
  opacity: 0;
  -webkit-transform: translateX(-100px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -moz-transform: translateX(-100px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -ms-transform: translateX(-100px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -o-transform: translateX(-100px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-100px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -webkit-transition: all 750ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 750ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 750ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 750ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 750ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }
  .feature .feature-image.in-view {
    opacity: 1;
    -webkit-transform: translateX(0px) !important;
    -moz-transform: translateX(0px) !important;
    -ms-transform: translateX(0px) !important;
    -o-transform: translateX(0px) !important;
    transform: translateX(0px) !important; }

.feature .feature-content h3, .feature .feature-content p {
  opacity: 0;
  -webkit-transform: translateX(100px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -moz-transform: translateX(100px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -ms-transform: translateX(100px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -o-transform: translateX(100px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(100px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }
  .feature .feature-content h3.in-view, .feature .feature-content p.in-view {
    opacity: 1;
    -webkit-transform: translateX(0px) !important;
    -moz-transform: translateX(0px) !important;
    -ms-transform: translateX(0px) !important;
    -o-transform: translateX(0px) !important;
    transform: translateX(0px) !important;
    -webkit-transition: all 750ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 750ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 750ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 750ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 750ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1); }

.feature:nth-child(2n + 1) .feature-image {
  -webkit-transform: translateX(100px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -moz-transform: translateX(100px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -ms-transform: translateX(100px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -o-transform: translateX(100px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(100px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }

.feature:nth-child(2n + 1) .feature-content h3, .feature:nth-child(2n + 1) .feature-content p {
  -webkit-transform: translateX(-100px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -moz-transform: translateX(-100px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -ms-transform: translateX(-100px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -o-transform: translateX(-100px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-100px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }

.feature.in-view .feature-image,
.feature.in-view .feature-content h3,
.feature.in-view .feature-content p {
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }

.page-home .cta-box > * {
  opacity: 0;
  -webkit-transform: translateX(0px) translateY(75px) translateZ(0px) rotate(0deg) scale(1);
  -moz-transform: translateX(0px) translateY(75px) translateZ(0px) rotate(0deg) scale(1);
  -ms-transform: translateX(0px) translateY(75px) translateZ(0px) rotate(0deg) scale(1);
  -o-transform: translateX(0px) translateY(75px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(75px) translateZ(0px) rotate(0deg) scale(1); }

.page-home .cta-box.in-view > * {
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }

.testimonial-slider .slide figure {
  position: relative;
  overflow: hidden; }
  .testimonial-slider .slide figure img {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-25%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(-25%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(-25%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(-25%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(-25%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -webkit-transition: all 750ms 0ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 750ms 0ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 750ms 0ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 750ms 0ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 750ms 0ms cubic-bezier(0.165, 0.84, 0.44, 1); }
  .testimonial-slider .slide figure:after {
    content: "";
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #141721;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 750ms 0ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 750ms 0ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 750ms 0ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 750ms 0ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 750ms 0ms cubic-bezier(0.165, 0.84, 0.44, 1); }
  .testimonial-slider .slide figure.in-view img {
    -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }
  .testimonial-slider .slide figure.in-view:after {
    width: 0px; }
  .testimonial-slider .slide figure.anim-finished img {
    -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none; }
  .testimonial-slider .slide figure.anim-finished:after {
    width: 0px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none; }

.testimonial-slider .slide .slide-content > * {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-100px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -moz-transform: translateX(-100px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -ms-transform: translateX(-100px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -o-transform: translateX(-100px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-100px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }
  .testimonial-slider .slide .slide-content > *.in-view {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -webkit-transition: all 750ms 0ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 750ms 0ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 750ms 0ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 750ms 0ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 750ms 0ms cubic-bezier(0.165, 0.84, 0.44, 1); }
  .testimonial-slider .slide .slide-content > *.anim-finished {
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }

.testimonial-slider.in-view .slide figure img {
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }

.testimonial-slider.in-view .slide figure:after {
  width: 0px; }

.testimonial-slider.in-view .slide .slide-content > * {
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }

.footer-info > div .social-menu li {
  opacity: 0;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

.footer-info > div .social-menu.in-view li {
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }

.page-faq .wrapper-mid h1 {
  opacity: 0; }

.page-faq .wrapper-mid .toggle-list,
.page-faq .wrapper-mid .toggle-list li {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(0px) translateY(75px) translateZ(0px) rotate(0deg) scale(1);
  -moz-transform: translateX(0px) translateY(75px) translateZ(0px) rotate(0deg) scale(1);
  -ms-transform: translateX(0px) translateY(75px) translateZ(0px) rotate(0deg) scale(1);
  -o-transform: translateX(0px) translateY(75px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(75px) translateZ(0px) rotate(0deg) scale(1); }

.page-faq .wrapper-mid.anim-finished h1,
.page-faq .wrapper-mid.anim-finished .toggle-list,
.page-faq .wrapper-mid.anim-finished .toggle-list li {
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }

.page-contact .wrapper-small hgroup h1,
.page-contact .wrapper-small hgroup p {
  opacity: 0; }

.page-contact .wrapper-small h6 span,
.page-contact .wrapper-small .form li,
.page-contact .wrapper-small .content-columns .col {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(0px) translateY(75px) translateZ(0px) rotate(0deg) scale(1);
  -moz-transform: translateX(0px) translateY(75px) translateZ(0px) rotate(0deg) scale(1);
  -ms-transform: translateX(0px) translateY(75px) translateZ(0px) rotate(0deg) scale(1);
  -o-transform: translateX(0px) translateY(75px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(75px) translateZ(0px) rotate(0deg) scale(1); }

.page-contact .wrapper-small h6 span {
  display: block; }

.page-contact .wrapper-small.anim-finished hgroup h1,
.page-contact .wrapper-small.anim-finished hgroup p,
.page-contact .wrapper-small.anim-finished h6 span,
.page-contact .wrapper-small.anim-finished .form li,
.page-contact .wrapper-small.anim-finished .content-columns .col {
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }

.page-login .wrapper-small hgroup h1,
.page-login .wrapper-small hgroup p {
  opacity: 0; }

.page-login .wrapper-small .form li,
.page-login .wrapper-small .text-center span {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(0px) translateY(75px) translateZ(0px) rotate(0deg) scale(1);
  -moz-transform: translateX(0px) translateY(75px) translateZ(0px) rotate(0deg) scale(1);
  -ms-transform: translateX(0px) translateY(75px) translateZ(0px) rotate(0deg) scale(1);
  -o-transform: translateX(0px) translateY(75px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(75px) translateZ(0px) rotate(0deg) scale(1); }

.page-login .wrapper-small .text-center span {
  display: block; }

.page-login .wrapper-small.anim-finished hgroup h1,
.page-login .wrapper-small.anim-finished hgroup p,
.page-login .wrapper-small.anim-finished .form li,
.page-login .wrapper-small.anim-finished .text-center span {
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }

.page-signup .wrapper-small hgroup h1,
.page-signup .wrapper-small hgroup p {
  opacity: 0; }

.page-signup .wrapper-small .form li,
.page-signup .wrapper-small .text-center span {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(0px) translateY(75px) translateZ(0px) rotate(0deg) scale(1);
  -moz-transform: translateX(0px) translateY(75px) translateZ(0px) rotate(0deg) scale(1);
  -ms-transform: translateX(0px) translateY(75px) translateZ(0px) rotate(0deg) scale(1);
  -o-transform: translateX(0px) translateY(75px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(75px) translateZ(0px) rotate(0deg) scale(1); }

.page-signup .wrapper-small .text-center span {
  display: block; }

.page-signup .wrapper-small.anim-finished hgroup h1,
.page-signup .wrapper-small.anim-finished hgroup p,
.page-signup .wrapper-small.anim-finished .form li,
.page-signup .wrapper-small.anim-finished .text-center span {
  opacity: 1;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }

.app-full-center {
  position: absolute;
  left: -9999px;
  top: -9999px;
  opacity: 0;
  width: 100%;
  -webkit-transform: translateX(1000px) translateY(0px) translateZ(0px) rotate(0deg) scale(0.8);
  -moz-transform: translateX(1000px) translateY(0px) translateZ(0px) rotate(0deg) scale(0.8);
  -ms-transform: translateX(1000px) translateY(0px) translateZ(0px) rotate(0deg) scale(0.8);
  -o-transform: translateX(1000px) translateY(0px) translateZ(0px) rotate(0deg) scale(0.8);
  transform: translateX(1000px) translateY(0px) translateZ(0px) rotate(0deg) scale(0.8);
  -webkit-transition: all 750ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 750ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 750ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 750ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 750ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-property: opacity, transform;
  -moz-transition-property: opacity, transform;
  -ms-transition-property: opacity, transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform; }
  @media (max-width: 768px) {
    .app-full-center {
      -webkit-transform: translateX(100vw) translateY(0px) translateZ(0px) rotate(0deg) scale(0.8);
      -moz-transform: translateX(100vw) translateY(0px) translateZ(0px) rotate(0deg) scale(0.8);
      -ms-transform: translateX(100vw) translateY(0px) translateZ(0px) rotate(0deg) scale(0.8);
      -o-transform: translateX(100vw) translateY(0px) translateZ(0px) rotate(0deg) scale(0.8);
      transform: translateX(100vw) translateY(0px) translateZ(0px) rotate(0deg) scale(0.8); } }
  .app-full-center.active {
    position: relative;
    left: auto;
    top: auto;
    opacity: 1;
    -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }
  .app-full-center.gone {
    -webkit-transform: translateX(-1000px) translateY(0px) translateZ(0px) rotate(0deg) scale(0.8);
    -moz-transform: translateX(-1000px) translateY(0px) translateZ(0px) rotate(0deg) scale(0.8);
    -ms-transform: translateX(-1000px) translateY(0px) translateZ(0px) rotate(0deg) scale(0.8);
    -o-transform: translateX(-1000px) translateY(0px) translateZ(0px) rotate(0deg) scale(0.8);
    transform: translateX(-1000px) translateY(0px) translateZ(0px) rotate(0deg) scale(0.8); }
    @media (max-width: 768px) {
      .app-full-center.gone {
        -webkit-transform: translateX(-100vw) translateY(0px) translateZ(0px) rotate(0deg) scale(0.8);
        -moz-transform: translateX(-100vw) translateY(0px) translateZ(0px) rotate(0deg) scale(0.8);
        -ms-transform: translateX(-100vw) translateY(0px) translateZ(0px) rotate(0deg) scale(0.8);
        -o-transform: translateX(-100vw) translateY(0px) translateZ(0px) rotate(0deg) scale(0.8);
        transform: translateX(-100vw) translateY(0px) translateZ(0px) rotate(0deg) scale(0.8); } }

.chart-wrapper {
  opacity: 0;
  display: flex;
  flex-direction: column;
  position: absolute;
  left: -9999px;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 500ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: opacity 500ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: opacity 500ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: opacity 500ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 500ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1); }
  .chart-wrapper h5 {
    display: none; }
  .chart-wrapper h6 {
    margin-bottom: 25px; }
  .chart-wrapper .chart-holder {
    flex: 1; }
  .price-tabing-body-3.active{
    opacity: 1;
    position: relative;
    left: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .chart-wrapper.value-changes-chart-wrapper {
    opacity: 1;
    position: relative;
    left: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .chart-wrapper.value-changes-chart-wrapper div {
      position: relative;
      padding-left: 18px; }
      .chart-wrapper.value-changes-chart-wrapper div canvas {
        position: relative;
        z-index: 2; }
      .chart-wrapper.value-changes-chart-wrapper div span.active-bar {
        display: block;
        position: absolute;
        top: 6px;
        bottom: 38px;
        background: rgba(155, 166, 204, 0.1); }
      .chart-wrapper.value-changes-chart-wrapper div.value-changes-top {
        position: relative; }
        .chart-wrapper.value-changes-chart-wrapper div.value-changes-top span {
          bottom: 28px; }
        .chart-wrapper.value-changes-chart-wrapper div.value-changes-top:after {
          content: "Quality";
          display: block;
          position: absolute;
          left: 0px;
          bottom: 0px;
          color: rgba(155, 166, 204, 0.5);
          text-transform: uppercase;
          font-weight: 700;
          letter-spacing: 1px;
          font-size: 10px;
          line-height: 10px;
          -webkit-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(-90deg) scale(1);
          -moz-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(-90deg) scale(1);
          -ms-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(-90deg) scale(1);
          -o-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(-90deg) scale(1);
          transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(-90deg) scale(1);
          -webkit-transform-origin: center top;
          -moz-transform-origin: center top;
          -ms-transform-origin: center top;
          -o-transform-origin: center top;
          transform-origin: center top; }

.settings-holder {
  opacity: 0;
  position: absolute;
  left: -9999px;
  width: 100%;
  -webkit-transition: opacity 500ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: opacity 500ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: opacity 500ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: opacity 500ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 500ms 0ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .settings-holder.account-settings {
    opacity: 1;
    position: relative;
    left: 0px; }

.mobile .chart-wrapper h5 {
  display: block;
  font-size: 16px;
  font-weight: 400; }

.mobile .chart-wrapper h6 {
  font-size: 12px;
  line-height: 18px;
  color: #9BA6CC; }

.mobile .chart-wrapper .chart-holder {
  flex: initial;
  height: 250px; }
  .mobile .chart-wrapper .chart-holder canvas {
    height: 250px; }

.mobile .chart-wrapper.value-changes-chart-wrapper div {
  padding-left: 0px; }
  .mobile .chart-wrapper.value-changes-chart-wrapper div.value-changes-top {
    height: 120px; }
    .mobile .chart-wrapper.value-changes-chart-wrapper div.value-changes-top:after {
      display: none; }
  .mobile .chart-wrapper.value-changes-chart-wrapper div.value-changes-bottom {
    height: 130px; }

.page-price .inner-top-nav .horizontal-nav {
  position: relative; }
  .page-price .inner-top-nav .horizontal-nav li a {
    position: relative;
    z-index: 2;
    background: none !important;
    border-radius: 0px;
    -webkit-transition: all 300ms 0ms ease-in-out;
    -moz-transition: all 300ms 0ms ease-in-out;
    -ms-transition: all 300ms 0ms ease-in-out;
    -o-transition: all 300ms 0ms ease-in-out;
    transition: all 300ms 0ms ease-in-out; }
    .page-price .inner-top-nav .horizontal-nav li a small {
      -webkit-transition: all 300ms 0ms ease-in-out;
      -moz-transition: all 300ms 0ms ease-in-out;
      -ms-transition: all 300ms 0ms ease-in-out;
      -o-transition: all 300ms 0ms ease-in-out;
      transition: all 300ms 0ms ease-in-out; }
  .page-price .inner-top-nav .horizontal-nav li .bgr {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #7771fd;
    border-radius: 24px; }

.page-price .app-layout {
  overflow: hidden; }
  .page-price .app-layout .inner-grid-layout {
    position: relative; }
    .page-price .app-layout .inner-grid-layout .inner-grid-columns {
      position: absolute;
      left: -9999px;
      top: -9999px;
      opacity: 0;
      width: 100%;
      -webkit-transform: translateX(100vw) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -moz-transform: translateX(100vw) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -ms-transform: translateX(100vw) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -o-transform: translateX(100vw) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      transform: translateX(100vw) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -webkit-transition: all 1250ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -moz-transition: all 1250ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -ms-transition: all 1250ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -o-transition: all 1250ms cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: all 1250ms cubic-bezier(0.645, 0.045, 0.355, 1);
      -webkit-transition-property: opacity, transform;
      -moz-transition-property: opacity, transform;
      -ms-transition-property: opacity, transform;
      -o-transition-property: opacity, transform;
      transition-property: opacity, transform;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -o-backface-visibility: hidden;
      backface-visibility: hidden; }
      .page-price .app-layout .inner-grid-layout .inner-grid-columns.active {
        position: initial;
        left: auto;
        top: auto;
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: translateX(0px) scale(1);
        -ms-transform: translateX(0px) scale(1);
        -o-transform: translateX(0px) scale(1);
        transform: none; }

/*
GENERAL
-------------------------------------------- */
.wrapper-mid {
  max-width: 820px;
  margin: 0 auto; }

.wrapper-small {
  max-width: 500px;
  margin: 0 auto; }

.content-columns {
  display: flex;
  margin: 0 -10px; }
  .content-columns > .col {
    flex: 1;
    margin: 0 10px; }
  .content-columns.extended {
    margin: 0 -25px; }
    .content-columns.extended > .col {
      margin: 0 25px; }
    @media (max-width: 768px) {
      .content-columns.extended {
        display: block; } }
  @media (max-width: 640px) {
    .content-columns {
      display: block; }
      .content-columns > .col {
        margin-bottom: 10px; } }

.dummy-info-hide {
  display: none; }

/*
HOMEPAGE
-------------------------------------------- */
body.page-home .page-bgr {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(160deg, #BC50EE 16%, #05ABFF 100%); }
  @media (max-width: 640px) {
    body.page-home .page-bgr {
      overflow: hidden;
      height: 90%;
      background-size: auto 100%; } }
  body.page-home .page-bgr:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(-180deg, #141721 0%, rgba(20, 23, 33, 0) 100%); }
  body.page-home .page-bgr:after {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, #141721 19%, rgba(20, 23, 33, 0) 62%); }
  body.page-home .page-bgr div {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%; }
    body.page-home .page-bgr div span {
      display: block;
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      background: url(../img/building.png) 50% 0 no-repeat;
      background-size: 100% auto; }
      @media (max-width: 640px) {
        body.page-home .page-bgr div span {
          background-size: auto 100%; } }

.hero {
  padding-top: 30vh; }
  @media (max-width: 640px) {
    .hero {
      padding-top: 20vh; } }
  .hero .hero-content {
    padding: 0 50px;
    margin-bottom: 10vh;
    text-align: center; }
    .hero .hero-content p,
    .hero .hero-content .circle-button {
      margin-bottom: 20px; }
    @media (max-width: 1024px) {
      .hero .hero-content h1 {
        margin-bottom: 10px;
        line-height: 32px; } }
    @media (max-width: 640px) {
      .hero .hero-content {
        padding: 0 20px;
        margin-bottom: 30px; }
        .hero .hero-content h1 {
          margin-bottom: 10px; } }
  .hero .hero-image {
    width: 1320px;
    margin: 0 auto;
    background: url(../img/hero-img-outer.png) 50% 0 no-repeat;
    background-size: 100% auto; }
    .hero .hero-image figure {
      width: 896px;
      margin: 0 auto;
      padding: 60px 0 190px; }
      .hero .hero-image figure img {
        display: block;
        max-width: 100%;
        height: auto; }
    @media (max-width: 1366px) {
      .hero .hero-image {
        width: 1024px; }
        .hero .hero-image figure {
          width: 710px;
          padding: 46px 0 140px; } }
    @media (max-width: 1024px) {
      .hero .hero-image {
        width: auto; }
        .hero .hero-image figure {
          width: 70%;
          padding: 35px 0 140px; } }
    @media (max-width: 640px) {
      .hero .hero-image figure {
        padding-bottom: 50px;
        padding-top: 17px; } }
  .hero.anim-finished .hero-content a.button:hover {
    background-color: #2CB8FF;
    -webkit-transition: all 100ms 0ms ease-in-out;
    -moz-transition: all 100ms 0ms ease-in-out;
    -ms-transition: all 100ms 0ms ease-in-out;
    -o-transition: all 100ms 0ms ease-in-out;
    transition: all 100ms 0ms ease-in-out; }
  .hero.anim-finished .hero-content a.button:active {
    opacity: 0.9;
    -webkit-transition: all 100ms 0ms ease-in-out;
    -moz-transition: all 100ms 0ms ease-in-out;
    -ms-transition: all 100ms 0ms ease-in-out;
    -o-transition: all 100ms 0ms ease-in-out;
    transition: all 100ms 0ms ease-in-out; }

.featured-list {
  margin-bottom: 150px; }
  @media (max-width: 640px) {
    .featured-list {
      margin-bottom: 30px; } }

.horizontal-features {
  padding-top: 60px;
  text-align: center; }
  @media (max-width: 640px) {
    .horizontal-features {
      padding-top: 20px; } }
  .horizontal-features li {
    display: inline-block;
    vertical-align: top;
    width: 210px;
    margin: 0 15px; }
    @media (max-width: 640px) {
      .horizontal-features li {
        width: 220px;
        margin-bottom: 30px; } }
    .horizontal-features li figure {
      height: 120px; }
      @media (max-width: 640px) {
        .horizontal-features li figure {
          height: 90px; } }
      .horizontal-features li figure img {
        position: relative;
        top: 50%;
        transform: translateY(-50%); }

.feature-boxes {
  max-width: 1600px;
  padding: 0 50px;
  margin: 0 auto 50px; }
  @media (max-width: 640px) {
    .feature-boxes {
      padding: 0 20px;
      margin-bottom: 0; } }
  .feature-boxes .feature {
    display: flex;
    padding: 40px 0; }
    @media (max-width: 640px) {
      .feature-boxes .feature {
        display: block;
        position: relative;
        padding-top: 50px; } }
    .feature-boxes .feature .feature-image {
      order: 2;
      flex-grow: 1;
      min-width: 0;
      text-align: right; }
      .feature-boxes .feature .feature-image figure {
        display: inline-block;
        position: relative;
        right: -28px;
        width: 900px;
        padding-top: 28px;
        background-color: #1D2130;
        border-radius: 4px;
        box-shadow: 9px 9px 19px 0 #11131C; }
        @media (max-width: 640px) {
          .feature-boxes .feature .feature-image figure {
            right: 0;
            width: 400px;
            margin-bottom: 20px; } }
        .feature-boxes .feature .feature-image figure img {
          display: block;
          max-width: 100%;
          height: auto; }
        .feature-boxes .feature .feature-image figure .browser-dots {
          position: absolute;
          left: 20px;
          top: 10px;
          width: 8px;
          height: 8px;
          background-color: #39415E;
          border-radius: 50%; }
          .feature-boxes .feature .feature-image figure .browser-dots:before, .feature-boxes .feature .feature-image figure .browser-dots:after {
            content: "";
            position: absolute;
            top: 0;
            width: 8px;
            height: 8px;
            background-color: #39415E;
            border-radius: 50%; }
          .feature-boxes .feature .feature-image figure .browser-dots:before {
            left: -11px; }
          .feature-boxes .feature .feature-image figure .browser-dots:after {
            right: -11px; }
    .feature-boxes .feature .feature-content {
      flex-shrink: 0;
      order: 1;
      width: 40%;
      align-self: center;
      padding-right: 5%; }
      @media (max-width: 1024px) {
        .feature-boxes .feature .feature-content {
          width: 55%; } }
      @media (max-width: 640px) {
        .feature-boxes .feature .feature-content {
          width: auto; }
          .feature-boxes .feature .feature-content h3 {
            position: absolute;
            left: 0;
            top: 0; } }
    .feature-boxes .feature:nth-child(2n) .feature-image {
      order: 1;
      text-align: left; }
      .feature-boxes .feature:nth-child(2n) .feature-image figure {
        right: 0;
        left: -13px;
        float: right; }
        @media (max-width: 640px) {
          .feature-boxes .feature:nth-child(2n) .feature-image figure {
            float: none;
            left: auto; } }
    .feature-boxes .feature:nth-child(2n) .feature-content {
      order: 2;
      padding-right: 0;
      padding-left: 5%; }
      @media (max-width: 640px) {
        .feature-boxes .feature:nth-child(2n) .feature-content {
          padding-left: 0; } }

.cta-box {
  padding: 100px 50px;
  text-align: center;
  border-top: rgba(255, 255, 255, 0.05) solid 1px; }
  @media (max-width: 1024px) {
    .cta-box h2 {
      margin-bottom: 10px;
      line-height: 32px; } }
  @media (max-width: 640px) {
    .cta-box {
      padding: 30px 20px; }
      .cta-box h2 {
        margin-bottom: 20px; } }

.testimonials {
  max-width: 1600px;
  padding: 50px;
  margin: 0 auto;
  border-top: rgba(255, 255, 255, 0.05) solid 1px; }
  .testimonials .testimonial-slider .slide {
    display: flex;
    outline: none; }
    @media (max-width: 640px) {
      .testimonials .testimonial-slider .slide {
        display: block; } }
    .testimonials .testimonial-slider .slide figure {
      flex: 1; }
      .testimonials .testimonial-slider .slide figure img {
        display: block;
        max-width: 100%;
        height: auto;
        border-radius: 6px; }
    .testimonials .testimonial-slider .slide .slide-content {
      width: 60%;
      padding-left: 10%;
      flex-shrink: 0;
      align-self: center; }
      @media (max-width: 640px) {
        .testimonials .testimonial-slider .slide .slide-content {
          width: auto;
          padding: 20px 0 0 0; } }
  .testimonials .slider-nav {
    position: relative;
    z-index: 10;
    padding-left: 50%;
    margin-top: -40px;
    margin-bottom: 40px; }
    @media (max-width: 640px) {
      .testimonials .slider-nav {
        padding-left: 0;
        margin: 0; } }
    .testimonials .slider-nav .slick-arrow {
      float: left;
      margin-left: 3px;
      cursor: pointer; }
      .testimonials .slider-nav .slick-arrow .icon {
        fill: rgba(155, 166, 204, 0.1); }
      .testimonials .slider-nav .slick-arrow:hover .icon {
        fill: rgba(155, 166, 204, 0.4); }
      .testimonials .slider-nav .slick-arrow.prev .icon {
        width: 22px;
        height: 14px; }
      .testimonials .slider-nav .slick-arrow.next .icon {
        width: 42px;
        height: 14px; }
    @media (max-width: 1024px) {
      .testimonials .slider-nav {
        margin-bottom: 0;
        margin-top: 40px; } }
  @media (max-width: 640px) {
    .testimonials {
      padding: 20px;
      margin-bottom: 50px; } }

/*
STATIC PAGES
-------------------------------------------- */
.page-outer {
  position: relative;
  min-height: 100vh;
  padding: 192px 50px 100px; }
  .page-outer hgroup {
    margin-bottom: 55px;
    text-align: center; }
  @media (max-width: 640px) {
    .page-outer {
      padding: 110px 20px; } }

.bottom-logo {
  position: absolute;
  left: 50%;
  bottom: 40px;
  transform: translateX(-50%); }
  .bottom-logo .icon {
    width: 34px;
    height: 40px;
    fill: rgba(155, 166, 204, 0.3); }

.toggle-list li {
  border-bottom: rgba(255, 255, 255, 0.05) solid 1px; }
  .toggle-list li h4 {
    position: relative;
    padding: 15px 50px 15px 20px;
    cursor: pointer; }
    @media (max-width: 640px) {
      .toggle-list li h4 {
        padding-left: 0;
        line-height: 24px; } }
    .toggle-list li h4 .toggle-trigger {
      position: absolute;
      top: 10px;
      right: 20px;
      width: 40px;
      height: 40px; }
      .toggle-list li h4 .toggle-trigger:before, .toggle-list li h4 .toggle-trigger:after {
        content: "";
        position: absolute;
        width: 14px;
        height: 2px;
        background-color: #9ba6cc;
        -webkit-transition: all 200ms 0ms ease-in-out;
        -moz-transition: all 200ms 0ms ease-in-out;
        -ms-transition: all 200ms 0ms ease-in-out;
        -o-transition: all 200ms 0ms ease-in-out;
        transition: all 200ms 0ms ease-in-out; }
      .toggle-list li h4 .toggle-trigger:before {
        left: 13px;
        top: 19px; }
      .toggle-list li h4 .toggle-trigger:after {
        top: 19px;
        left: 13px;
        transform: rotate(-90deg); }
      @media (max-width: 640px) {
        .toggle-list li h4 .toggle-trigger {
          top: 50%;
          right: 10px;
          transform: translateY(-50%); } }
    .toggle-list li h4.open .toggle-trigger:before {
      transform: rotate(-180deg); }
    .toggle-list li h4.open .toggle-trigger:after {
      opacity: 0;
      visibility: hidden; }
  .toggle-list li .toggle-content {
    display: none;
    padding: 20px; }

.no-touch .toggle-list li h4 {
  -webkit-transition: all 300ms 0ms ease-in-out;
  -moz-transition: all 300ms 0ms ease-in-out;
  -ms-transition: all 300ms 0ms ease-in-out;
  -o-transition: all 300ms 0ms ease-in-out;
  transition: all 300ms 0ms ease-in-out; }
  .no-touch .toggle-list li h4:hover {
    background-color: rgba(48, 55, 79, 0.2); }


/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.hide{
  display: none;
}
#bottomNotice{
  text-align: center;
  margin: 0 20px;
  margin-top: 80px;
  margin-bottom: 40px;
}


.borderFrame{
  width: 500px;
  height: 500px;
}

.bubble_ordered-list {
  counter-reset:li; /* Initiate a counter */
  padding: 0 10px;
  text-align: center;
}
.bubble_ordered-list > li {
  position:relative; /* Create a positioning context */
  padding:4px 8px; /* Add some spacing around the content */
  list-style:none; /* Disable the normal item numbering */
  display:inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0 10px;
  margin-bottom: 20px;
  width: 320px;
}
/*.bubble_ordered-list > li:before {
  content: counter(li) ".";
  counter-increment: li;
  position: absolute;
  top: 1em;
  left: 0;
  font-size: 1.2em;
  width: 1em;
  margin-right: 8px;
  padding: 4px;
  font-weight: bold;
  font-family: "Helvetica Neue", Arial, sans-serif;
  text-align: center;
}*/
li .bubble_ordered-list,
li ul {margin-top:6px;}
.bubble_ordered-list .bubble_ordered-list li:last-child {margin-bottom:0;}

pre{
  font-size: 0.7em;
  background-color: #ECECEC;
  padding: 10px 20px 0px;
  text-align: left;
}

@media screen and (max-width: 460px) {
  .showLT460{
    display: initial;
  }
  .bubble_ordered-list > li{
    margin: 0;
  }
  .bubble_ordered-list{
    margin: 0;
    padding: 0;
  }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*price page */
.price-tabing-nav-3  > li > a .icon-outer{
  font-size: larger;
  font-weight: 500;    
}

.price-tabing-nav-3  > li > a .label{
  position: absolute;
  line-height: 18px;
  padding: 8px 0;
}

/*Bubble List*/
.bubble-wrapper:first-child{
    top: 0px; 
    opacity: 1; 
    left: 0px; 
    position: relative;
}
.bubble-list li{
  width: 100% !important;
  z-index: 1;
}
.scene3d{
  width: 100% !important;
  border: none;
}
.borderFrame{
  border: none !important;
}
.borderFrame ul{
    /*margin-top: 30px !important;*/
}

.price-advice-heading{
  color: white;
  font-size: 18px;
}
#quality-img{
    margin-top: 75px;
    z-index: 1;
}
.high-demand{
  position: absolute;
  right: 0px;
  top: 231px;
  font-size: 12px;
  line-height: 16px;
}
.bubble-img{
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.bubble-title{
  background: #7771fd9e;
  color: white;
  text-align: center;
  position: absolute;
  padding: 0px 25px;
  margin: 0;
  font-size: 9px;
  bottom: 0px;
  width: 100%;
  left: 0;
}
.bubble div{
    cursor: pointer;
}
.verticle-line{
  border-left: 2px solid #262b3e63;
  width: 0px;
  height: 92%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.horizontal-line{
  border-top: 2px solid #262b3e63;
  width: 80%;
  height: 1px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.lower-price{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 12px;
  margin: 0;
}
.bubble-box{
  height: 500px;
}
/*thumbnail*/
.quality-imgs{
  margin-right: 20px;
  cursor: pointer;
  width: 115px;
  height: 100px;
}
.thumb-wrapper{
    display: inline-flex;
}
.set-thumb{
    overflow-x: scroll;
}
.thumb-wrapper div{
    position: relative;
}
/*For Scroll*/
.set-thumb::-webkit-scrollbar {
  height: 4px;
}
.set-thumb::-webkit-scrollbar-track {
  background: transparent; 
  -webkit-box-shadow: inset 0 0 6px transparent;
}
.set-thumb::-webkit-scrollbar-thumb {
  background: #262b3e; 
  -webkit-box-shadow: inset 0 0 6px #fff;
}
.set-thumb::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
/* For Mozilla*/
.set-thumb::-moz-scrollbar {
  height: 4px;
}
.set-thumb::-moz-scrollbar-track {
  background: transparent; 
}
.set-thumb::-moz-scrollbar-thumb {
  background: #262b3e; 
}
.set-thumb::-moz-scrollbar-thumb:hover {
  background: #555; 
}
.thumbnail-img{
  margin: auto;
  height: 516px !important;
  width: 100%;
}
.thumbnail{
  background: #575f78  !important;
  border-color: #575f78  !important;
}
.thumb-count{
  position: absolute;
  color: #fff;
  background: #393b435c;
  padding: 2px 10px;
  font-size: 12px;
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
  left: 0;
  top: 5px;
}
.cross-sym{
  position: absolute;
  top: 7px;
  right: 7px;
  background: #17161669;
  padding: 5px 10px;
  color: white;
  font-weight: 300;
  border-radius: 15px;
  cursor: pointer;
  z-index: 99999;
  cursor: pointer;
}
.img-cover{
    width: 100%;
    margin: auto;
}
.slide-title{
  color: white;
    background: #00000070;
    margin-top: -58px;
    padding: 10px 0px 10px 12px;
    width: 100%;
    margin: auto;
    position: absolute;
    bottom: 4px;
}
#image-popup{
  padding: 10px;
  /*left: 56%;*/
  top: 127px;
}
#popup-img{
  max-height: 100%;
  position: relative;
}
.quality-imgs{
  opacity: 0.6;
}
.quality-imgs:hover, .quality-imgs.active{
  opacity: 1;
}
/*thumbnail*/

.txt-color{
    color: #616a86;
}
.thumb-img{
  width: 115px; 
  height: 100px;
  background-size: cover;
  background-position: center;
}
.thumb-img div{
  position: absolute;
  width: 100%;
  background: #16192473;
  left: 0px;
  height: 100%;
}
/*price page */

/*Prepare*/
.opacity-full{
  opacity: 1 !important;
}


/*bubble start*/
.borderFrame .bubble{
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
.bubble{
    color:white; background:#2e334d;
}
.buyer{
    z-index: 999;
}
.property_bubble,.my_home{
    z-index: 9px;
}
.property_bubble::after {
    background-color: #2a2a2b;
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
.property_bubble_active::after{
    opacity: 0 !important;
}
.property_bubble_active{
    z-index: 99999;
}
/*bubble end*/
.add-plus-suggestion{
    bottom: 5px !important;
}


/* PROMOTE PAGE*/

.h-730{
    /*height: 730px !important;*/
}

.best-photos-section .imgs:hover{
    opacity: 1;
    cursor: pointer;
}

.best-photos-section .imgs{
    width: 170px;
    height: 160px;
    display: inline-block;
    margin: 10px;
    position: relative;
    opacity: 0.7;
}

@media only screen and (min-width: 768px){
    .promote-aside{
        /*height: 100%;*/
        margin-top: 5%;
    }
}

.best-photos-section .imgs p{
    position: absolute;
    bottom: 0;
    left: 10px;
    color: white;
    font-size: 14px;
    margin: 6px 0px;
    text-transform: capitalize;
    z-index: 1;
    font-weight: 600;
}

.best-photos-section .imgs img{
    height: 160px;
    width: 100%;
}

.modebar--hover{
    display: none !important;
}

.svg-container{
    z-index: 10;
    text-align: center;
    margin: auto auto;
}

.legendtext{
    fill: white !important;
}

.surface{
    cursor: pointer;
    border: 2px solid white;
}

.plotly-notifier{
    display: none !important;
}



.pie-content .dheading{
  font-weight: 600;
  color: #ffffffc7;
  margin: 0;  
}

.pie-content .dbody{
  font-size: 13px;
}

.modebar{
  display: none !important;
}

.pie-chart-outer{
  position:absolute; 
  border:2px solid #42485b; 
  border-radius:74%; 
  width:39%; 
  height:53%; 
  top:23%; 
  left:15.8%;'
}

#Where_to_Advertise_pie{
  width: 300px;
  height: 300px;
  margin: auto;
}
.pieTip {
  z-index: 9;
  position: absolute;
  float: left;
  min-width: 30px;
  max-width: 300px;
  padding: 5px 10px 6px;
  border-radius: 2px;
  background: rgba(255,255,255,.97);
  color: #444;
  font-size: 12px;
  text-shadow: 0 1px 0 #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
  letter-spacing: .06em;
  box-shadow: 0 0 3px rgba(0,0,0,0.2), 0 1px 2px rgba(0,0,0,0.5);
  -webkit-transform: all .3s;
     -moz-transform: all .3s;
      -ms-transform: all .3s;
       -o-transform: all .3s;
          transform: all .3s;
  pointer-events: none;
}
.pieTip:after {
      position: absolute;
      left: 50%;
      bottom: -6px;
      content: "";
      height: 0;
      margin: 0 0 0 -6px;
      border-right: 5px solid transparent;
      border-left: 5px solid transparent;
      border-top: 6px solid rgba(255,255,255,.95);
      line-height: 0;
}
#Where_to_Advertise_pie path { cursor: pointer; }
@media only screen and (min-width: 992px){
  .pie-content{
    text-align: left;
    margin-top: 30%;
    width: 60%;
  }
  .piechartlegent{
    text-align: right;
    float: right;
  }
  .piechartlegent .legent-box{
    width: 100%;
    display: inline-flex;
  }
}
.piechartlegent .title-legent:before{
  content: '';
  padding: 0px 18px;
  margin-right: 10px;
  font-size: 9px;
}
.piechartlegent .legent-Internet:before{
  background: #7771fd;
}
.piechartlegent .legent-Agent:before{
  background: #A2B64B;
}
.piechartlegent .legent-Sign:before{
  background: #B6564B;
}
.piechartlegent .title-legent{
  font-size: 12px;
  margin: 0;
  line-height: 24px;
  font-weight: 400;
  color: #9ba6cc;
  margin-right: 15px;
  letter-spacing: 0.01em;
}

@media only screen and (max-width: 575px){
  .best-photos-section .imgs{
    width: 100% !important;
  }
}
/* PROMOTE PAGE*/