/*####################*/
/* TABLE OF CONTENTS: */
/*####################*/
/* 01 FONTS           */
/*====================*/
/* 02 BOOTSTRAP       */
/*====================*/
/* 03 RESET           */
/*====================*/
/* 04 GENERAL STYLES  */
/*====================*/
/* 05 TYPOGRAPHY      */
/*====================*/
/* 06 SHORTCODES      */
/*====================*/
/* 07 HEADER          */
/*####################*/
/*##########*/
/* 01 FONTS */
/*##########*/
@font-face {
  font-family: 'Candara';
  src: url("../fonts/Candara.eot");
  src: url("../fonts/Candara.eot?#iefix") format("embedded-opentype"), url("../fonts/Candara.woff2") format("woff2"), url("../fonts/Candara.woff") format("woff"), url("../fonts/Candara.ttf") format("truetype"), url("../fonts/Candara.svg#Aquarion") format("svg");
  font-weight: 400;
  font-style: normal;
}

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

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

@font-face {
  font-family: 'Candara';
  src: url("../fonts/Candara-BoldItalic.eot");
  src: url("../fonts/Candara-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Candara-BoldItalic.woff2") format("woff2"), url("../fonts/Candara-BoldItalic.woff") format("woff"), url("../fonts/Candara-BoldItalic.ttf") format("truetype"), url("../fonts/Candara-BoldItalic.svg#Candara-BoldItalic") format("svg");
  font-weight: 700;
  font-style: italic;
}

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

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

/*##############*/
/* 02 BOOTSTRAP */
/*##############*/
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: 1540px;
  }
}

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

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

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

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;
}

blockquote,
q {
  quotes: none;
}

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

body * {
  -webkit-text-size-adjust: none;
  outline: none;
}

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

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

input,
textarea,
select {
  font-weight: 400;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  background: none;
  border: none;
  margin: 0;
  width: 100%;
  font-family: 'Arial';
}

textarea {
  display: block;
  resize: none;
  overflow: auto;
}

select::-ms-expand {
  display: none;
}

input[type="submit"],
input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border: none;
  cursor: pointer;
  z-index: 1;
}

a,
a:link,
a:visited,
a:active,
a:hover {
  cursor: pointer;
  text-decoration: none;
  outline: none;
}

body {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  font-family: 'Arial';
}

b,
strong {
  font-weight: 700;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
}

/*###################*/
/* 04 GENERAL STYLES */
/*###################*/
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-track {
  background-color: #2c2c2c;
}

::-webkit-scrollbar-thumb {
  background-color: #00c9e0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  position: relative;
  font-family: "Candara", sans-serif;
  scroll-behavior: smooth;
}

section {
  position: relative;
}

img {
  max-width: 100%;
}

hr {
  width: 100%;
  border: none;
  border-top: 2px solid #F7F7F7;
  margin: 0;
}

button {
  padding: 0;
  border: none;
  background: none;
}

.container,
.container-fluid {
  max-width: 100%;
}

.custom-container {
  position: relative;
  width: 100%;
  padding: 0 13.5%;
}

.custom-container:before, .custom-container:after {
  content: '';
  display: table;
}

.custom-container:after {
  clear: both;
}

#content-block {
  position: relative;
  /* min-height: 160vh; */
  margin-top: 160px;
  z-index: 1;
}

.bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: center top / cover no-repeat;
}

.bg:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.vertical-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.simple-animation {
  opacity: 0;
  -webkit-transition: opacity .37s ease .1s;
  -o-transition: opacity .37s ease .1s;
  transition: opacity .37s ease .1s;
}

.simple-animation.animated {
  opacity: 1;
}

.lazy-load-bg,
.lazy-load-random-bg {
  background: center / cover no-repeat;
}

.lazy-load-img img {
  width: 100%;
}

.home-banner .vertical-align {
  height: 100%;
}

.home-banner .lazy-load-img {
  margin-left: -11%;
  margin-right: 5%;
}

