/*--------------------------------------------------------*/
/* TABLE OF CONTENTS: */
/*--------------------------------------------------------*/
/*01 - RESET*/
/*02 - GLOBAL SETTINGS*/
/*03 - TYPOGRAPHY*/
/*04 - BUTTONS*/
/*05 - HEADER*/
/*06 - TOP BANER CONTENT */
/*07 - OTHER TOP*/
/*08 - OTHER TOP*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*, ::after, ::before {
  -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: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
          order: -1; }

.order-last {
  -ms-flex-order: 13;
  -webkit-box-ordinal-group: 14;
          order: 13; }

.order-0 {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 1;
          order: 0; }

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1; }

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2; }

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
          order: 3; }

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
          order: 4; }

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
          order: 5; }

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
          order: 6; }

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
          order: 7; }

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
          order: 8; }

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
          order: 9; }

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
          order: 10; }

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
          order: 11; }

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
          order: 12; }

.offset-1 {
  margin-left: 8.333333%; }

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-sm-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13; }
  .order-sm-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0; }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.333333%; }
  .offset-sm-2 {
    margin-left: 16.666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.333333%; }
  .offset-sm-5 {
    margin-left: 41.666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.333333%; }
  .offset-sm-8 {
    margin-left: 66.666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.333333%; }
  .offset-sm-11 {
    margin-left: 91.666667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-md-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13; }
  .order-md-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0; }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.333333%; }
  .offset-md-2 {
    margin-left: 16.666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.333333%; }
  .offset-md-5 {
    margin-left: 41.666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.333333%; }
  .offset-md-8 {
    margin-left: 66.666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.333333%; }
  .offset-md-11 {
    margin-left: 91.666667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-lg-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13; }
  .order-lg-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0; }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.333333%; }
  .offset-lg-2 {
    margin-left: 16.666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.333333%; }
  .offset-lg-5 {
    margin-left: 41.666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.333333%; }
  .offset-lg-8 {
    margin-left: 66.666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.333333%; }
  .offset-lg-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
            order: -1; }
  .order-xl-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
            order: 13; }
  .order-xl-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
            order: 0; }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1; }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2; }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3; }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4; }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5; }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6; }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7; }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8; }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9; }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10; }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11; }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.333333%; }
  .offset-xl-2 {
    margin-left: 16.666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.333333%; }
  .offset-xl-5 {
    margin-left: 41.666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.333333%; }
  .offset-xl-8 {
    margin-left: 66.666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.333333%; }
  .offset-xl-11 {
    margin-left: 91.666667%; } }

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important; } }

.w-100 {
  width: 100% !important; }

.row.m10 {
  margin-left: -10px;
  margin-right: -10px; }

.row.m10 > div[class*="col"] {
  padding: 0 10px; }

@media (min-width: 1440px) {
  .row.m30-xxl {
    margin-left: -30px;
    margin-right: -30px; }
  .row.m30-xxl > div[class*="col"] {
    padding: 0 30px; }
  .row.m50-xxl {
    margin-left: -50px;
    margin-right: -50px; }
  .row.m50-xxl > div[class*="col"] {
    padding: 0 50px; } }

/*--------------------------------------------------------------------------------------------------------------*/
/* 01 - RESET */
/*--------------------------------------------------------------------------------------------------------------*/
html {
  overflow-y: scroll; }

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

* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-text-size-adjust: none; }

.clear {
  clear: both;
  overflow: hidden;
  height: 0;
  font-size: 0;
  display: block; }

html:not(.touch-screen)::-webkit-scrollbar,
html:not(.touch-screen) *::-webkit-scrollbar {
  width: 5px;
  height: 5px; }