.title,
.small-title,
.side-title {
  position: relative;
  display: inline-block;
}

.title {
  padding: 0 100px;
}

.title:before, .title:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 74px;
  height: 4px;
  background-color: #00c9e0;
}

.title:before {
  left: 0;
}

.title:after {
  right: 0;
}

.title h1,
.title h2,
.title h3,
.title h4,
.title h5,
.title h6 {
  color: #000;
  font-size: 56px;
  font-weight: 700;
  line-height: 70px;
}

.title.light h1,
.title.light h2,
.title.light h3,
.title.light h4,
.title.light h5,
.title.light h6 {
  color: #fff;
}

.small-title {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.side-title {
  padding-left: 25px;
}

.side-title:before {
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  bottom: 0;
  width: 4px;
  background-color: #00c9e0;
}

.social a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.social a,
.social a:before {
  border-radius: 50%;
}

.social a {
  width: 48px;
  height: 48px;
  margin-right: 10px;
}

.social a:last-child {
  margin-right: 0;
}

.social a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #272727;
  border: 2px solid #272727;
  -webkit-transition: background-color .42s ease-in-out, border-color .42s ease-in-out, -webkit-transform .1s ease-in-out;
  transition: background-color .42s ease-in-out, border-color .42s ease-in-out, -webkit-transform .1s ease-in-out;
  -o-transition: background-color .42s ease-in-out, border-color .42s ease-in-out, transform .1s ease-in-out;
  transition: background-color .42s ease-in-out, border-color .42s ease-in-out, transform .1s ease-in-out;
  transition: background-color .42s ease-in-out, border-color .42s ease-in-out, transform .1s ease-in-out, -webkit-transform .1s ease-in-out;
}

.social a:active:before {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.social svg {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 18px;
  height: 18px;
}

.social path {
  fill: #fff;
}

.rellax {
  will-change: transform;
}

.ie .additional-articles-section .custom-container > .row {
  display: block;
}

/*#######*/
/* HOVER */
/*#######*/
@media (min-width: 1200px) {
  .social a:hover:before {
    border-color: #00c9e0;
    background-color: transparent;
  }
  .social a:hover path {
    fill: #00c9e0;
  }
}

/*###############*/
/* MEDIA QUERIES */
/*###############*/
@media (max-width: 1799px) {
  .custom-container {
    padding: 0 8%;
  }
}

@media (max-width: 1699px) {
  .custom-container {
    padding: 0 7%;
  }
}

@media (max-width: 1599px) {
  .custom-container {
    padding: 0 3%;
  }
  #content-block {
    margin-top: 147px;
  }
}

@media (max-width: 1399px) {
  #content-block {
    margin-top: 130px;
  }
  .custom-container {
    padding: 0 3%;
  }
  .title {
    padding: 0 66px;
  }
  .title:before, .title:after {
    width: 52px;
    height: 2px;
  }
  .title h1,
  .title h2,
  .title h3,
  .title h4,
  .title h5,
  .title h6 {
    font-size: 42px;
    line-height: 56px;
  }
  .small-title {
    font-size: 16px;
    line-height: 26px;
  }
  .side-title {
    padding-left: 20px;
  }
  .side-title:before {
    top: 12px;
    width: 2px;
  }
}

@media (max-width: 1199px) {
  #content-block {
    margin-top: 65px;
  }
  .social a {
    width: 36px;
    height: 36px;
  }
  .social svg {
    top: 10px;
    left: 10px;
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 991px) {
  #content-block {
    min-height: 100vh;
    margin-top: 56px;
  }
  .custom-container {
    padding: 0 15px;
  }
  .title {
    padding: 0 36px;
  }
  .title:before, .title:after {
    width: 26px;
    height: 1px;
  }
  .title h1,
  .title h2,
  .title h3,
  .title h4,
  .title h5,
  .title h6 {
    font-size: 30px;
    line-height: 40px;
  }
  .side-title {
    padding-left: 0;
  }
  .side-title:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .title {
    padding: 0;
  }
  .title:before, .title:after {
    display: none;
  }
}

/*###############*/
/* 05 TYPOGRAPHY */
/*###############*/
.simple-article {
  color: #2b2b2b;
  font-size: 18px;
  line-height: 30px;
}

.simple-article.small {
  font-size: 16px;
  line-height: 24px;
}

.simple-article.small ul li:before {
  top: 8px;
}

.simple-article.small ol li:before {
  top: 0;
}

.simple-article.large {
  font-size: 20px;
  line-height: 32px;
}

.simple-article.large ul li:before {
  top: 12px;
}

.simple-article.light {
  color: rgba(255, 255, 255, 0.8);
}

.simple-article.light h1,
.simple-article.light h2,
.simple-article.light h3,
.simple-article.light h4,
.simple-article.light h5,
.simple-article.light h6 {
  color: #fff;
}

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

.simple-article > *:first-child {
  margin-top: 0 !important;
}

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

.simple-article > img {
  display: block;
  margin: 40px 0;
}

.simple-article > div:not(.simple-carousel) {
  position: relative;
  display: block;
  height: 0;
  width: 100%;
  padding-top: 60%;
  margin: 50px 0;
}

.simple-article > div.simple-carousel {
  height: auto !important;
  padding: 40px 0 0;
  margin-bottom: 40px;
}

.simple-article iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.simple-article blockquote {
  position: relative;
  font-size: 22px;
  color: #555;
  line-height: 30px;
  text-align: center;
  font-family: "FavoritC", sans-serif;
  padding: 15px 30px;
}

.simple-article blockquote:before, .simple-article blockquote:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15px;
  border: solid #e0e0e0;
}

.simple-article blockquote:before {
  left: 0;
  border-width: 1px 0 1px 1px;
}

.simple-article blockquote:after {
  right: 0;
  border-width: 1px 1px 1px 0;
}

.simple-article ul li,
.simple-article ol li {
  position: relative;
  padding-left: 27px;
  margin-bottom: 18px;
}

.simple-article ul li:last-child,
.simple-article ol li:last-child {
  margin-bottom: 0;
}

.simple-article ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #00c9e0;
}

.simple-article ol {
  counter-reset: number;
}

.simple-article ol li:before {
  position: absolute;
  counter-increment: number;
  content: counter(number) "";
  top: 3px;
  left: 0;
  color: #00c9e0;
  font-size: 14px;
  font-weight: 700;
}

.simple-article ol li:nth-child(1):before, .simple-article ol li:nth-child(2):before, .simple-article ol li:nth-child(3):before, .simple-article ol li:nth-child(4):before, .simple-article ol li:nth-child(5):before, .simple-article ol li:nth-child(6):before, .simple-article ol li:nth-child(7):before, .simple-article ol li:nth-child(8):before, .simple-article ol li:nth-child(9):before {
  content: "0" counter(number) ".";
}

.simple-article a {
  position: relative;
  color: #00c9e0;
}

.simple-article a:before {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0;
  height: 1px;
  background-color: #00c9e0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #000;
  font-weight: 700;
  font-family: "FavoritC", sans-serif;
}

h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light,
.h1.light,
.h2.light,
.h3.light,
.h4.light,
.h5.light,
.h6.light {
  color: #fff;
}

h1,
.h1 {
  font-size: 50px;
  line-height: 70px;
}

h2,
.h2 {
  font-size: 40px;
  line-height: 60px;
}

h3,
.h3 {
  font-size: 38px;
  line-height: 40px;
}

h4,
.h4 {
  font-size: 29px;
  line-height: 41px;
}

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

h6,
.h6 {
  font-size: 18px;
  line-height: 26px;
}

/*#######*/
/* HOVER */
/*#######*/
@media (min-width: 1200px) {
  .simple-article a:hover:before {
    left: 0;
    right: 0;
  }
}