html:not(.touch-screen)::-webkit-scrollbar-track,
html:not(.touch-screen) *::-webkit-scrollbar-track {
  background: #FFF; }

html:not(.touch-screen)::-webkit-scrollbar-thumb,
html:not(.touch-screen) *::-webkit-scrollbar-thumb {
  background: #108aeb; }

:focus, :hover, :active, :visited {
  outline: none; }

button {
  background: none; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/*  - GLOBAL SETTINGS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* main */
html {
  height: 100%;
  -webkit-font-smoothing: antialiased; }

body {
  height: 100%;
  overflow: hidden; }

#content-block {
  overflow: hidden;
  position: relative; }

.overflow-hidden {
  overflow: hidden; }

html.overflow-hidden body {
  overflow: hidden; }

.swiper-slide:not(:first-child) {
  display: none; }

html.keyboard-focus :focus {
  outline: auto; }

.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.bg-full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.full-size {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: top; }

.clearfix {
  position: relative; }

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

.cell-view {
  display: table-cell;
  vertical-align: middle;
  width: 10000px; }

section, .relative {
  position: relative; }

img[data-src] {
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
  opacity: 0; }

img[data-src].imgLoaded {
  opacity: 1; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* bootstrap extensions */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

@media (min-width: 576px) {
  .container {
    max-width: 1220px;
    padding: 0 30px; }
  .container.custom {
    width: 100%;
    max-width: 1330px; } }

/* spacers */
[class*=spacer] {
  clear: both;
  width: 100% !important; }

.spacer-lg {
  height: 180px; }

.spacer-md {
  height: 90px; }

.spacer-sm {
  height: 40px; }

.spacer-xs {
  height: 20px; }

/* breakpoints */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* TYPOGRAPHY */
/*-------------------------------------------------------------------------------------------------------------------------------*/
body {
  font-family: "CircularStd", Helvetica, Arial, sans-serif;
  color: #6d809b; }

b, strong {
  font-weight: 700; }

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.25s;
  transition: 0.25s; }

ul, ol {
  list-style: none; }

body, .text {
  font-size: 16px;
  line-height: 1.5em; }

.text-sm {
  font-size: 14px;
  line-height: 1.7; }

.text-lg {
  font-size: 18px;
  line-height: 1.33; }

.text-xl {
  font-size: 20px;
  line-height: 1.2; }

.text-subtitle {
  font-size: 14px;
  letter-spacing: 0.28px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700; }

.article > * {
  margin-bottom: 20px; }

.article > *:last-child {
  margin-bottom: 0; }

.article img {
  max-width: 100%;
  height: auto;
  display: block; }

.article ol {
  counter-reset: number; }

.article ol li {
  padding-left: 0; }

.article ol li:before {
  counter-increment: number;
  content: "#" counter(number);
  margin-right: 5px; }

.article ul li {
  padding-left: 20px; }

.article ul li:before {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #06192a;
  content: "";
  vertical-align: middle;
  margin: 0 10px; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  color: #06192a;
  font-family: "TiemposHeadline", "Times New Roman", Times, Baskerville, Georgia, serif, sans-serif; }

h1, .h1 {
  font-size: 76px;
  line-height: 1.1em; }

.h1.sm {
  font-size: 66px; }

h2, .h2 {
  font-size: 56px;
  line-height: 1.14em; }

h3, .h3 {
  font-size: 36px;
  line-height: 1.2em; }

h4, .h4 {
  font-size: 32px;
  line-height: 1.38em; }

h5, .h5 {
  font-size: 20px;
  line-height: 1.2em; }

h6, .h6 {
  font-size: 17px;
  line-height: 1.29em; }

@media (max-width: 767px) {
  h1, .h1 {
    font-size: 48px; }
  .h1.sm {
    font-size: 48px; }
  h2, .h2 {
    font-size: 36px; }
  h3, .h3 {
    font-size: 32px; } }

.text-truncate {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.text-left {
  text-align: left; }

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

.text-right {
  text-align: right; }

.w-ultralight {
  font-weight: 200; }

.w-light {
  font-weight: 300; }

.w-regular {
  font-weight: 400; }

.w-medium {
  font-weight: 500; }

.w-bold {
  font-weight: 700; }

@media (min-width: 0) {
  .text-xs-left {
    text-align: left; }
  .text-xs-center {
    text-align: center; }
  .text-xs-right {
    text-align: right; } }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left; }
  .text-sm-center {
    text-align: center; }
  .text-sm-right {
    text-align: right; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left; }
  .text-md-center {
    text-align: center; }
  .text-md-right {
    text-align: right; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left; }
  .text-lg-center {
    text-align: center; }
  .text-lg-right {
    text-align: right; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left; }
  .text-xl-center {
    text-align: center; }
  .text-xl-right {
    text-align: right; } }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* BUTTONS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.btn {
  display: inline-block;
  vertical-align: bottom;
  text-align: center;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  border-radius: 30px;
  border: 2px solid;
  padding: 18px 30px;
  min-width: 200px;
  -webkit-transition: 0.25s;
  transition: 0.25s; }
  .btn-primary {
    color: #FFF;
    border: 2px solid #108aeb;
    background: #108aeb; }
  .btn-secondary {
    background: transparent;
    border: 2px solid #d5eafa;
    color: #108aeb; }
  .btn-optional {
    border: #f3992d;
    background: #f3992d;
    color: #FFF; }
  .btn-purple {
    color: #FFF;
    background: #9c86f4;
    border: 2px solid #9c86f4; }
  .btn-header {
    font-size: 14px;
    line-height: 18px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    padding: 7px 15px;
    min-width: unset; }
    .btn-header .btn-icon {
      margin-right: 6px; }
  .btn-shadow {
    background: #fff;
    -webkit-box-shadow: 0 4px 4px 0 rgba(30, 151, 247, 0.05);
            box-shadow: 0 4px 4px 0 rgba(30, 151, 247, 0.05);
    font-size: 14px;
    letter-spacing: 0.28px;
    line-height: 18px;
    color: #06192a;
    text-transform: uppercase;
    border-color: #fff;
    padding: 16px 25px;
    min-width: unset; }
    .btn-shadow .btn-text {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
    .btn-shadow .btn-icon {
      margin-right: 12px;
      -webkit-transition: 0.25s;
      transition: 0.25s; }
  .btn-lg {
    text-transform: uppercase; }
  .btn-sm {
    padding: 15px 25px;
    min-width: unset; }
  .btn-h-sm {
    padding: 12px 30px; }
  .btn-block {
    display: block;
    width: 100%; }
  .btn-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .btn-text .btn-icon {
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  .btn-arr {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    width: 15px;
    margin-left: 12px;
    height: 2px;
    background-color: currentColor;
    border-radius: 1px;
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s; }
    .btn-arr:before, .btn-arr:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 8px;
      height: 2px;
      background-color: currentColor;
      -webkit-transform-origin: right;
              transform-origin: right;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      border-radius: 1px; }
    .btn-arr:after {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
  .btn:active {
    -webkit-transform: translateY(3px);
            transform: translateY(3px); }

.btn-close {
  width: 50px;
  height: 50px;
  font-size: 25px;
  line-height: 54px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  color: #06192a;
  -webkit-transition: 0.25s;
  transition: 0.25s; }
  .btn-close:active {
    -webkit-transform: translateY(3px);
            transform: translateY(3px); }

.btn-close:before {
  content: "\02715"; }

.btn-close2 {
  position: absolute;
  width: 45px;
  height: 45px; }
  .btn-close2:before, .btn-close2:after {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    left: 10px;
    width: 26px;
    height: 4px;
    border-radius: 2px;
    background: #8094ad;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    -webkit-transform: translateY(9px) rotate(45deg);
            transform: translateY(9px) rotate(45deg);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    margin-top: -10px; }
  .btn-close2:after {
    -webkit-transform: translateY(-9px) rotate(-45deg);
            transform: translateY(-9px) rotate(-45deg);
    margin-top: 8px; }

@media (min-width: 1200px) {
  html:not(.touch-screen) .btn-primary:hover {
    background: #48aeff;
    border-color: #48aeff; }
  html:not(.touch-screen) .btn-secondary:hover {
    border-color: #d5eafa;
    color: #48aeff; }
  html:not(.touch-screen) .btn-optional:hover {
    background: rgba(243, 153, 45, 0.8);
    border-color: rgba(243, 153, 45, 0.8); }
  html:not(.touch-screen) .btn-purple:hover {
    background-color: rgba(156, 134, 244, 0.7);
    border-color: transparent; }
  html:not(.touch-screen) .btn-header:hover {
    border-color: #FFF; }
  html:not(.touch-screen) .btn-shadow:hover {
    -webkit-box-shadow: 0 4px 4px 0 rgba(30, 151, 247, 0.08);
            box-shadow: 0 4px 4px 0 rgba(30, 151, 247, 0.08); }
    html:not(.touch-screen) .btn-shadow:hover .btn-icon {
      opacity: .7; }
  html:not(.touch-screen) .btn:hover .btn-arr {
    -webkit-transform: translateX(3px);
            transform: translateX(3px); }
  html:not(.touch-screen) .btn-close:hover {
    color: #108aeb; } }

@media (max-width: 991px) {
  .btn-shadow {
    -webkit-box-shadow: 0px 0px 4px 4px rgba(30, 151, 247, 0.08);
            box-shadow: 0px 0px 4px 4px rgba(30, 151, 247, 0.08); } }

@media (max-width: 575px) {
  .btn {
    min-width: unset; }
  .btn-close {
    width: 45px;
    height: 45px;
    line-height: 50px; } }

/* play button */
.play-btn-wrap {
  position: relative; }

.play-btn {
  position: relative;
  width: 120px;
  height: 120px;
  -webkit-box-shadow: 0 10px 40px 0 rgba(109, 128, 155, 0.2);
          box-shadow: 0 10px 40px 0 rgba(109, 128, 155, 0.2);
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: 0.25s;
  transition: 0.25s; }
  .play-btn-ar {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 9px 16px;
    border-color: transparent transparent transparent #108aeb; }

.video-hover {
  cursor: pointer; }

.video-hover:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(18, 26, 46, 0.2);
  opacity: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  visibility: hidden; }

@media (min-width: 1200px) {
  html:not(.touch-screen) .video-hover:hover:before {
    opacity: 1;
    visibility: visible; }
  html:not(.touch-screen) .play-btn:hover {
    -webkit-box-shadow: 0 10px 40px 0 rgba(109, 128, 155, 0.5);
            box-shadow: 0 10px 40px 0 rgba(109, 128, 155, 0.5); } }

@media (max-width: 767px) {
  .play-btn {
    width: 80px;
    height: 80px; }
    .play-btn-ar {
      border-width: 7px 0 7px 12px; } }

/* end of play button */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 03 - HEADER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.header + * {
  margin-top: 60px; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: transparent;
  -webkit-transition: 0.25s;
  transition: 0.25s; }
  .header_top {
    height: 60px;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    background: #109deb;
    background: -webkit-gradient(linear, left top, right top, from(#109deb), to(#73d2d0));
    background: linear-gradient(to right, #109deb, #73d2d0);
    color: #FFF;
    font-weight: 700; }
    .header_top .container {
      max-width: 1440px;
      padding: 0 30px;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .header_bottom {
    height: 100px;
    background: transparent;
    -webkit-transition: 0.25s;
    transition: 0.25s; }
    .header_bottom .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      height: 100%; }
      .header_bottom .container > .btn {
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  .header .scrolled-show {
    display: none; }
  .header.scrolled {
    -webkit-box-shadow: 0px 4px 8px 0 rgba(0, 0, 0, 0.03);
            box-shadow: 0px 4px 8px 0 rgba(0, 0, 0, 0.03);
    background-color: #fff; }
    .header.scrolled .header_bottom {
      height: 76px;
      background-color: rgba(30, 151, 247, 0.05); }
    .header.scrolled .scrolled-show {
      display: inline-block; }
    .header.scrolled .scrolled-hide {
      display: none; }
  .header.active {
    background-color: #fff; }

#logo {
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.nav_wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.header_nav {
  height: 100%; }
  .header_nav >
ul {
    height: 100%; }
    .header_nav >
ul > li {
      position: relative;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%;
      letter-spacing: 0.42px;
      padding-left: 19px;
      padding-right: 19px;
      color: #06192a; }
      .header_nav >
ul > li:last-child {
        margin-right: 0; }
      .header_nav >
ul > li.has-submenu:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10.5px 14px 10.5px;
        border-color: transparent transparent #fff transparent;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateX(-50%) translateY(30px);
                transform: translateX(-50%) translateY(30px);
        -webkit-transition: opacity .3s, -webkit-transform .3s;
        transition: opacity .3s, -webkit-transform .3s;
        transition: opacity .3s, transform .3s;
        transition: opacity .3s, transform .3s, -webkit-transform .3s; }

.hamburger {
  width: 26px;
  height: 20px;
  position: relative; }
  .hamburger span {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 4px;
    border-radius: 2px;
    margin-top: -1px;
    background: #108aeb;
    -webkit-transition: 0.25s;
    transition: 0.25s; }
  .hamburger:before, .hamburger:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background: #108aeb;
    margin-top: 8px;
    -webkit-transition: 0.25s;
    transition: 0.25s; }
  .hamburger:before {
    margin-top: -10px; }

.hamburger.active:before, .hamburger.active:after {
  -webkit-transform: translateY(9px) rotate(45deg);
          transform: translateY(9px) rotate(45deg);
  -webkit-transform-origin: center center;
          transform-origin: center center; }

.hamburger.active:after {
  -webkit-transform: translateY(-9px) rotate(-45deg);
          transform: translateY(-9px) rotate(-45deg); }

.hamburger.active span {
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  opacity: 0; }

.app-list {
  text-align: center; }
  .app-list li {
    display: inline-block;
    margin-right: 20px; }
    .app-list li:last-child {
      margin-right: 0; }
    .app-list li .img {
      height: 40px; }

.header-copyright {
  text-align: center;
  margin-top: 30px;
  color: #8094ad; }

@media (min-width: 1200px) {
  html:not(.touch-screen) .header_nav a:hover {
    color: #6d809b; }
  html:not(.touch-screen) .header_top-left a:hover {
    opacity: .7; } }

@media (max-width: 1199px) {
  .header_nav > ul > li {
    padding-left: 10px;
    padding-right: 10px; } }

/* mobile menu */
@media (max-width: 991px) {
  .header_bottom {
    height: 76px; }
  .header.active .nav_wrap {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  .header .btn {
    text-transform: uppercase; }
  .nav_wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    background-color: #fff;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: -webkit-transform .25s;
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
    padding: 120px 25% 40px;
    text-align: left;
    display: block;
    height: auto;
    z-index: 1; }
    .nav_wrap .btn-close2 {
      position: absolute;
      top: 10px;
      right: 10px;
      font-weight: 700;
      z-index: 1; }
    .nav_wrap .app-list {
      margin-top: 45px; }
  .header_nav {
    height: auto;
    padding-bottom: 30px;
    margin-bottom: 50px;
    border-bottom: 1px solid #ecf6fe; }
    .header_nav > ul {
      height: auto; }
      .header_nav > ul > li {
        height: auto;
        display: block;
        margin-right: 0; }
        .header_nav > ul > li > a {
          padding: 20px 0;
          display: block; }
  .nav-logo {
    display: inline-block;
    position: absolute;
    left: 30px;
    top: 30px; } }

@media (max-width: 575px) {
  .header + * {
    margin-top: 54px; }
  .header_top {
    height: 54px; }
    .header_top .container {
      padding: 0 15px; }
    .header_top .btn-header {
      font-size: 0;
      padding: 7px; }
      .header_top .btn-header .btn-icon {
        margin-right: 0; }
  .header_bottom {
    height: 66px; }
  .header.scrolled .header_bottom {
    height: 66px; } }

/* header bottom styles */
.simple-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: currentColor; }
  .simple-icon .img {
    max-width: 24px;
    max-height: 24px;
    display: block; }

.inner_menu {
  position: absolute;
  top: 100%;
  left: -100%;
  -webkit-box-shadow: 0 40px 40px 0 rgba(186, 198, 220, 0.3);
          box-shadow: 0 40px 40px 0 rgba(186, 198, 220, 0.3);
  background-color: #f7f9fc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, -webkit-transform .3s;
  transition: opacity .3s, transform .3s;
  transition: opacity .3s, transform .3s, -webkit-transform .3s; }
  .inner_menu-block {
    padding: 36px 0px 36px 20px;
    width: 300px;
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .inner_menu-title {
    color: #6d809b;
    margin-bottom: 20px; }
  .inner_menu-nested {
    background-color: #FFF;
    width: auto;
    padding-left: 30px;
    padding-right: 30px;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    opacity: 0;
    display: none; }
    .inner_menu-nested.active {
      display: block;
      opacity: 1; }
    .inner_menu-nested:only-child .nav_inner-nested {
      -webkit-column-count: 3;
         -moz-column-count: 3;
              column-count: 3; }

.nav_inner > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: -0.18px;
  color: #434e6c;
  text-transform: none;
  margin-bottom: 4px;
  width: 100%;
  padding-right: 20px; }
  .nav_inner > li.active > a {
    background-color: #FFF;
    -webkit-box-shadow: 0 4px 4px 0 rgba(81, 94, 128, 0.05);
            box-shadow: 0 4px 4px 0 rgba(81, 94, 128, 0.05); }
  .nav_inner > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 8px;
    border-radius: 6px; }
    .nav_inner > li > a .simple-icon {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-right: 14px;
      -ms-flex-item-align: start;
          align-self: flex-start; }
  .nav_inner > li .tag {
    position: relative;
    -webkit-transform: translateX(8px);
            transform: translateX(8px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    vertical-align: middle; }

.nav_inner .simple-icon .img {
  max-width: 100%;
  max-height: 100%; }

.nav_inner-nested {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px; }
  .nav_inner-nested > li {
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid-column; }
    .nav_inner-nested > li > a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-radius: 6px;
      padding: 12px; }
      .nav_inner-nested > li > a .icon {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 24px;
        height: 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
  .nav_inner-nested .content {
    text-transform: none;
    width: 205px;
    margin-left: 12px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .nav_inner-nested .content_title {
      font-size: 16px;
      line-height: 1.25em;
      letter-spacing: -0.16px;
      color: #434e6c;
      font-weight: 700;
      display: block;
      margin-top: 3px;
      margin-bottom: 10px; }
      .nav_inner-nested .content_title .tag {
        margin-left: 10px;
        vertical-align: middle; }
    .nav_inner-nested .content_text {
      color: #6d809b;
      font-size: 14px;
      line-height: 1.43;
      font-weight: normal;
      letter-spacing: -0.14px; }

.nav_inner-wrap {
  max-height: calc(100vh - 290px);
  overflow: auto; }

.nav-arr {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 100%;
  -webkit-transition: 0.25s;
  transition: 0.25s; }
  .nav-arr:active {
    -webkit-transform: translateY(3px);
            transform: translateY(3px); }
  .nav-arr:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    left: 50%;
    border-top: 2px solid #dde5ee;
    border-right: 2px solid #dde5ee;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg); }
  .nav-arr.active:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg); }

@media (max-width: 1199px) {
  .nav_inner-nested .content {
    width: 150px; } }

@media (min-width: 1200px) {
  html:not(.touch-screen) .nav_inner > li > a:hover {
    background-color: #FFF;
    -webkit-box-shadow: 0 4px 4px 0 rgba(81, 94, 128, 0.05);
            box-shadow: 0 4px 4px 0 rgba(81, 94, 128, 0.05);
    color: inherit; }
  html:not(.touch-screen) .nav_inner-nested > li > a:hover {
    background-color: #f7f9fc;
    color: inherit; } }

@media (min-width: 992px) {
  .header_nav > ul > li:hover:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0); }
  .header_nav > ul > li:hover .inner_menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .nav-arr, .back-menu,
  .inner_menu-block .inner_menu-block {
    display: none !important; } }

@media (max-width: 991px) {
  .nav_wrap {
    overflow: auto; }
  .nav_wrap.overflow-hidden {
    overflow: hidden; }
  .header_nav > ul > li {
    color: #434e6c; }
    .header_nav > ul > li a {
      font-size: 20px; }
    .header_nav > ul > li > a {
      letter-spacing: 0.6px; }
  .inner_menu {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 1;
    z-index: 1;
    visibility: visible;
    background-color: #FFF; }
  .inner_menu-block {
    width: 100%;
    padding-top: 20px;
    padding-left: 25%;
    padding-right: 25%;
    text-align: left; }
    .inner_menu-block .nav_inner-wrap {
      max-height: calc(100vh - 190px); }
      .inner_menu-block .nav_inner-wrap .nav_inner-wrap {
        max-height: unset; }
    .inner_menu-block .inner_menu-block {
      padding: 15px 0; }
  .inner_menu.active-mobile {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    visibility: visible; }
  .inner_menu-nested {
    position: relative;
    display: none;
    opacity: 1; }
    .inner_menu-nested.active {
      display: none; }
    .inner_menu-nested .inner_menu-title {
      display: none; }
    .inner_menu-nested:only-child {
      display: block; }
      .inner_menu-nested:only-child .nav_inner-nested {
        -webkit-column-count: 1;
           -moz-column-count: 1;
                column-count: 1; }
      .inner_menu-nested:only-child .inner_menu-title {
        display: inline-block; }
  .back-menu {
    position: relative;
    display: inline-block;
    padding: 10px 20px 10px 40px;
    margin-bottom: 5px;
    border-radius: 5px; }
    .back-menu:active {
      -webkit-transform: translateY(3px);
              transform: translateY(3px); }
    .back-menu:before {
      content: '';
      position: absolute;
      left: 15px;
      top: 50%;
      width: 12px;
      height: 12px;
      border-left: 3px solid #dde5ee;
      border-top: 3px solid #dde5ee;
      -webkit-transform: translateY(-50%) rotate(-45deg);
              transform: translateY(-50%) rotate(-45deg); }
  .inner_menu-title {
    font-size: 20px;
    text-align: center;
    color: #434e6c; }
  .nav-arr:before {
    width: 12px;
    height: 12px;
    border-width: 3px 3px 0 0; }
  .nav_inner > li {
    padding-left: 0;
    padding-right: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .nav_inner > li.active > a {
      -webkit-box-shadow: none;
              box-shadow: none; }
    .nav_inner > li > a {
      border-radius: 0;
      padding-right: 30px;
      padding-top: 16px;
      padding-bottom: 16px; }
      .nav_inner > li > a .simple-icon {
        margin-right: 24px; }
    .nav_inner > li .nav_inner-nested li.active .content_title {
      color: #108aeb; }
    .nav_inner > li .nav-arr {
      left: auto;
      right: 0;
      height: 68px; }
      .nav_inner > li .nav-arr:before {
        -webkit-transform: translate(-50%, -50%) rotate(135deg);
                transform: translate(-50%, -50%) rotate(135deg);
        -webkit-transition: 0.25s;
        transition: 0.25s;
        margin-top: -2px; }
      .nav_inner > li .nav-arr.active:before {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
                transform: translate(-50%, -50%) rotate(-45deg); }
  .inner_menu-block .nav_inner-wrap {
    padding: 0; }
  .inner_menu-nested .nav_inner-wrap {
    padding: 0; }
  .nav_inner-nested {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1; }
    .nav_inner-nested .content_text {
      display: none; }
    .nav_inner-nested .content_title {
      margin-bottom: 0;
      font-size: 20px; }
  .nav_inner-nested .content {
    width: auto;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    margin-left: 16px; }
    .nav_inner-nested .content_title {
      font-weight: 300; } }

@media (max-width: 767px) {
  .nav_wrap {
    padding: 100px 20px 30px; }
  .nav-logo {
    top: 20px;
    left: 20px; }
  .header_nav > ul > li {
    padding: 0; }
    .header_nav > ul > li > a {
      padding: 15px 0;
      margin-right: 45px; }
  .inner_menu-block {
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px; }
  .nav_inner > li .nav-arr {
    width: 60px;
    z-index: 2; }
  .nav_inner > li > a {
    padding: 16px 60px 16px 20px; }
  .nav_inner-nested > li > a {
    padding: 12px 20px; }
  .inner_menu-title {
    margin-left: 10px; }
  .inner_menu-block .inner_menu-block {
    padding: 8px 0;
    border-top: 2px solid #ecf6fe;
    border-bottom: 2px solid #ecf6fe; } }

/* end of header bottom styles */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*  - TOP BANNER CONTENT */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.content-section {
  position: relative;
  max-width: 1440px;
  margin: 0 auto; }

.content-section-top {
  padding-top: 140px;
  padding-bottom: 90px;
  margin-bottom: 40px; }

@media (max-width: 991px) {
  .content-section-top {
    padding-bottom: 0;
    margin-bottom: 60px; } }

/* content spaces */
.content-space-1 {
  padding: 100px 0; }

.content-space-2 {
  margin-top: 65px;
  padding: 60px 0 80px; }

.content-space-3 {
  padding: 110px 0 25px; }

.content-space-4 {
  padding: 100px 0 20px; }

.content-space-5 {
  padding: 100px 0 0; }

.content-space-7 {
  padding: 20px 0 0; }

.content-subtitle {
  margin-bottom: 20px; }

.title-space-1 {
  margin-bottom: 45px; }

@media (max-width: 991px) {
  .content-space-1 {
    padding: 80px 0; }
  .content-space-2 {
    margin-top: 0;
    padding: 80px 0 50px; }
  .content-space-3 {
    padding: 50px 0 0; }
  .content-space-7 {
    padding: 100px 0 0; } }

@media (max-width: 767px) {
  .content-space-1 {
    padding: 50px 0; }
  .content-space-4 {
    padding-top: 40px; }
  .content-subtitle {
    margin-bottom: 15px; }
  .sm-p-0 {
    padding: 0; } }

/* end of content spaces */
/* top-swiper-wrap */
.top-swiper-wrap {
  margin-bottom: 100px; }
  .top-swiper-wrap .play-btn {
    position: absolute;
    top: 36%;
    left: 37%; }

@media (max-width: 991px) {
  .top-swiper-wrap {
    margin-bottom: 100px; }
    .top-swiper-wrap .swiper-button-prev,
    .top-swiper-wrap .swiper-button-next {
      display: none; }
    .top-swiper-wrap .swiper-pagination-custom {
      position: relative;
      bottom: 0 !important;
      width: auto !important;
      margin: 20px 60px 0; } }

@media (max-width: 767px) {
  .top-swiper-wrap {
    margin-bottom: 70px; }
    .top-swiper-wrap .swiper-pagination-custom {
      margin: 20px 0 0; }
    .top-swiper-wrap .play-btn {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); } }

@media (max-width: 575px) {
  .content-section-top {
    padding-top: 100px; } }

/* end of top-swiper-wrap */
/* top-form */
.top-form {
  max-width: 470px;
  margin: 50px auto 50px; }

/* end of top-form */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 05 - OTHER TOP */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* decor blocks */
.decor-lightblue {
  color: rgba(30, 151, 247, 0.05); }

.decor-purple {
  color: rgba(156, 134, 244, 0.1); }

.decor-orange {
  color: rgba(243, 153, 45, 0.1); }

.decor-green {
  color: rgba(92, 192, 190, 0.1); }

.decor-inner {
  background-color: currentColor; }

.decor {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: currentColor; }
  .decor-half {
    width: 50%; }
  .decor:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 10000px;
    background-color: currentColor; }
  .decor .decor-inner {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%; }
  .decor-top-right {
    left: 0;
    top: 0;
    border-radius: 0% 100% 0% 100% / 0% 0% 100% 100%; }
    .decor-top-right:before {
      left: 100%; }
    .decor-top-right .decor-inner {
      left: 0;
      border-radius: 100% 0% 100% 0% / 100% 0% 100% 0%; }
    .decor-top-right .decor-inner-same {
      left: 0;
      border-radius: 0% 100% 0% 100% / 0% 100% 0% 100%; }
    .decor-top-right.decor-half {
      left: 50%; }
  .decor-bottom-left {
    left: 0;
    top: 0;
    border-radius: 0% 100% 100% 0% / 30% 100% 0% 70%; }
    .decor-bottom-left:before {
      right: 100%; }
    .decor-bottom-left .decor-inner {
      right: 0;
      border-radius: 100% 0% 100% 0% / 100% 0% 100% 0%; }
      .decor-bottom-left .decor-inner.decor-inner-angle {
        border-radius: 100% 0% 0% 0% / 100% 0% 100% 0%; }
    .decor-bottom-left .decor-inner-same {
      right: 0;
      border-radius: 0% 100% 0% 100% / 0% 100% 0% 100%; }

.decor.decor-type2 {
  right: 150px;
  bottom: 0;
  border-radius: 0% 100% 100% 0% / 0% 100% 0% 100%; }
  .decor.decor-type2:before {
    right: 100%;
    left: auto; }

.decor.decor-type2-right {
  right: auto;
  left: 150px;
  border-radius: 100% 0% 100% 0% / 100% 100% 0% 0%; }
  .decor.decor-type2-right:before {
    right: auto;
    left: 100%; }

@media (max-width: 991px) {
  .decor-half {
    top: 50px;
    width: 500px;
    right: -230px !important;
    left: auto;
    height: 500px;
    border-radius: 100% 0% 0% 100% / 100% 0% 100% 0%; }
    .decor-half:before {
      right: auto;
      left: 100%; }
    .decor-half .decor-inner {
      border-radius: 0% 100% 0% 100% / 0% 100% 0% 100%; }
  .decor-top-section {
    height: 80%; }
  .decor.decor-type2 {
    height: 70%; } }

@media (max-width: 767px) {
  .decor-half {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
    top: 130px;
    width: 300px;
    height: 300px;
    left: 60% !important; }
  .decor-top-section {
    height: auto;
    width: auto;
    top: -60px;
    bottom: -60px;
    left: -40%;
    right: -40%; }
  .decor.decor-type2 {
    right: -150px;
    height: 90%;
    width: calc(100% + 250px); }
  .decor.decor-type2-right {
    left: -150px; } }

/* end of decor blocks */
.word-wrap {
  display: inline-block; }

.h1 .word-wrap {
  padding-bottom: 6px; }

.lettering .word-wrap span {
  position: relative;
  display: inline-block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: skewY(20deg) translate3d(0, 140px, 0);
          transform: skewY(20deg) translate3d(0, 140px, 0);
  will-change: transform; }

.animated .lettering .word-wrap span {
  -webkit-transform: skewY(0deg) translate3d(0, 0, 0);
  transform: skewY(0deg) translate3d(0, 0, 0); }

.fade-top {
  will-change: opacity,transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(75px);
          transform: translateY(75px);
  -webkit-transition: opacity 1.2s cubic-bezier(0.37, 0.01, 0, 0.98), -webkit-transform 1s cubic-bezier(0.37, 0.01, 0, 0.98);
  transition: opacity 1.2s cubic-bezier(0.37, 0.01, 0, 0.98), -webkit-transform 1s cubic-bezier(0.37, 0.01, 0, 0.98);
  transition: opacity 1.2s cubic-bezier(0.37, 0.01, 0, 0.98), transform 1s cubic-bezier(0.37, 0.01, 0, 0.98);
  transition: opacity 1.2s cubic-bezier(0.37, 0.01, 0, 0.98), transform 1s cubic-bezier(0.37, 0.01, 0, 0.98), -webkit-transform 1s cubic-bezier(0.37, 0.01, 0, 0.98); }

.animated .fade-top {
  opacity: 1;
  -webkit-transform: none;
          transform: none; }

.anime-delay1 {
  -webkit-transition-delay: .3s;
          transition-delay: .3s; }

.anime-delay2 {
  -webkit-transition-delay: .6s;
          transition-delay: .6s; }

.anime-delay3 {
  -webkit-transition-delay: .9s;
          transition-delay: .9s; }

.anime-delay4 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s; }

.anime-delay5 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s; }

.anime-delay6 {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s; }

.anime-delay7 {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s; }

.anime-delay8 {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s; }

.anime-delay9 {
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* COLORS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.color-default {
  color: #6d809b; }

.color-primary {
  color: #06192a; }

.color-secondary {
  color: #108aeb; }

.color-white {
  color: #FFF; }

.color-lighter {
  color: rgba(255, 255, 255, 0.5); }

.color-additional {
  color: #8094ad; }

.color-additional-lighter {
  color: #a1b2cf; }

.color-orange {
  color: #f3992d; }

.color-orange-text {
  color: #f09f41; }

.color-purple {
  color: #9c86f4; }

.color-green {
  color: #5cc0be; }

/*# sourceMappingURL=maps/main.css.map */