/*###############*/
/* MEDIA QUERIES */
/*###############*/
@media (max-width: 1399px) {
  .simple-article {
    font-size: 16px;
    line-height: 28px;
  }
  .simple-article.small {
    font-size: 14px;
    line-height: 22px;
  }
  .simple-article.small ul li:before {
    top: 8px;
  }
  .simple-article.large {
    font-size: 18px;
    line-height: 32px;
  }
  .simple-article ul li,
  .simple-article ol li {
    margin-bottom: 15px;
  }
  .simple-article ul li:last-child,
  .simple-article ol li:last-child {
    margin-bottom: 0;
  }
  .simple-article blockquote {
    font-size: 20px;
    line-height: 28px;
    padding: 15px 25px;
  }
  h1,
  .h1 {
    font-size: 40px;
    line-height: 60px;
  }
  h2,
  .h2 {
    font-size: 32px;
    line-height: 46px;
  }
  h3,
  .h3 {
    font-size: 28px;
    line-height: 32px;
  }
}

@media (max-width: 991px) {
  .simple-article {
    font-size: 14px;
    line-height: 24px;
  }
  .simple-article.small {
    font-size: 13px;
    line-height: 22px;
  }
  .simple-article.small ul li:before {
    top: 6px;
  }
  .simple-article.small ol li:before {
    top: 3px;
  }
  .simple-article.large {
    font-size: 16px;
    line-height: 28px;
  }
  .simple-article.large ul li,
  .simple-article.large ol li {
    padding-left: 32px;
  }
  .simple-article.large ul li:before {
    top: 10px;
  }
  .simple-article.large ol li:before {
    top: 6px;
  }
  .simple-article > * {
    margin-bottom: 15px;
  }
  .simple-article > *:last-child {
    margin-bottom: 0;
  }
  .simple-article ul li,
  .simple-article ol li {
    margin-bottom: 10px;
  }
  .simple-article ul li:last-child,
  .simple-article ol li:last-child {
    margin-bottom: 0;
  }
  .simple-article ul li:before {
    top: 7px;
  }
  .simple-article ol li:before {
    top: 3px;
    left: 0;
    font-size: 12px;
    line-height: 16px;
  }
  .simple-article > img,
  .simple-article > div:not(.simple-carousel) {
    margin: 20px 0;
  }
  .simple-article > div.simple-carousel {
    padding: 20px 0 0;
    margin-bottom: 20px;
  }
  .simple-article blockquote {
    font-size: 18px;
    line-height: 26px;
    padding: 15px;
  }
  h1,
  .h1 {
    font-size: 28px;
    line-height: 36px;
  }
  h2,
  .h2 {
    font-size: 26px;
    line-height: 34px;
  }
  h3,
  .h3 {
    font-size: 24px;
    line-height: 32px;
  }
  h4,
  .h4 {
    font-size: 20px;
    line-height: 30px;
  }
}

/*###############*/
/* 06 SHORTCODES */
/*###############*/
.overflow-hidden {
  overflow: hidden;
}

.full-size {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.relative {
  position: relative;
}

.bg-white {
  background-color: #fff;
}

.bg-light {
  background-color: #EDF6E5;
}

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

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

.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0 !important;
}

/*###############*/
/* MEDIA QUERIES */
/*###############*/
@media (max-width: 991px) {
  .text-center-sm {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .display-xs {
    display: none;
  }
}

@media (max-width: 767px) {
  .text-center-xs {
    text-align: center;
  }
  .none-xs {
    display: none;
  }
}

/*###########*/
/* 07 HEADER */
/*###########*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  height: 149px;
}

header .top {
  background-color: #2c2c2c;
  padding: 10px 0;
}

header .bottom {
  background-color: #fff;
}

header .bottom .custom-container {
  padding-bottom: 10px;
}

header .custom-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header.scrolled {
  -webkit-box-shadow: 0 22px 41px -18px rgba(0, 0, 0, 0.35);
          box-shadow: 0 22px 41px -18px rgba(0, 0, 0, 0.35);
}

.header-contact,
.header-contact span,
.header-contact svg,
.header-button,
#logo,
nav,
nav > ul,
nav > ul > li {
  position: relative;
  display: inline-block;
}

.header-contact {
  margin-right: 50px;
}

.header-contact:last-of-type {
  margin-right: 0;
}

.header-contact a,
.header-contact svg,
.header-contact .lazy-load-bg {
  vertical-align: middle;
}

.header-contact svg,
.header-contact .lazy-load-bg {
  width: 26px;
  height: 26px;
  margin-right: 5px;
}

.header-contact path {
  fill: #00c9e0;
}

.header-contact a {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-family: "FavoritC", sans-serif;
}

.header-contact .lazy-load-bg {
  background: center / contain no-repeat;
}

.header-button {
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-family: "FavoritC", sans-serif;
  text-transform: uppercase;
  padding: 10px 35px;
  margin-left: auto;
  z-index: 1;
}

.header-button:before, .header-button:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.header-button:before {
  border: 2px solid #00c9e0;
  -webkit-transition: -webkit-transform .1s ease-in-out;
  transition: -webkit-transform .1s ease-in-out;
  -o-transition: transform .1s ease-in-out;
  transition: transform .1s ease-in-out;
  transition: transform .1s ease-in-out, -webkit-transform .1s ease-in-out;
}

.header-button:after {
  background-color: #00c9e0;
}

.header-button:active:before {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

#logo {
  width: 150px;
	padding-top:10px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

#logo img {
  display: block;
  width: 100%;
}

nav {
  margin-left: auto;
  margin-top: 17px;
}

nav > ul > li {
  margin-right: 80px;
}

nav > ul > li:last-child {
  margin-right: 0;
}

nav > ul > li:after {
  content: '';
  position: absolute;
  top: 100%;
  left: -1000%;
  right: -1000%;
  height: 0;
}

nav > ul > li > a {
  position: relative;
  color: #3e3e3e;
  font-size: 16px;
  line-height: 19px;
  font-family: "FavoritC", sans-serif;
  text-transform: uppercase;
}

nav > ul > li > a:after {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: -8px;
  height: 2px;
  background-color: #00c9e0;
  pointer-events: none;
  z-index: 1;
}

nav > ul > li > a.active:after {
  left: 2px;
  right: 2px;
}

.header-tabs-wrap {
  position: fixed;
  top: 160px;
  left: 13.5%;
  right: 13.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: -2;
  -webkit-transform: translateY(-150%);
      -ms-transform: translateY(-150%);
          transform: translateY(-150%);
}

.ie .header-tabs-wrap {
  display: block;
}

.ie .header-tab {
  float: left;
}

.ie .header-tab.style-1 {
  width: calc(100% / 5);
}

.ie .header-tab.style-2 {
  width: calc(100% / 6);
}

.ie .header-tab.style-3 {
  width: calc(99.9% / 8);
}

.header-tab {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 160px;
  background-color: #363636;
  border-right: 1px solid rgba(255, 255, 255, 0.102);
  min-width: calc(100% / 8);
  max-width: calc(100% / 5);
}

.header-tab:last-child {
  border-right: none;
}

.header-tab a {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  height: 100%;
  padding: 15px;
}

.header-tab .lazy-load-bg,
.header-tab svg {
  width: 44px;
  height: 44px;
  margin-bottom: 25px;
}

.header-tab path {
  fill: #fff;
}

.header-tab span {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  font-size: 14px;
  line-height: 20px;
  color: #b0b0b0;
  font-family: "FavoritC", sans-serif;
  text-transform: uppercase;
}

.header-tab .lazy-load-bg {
  background: center / contain no-repeat;
}

.header-tab.xs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: calc(100% / 8);
}

.header-tab.xs a {
  padding-top: 25px;
}

.header-tab.active {
  background-color: #505050;
}

.header-tab.active path {
  fill: #00c9e0;
}

.header-tab.active span {
  color: #00c9e0;
}

.dropdown {
  position: relative;
}

.dropdown > span {
  position: absolute;
  top: 50%;
  right: 0;
  border-style: solid;
  border-width: 8px 4px 0;
  border-color: #00c9e0 transparent transparent;
  margin-top: -5px;
}

.dropdown.active > span {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*#######*/
/* HOVER */
/*#######*/
@media (min-width: 1200px) {
  .header-contact a:hover {
    color: #00c9e0;
  }
  .header-button:hover {
    color: #00c9e0;
  }
  .header-button:hover:after {
    top: 100%;
  }
  nav > ul > li:hover > a:after {
    left: 2px;
    right: 2px;
  }
  .dropdown:hover .header-tabs-wrap {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .header-tab:hover {
    background-color: #505050;
  }
  .header-tab:hover path {
    fill: #00c9e0;
  }
  .header-tab:hover span {
    color: #00c9e0;
  }
}

@media (min-width: 1600px) {
  .dropdown:hover:after {
    height: 41px;
  }
}

@media (max-width: 1599px) and (min-width: 1400px) {
  .dropdown:hover:after {
    height: 35px;
  }
}

@media (max-width: 1399px) and (min-width: 1200px) {
  .dropdown:hover:after {
    height: 30px;
  }
}

/*###############*/
/* MEDIA QUERIES */
/*###############*/
@media (min-width: 1200px) {
  nav .header-contact,
  nav .header-button,
  .burger {
    display: none;
  }
  .dropdown {
    padding-right: 22px;
  }
}

@media (max-width: 1599px) {
  header {
    height: 146px;
  }
  #logo {
    width: 330px;
  }
  nav > ul > li {
    margin-right: 60px;
  }
  .header-tabs-wrap {
    top: 146px;
    left: 3%;
    right: 3%;
  }
}

@media (max-width: 1399px) {
  header {
    height: 129px;
  }
  .header-contact svg,
  .header-contact .lazy-load-bg {
    width: 22px;
    height: 22px;
  }
  .header-contact a {
    font-size: 16px;
    line-height: 22px;
  }
  .header-button {
    font-size: 14px;
    line-height: 18px;
    padding: 8px 25px;
  }
  #logo {
    width: 290px;
  }
  nav > ul > li {
    margin-right: 30px;
  }
  nav > ul > li > a {
    font-size: 14px;
    line-height: 17px;
  }
  .header-tabs-wrap {
    top: 129px;
  }
}

@media (max-width: 1199px) {
  header {
    height: 65px;
  }
  header .top {
    overflow: hidden;
    height: 0;
    padding: 0;
  }
  header .bottom {
    padding: 10px 0;
  }
  header .bottom .custom-container {
    padding-bottom: 0;
  }
  header .header-contact {
    margin-right: 0;
    margin-bottom: 15px;
  }
  header .header-contact:last-of-type {
    margin-bottom: 0;
  }
  header .header-contact a {
    color: #2c2c2c;
    font-weight: 700;
  }
  #logo {
    width: 200px;
  }
  .burger {
    position: relative;
    width: 36px;
    height: 36px;
    margin-left: auto;
  }
  .burger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #00c9e0;
  }
  .burger span:first-child {
    top: 6px;
  }
  .burger span:nth-child(2), .burger span:nth-child(3) {
    top: 16px;
  }
  .burger span:last-child {
    bottom: 6px;
  }
  .burger.active span:first-child, .burger.active span:last-child {
    left: 50%;
    width: 0;
  }
  .burger.active span:nth-child(2) {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .burger.active span:nth-child(3) {
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  nav {
    display: none;
    position: fixed;
    top: 65px;
    left: 0;
    right: 0;
    margin: 0;
    overflow-y: auto;
    text-align: center;
    padding: 30px 15px;
    background-color: #fff;
    max-height: calc(100vh - 65px);
    border-top: 2px solid #ebebeb;
    border-bottom: 2px solid #ebebeb;
  }
  nav::-webkit-scrollbar {
    width: 2px;
    height: 0;
  }
  nav::-webkit-scrollbar-track {
    background-color: transparent;
  }
  nav::-webkit-scrollbar-thumb {
    background-color: #00c9e0;
  }
  nav > ul {
    margin-bottom: 30px;
  }
  nav > ul > li {
    margin: 0 0 20px;
  }
  nav > ul > li:last-child {
    margin-bottom: 0;
  }
  nav > ul > li > a {
    font-size: 18px;
    line-height: 21px;
  }
  nav > ul > li > a:after {
    bottom: -4px;
  }
  nav ul,
  nav ul li {
    display: block;
  }
  nav ul {
    width: 100%;
  }
  .dropdown > span {
    top: 8px;
  }
  .dropdown > span:before {
    content: '';
    position: absolute;
    top: -20px;
    left: -15px;
    right: -15px;
    bottom: -10px;
    opacity: 0;
  }
  .dropdown > span.active {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .dropdown > span.active + .header-tabs-wrap:before, .dropdown > span.active + .header-tabs-wrap:after {
    height: 15px;
    border-width: 2px;
    -webkit-transition: opacity .22s linear;
    -o-transition: opacity .22s linear;
    transition: opacity .22s linear;
  }
  .dropdown > span.active + .header-tabs-wrap .header-tab span {
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-transition: opacity .22s ease-in-out .2s, -webkit-transform .22s ease-in-out .2s;
    transition: opacity .22s ease-in-out .2s, -webkit-transform .22s ease-in-out .2s;
    -o-transition: opacity .22s ease-in-out .2s, transform .22s ease-in-out .2s;
    transition: opacity .22s ease-in-out .2s, transform .22s ease-in-out .2s;
    transition: opacity .22s ease-in-out .2s, transform .22s ease-in-out .2s, -webkit-transform .22s ease-in-out .2s;
  }
  .header-button {
    margin-top: 15px;
  }
  .header-tabs-wrap {
    position: relative;
    display: none;
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
    height: auto;
    padding: 30px 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 0;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
  .header-tabs-wrap:before, .header-tabs-wrap:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    background: #fff;
    -webkit-transition: opacity .42s linear;
    -o-transition: opacity .42s linear;
    transition: opacity .42s linear;
    z-index: 1;
  }
  .header-tabs-wrap:before {
    top: 0;
    border-bottom: 0 solid #ebebeb;
  }
  .header-tabs-wrap:after {
    bottom: 0;
    border-top: 0 solid #ebebeb;
  }
  .header-tabs-wrap.active:before, .header-tabs-wrap.active:after {
    left: 0;
    right: 0;
    height: 15px;
    border-width: 2px;
  }
  .header-tabs-wrap.active .header-tab span {
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-transition: opacity .2s ease-in-out .22s;
    -o-transition: opacity .2s ease-in-out .22s;
    transition: opacity .2s ease-in-out .22s;
  }
  .header-tab,
  .header-tab.xs {
    width: 100%;
    min-width: auto;
    max-width: none;
  }
  .header-tab {
    position: relative;
    height: auto;
    background-color: transparent;
    margin-bottom: 20px;
  }
  .header-tab:last-child {
    margin-bottom: 0;
  }
  .header-tab.xs a,
  .header-tab a {
    padding: 0;
  }
  .header-tab svg {
    display: none;
  }
  .header-tab span {
    position: relative;
    display: inline-block;
    color: #3e3e3e;
    font-size: 18px;
    line-height: 21px;
    opacity: 0;
    -webkit-transition: opacity .42s ease-in-out;
    -o-transition: opacity .42s ease-in-out;
    transition: opacity .42s ease-in-out;
  }
  .header-tab.active {
    background: transparent;
  }
}

@media (max-width: 991px) {
  header {
    height: 56px;
  }
  header .bottom {
    padding: 10px 0;
  }
  #logo {
    width: 160px;
  }
  nav {
    top: 56px;
    max-height: calc(100vh - 56px);
  }
}