/*
Theme Name: SLG - Wealth Management
Theme URI: -
Author: -
Author URI: -
Description: -
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: General
Text Domain: -

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*!
 * Bootstrap Grid v4.1.2 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}

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

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

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

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

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

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

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

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

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

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

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

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

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

html {
  font-family: "ProximaNova", sans-serif;
  font-size: 10px;
  line-height: normal;
  font-weight: 400;
}

body {
  font-size: 1.8rem;
  line-height: 32px;
  color: #161719;
  background-color: #fff;
  font-family: "ProximaNova", sans-serif;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "ProximaNova", sans-serif;
  color: #beab73;
  margin-top: 0;
  line-height: 1.4;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

@media (max-width: 768px) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
  }
}

h1 {
  font-size: 5.4rem;
  margin-bottom: 68px;
  font-weight: 400;
}

@media (max-width: 768px) {
  h1 {
    font-size: 4.8rem;
    margin-bottom: 25px;
  }
}

h2 {
  font-size: 4.8rem;
  margin-bottom: 25px;
  font-weight: 400;
}

@media (max-width: 768px) {
  h2 {
    font-size: 4.2rem;
    margin-bottom: 20px;
  }
}

h3 {
  font-size: 4.2rem;
  margin-bottom: 20px;
  font-weight: 400;
}

@media (max-width: 768px) {
  h3 {
    font-size: 3.8rem;
    margin-bottom: 15px;
  }
}

h4 {
  font-size: 3.4rem;
  margin-bottom: 20px;
  font-weight: 400;
}

@media (max-width: 768px) {
  h4 {
    font-size: 2.8rem;
    margin-bottom: 15px;
  }
}

h5 {
  font-size: 2.8rem;
  margin-bottom: 15px;
  font-weight: 400;
}

@media (max-width: 468px) {
  h5 {
    font-size: 2.4rem;
    margin-bottom: 10px;
    line-height: 32px;
  }
}

h6 {
  font-size: 2.2rem;
  margin-bottom: 15px;
  font-weight: 400;
  font-family: "ProximaNova", sans-serif;
}

p, a, span, label, li {
  font-family: "ProximaNova", sans-serif;
  color: #161719;
  margin: 0px 0px 25px;
  font-size: 1.8rem;
  line-height: 32px;
  font-weight: 400;
}

p p, p a, p span, p label, a p, a a, a span, a label, span p, span a, span span, span label, label p, label a, label span, label label, li p, li a, li span, li label {
  font-size: 100%;
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  margin: 0;
  list-style-type: none;
}

ul li {
  position: relative;
}

ol {
  padding-left: 15px;
}

ol li {
  margin-bottom: 15px;
}

a {
  text-decoration: none;
}

blockquote {
  background-color: #f6f6fa;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  padding: 25px;
  margin: 50px 0;
  font-family: "ProximaNova", sans-serif;
  font-style: italic;
  font-size: 1.5rem;
  line-height: 24px;
}

blockquote p {
  margin: 0 !important;
}

strong {
  font-weight: 600;
}

i {
  font-style: italic;
}

::-webkit-input-placeholder {
  color: #a3a3a3;
  font-size: 2rem;
  font-weight: 300;
}

@media (max-width: 767.98px) {
  ::-webkit-input-placeholder {
    font-size: 1.8rem;
  }
}

::-moz-placeholder {
  color: #a3a3a3;
  font-size: 2rem;
  font-weight: 300;
}

@media (max-width: 767.98px) {
  ::-moz-placeholder {
    font-size: 1.8rem;
  }
}

:-ms-input-placeholder {
  color: #a3a3a3;
  font-size: 2rem;
  font-weight: 300;
}

@media (max-width: 767.98px) {
  :-ms-input-placeholder {
    font-size: 1.8rem;
  }
}

:-moz-placeholder {
  color: #a3a3a3;
  font-size: 2rem;
  font-weight: 300;
}

@media (max-width: 767.98px) {
  :-moz-placeholder {
    font-size: 1.8rem;
  }
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #161719;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw) ;
  }
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    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;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    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;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

html {
  height: 100vh;
  max-width: 100%;
}

@media (max-width: 1024px) {
  html {
    overflow-x: hidden;
  }
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 1024px) {
  body {
    overflow-x: hidden;
  }
}

.page-content .section {
  padding: 80px 0;
}

@media (max-width: 500px) {
  .page-content .section {
    padding: 50px 0;
  }
}

.page-content .section .content {
  min-height: 650px;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 990px) {
  .page-content .section .content {
    text-align: center;
    margin: 30px 0;
  }
}

.page-content .section .image-1st {
  min-height: 650px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 500px) {
  .page-content .section .image-1st {
    min-height: 200px;
  }
}

.page-content .section h2 {
  font-size: 42px;
  line-height: 42px;
  color: black;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .page-content .section h2 {
    font-size: 36px;
    line-height: 38px;
  }
}

.page-content .section p {
  font-size: 16px;
  line-height: 28px;
  color: black;
  font-family: "Droid Serif", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

@media (max-width: 767.98px) {
  .page-content .section p {
    font-size: 14px;
    line-height: 22px;
  }
}

.page-content .section .col {
  background-position: center;
  background-size: cover;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.my-container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}

@media (min-width: 1600px) {
  .my-container {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    max-width: 1400px;
  }
}

.my-container-focus {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 1500px;
}

.my-container-values {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}

.my-container-services {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 1400px;
}

.hidden-search {
  position: absolute;
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  width: 100%;
  left: 0;
  top: 0;
  z-index: -2;
  opacity: 0;
  padding: 50px 0;
  background-color: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 600px) {
  .hidden-search {
    padding: 0;
  }
}

.hidden-search form {
  position: relative;
}

.hidden-search form input {
  border: unset !important;
  border-bottom: 1px solid black !important;
  /* padding-left: 50px; */
  margin: 0;
  font-weight: 400;
  font-style: normal;
  font-family: "ProximaNova", sans-serif;
  font-size: 26px;
  width: 100%;
  line-height: 48px;
  /* margin-bottom: 20px; */
  vertical-align: middle;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background: white;
  opacity: 1;
  color: #000;
  border-radius: 2px;
}

.hidden-search form input::-webkit-input-placeholder {
  color: #000;
  font-size: 26px;
  font-weight: 600;
}

.hidden-search form input:-ms-input-placeholder {
  color: #000;
  font-size: 26px;
  font-weight: 600;
}

.hidden-search form input::-ms-input-placeholder {
  color: #000;
  font-size: 26px;
  font-weight: 600;
}

.hidden-search form input::placeholder {
  color: #000;
  font-size: 26px;
  font-weight: 600;
}

.hidden-search form button {
  border: unset;
  padding: 0;
  background-color: transparent;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wpml-ls-display {
  display: none;
}

.wpml-ls {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-flag {
  display: inline;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  border-radius: 50%;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  border-top: unset;
  background-color: white;
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

.wpml-ls-first-item .wpml-ls-item-en .wpml-ls-item-toggle span {
  color: white;
}

.wpml-ls-first-item .wpml-ls-item-en .wpml-ls-sub-menu .wpml-ls-item-fr a span {
  color: #000;
}

.wpml-ls-first-item .wpml-ls-item-en .wpml-ls-sub-menu .wpml-ls-item-es a span {
  color: #000;
}

.js-wpml-ls-item-toggle:after {
  content: '';
  vertical-align: middle;
  display: inline-block;
  border: .35em solid transparent !important;
  border-top: .4em solid !important;
  position: absolute;
  right: calc(42% - .175em) !important;
  top: calc(42% - .175em) !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 500px) {
  .js-wpml-ls-item-toggle:after {
    right: calc(42% - .775em) !important;
  }
}

.js-wpml-ls-item-toggle.active:after {
  right: calc(41% - .175em) !important;
  top: calc(25% - .175em) !important;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 500px) {
  .js-wpml-ls-item-toggle.active:after {
    right: calc(42% - .775em) !important;
  }
}

.current_page_item a {
  border-bottom: 2px solid #0065bc;
}

#menu-item-782 a, #menu-item-787 a, #menu-item-792 a {
  border-bottom: 2px solid transparent;
}

.position-absolute {
  position: absolute !important;
}

.active-search {
  z-index: 2 !important;
  opacity: 1 !important;
}

.active-menu-ham {
  left: 0 !important;
}

.scroll {
  top: 0px !important;
  transition: top 0.3s;
  -moz-transition: top 0.3s;
  -webkit-transition: top 0.3s;
  -o-transition: top 0.3s;
  -webkit-transition-timing-function: ease;
  -webkit-box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
  background-color: #000;
}

.scroll .top {
  opacity: 0;
  visibility: hidden;
  height: 0;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.on-scroll-up {
  transition: top 0.3s;
  -moz-transition: top 0.3s;
  -webkit-transition: top 0.3s;
  -o-transition: top 0.3s;
  -webkit-transition-timing-function: ease;
  -webkit-box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
  background-color: #000;
}

.header-transparent {
  position: fixed;
  left: 0;
  padding: 0 80px;
  margin: 0px auto;
  z-index: 4;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: rgba(1, 1, 1, 0.6);
}

.header-transparent.black {
  background-color: black;
}

@media (max-width: 1024px) {
  .header-transparent {
    background-color: black;
    z-index: 10;
  }
}

.header-transparent .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-transparent .navigation .logo-container {
  text-align: center;
  padding: 20px 0px 0px 0px;
}

@media (max-width: 995px) {
  .header-transparent .navigation .logo-container {
    padding: 10px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.header-transparent .navigation .logo-container a.logo {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.header-transparent .navigation .logo-container a.logo img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 995px) {
  .header-transparent .navigation .logo-container a.logo img {
    max-width: 80%;
  }
}

.header-transparent .navigation .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 995px) {
  .header-transparent .navigation .social-links {
    display: none;
  }
}

.header-transparent .navigation .social-links a {
  margin: 0 10px;
  color: white;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #28455e;
  border-radius: 50%;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-transparent .navigation .social-links a:hover {
  background-color: white;
  color: #0065bc;
}

.header-transparent .navigation .mobile-hamburger-menu {
  display: none;
  width: 50px;
  height: 50px;
}

.header-transparent .navigation .mobile-hamburger-menu img {
  width: 29px;
}

@media (max-width: 995px) {
  .header-transparent .navigation .mobile-hamburger-menu {
    cursor: pointer;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header-transparent .navigation .wpml-ls-legacy-dropdown-click {
  width: 11.5em;
}

.header-transparent .navigation .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu li a span {
  color: black;
}

.header-transparent .navigation .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu li a:hover {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-color: #e3e4eb;
  text-decoration: none;
  color: black;
}

.header-transparent .navigation .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu li a:hover span {
  color: black;
}

@media (max-width: 360px) {
  .header-transparent .navigation .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu li a:hover span {
    font-size: 15px;
  }
}

@media (max-width: 995px) {
  .header-transparent .navigation .wpml-ls-legacy-dropdown-click {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.header-transparent .navigation .wpml-ls-legacy-dropdown-click ul li a {
  background-color: transparent;
  border: none;
  color: white;
  padding: 6px 25px;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media (max-width: 320px) {
  .header-transparent .navigation .wpml-ls-legacy-dropdown-click ul li a {
    padding: 4px 5px;
  }
}

.header-transparent .navigation .wpml-ls-legacy-dropdown-click ul li a span {
  color: white;
}

@media (max-width: 360px) {
  .header-transparent .navigation .wpml-ls-legacy-dropdown-click ul li a span {
    font-size: 15px;
  }
}

.header-transparent .nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: center;
  padding-top: 15px;
}

.header-transparent .nav-items .logo-bp {
  display: none;
  width: 150px;
}

.header-transparent .nav-items .logo-bp img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 995px) {
  .header-transparent .nav-items .logo-bp {
    padding-top: 0px;
    margin: 25px;
    display: block;
  }
}

.header-transparent .nav-items .menu {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-transparent .nav-items .menu li {
  -webkit-transition: 0.3s easy-in-out;
  transition: 0.3s easy-in-out;
}

.header-transparent .nav-items .menu li a {
  -webkit-transition: 0.3s easy-in-out;
  transition: 0.3s easy-in-out;
}

.header-transparent .nav-items .menu li a:hover {
  border-bottom: 2px solid white;
  -webkit-transition: 0.3s left;
  transition: 0.3s left;
}

.header-transparent .nav-items .menu li:first-child {
  border-bottom: unset !important;
}

@media (max-width: 995px) {
  .header-transparent .nav-items .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 995px) {
  .header-transparent .nav-items {
    position: fixed;
    width: 260px;
    height: 100vh;
    background: #000;
    top: 0;
    z-index: 10;
    left: -350px;
    -webkit-transition: left .5s;
    transition: left .5s;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
  .header-transparent .nav-items li {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}

@media (max-width: 995px) {
  .header-transparent .nav-items {
    padding: 0;
  }
}

.header-transparent .nav-items .menu li a {
  color: white;
  text-decoration: none;
  margin: 0 15px;
  font-size: 18px;
  line-height: 28px;
}

@media (max-width: 767.98px) {
  .header-transparent .nav-items .menu li a {
    font-size: 16px;
    line-height: 26px;
  }
}

@media (max-width: 995px) {
  .header-transparent {
    padding: 0;
  }
}

footer {
  background-color: #141414;
  padding: 50px 0 0 0;
}

@media (max-width: 990px) {
  footer {
    text-align: center;
  }
}

footer .container {
  padding: 0;
}

footer .container p {
  line-height: 25px;
}

@media (max-width: 600px) {
  footer .container .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}

footer .container .row .first-section p {
  margin-top: 10px;
  color: #fff;
  font-size: 14px;
  font-family: "Droid Serif";
  padding-right: 156px;
}

@media (max-width: 1199px) {
  footer .container .row .first-section p {
    padding-right: 0;
  }
}

@media (max-width: 500px) {
  footer .container .row .first-section p {
    font-size: 12px;
  }
}

@media (max-width: 1079px) {
  footer .container .row .first-section {
    text-align: center;
  }
}

footer .container .row .middle-section {
  margin-top: 37px;
}

@media (max-width: 500px) {
  footer .container .row .middle-section {
    margin-top: 15px;
  }
}

footer .container .row .middle-section h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

footer .container .row .middle-section .nav-footer {
  margin-top: 10px;
}

@media (max-width: 500px) {
  footer .container .row .middle-section .nav-footer {
    margin-top: 15px;
  }
}

footer .container .row .middle-section .nav-footer ul li.current-menu-item {
  border-bottom: unset;
}

footer .container .row .middle-section .nav-footer ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-family: "Droid Serif";
}

footer .container .row .third-section {
  margin-top: 37px;
}

@media (max-width: 500px) {
  footer .container .row .third-section {
    margin-top: 15px;
  }
}

footer .container .row .third-section h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

footer .container .row .third-section h3:last-child {
  margin-top: 20px;
}

footer .container .row .third-section p {
  margin-top: 20px;
  color: #fff;
  font-size: 14px;
  width: 75%;
  margin-bottom: 0;
  font-family: "Droid Serif";
}

@media (max-width: 1024px) {
  footer .container .row .third-section p {
    width: 100%;
  }
}

footer .container .row .third-section .connect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .container .row .third-section .connect a {
  font-size: 15px;
  margin-bottom: 0;
  font-family: "Droid Serif";
  color: #fff;
}

footer .container .row .third-section .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1000px) {
  footer .container .row .third-section .social-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

footer .container .row .third-section .social-links a {
  margin: 0 10px;
  color: white;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #28455e;
  border-radius: 50%;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

footer .container .row .third-section .social-links a:hover {
  background-color: white;
  color: #0065bc;
}

footer .container .row .third-section .social-links a:first-child {
  margin: 0 10px 0 0;
}

footer .container .last-row {
  margin-top: 37px;
  border-top: 1px solid  #474748;
}

@media (max-width: 1000px) {
  footer .container .last-row {
    margin-top: 10px;
  }
}

footer .container .last-row .copyright {
  text-align: left;
}

@media (max-width: 1000px) {
  footer .container .last-row .copyright {
    text-align: center;
  }
}

footer .container .last-row .copyright p {
  display: inline-block;
  font-size: 15px;
  color: #fff;
}

footer .container .last-row .right {
  text-align: right;
}

@media (max-width: 1000px) {
  footer .container .last-row .right {
    text-align: center;
  }
}

footer .container .last-row .right a {
  color: #fff;
  text-decoration: none;
}

footer .container .last-row .col-lg-6 {
  margin: 10px 0;
}

@media (max-width: 1000px) {
  footer .container .last-row .col-lg-6 {
    margin: 0px 0px;
  }
}

.breadcrumbs {
  margin: 40px 0;
  color: #5e6165;
  font-size: 14px;
  font-family: "Droid Serif";
}

@media (max-width: 600px) {
  .breadcrumbs {
    position: relative;
    overflow: hidden;
    height: 67px;
    padding-right: 10px;
  }
  .breadcrumbs:after {
    position: absolute;
    content: "...";
    right: 9px;
    top: 46px;
  }
}

.breadcrumbs a {
  font-family: "Droid Serif";
  margin: 0 10px;
  color: #5e6165;
  font-size: 14px;
  text-decoration: none;
}

.breadcrumbs a:first-child {
  color: #000;
  font-size: 14px;
  margin-left: 0;
}

.breadcrumbs a:hover {
  text-decoration: none;
}

.breadcrumbs span {
  margin: 0 10px;
  font-family: "Droid Serif";
  color: #5e6165;
  font-size: 14px;
}

.breadcrumbs span:first-child {
  color: #000;
  font-size: 14px;
  margin-left: 0;
  margin-right: 0;
  font-family: "Droid Serif";
}

.article {
  position: relative;
  background-color: #F0EFEF;
}

.article:hover .img-container {
  cursor: pointer;
}

.article:hover .img-container:before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.1;
}

.article:hover .img-container .read-more {
  display: block;
}

.article:hover .img-container .read-more a {
  cursor: pointer;
}

.article .img-container {
  position: relative;
  min-height: 380px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.article .img-container .meta-date {
  position: absolute;
}

.article .img-container .meta-date p {
  margin-top: 0;
  margin-bottom: 1rem;
  padding: 10px 29px;
  background-color: black;
  color: #fff;
  opacity: 0.8;
  text-transform: uppercase;
  font-size: 16px;
}

@media (max-width: 500px) {
  .article .img-container .meta-date p {
    font-size: 12px;
    padding: 10px 10px;
  }
}

.article .img-container .read-more {
  bottom: 23px;
  position: absolute;
  right: 0;
  display: none;
}

@media (max-width: 1024px) {
  .article .img-container .read-more {
    display: block;
  }
}

.article .img-container .read-more a {
  padding: 31px 50px;
  background-color: #0065bd;
  color: #fff;
  text-decoration: none;
  font-family: "ProximaNova", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
}

.article .img-container .read-more a:hover {
  text-decoration: none;
}

.article .article-body {
  padding: 20px 0;
  background-color: #f0efef;
}

@media (max-width: 500px) {
  .article .article-body {
    padding: 20px 0;
  }
}

.article .article-body .article-title {
  padding-right: 50px;
}

@media (max-width: 500px) {
  .article .article-body .article-title {
    padding-right: 0;
  }
}

.article .article-body .article-title h4 {
  font-size: 28px;
  color: #000;
  text-align: left;
  font-weight: 700;
}

@media (max-width: 500px) {
  .article .article-body .article-title h4 {
    font-size: 20px !important;
  }
}

.article .article-body .article-excerpt {
  padding-bottom: 15px;
}

.article .article-body .article-excerpt p {
  font-size: 18px;
  font-family: "Droid Serif";
}

.article .article-body .article-policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.article .article-body .article-policy p {
  margin: 10px;
  color: #636469;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

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

.pagination a {
  color: #1e2025;
  padding: 10px 15px;
  margin: 0 10px;
  -webkit-transition: 0.3s easy-in-out;
  transition: 0.3s easy-in-out;
  text-decoration: none;
}

.pagination a:hover {
  color: #fff;
  background-color: #1e2025;
  border-radius: 50%;
  -webkit-transition: 0.3s easy-in-out;
  transition: 0.3s easy-in-out;
  text-decoration: none;
  cursor: pointer;
}

.pagination .prev {
  background: url(assets/images/png/arrow.png) 0 0 no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-position: inherit;
  display: inline-block;
  height: 40px;
  text-indent: -99999em;
  width: 40px;
  overflow: hidden;
  margin-bottom: 0;
}

.pagination .prev:hover {
  cursor: pointer;
  background-color: unset;
  border-radius: unset;
}

.pagination .next {
  background: url(assets/images/png/arrow.png) 0 0 no-repeat;
  background-position: bottom;
  display: inline-block;
  height: 40px;
  text-indent: -99999em;
  width: 40px;
  overflow: hidden;
  margin-bottom: 0;
}

.pagination .next:hover {
  cursor: pointer;
  background-color: unset;
  border-radius: unset;
}

.x-mobile {
  position: absolute;
  right: 9px;
  top: 10px;
  width: 33px;
  height: 33px;
  border-radius: 4px;
  border: 1px solid white;
}

@media (min-width: 600px) {
  .x-mobile {
    display: none;
  }
}

.x-mobile .line-1 {
  position: absolute;
  width: 100%;
  height: 2px;
  background: white;
  top: 45%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.x-mobile .line-2 {
  position: absolute;
  width: 100%;
  height: 2px;
  background: white;
  top: 45%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.home-page .hero {
  height: 875px;
  background-size: cover;
  background-position: center;
  position: relative;
}

@media (max-width: 768px) {
  .home-page .hero {
    height: 100vh;
  }
}

.home-page .hero .hero-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  padding: inherit;
  top: 0;
  left: 0;
}

.home-page .hero .hero-overlay .video-overlay {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}

.home-page .hero .container {
  position: relative;
  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;
  height: 100%;
}

.home-page .hero .container a {
  position: absolute;
  z-index: 4;
  bottom: 40px;
  color: white;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-animation: 4s infinite scroll;
          animation: 4s infinite scroll;
}

@media (max-width: 767.98px) {
  .home-page .hero .container a {
    font-size: 12px;
    line-height: 18px;
  }
}

.home-page .hero .container a:hover {
  text-decoration: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .home-page .hero .container a {
    margin-left: -50px;
    /* IE10+ specific styles go here */
  }
}

@-webkit-keyframes scroll {
  0% {
    bottom: 40px;
  }
  50% {
    bottom: 5px;
  }
  100% {
    bottom: 40px;
  }
}

@keyframes scroll {
  0% {
    bottom: 40px;
  }
  50% {
    bottom: 5px;
  }
  100% {
    bottom: 40px;
  }
}

.home-page .hero .container h1 {
  position: relative;
  z-index: 2;
  text-align: center;
  font-weight: 700;
  color: white;
  letter-spacing: 1.5px;
  font-size: 63px;
  line-height: 64px;
}

@media (max-width: 767.98px) {
  .home-page .hero .container h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

.home-page .hero:after {
  content: "";
  position: absolute;
  z-index: 1;
  height: 35px;
  width: 1px;
  bottom: 0;
  left: calc(50% - 1px);
  background-color: #f8ad00;
  display: block;
}

.page-content .section h2 {
  padding: 20px 0;
}

.page-content .section p {
  line-height: 30px;
  font-size: 16px;
  margin-bottom: 15px;
}

.under-construction-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.under-construction-page .black-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
}

.under-construction-page .under-construction-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 200px 0 50px 0;
  height: 100%;
  -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;
}

.under-construction-page .under-construction-content h1 {
  text-transform: uppercase;
  color: white;
  word-spacing: 10000px;
  text-align: center;
  font-weight: 600;
  font-size: 60px;
  line-height: 64px;
  margin-top: 100px;
  margin-bottom: 40px;
}

@media (max-width: 767.98px) {
  .under-construction-page .under-construction-content h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

.under-construction-page .under-construction-content .loading-bar {
  text-align: center;
}

.under-construction-page .under-construction-content .loading-bar p {
  text-transform: uppercase;
  color: white;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 25px;
  letter-spacing: 10px;
}

@media (max-width: 767.98px) {
  .under-construction-page .under-construction-content .loading-bar p {
    font-size: 12px;
    line-height: 18px;
  }
}

.under-construction-page .under-construction-content .loading-bar span {
  height: 7px;
  display: block;
  width: 100%;
  background-color: #8a979f;
  margin-bottom: 5px;
}

.under-construction-page .under-construction-content .loading-bar span span {
  background-color: #0065bc;
}

.under-construction-page .under-construction-content .loading-bar + p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 350px;
  font-size: 14px;
  line-height: 20px;
  color: white;
  margin-bottom: 180px;
}

@media (max-width: 767.98px) {
  .under-construction-page .under-construction-content .loading-bar + p {
    font-size: 12px;
    line-height: 18px;
  }
}

.under-construction-page .under-construction-content .loading-bar + p span {
  color: white;
}

.under-construction-page .under-construction-content .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.under-construction-page .under-construction-content .social-links a {
  margin: 0 10px;
  color: white;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 3px solid white;
  border-radius: 50%;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.under-construction-page .under-construction-content .social-links a:hover {
  background-color: white;
  color: #0065bc;
}

.under-construction-page .under-construction-content .copyright {
  color: white;
  font-size: 12px;
  line-height: 18px;
  margin-top: 40px;
  letter-spacing: 1px;
}

@media (max-width: 767.98px) {
  .under-construction-page .under-construction-content {
    padding: 20px 0;
  }
  .under-construction-page .under-construction-content .logo img {
    width: 230px;
  }
  .under-construction-page .under-construction-content h1 {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .under-construction-page .under-construction-content .loading-bar + p {
    margin-bottom: 30px;
  }
  .under-construction-page .under-construction-content .social-links a {
    width: 40px;
    height: 40px;
  }
  .under-construction-page .under-construction-content .copyright {
    margin-top: 25px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 380px) {
  .under-construction-page .under-construction-content h1 {
    margin-top: 0px;
    font-size: 35px;
    line-height: 40px;
  }
  .under-construction-page .under-construction-content .logo img {
    width: 200px;
  }
  .under-construction-page .under-construction-content .loading-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .under-construction-page .under-construction-content .loading-bar span {
    width: 250px;
  }
  .under-construction-page .under-construction-content .loading-bar + p {
    width: 250px;
  }
}

.core-values {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  max-height: 1308px;
}

@media (max-width: 1200px) {
  .core-values {
    max-height: unset !important;
  }
}

.core-values .my-container-values h2 {
  text-align: center;
  margin-bottom: 50px;
  color: #000;
}

@media (max-width: 500px) {
  .core-values .my-container-values h2 {
    margin-bottom: 0;
  }
}

@media (min-width: 1000px) and (max-width: 1200px) {
  .core-values .my-container-values .row .breakpoint-1200-1000 {
    margin: 100px 0;
  }
}

.core-values .my-container-values .row .container-box {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 50px;
}

@media (max-width: 1200px) {
  .core-values .my-container-values .row .container-box:hover {
    -webkit-transform: none !important;
            transform: none !important;
  }
}

@media (max-width: 1200px) {
  .core-values .my-container-values .row .container-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.core-values .my-container-values .row .container-box:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  cursor: pointer;
  position: relative;
  z-index: 2;
}

@media (max-width: 1200px) {
  .core-values .my-container-values .row .container-box:hover .box .anchor {
    background-color: transparent;
  }
}

.core-values .my-container-values .row .container-box:hover .box .anchor .hidden-text-box {
  display: block;
}

.core-values .my-container-values .row .container-box .box {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 300px;
}

@media (max-width: 991px) {
  .core-values .my-container-values .row .container-box .box {
    margin: 50px 100px;
  }
}

@media (max-width: 500px) {
  .core-values .my-container-values .row .container-box .box {
    margin-top: 50px !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
}

@media (max-width: 1200px) {
  .core-values .my-container-values .row .container-box .box {
    max-width: 600px;
    margin: 50px;
    background-position: top;
  }
}

.core-values .my-container-values .row .container-box .box .anchor {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 45px;
  background-color: #066fca;
}

@media (max-width: 1200px) {
  .core-values .my-container-values .row .container-box .box .anchor {
    background-color: unset;
  }
}

.core-values .my-container-values .row .container-box .box .anchor h5 {
  text-transform: uppercase;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  position: relative;
  left: 0;
  color: #fff;
  margin-bottom: 0;
  padding-left: 60px;
  padding-top: 25px;
  padding-bottom: 14px;
  margin-top: -20px;
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 1200px) {
  .core-values .my-container-values .row .container-box .box .anchor h5 {
    bottom: -44px;
    background-color: #066fca;
  }
}

@media (max-width: 1200px) {
  .core-values .my-container-values .row .container-box .box .anchor {
    position: relative;
    bottom: -135px;
  }
}

.core-values .my-container-values .row .container-box .box .anchor .hidden-text-box {
  position: absolute;
  top: 39px;
  padding: 20px;
  background-color: #fff;
  margin-top: 5px;
  display: none;
}

@media (max-width: 1200px) {
  .core-values .my-container-values .row .container-box .box .anchor .hidden-text-box {
    display: block;
    position: relative;
  }
}

.core-values .my-container-values .row .container-box .box .anchor .hidden-text-box p {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  color: #000;
  padding-left: 25px;
  font-size: 15px;
  line-height: 22px;
  font-family: "Droid Serif";
}

@media (max-width: 1200px) {
  .core-values .my-container-values .row .container-box .box .anchor .hidden-text-box p {
    font-size: 15px;
  }
}

.core-values .my-container-values .row .box-read-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: row;
      -ms-flex-align: row;
          align-items: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 300px;
  background-color: #edf4fb;
}

@media (max-width: 1200px) {
  .core-values .my-container-values .row .box-read-more {
    margin: 0 auto;
  }
}

.core-values .my-container-values .row .box-read-more p {
  font-size: 16px;
  line-height: 28px;
  font-size: 22px;
  line-height: 22px;
  color: #066fca;
  font-weight: bold;
  width: 60%;
  font-family: 'ProximaNova';
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .core-values .my-container-values .row .box-read-more p {
    font-size: 14px;
    line-height: 22px;
  }
}

.core-values .my-container-values .row .box-read-more:hover a {
  -webkit-animation: 3s infinte move;
          animation: 3s infinte move;
  cursor: pointer;
}

.core-values .my-container-values .row .box-read-more a {
  font-size: 39px;
  text-decoration: none;
  width: 50px;
  background-color: #066fca;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  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;
  position: relative;
}

@media (max-width: 500px) {
  .core-values .my-container-values .row .box-read-more {
    margin: 30px;
  }
}

@media (max-width: 500px) {
  .core-values .my-container-values .row:nth-child(2) .container-box:nth-child(2) {
    margin-bottom: 120px;
  }
}

@media (max-width: 500px) {
  .core-values .my-container-values .row:nth-child(3) .container-box:nth-child(3) {
    margin-bottom: 120px;
  }
}

@media (max-width: 500px) {
  .core-values .my-container-values .row:nth-child(4) .container-box:nth-child(1) {
    margin-bottom: 70px;
  }
}

@media (max-width: 960px) and (max-width: 1400px) {
  .core-values .my-container-values .container-box:hover {
    -webkit-transform: unset;
            transform: unset;
  }
  .core-values .my-container-values .container-box .box .anchor h5 {
    bottom: -39px;
  }
  .core-values .my-container-values .container-box .box .anchor .hidden-text-box {
    display: block;
    position: relative;
  }
}

.info-bullets {
  margin-left: 70px;
  margin-right: 70px;
  margin-bottom: 70px;
  padding: 60px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 1200px) {
  .info-bullets {
    margin: 0;
  }
}

.info-bullets h2 {
  text-align: center;
  margin-bottom: 50px;
}

.info-bullets .container-bullets {
  margin: 0 auto;
}

.info-bullets .container-bullets .bullets {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1200px) {
  .info-bullets .container-bullets .bullets {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}

.info-bullets .container-bullets .bullets .bullet {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 30px;
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 15px 30px;
}

@media (max-width: 320px) {
  .info-bullets .container-bullets .bullets .bullet {
    margin: 15px 5px;
  }
}

.info-bullets .container-bullets .bullets .bullet:nth-child(1) {
  width: 300px;
  height: 300px;
  margin-left: 90px;
  margin-bottom: -10px;
}

.info-bullets .container-bullets .bullets .bullet:nth-child(2) {
  width: 300px;
  height: 300px;
}

.info-bullets .container-bullets .bullets .bullet:nth-child(3) {
  width: 300px;
  height: 300px;
}

.info-bullets .container-bullets .bullets .bullet:nth-child(4) {
  width: 300px;
  height: 300px;
}

@media (max-width: 1600px) {
  .info-bullets .container-bullets .bullets .bullet:nth-child(4) {
    height: 300px;
    width: 300px;
  }
}

.info-bullets .container-bullets .bullets .bullet:nth-child(5) {
  width: 300px;
  height: 300px;
}

.info-bullets .container-bullets .bullets .bullet:nth-child(6) {
  width: 300px;
  height: 300px;
}

@media (max-width: 1400px) {
  .info-bullets .container-bullets .bullets .bullet:nth-child(6) {
    height: 300px;
    width: 300px;
  }
}

.info-bullets .container-bullets .bullets .bullet img {
  max-width: 70%;
  height: auto;
}

.info-bullets .container-bullets .bullets .bullet p {
  margin-top: 10px;
  text-align: center;
  color: white;
  display: none;
  width: 100%;
  font-size: 16px;
  line-height: 28px;
  font-family: "Droid Serif";
}

@media (max-width: 767.98px) {
  .info-bullets .container-bullets .bullets .bullet p {
    font-size: 14px;
    line-height: 22px;
  }
}

.info-bullets .container-bullets .bullets .bullet h5 {
  color: white;
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 0;
  font-size: 24px;
  text-align: center;
  margin-top: 15px;
  width: 85%;
  font-family: "ProximaNova",sans-serif;
}

@media (max-width: 767.98px) {
  .info-bullets .container-bullets .bullets .bullet h5 {
    font-size: 13px;
    line-height: 20px;
  }
}

.info-bullets .container-bullets .bullets .bullet:hover {
  background-color: rgba(0, 108, 190, 0.85);
  cursor: pointer;
}

.info-bullets .container-bullets .bullets .bullet:hover p {
  width: 100%;
  display: block;
  font-family: "Droid Serif";
  font-size: 16px;
  line-height: 28px;
}

@media (max-width: 767.98px) {
  .info-bullets .container-bullets .bullets .bullet:hover p {
    font-size: 14px;
    line-height: 22px;
  }
}

.info-bullets .container-bullets .bullets .bullet:hover img {
  display: none;
}

@media (max-width: 1200px) {
  .info-bullets .container-bullets .bullets .bullet {
    width: 280px;
    height: 280px;
  }
  .info-bullets .container-bullets .bullets .bullet:nth-child(1), .info-bullets .container-bullets .bullets .bullet:nth-child(2), .info-bullets .container-bullets .bullets .bullet:nth-child(3), .info-bullets .container-bullets .bullets .bullet:nth-child(4), .info-bullets .container-bullets .bullets .bullet:nth-child(5), .info-bullets .container-bullets .bullets .bullet:nth-child(6) {
    width: 300px;
    height: 300px;
    margin-left: 0px;
    margin-bottom: 0px;
  }
}

.bg-services {
  background-color: #F7F7F7;
}

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

.line {
  display: none;
}

.on-hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  background-color: #0065BC !important;
}

.all-boxes {
  background-color: #000 !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 1000px) {
  .margin-bottom {
    margin-bottom: 0;
  }
}

.creanga p {
  font-size: 22px;
  font-weight: 700;
}

@media (max-width: 1000px) {
  .creanga p {
    font-size: 16px;
  }
}

.animation-bg {
  -webkit-animation: bg-change 10s linear infinite;
          animation: bg-change 10s linear infinite;
}

@-webkit-keyframes bg-change {
  0% {
    background-color: #fff;
  }
  10% {
    background-color: #f7f7f7;
  }
  50% {
    background-color: #f7f7f7;
  }
  90% {
    background-color: #f7f7f7;
  }
  100% {
    background-color: #fff;
  }
}

@keyframes bg-change {
  0% {
    background-color: #fff;
  }
  10% {
    background-color: #f7f7f7;
  }
  50% {
    background-color: #f7f7f7;
  }
  90% {
    background-color: #f7f7f7;
  }
  100% {
    background-color: #fff;
  }
}

#services {
  padding: 150px 0;
}

@media (max-width: 1200px) {
  #services {
    padding: 25px 0;
  }
}

#services .my-container-services .row .col h2 {
  font-size: 42px;
  line-height: 42px;
  color: black;
  font-weight: 700;
  text-align: center;
  margin: 100px 0;
}

@media (max-width: 1200px) {
  #services .my-container-services .row .col h2 {
    margin: 50px 0;
  }
}

#services .my-container-services .row .col .services-text div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin: 20px 0;
}

#services .my-container-services .row .col .services-text div h3 {
  font-size: 25px;
  color: black;
}

#services .my-container-services .row .col .services-text div p {
  margin-left: 10px;
}

#services .my-container-services .row .title h2 {
  font-size: 42px;
  line-height: 42px;
  color: black;
  font-weight: 700;
  text-align: center;
  margin-bottom: 90px;
}

@media (max-width: 500px) {
  #services .my-container-services .row .title h2 {
    margin-bottom: 60px;
  }
}

#services .my-container-services .main-image-row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 70px 30px;
}

@media (max-width: 1200px) {
  #services .my-container-services .main-image-row {
    display: none;
  }
}

#services .my-container-services .main-image-row .main-image {
  position: relative;
  z-index: 10;
}

#services .my-container-services .box-row p {
  font-weight: bold;
  line-height: 20px;
  max-width: 90%;
}

#services .my-container-services .box-row .crengute-container {
  -webkit-transition: 0.3 ease-in-out;
  transition: 0.3 ease-in-out;
  display: none;
}

@media (max-width: 1000px) {
  #services .my-container-services .box-row .crengute-container {
    margin-top: 25px;
  }
}

#services .my-container-services .box-row .box-blue {
  background-color: rgba(0, 0, 0, 0.6);
  width: 300px;
  height: 300px;
  border-radius: 50%;
  padding: 15px 5px;
  position: absolute;
  text-align: center;
  display: none;
  overflow: hidden;
}

@media (max-width: 1200px) {
  #services .my-container-services .box-row .box-blue {
    display: block;
    position: relative !important;
    margin: 20px auto;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
  }
}

#services .my-container-services .box-row .box-blue .front {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#services .my-container-services .box-row .box-blue .front img {
  max-width: 70%;
  height: auto;
  margin-bottom: 15px;
}

#services .my-container-services .box-row .box-blue .back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #0065BC;
  width: 300px;
  height: 300px;
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#services .my-container-services .box-row .box-blue .back p {
  color: #fff;
}

@media (max-width: 1000px) {
  #services .my-container-services .box-row .box-blue {
    display: block !important;
    position: unset;
    margin: 0 auto;
    max-width: 90%;
    display: block;
    margin-bottom: 50px;
  }
  #services .my-container-services .box-row .box-blue .line {
    display: none;
  }
}

#services .my-container-services .box-row .box-blue a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
  font-size: 28px;
  z-index: 1;
  position: relative;
}

@media (max-width: 1000px) {
  #services .my-container-services .box-row .box-blue a {
    font-size: 16px;
  }
}

#services .my-container-services .box-row .box-blue a:hover {
  text-decoration: none;
}

#services .my-container-services .box-row .box-1 {
  top: 390px;
  left: 120px;
}

#services .my-container-services .box-row .box-1 .line {
  background-color: #0065bc;
  width: 120px;
  height: 4px;
  position: absolute;
  right: -118px;
  top: 56px;
  -webkit-transform: rotate(13deg);
  transform: rotate(13deg);
}

#services .my-container-services .box-row .box-1 .crengute-container {
  position: absolute;
  right: 100px;
  width: 300px;
  top: 3px;
}

@media (max-width: 1470px) {
  #services .my-container-services .box-row .box-1 .crengute-container {
    position: unset;
    width: 100%;
  }
  #services .my-container-services .box-row .box-1 .crengute-container p {
    color: #fff;
    margin-left: 0px !important;
    padding-right: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
    text-align: unset !important;
    width: unset !important;
  }
  #services .my-container-services .box-row .box-1 .crengute-container .liniuta {
    display: none;
  }
}

#services .my-container-services .box-row .box-1 .crengute-container .main p {
  text-transform: uppercase;
}

#services .my-container-services .box-row .box-1 .crengute-container .creanga:nth-child(1) p {
  margin-left: -25px;
  margin-top: -45px;
  width: 60%;
  text-align: left;
}

#services .my-container-services .box-row .box-1 .crengute-container .creanga:nth-child(1) .liniuta {
  width: 100px;
  background-color: #0065bc;
  height: 4px;
  position: absolute;
  right: 110px;
  -webkit-transform: rotate(156deg);
  transform: rotate(197deg);
  top: -14px;
}

#services .my-container-services .box-row .box-1 .crengute-container .creanga:nth-child(2) p {
  margin-top: 167px;
  width: 90%;
  text-align: left;
}

#services .my-container-services .box-row .box-1 .crengute-container .creanga:nth-child(2) .liniuta {
  width: 100px;
  background-color: #0065bc;
  height: 4px;
  position: absolute;
  right: 74px;
  -webkit-transform: rotate(156deg);
  transform: rotate(130deg);
  top: 89px;
}

#services .my-container-services .box-row .box-2 {
  top: 104px;
  left: 20px;
}

#services .my-container-services .box-row .box-2 .line {
  background-color: #0065bc;
  width: 113px;
  height: 4px;
  position: absolute;
  right: -106px;
  top: 66px;
  -webkit-transform: rotate(28deg);
  transform: rotate(28deg);
}

@media (max-width: 1470px) {
  #services .my-container-services .box-row .box-2 .line {
    right: -180px;
    top: 140px;
    width: 300px;
    -webkit-transform: rotate(28deg);
    transform: rotate(68deg);
  }
}

#services .my-container-services .box-row .box-2 .crengute-container {
  position: absolute;
  right: 100px;
  width: 300px;
  top: -197px;
}

@media (max-width: 1470px) {
  #services .my-container-services .box-row .box-2 .crengute-container {
    position: unset;
    width: 100%;
  }
  #services .my-container-services .box-row .box-2 .crengute-container p {
    color: #fff;
    margin-left: 0px !important;
    padding-right: 0px !important;
    width: unset !important;
    margin-top: 0px !important;
    padding-top: 0px !important;
    width: unset !important;
    margin-bottom: 10px !important;
  }
  #services .my-container-services .box-row .box-2 .crengute-container .liniuta {
    display: none;
  }
}

#services .my-container-services .box-row .box-2 .crengute-container .main p {
  text-transform: uppercase;
}

#services .my-container-services .box-row .box-2 .crengute-container .creanga:nth-child(1) p {
  margin-left: 580px;
  width: 300px;
  margin-top: -54px;
}

#services .my-container-services .box-row .box-2 .crengute-container .creanga:nth-child(1) .liniuta {
  background-color: #0065bc;
  width: 56px;
  height: 4px;
  position: absolute;
  right: -337px;
  -webkit-transform: rotate(28deg);
  transform: rotate(143deg);
  top: -15px;
}

#services .my-container-services .box-row .box-2 .crengute-container .creanga:nth-child(2) p {
  margin-left: -154px;
  margin-top: -58px;
}

#services .my-container-services .box-row .box-2 .crengute-container .creanga:nth-child(2) .liniuta {
  width: 27%;
  background-color: #0065bc;
  height: 4px;
  position: absolute;
  right: 97px;
  -webkit-transform: rotate(156deg);
  transform: rotate(218deg);
  top: -12px;
}

#services .my-container-services .box-row .box-2 .crengute-container .creanga:nth-child(3) p {
  padding-top: 64px;
  margin-left: 134px;
  width: 253px;
  text-align: center;
}

#services .my-container-services .box-row .box-2 .crengute-container .creanga:nth-child(3) .liniuta {
  width: 150px;
  top: 20px;
  background-color: #0065bc;
  height: 4px;
  position: absolute;
  right: -30px;
  -webkit-transform: rotate(156deg);
  transform: rotate(66deg);
  top: 156px;
}

#services .my-container-services .box-row .box-2 .crengute-container .creanga:nth-child(4) p {
  margin-left: 310px;
  margin-top: -100px;
  width: 300px;
}

#services .my-container-services .box-row .box-2 .crengute-container .creanga:nth-child(4) .liniuta {
  width: 150px;
  top: 20px;
  background-color: #0065bc;
  height: 4px;
  position: absolute;
  right: -142px;
  -webkit-transform: rotate(156deg);
  transform: rotate(108deg);
  top: 128px;
}

#services .my-container-services .box-row .box-2 .crengute-container .creanga:nth-child(5) p {
  margin-top: -24px;
  margin-left: -442px;
}

#services .my-container-services .box-row .box-2 .crengute-container .creanga:nth-child(5) .liniuta {
  width: 25%;
  top: 20px;
  background-color: #0065bc;
  height: 4px;
  position: absolute;
  right: 134px;
  -webkit-transform: rotate(156deg);
  transform: rotate(180deg);
  top: 57px;
}

#services .my-container-services .box-row .box-2 .crengute-container .creanga:nth-child(6) p {
  margin-left: -200px;
  margin-top: 101px;
}

#services .my-container-services .box-row .box-2 .crengute-container .creanga:nth-child(6) .liniuta {
  width: 80px;
  top: 20px;
  background-color: #0065bc;
  height: 4px;
  position: absolute;
  right: 100px;
  -webkit-transform: rotate(156deg);
  transform: rotate(-44deg);
  top: 119px;
}

#services .my-container-services .box-row .box-3 {
  bottom: -100px;
  left: 80px;
}

#services .my-container-services .box-row .box-3 .line {
  background-color: #0065bc;
  width: 95px;
  height: 4px;
  position: absolute;
  right: 69px;
  bottom: -49px;
  -webkit-transform: rotate(13deg);
  transform: rotate(90deg);
}

#services .my-container-services .box-row .box-3 .crengute-container {
  position: absolute;
  right: -400px;
  width: 300px;
  top: -100px;
}

@media (max-width: 1470px) {
  #services .my-container-services .box-row .box-3 .crengute-container {
    position: unset;
    width: 100%;
  }
  #services .my-container-services .box-row .box-3 .crengute-container p {
    color: #fff;
    margin-left: 0px !important;
    padding-right: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
    text-align: unset !important;
    width: unset !important;
  }
  #services .my-container-services .box-row .box-3 .crengute-container .liniuta {
    display: none;
  }
}

#services .my-container-services .box-row .box-3 .crengute-container .creanga:nth-child(1) p {
  margin-left: -80px;
}

#services .my-container-services .box-row .box-3 .crengute-container .creanga:nth-child(1) .liniuta {
  width: 70%;
  background-color: #0065BC;
  height: 4px;
  position: absolute;
  right: 321px;
  -webkit-transform: rotate(156deg);
  transform: rotate(156deg);
  top: 63px;
}

#services .my-container-services .box-row .box-3 .crengute-container .creanga:nth-child(2) p {
  margin-left: -222px;
}

#services .my-container-services .box-row .box-3 .crengute-container .creanga:nth-child(2) .liniuta {
  width: 41%;
  background-color: #0065BC;
  height: 4px;
  position: absolute;
  right: 318px;
  -webkit-transform: rotate(156deg);
  transform: rotate(156deg);
  top: 88px;
}

#services .my-container-services .box-row .box-3 .crengute-container .creanga:nth-child(3) p {
  margin-left: -80px;
}

#services .my-container-services .box-row .box-3 .crengute-container .creanga:nth-child(3) .liniuta {
  width: 54%;
  background-color: #0065BC;
  height: 4px;
  position: absolute;
  right: 297px;
  -webkit-transform: rotate(156deg);
  transform: rotate(159deg);
  top: 124px;
}

#services .my-container-services .box-row .box-4 {
  top: 410px;
  left: -140px;
}

#services .my-container-services .box-row .box-4 .line {
  background-color: #0065bc;
  width: 94px;
  height: 4px;
  position: absolute;
  right: 218px;
  top: 67px;
  -webkit-transform: rotate(13deg);
  transform: rotate(151deg);
}

#services .my-container-services .box-row .box-4 .crengute-container {
  position: absolute;
  right: -400px;
  width: 300px;
  top: -100px;
}

@media (max-width: 1470px) {
  #services .my-container-services .box-row .box-4 .crengute-container {
    position: unset;
    width: 100%;
  }
  #services .my-container-services .box-row .box-4 .crengute-container p {
    color: #fff;
    margin-left: 0px !important;
    padding-right: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
    text-align: unset !important;
    width: unset !important;
  }
  #services .my-container-services .box-row .box-4 .crengute-container .liniuta {
    display: none;
  }
}

#services .my-container-services .box-row .box-4 .crengute-container .creanga:nth-child(1) p {
  margin-left: -826px;
  margin-top: 30px;
}

#services .my-container-services .box-row .box-4 .crengute-container .creanga:nth-child(1) .liniuta {
  width: 29%;
  background-color: #0065bc;
  height: 4px;
  position: absolute;
  left: -308px;
  -webkit-transform: rotate(156deg);
  transform: rotate(90deg);
  top: 98px;
}

#services .my-container-services .box-row .box-4 .crengute-container .creanga:nth-child(2) p {
  margin-left: -10px;
  padding-right: 40px;
  line-height: 20px;
  margin-top: -35px;
  text-align: left;
}

#services .my-container-services .box-row .box-4 .crengute-container .creanga:nth-child(2) .liniuta {
  width: 41%;
  background-color: #0065BC;
  height: 4px;
  position: absolute;
  right: 318px;
  -webkit-transform: rotate(156deg);
  transform: rotate(156deg);
  top: 88px;
}

#services .my-container-services .box-row .box-4 .crengute-container .creanga:nth-child(3) p {
  margin-left: -170px;
  margin-top: 50px;
}

#services .my-container-services .box-row .box-4 .crengute-container .creanga:nth-child(3) .liniuta {
  width: 100px;
  background-color: #0065bc;
  height: 4px;
  position: absolute;
  right: 353px;
  -webkit-transform: rotate(156deg);
  transform: rotate(180deg);
  top: 143px;
}

#services .my-container-services .box-row .box-4 .crengute-container .creanga:nth-child(4) p {
  margin-left: -270px;
  margin-top: 93px;
}

#services .my-container-services .box-row .box-4 .crengute-container .creanga:nth-child(4) .liniuta {
  width: 100px;
  background-color: #0065bc;
  height: 4px;
  position: absolute;
  right: 364px;
  -webkit-transform: rotate(156deg);
  transform: rotate(238deg);
  top: 203px;
}

#services .my-container-services .box-row .box-5 {
  top: -140px;
  left: 180px;
}

#services .my-container-services .box-row .box-5 .line {
  background-color: #0065bc;
  width: 90px;
  height: 4px;
  position: absolute;
  right: -83px;
  top: 20px;
  -webkit-transform: rotate(13deg);
  transform: rotate(151deg);
}

#services .my-container-services .box-row .box-5 .crengute-container {
  position: absolute;
  right: 100px;
  width: 300px;
  top: -82px;
}

@media (max-width: 1470px) {
  #services .my-container-services .box-row .box-5 .crengute-container {
    position: unset;
    width: 100%;
  }
  #services .my-container-services .box-row .box-5 .crengute-container p {
    color: #fff;
    margin-left: 0px !important;
    padding-right: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
    text-align: unset !important;
    width: unset !important;
  }
  #services .my-container-services .box-row .box-5 .crengute-container .liniuta {
    display: none;
  }
}

#services .my-container-services .box-row .box-5 .crengute-container .main p {
  text-transform: uppercase;
}

#services .my-container-services .box-row .box-5 .crengute-container .creanga:nth-child(1) p {
  margin-top: 44px;
  margin-left: -8px;
  width: 50%;
  text-align: left;
}

#services .my-container-services .box-row .box-5 .crengute-container .creanga:nth-child(1) .liniuta {
  background-color: #0065bc;
  width: 50px;
  height: 4px;
  position: absolute;
  right: 119px;
  top: 76px;
  -webkit-transform: rotate(13deg);
  transform: rotate(200deg);
}

#services .my-container-services .box-row .box-5 .crengute-container .creanga:nth-child(2) p {
  margin-left: -200px;
  margin-top: 133px;
}

#services .my-container-services .box-row .box-5 .crengute-container .creanga:nth-child(2) .liniuta {
  background-color: #0065bc;
  width: 50px;
  height: 4px;
  position: absolute;
  right: 116px;
  top: 180px;
  -webkit-transform: rotate(13deg);
  transform: rotate(150deg);
}

#services .my-container-services .box-row .box-5 .crengute-container .creanga:nth-child(3) p {
  margin-left: 200px;
  margin-top: -44px;
  width: 185px;
}

#services .my-container-services .box-row .box-5 .crengute-container .creanga:nth-child(3) .liniuta {
  background-color: #0065bc;
  width: 50px;
  height: 4px;
  position: absolute;
  right: -20px;
  top: 170px;
  -webkit-transform: rotate(13deg);
  transform: rotate(90deg);
}

#services .box-6 {
  top: -50px;
  left: 61px;
}

#services .box-6 .line {
  background-color: #0065bc;
  width: 44px;
  height: 4px;
  position: absolute;
  right: 89px;
  -webkit-transform: rotate(13deg);
  transform: rotate(90deg);
  top: -24px;
}

#services .box-6 .crengute-container {
  position: absolute;
  right: -100px;
  width: 300px;
  top: 100px;
}

@media (max-width: 1470px) {
  #services .box-6 .crengute-container {
    position: unset;
    width: 100%;
  }
  #services .box-6 .crengute-container p {
    color: #fff;
    margin-left: 0px !important;
    padding-right: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
    text-align: unset !important;
    width: unset !important;
  }
  #services .box-6 .crengute-container .liniuta {
    display: none;
  }
  #services .box-6 .crengute-container .liniuta-doi {
    display: none;
  }
}

#services .box-6 .crengute-container .creanga:nth-child(1) p {
  margin-left: -810px;
  margin-top: 37px;
}

#services .box-6 .crengute-container .creanga:nth-child(1) .liniuta {
  width: 150px;
  background-color: #0065bc;
  height: 4px;
  position: absolute;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 58px;
  left: -231px;
}

#services .box-6 .crengute-container .creanga:nth-child(1) .liniuta-doi {
  width: 149px;
  background-color: #0065bc;
  height: 4px;
  position: absolute;
  -webkit-transform: rotate(156deg);
  transform: rotate(129deg);
  top: 3px;
  left: -113px;
}

#services .box-6 .crengute-container .creanga:nth-child(2) p {
  margin-left: 363px;
  width: 300px;
  margin-top: -15px;
}

#services .box-6 .crengute-container .creanga:nth-child(2) .liniuta {
  width: 242px;
  background-color: #0065bc;
  height: 4px;
  position: absolute;
  -webkit-transform: rotate(156deg);
  transform: rotate(180deg);
  top: 106px;
  right: -207px;
}

#services .box-6 .crengute-container .creanga:nth-child(2) .liniuta-doi {
  width: 149px;
  background-color: #0065bc;
  height: 4px;
  position: absolute;
  -webkit-transform: rotate(156deg);
  transform: rotate(48deg);
  top: 50px;
  left: 143px;
}

#services .box-6 .crengute-container .creanga:nth-child(3) p {
  margin-left: -394px;
  width: 300px;
  margin-top: 45px;
}

#services .box-6 .crengute-container .creanga:nth-child(3) .liniuta {
  width: 150px;
  background-color: #0065bc;
  height: 4px;
  position: absolute;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 154px;
  left: -253px;
}

#services .box-6 .crengute-container .creanga:nth-child(3) .liniuta-doi {
  width: 198px;
  background-color: #0065bc;
  height: 4px;
  position: absolute;
  -webkit-transform: rotate(156deg);
  transform: rotate(127deg);
  top: 74px;
  left: -143px;
}

#services .box-6 .crengute-container .creanga:nth-child(4) p {
  margin-left: 272px;
  margin-top: 50px;
  width: 300px;
}

#services .box-6 .crengute-container .creanga:nth-child(4) .liniuta {
  width: 87%;
  background-color: #0065bc;
  height: 4px;
  position: absolute;
  -webkit-transform: rotate(156deg);
  transform: rotate(51deg);
  top: 112px;
  right: -48px;
}

#services .box-6 .crengute-container .creanga:nth-child(5) p {
  margin-left: -540px;
  margin-top: -34px;
}

#services .box-6 .crengute-container .creanga:nth-child(5) .liniuta {
  width: 85%;
  background-color: #0065bc;
  height: 4px;
  position: absolute;
  -webkit-transform: rotate(156deg);
  transform: rotate(127deg);
  top: 113px;
  left: -157px;
}

#services .box-6 .crengute-container .creanga:nth-child(6) p {
  margin-left: -81px;
  margin-top: -28px;
}

#services .box-6 .crengute-container .creanga:nth-child(6) .liniuta {
  width: 200px;
  background-color: #0065bc;
  height: 4px;
  position: absolute;
  -webkit-transform: rotate(156deg);
  transform: rotate(90deg);
  top: 106px;
  left: -10px;
}

#services .box-7 {
  top: -140px;
  left: -30px;
}

#services .box-7 .line {
  background-color: #0065bc;
  width: 70px;
  height: 4px;
  position: absolute;
  right: 218px;
  -webkit-transform: rotate(13deg);
  transform: rotate(38deg);
  top: 20px;
}

#services .box-7 .crengute-container {
  position: absolute;
  right: -400px;
  width: 300px;
  top: -100px;
}

@media (max-width: 1470px) {
  #services .box-7 .crengute-container {
    position: unset;
    width: 100%;
  }
  #services .box-7 .crengute-container p {
    color: #fff;
    margin-left: 0px !important;
    padding-right: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
    text-align: unset !important;
    width: unset !important;
  }
  #services .box-7 .crengute-container .liniuta {
    display: none;
  }
}

#services .box-7 .crengute-container .creanga:nth-child(1) p {
  margin-left: -640px;
}

#services .box-7 .crengute-container .creanga:nth-child(1) .liniuta {
  width: 29%;
  background-color: #0065BC;
  height: 4px;
  position: absolute;
  left: -244px;
  -webkit-transform: rotate(156deg);
  transform: rotate(90deg);
  top: 67px;
}

#services .box-7 .crengute-container .creanga:nth-child(2) p {
  margin-left: -103px;
  padding-right: 40px;
  line-height: 20px;
  margin-top: 33px;
}

#services .box-7 .crengute-container .creanga:nth-child(2) .liniuta {
  width: 41%;
  background-color: #0065BC;
  height: 4px;
  position: absolute;
  right: 318px;
  -webkit-transform: rotate(156deg);
  transform: rotate(156deg);
  top: 88px;
}

#services .box-7 .crengute-container .creanga:nth-child(3) p {
  margin-left: -131px;
  margin-top: 164px;
}

#services .box-7 .crengute-container .creanga:nth-child(3) .liniuta {
  width: 150px;
  background-color: #0065bc;
  height: 4px;
  position: absolute;
  right: 297px;
  -webkit-transform: rotate(156deg);
  transform: rotate(206deg);
  top: 201px;
}

#services .box-7 .crengute-container .creanga:nth-child(4) p {
  margin-top: -20px;
  margin-left: -656px;
}

#services .box-7 .crengute-container .creanga:nth-child(4) .liniuta {
  width: 118px;
  background-color: #0065bc;
  height: 4px;
  position: absolute;
  left: -259px;
  -webkit-transform: rotate(156deg);
  transform: rotate(90deg);
  top: 180px;
}

.container-services {
  position: relative;
  display: block;
  width: 350px;
  margin: 60px auto;
}

.container-services:hover .delay2 {
  -webkit-animation: waves 2.5s linear infinite 0.7s forwards;
          animation: waves 2.5s linear infinite 0.7s forwards;
}

.container-services:hover .delay3 {
  -webkit-animation: waves 2.5s linear infinite 1.3s forwards;
          animation: waves 2.5s linear infinite 1.3s forwards;
}

.container-services:hover .delay4 {
  -webkit-animation: waves 2.5s linear infinite 1.9s forwards;
          animation: waves 2.5s linear infinite 1.9s forwards;
}

.svg-box {
  position: relative;
  z-index: 1;
}

.svg-box:hover {
  -webkit-animation: bloop 1s linear;
          animation: bloop 1s linear;
}

.circle {
  display: block;
  height: 300px;
  width: 300px;
  border-radius: 50%;
  background: #c7c7c7;
  margin: 10px;
  -webkit-transition: 5s ease;
  transition: 5s ease;
  position: absolute;
  top: 0;
  left: 2%;
}

.circle.delay1 {
  -webkit-animation: waves 2.5s linear infinite;
          animation: waves 2.5s linear infinite;
  -webkit-animation-delay: .1s;
          animation-delay: .1s;
}

.circle.delay2 {
  -webkit-animation: waves 2.5s linear infinite 0.7s forwards;
          animation: waves 2.5s linear infinite 0.7s forwards;
}

.circle.delay3 {
  -webkit-animation: waves 2.5s linear infinite 1.3s forwards;
          animation: waves 2.5s linear infinite 1.3s forwards;
}

@-webkit-keyframes waves {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    z-index: -1;
  }
  100% {
    -webkit-transform: scale(4);
            transform: scale(4);
    opacity: 0;
    z-index: -1;
  }
}

@-webkit-keyframes bloop {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes bloop {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

#news {
  background-color: #f0efef;
  padding: 100px 0;
}

@media (max-width: 500px) {
  #news {
    padding: 50px 0;
  }
}

@media (min-width: 1200px) {
  #news .container {
    max-width: 1200px;
  }
}

#news .container .row .title-news h2 {
  font-size: 42px;
  line-height: 42px;
  color: black;
  font-weight: 700;
  text-align: center;
  margin-bottom: 90px;
  text-transform: uppercase;
}

@media (max-width: 500px) {
  #news .container .row .title-news h2 {
    font-size: 28px;
    margin-bottom: 50px;
  }
}

#page-default {
  margin-top: 150px;
  background-color: #f0efef;
  padding-bottom: 80px;
}

@media (max-width: 550px) {
  #page-default {
    margin-top: 50px;
  }
}

@media (max-width: 500px) {
  #page-default .page-default .row {
    padding: 0 15px;
  }
}

#page-default .page-default .row h1 {
  color: #000;
  text-transform: uppercase;
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 60px;
}

#page-default .page-default .row strong {
  font-weight: bold;
}

#page-default .page-default .row em {
  font-style: italic;
}

#page-default .page-default .row h2 {
  color: #000;
}

#page-default .page-default .row h3 {
  color: #000;
}

#page-default .page-default .row h4 {
  color: #000;
}

#page-default .page-default .row h5 {
  color: #000;
}

#page-default .page-default .row h6 {
  color: #000;
  font-size: 24px;
}

#page-default .page-default .row p {
  color: #000;
  font-family: "Droid Serif";
  font-size: 16px;
}

#page-default .page-default .row ul li {
  color: #000;
}

#page-default .page-default .row img {
  max-width: 100%;
  height: auto;
}

.page-404 .container {
  margin-top: 200px;
}

@media (max-width: 768px) {
  .page-404 .container {
    margin-top: 100px;
  }
}

.page-404 .container .row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-404 .container .row h1 {
  text-transform: uppercase;
  color: #000;
  font-size: 42px;
  margin-top: 60px;
  font-weight: bold;
}

@media (max-width: 500px) {
  .page-404 .container .row h1 {
    font-size: 28px;
  }
}

.page-404 .container .row p {
  margin-top: 10px;
  font-family: "Droid Serif";
  font-size: 17px;
}

@media (max-width: 500px) {
  .page-404 .container .row p {
    font-size: 14px;
  }
}

.page-404 .container .row a {
  margin-top: 10px;
  background-color: #0065bd;
  padding: 20px 30px;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
}

#contact {
  background-color: #f0efef;
  padding: 50px 0;
}

#contact .contact-page {
  margin-top: 145px;
}

@media (max-width: 546px) {
  #contact .contact-page {
    margin-top: 50px;
  }
}

#contact .contact-page .row .left-column .contact h1 {
  margin-bottom: 50px;
  color: #000;
  font-size: 42px;
  font-weight: bold;
  text-transform: uppercase;
}

@media (max-width: 500px) {
  #contact .contact-page .row .left-column .contact h1 {
    font-size: 28px;
  }
}

#contact .contact-page .row .left-column .contact p {
  color: #7d7e81;
  font-size: 16px;
  font-family: "Droid Serif";
}

#contact .contact-page .row .left-column .contact form {
  margin: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#contact .contact-page .row .left-column .contact form label {
  color: #7d7e81;
  font-size: 16px;
  font-family: "Droid Serif";
}

#contact .contact-page .row .left-column .contact form input {
  max-width: 100%;
  margin-bottom: 60px;
  height: 50px;
  border: unset;
  border-bottom: 2px solid black;
  background-color: #f0efef;
  font-size: 30px;
  color: black;
  font-weight: bold;
}

#contact .contact-page .row .left-column .contact form input:focus {
  outline: none;
}

#contact .contact-page .row .left-column .contact form .wpcf7-submit {
  width: 181px;
  color: white;
  font-size: 15px;
  text-transform: uppercase;
  background-color: #0065bd;
  border-bottom: unset;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: 1px solid #fff;
}

#contact .contact-page .row .left-column .contact form .wpcf7-submit:hover {
  background-color: #fff;
  color: #0065bd;
  border-bottom: unset;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: 1px solid #0065bd;
}

@media (max-width: 500px) {
  #contact .contact-page .row .left-column .contact form .wpcf7-submit {
    margin-bottom: 0;
  }
}

#contact .contact-page .row .right-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 767px) {
  #contact .contact-page .row .right-column {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

#contact .contact-page .row .right-column .container-contact {
  max-width: 300px;
}

#contact .contact-page .row .right-column .container-contact div {
  margin-bottom: 150px;
}

@media (max-width: 768px) {
  #contact .contact-page .row .right-column .container-contact div {
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) and (max-width: 500px) {
  #contact .contact-page .row .right-column .container-contact div {
    margin-bottom: 20px;
  }
}

#contact .contact-page .row .right-column .container-contact div:first-child {
  margin-top: 40px;
}

@media (max-width: 768px) {
  #contact .contact-page .row .right-column .container-contact div:first-child {
    margin-bottom: 0;
    margin-top: 0;
  }
}

#contact .contact-page .row .right-column .container-contact div p {
  color: #7d7e81;
  font-size: 16px;
  margin-bottom: 0px;
  font-family: "Droid Serif";
}

#contact .contact-page .row .right-column .container-contact div h6 {
  color: #000;
  font-size: 16px;
  font-weight: bold;
}

#contact .contact-page .row .right-column .container-contact div a {
  display: block;
  margin-bottom: 0;
  color: #000;
  font-weight: bold;
}

#contact .contact-page .row .right-column .container-contact .email-c a {
  display: block;
  margin-bottom: 0;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  font-family: "Droid Serif";
}

#contact .contact-page .row-map {
  margin-bottom: 50px;
  padding: 0 15px;
}

.wpcf7-response-output {
  background-color: #28455e;
  height: 50px;
  text-align: center;
  padding: 3% 0 !important;
  color: #fff;
  font-family: "ProximaNova", sans-serif;
  font-size: 16px;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border: unset;
}

#focus-page {
  background-color: #f0efef;
  margin-top: 150px;
  padding-bottom: 75px;
}

@media (max-width: 550px) {
  #focus-page {
    margin-top: 50px;
  }
}

#focus-page .container {
  margin-top: 10px;
}

@media (max-width: 500px) {
  #focus-page .container .row:first-child {
    padding: 0 10px;
  }
}

#focus-page .container .row .title h1 {
  font-size: 40px;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  margin: 10px 0 50px 0;
}

@media (max-width: 500px) {
  #focus-page .container .row .title h1 {
    font-size: 22px;
    padding: 0 10px;
  }
}

#focus-page .container.cards {
  margin-top: 0;
}

#focus-page .container.cards .row {
  margin-bottom: 20px;
  padding: 20px;
  min-height: 435px;
  background-color: #323232;
}

#focus-page .container.cards .row:hover {
  cursor: pointer;
}

#focus-page .container.cards .row .col-md-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#focus-page .container.cards .row .image {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  #focus-page .container.cards .row .image {
    height: 200px;
  }
}

#focus-page .container.cards .row .image img {
  max-width: 100%;
  height: 100%;
}

#focus-page .container.cards .row .text {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 767px) {
  #focus-page .container.cards .row .text {
    margin-top: 25px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#focus-page .container.cards .row .text h2 {
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

@media (max-width: 500px) {
  #focus-page .container.cards .row .text h2 {
    font-size: 20px;
    text-align: center;
  }
}

#focus-page .container.cards .row .text h3 {
  font-size: 22px;
  font-weight: bold;
  display: none;
  color: #fff;
}

@media (max-width: 500px) {
  #focus-page .container.cards .row .text h3 {
    font-size: 16px;
    text-align: center;
  }
}

@media (max-width: 1024px) {
  #focus-page .container.cards .row .text h3 {
    display: block;
  }
}

#focus-page .container.cards .row .text p {
  color: #fff;
  display: none;
  font-family: "Droid Serif";
  font-size: 16px;
}

@media (max-width: 1024px) {
  #focus-page .container.cards .row .text p {
    display: block;
  }
}

@media (max-width: 500px) {
  #focus-page .container.cards .row .text p {
    font-size: 16px;
    text-align: center;
  }
}

#news-page {
  background-color: #f0efef;
  padding-top: 147px;
}

@media (max-width: 550px) {
  #news-page {
    padding-top: 50px;
  }
}

@media (min-width: 1200px) {
  #news-page .container {
    max-width: 1200px;
  }
}

#news-page .container .row .col h1 {
  color: #000;
  font-size: 43px;
  margin-bottom: 40px;
  font-weight: bold;
  text-transform: uppercase;
}

@media (max-width: 500px) {
  #news-page .container .row .col h1 {
    font-size: 28px;
  }
}

#news-page .container .row .col-lg-12 .article {
  margin-bottom: 40px;
}

#news-page .container .row .col-lg-12 .article:hover .article-body {
  padding: 30px 16px 30px 30px;
}

#news-page .container .row .col-lg-12 .article:hover .article-body .article-title h4 {
  text-decoration: underline;
  -webkit-text-decoration-color: #c4c4c4;
          text-decoration-color: #c4c4c4;
}

#news-page .container .row .col-lg-12 .article .img-container {
  background-size: cover;
  background-position: center center;
  min-height: 280px;
}

#news-page .container .row .col-lg-12 .article .article-body {
  background-color: #fff;
  padding: 30px 16px 30px 30px;
}

#news-page .container .row .col-lg-12 .article .article-body .article-title {
  padding-right: 0;
}

#news-page .container .row .col-lg-12 .article .article-body .article-title h4 {
  font-size: 24px;
  font-weight: bold;
}

#news-page .container .row .col-lg-12 .article .article-body .article-excerpt p {
  font-size: 16px;
}

#news-page .container .row .col-lg-12 .article .article-body .article-policy {
  padding-top: 20px;
  padding-bottom: 10px;
  border-top: 1px solid #bec1c4;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#news-page .container .row .col-lg-12 .article .article-body .article-policy p {
  margin: 0 10px;
  text-transform: uppercase;
  line-height: inherit;
  font-size: 13px;
}

#post-page {
  margin-top: 147px;
  background-color: #f0efef;
}

@media (max-width: 550px) {
  #post-page {
    margin-top: 50px;
  }
}

#post-page .container-fluid {
  max-width: 1400px;
  text-align: left;
}

#post-page .container .row-title h1 {
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 500px) {
  #post-page .container .row-title h1 {
    font-size: 25px !important;
  }
}

#post-page .container .row:not(:first-child) {
  margin-left: 0;
  margin-right: 0;
}

#post-page .container .row .article {
  margin-bottom: 40px;
}

#post-page .container .row .article:hover .article-body .article-title h4 {
  text-decoration: underline;
  -webkit-text-decoration-color: #c4c4c4;
          text-decoration-color: #c4c4c4;
}

#post-page .container .row .article .img-container {
  min-height: 280px;
}

#post-page .container .row .article .img-container .meta-date p {
  color: #fff;
  text-transform: uppercase;
}

#post-page .container .row .article .article-body {
  background-color: #fff;
  padding: 20px;
}

#post-page .container .row .article .article-body .article-title {
  padding-right: 0;
}

#post-page .container .row .article .article-body .article-title h4 {
  font-size: 24px;
  font-weight: 700;
}

#post-page .container .row .article .article-body .article-excerpt p {
  font-size: 16px;
  font-family: "Droid Serif";
}

#post-page .container .row .article .article-body .article-policy {
  padding-top: 20px;
  padding-bottom: 10px;
  border-top: 1px solid #bec1c4;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 50px;
}

#post-page .container .row .article .article-body .article-policy p {
  margin: 0 10px;
  text-transform: uppercase;
  line-height: inherit;
  font-size: 13px;
}

#post-page .container .row .thumbnail-post {
  height: 480px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 80px;
}

@media (max-width: 1024px) {
  #post-page .container .row .thumbnail-post {
    margin-bottom: 40px;
  }
}

#post-page .container .row .left-article {
  max-width: 900px;
  margin: 50px auto 0 auto;
  border-top: 1px solid #1e2025;
  border-bottom: 1px solid #1e2025;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #post-page .container .row .left-article {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 0;
    margin-right: 0;
    /* IE10+ specific styles go here */
  }
}

#post-page .container .row .left-article .container-content {
  max-width: 670px;
  margin: 0 auto;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0 4px 0px;
}

#post-page .container .row .left-article .container-content p {
  margin-left: 10px;
}

#post-page .container .row .left-article .container-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#post-page .container .row .left-article .container-content ul li {
  margin: 0 5px;
}

#post-page .container .row .container-content {
  max-width: 670px;
  margin: 0 auto;
  text-align: left;
}

#post-page .container .row .container-content .article-policy {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#post-page .container .row .container-content .article-policy p {
  color: #636469;
  margin-left: 20px;
  margin-bottom: 0;
  font-weight: 700;
  text-transform: uppercase;
}

#post-page .container .row strong {
  font-weight: bold;
}

#post-page .container .row em {
  font-style: italic;
}

#post-page .container .row h1 {
  color: #000;
  font-weight: bold;
  font-size: 43px;
  margin-bottom: 30px;
}

#post-page .container .row h2 {
  color: #000;
}

#post-page .container .row h3 {
  color: #000;
}

#post-page .container .row h4 {
  color: #000;
}

#post-page .container .row h5 {
  color: #000;
}

#post-page .container .row h6 {
  color: #000;
  font-size: 24px;
}

#post-page .container .row p {
  color: #000;
}

#post-page .container .row ul li {
  color: #000;
}

#post-page .container .row img {
  max-width: 100%;
  height: auto;
}

#post-page .container .single-row-margin {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#post-page .container .single-row-margin h1 {
  margin-bottom: 60px;
}

#values-page {
  margin-top: 150px;
  background-color: #f0efef;
  padding-bottom: 75px;
}

@media (max-width: 550px) {
  #values-page {
    margin-top: 50px;
  }
}

@media (max-width: 500px) {
  #values-page .container .row {
    padding: 0 15px;
  }
}

#values-page .container .page-content .row {
  margin-bottom: 25px;
}

@media (max-width: 500px) {
  #values-page .container .page-content .row {
    padding: 0 15px;
  }
}

#values-page .container .page-content .row.reverse .image-div {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (max-width: 991px) {
  #values-page .container .page-content .row.reverse .image-div {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

#values-page .container .page-content .row.reverse .image-div .bara-middle {
  left: 0;
}

#values-page .container .page-content .row.reverse .text-div {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (max-width: 991px) {
  #values-page .container .page-content .row.reverse .text-div {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

#values-page .container .page-content .row .title-page {
  padding: 0;
}

#values-page .container .page-content .row .title-page h1 {
  color: #000;
  text-transform: uppercase;
  font-size: 43px;
  font-weight: bold;
}

@media (max-width: 500px) {
  #values-page .container .page-content .row .title-page h1 {
    font-size: 28px;
  }
}

#values-page .container .page-content .row .image-div {
  height: 392px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

@media (max-width: 500px) {
  #values-page .container .page-content .row .image-div {
    height: 160px;
  }
}

#values-page .container .page-content .row .image-div .bara-middle {
  background-color: #fff;
  height: 100%;
  width: 10px;
  position: absolute;
  right: 0;
}

@media (max-width: 991px) {
  #values-page .container .page-content .row .image-div .bara-middle {
    width: 0px;
  }
}

#values-page .container .page-content .row .text-div {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: left;
  padding: 0 100px;
}

@media (min-width: 996px) and (max-width: 1200px) {
  #values-page .container .page-content .row .text-div {
    padding: 0 30px;
  }
}

@media (max-width: 991px) {
  #values-page .container .page-content .row .text-div {
    padding-left: 0px;
    margin-top: 30px;
    text-align: center;
    padding: 20px;
  }
}

@media (max-width: 500px) {
  #values-page .container .page-content .row .text-div {
    padding: 10px;
    margin-top: 10px;
  }
}

#values-page .container .page-content .row .text-div h2 {
  text-transform: uppercase;
  color: #0065bc;
  font-size: 26px;
  font-weight: bold;
}

@media (max-width: 500px) {
  #values-page .container .page-content .row .text-div h2 {
    font-size: 22px;
  }
}

#values-page .container .page-content .row .text-div p {
  font-size: 17px;
  font-weight: bold;
  font-family: "Droid Serif";
  text-align: left;
}

@media (max-width: 500px) {
  #values-page .container .page-content .row .text-div p {
    font-size: 14px;
    font-weight: normal;
  }
}

#our-services-page {
  margin-top: 150px;
  background-color: #f0efef;
  padding-bottom: 50px;
}

@media (max-width: 550px) {
  #our-services-page {
    margin-top: 50px;
  }
}

#our-services-page .container h1 {
  color: #000;
  text-transform: uppercase;
  font-size: 42px;
  font-weight: bold;
}

@media (max-width: 500px) {
  #our-services-page .container h1 {
    font-size: 28px;
  }
}

@media (min-width: 1200px) {
  #our-services-page .container {
    max-width: 1200px;
  }
}

#our-services-page .container #service-cards-container {
  margin-top: 50px;
}

#our-services-page .container #service-cards-container .row {
  margin-bottom: 25px;
}

@media (max-width: 992px) {
  #our-services-page .container #service-cards-container .row {
    margin-bottom: 0px;
  }
}

#our-services-page .container #service-cards-container .row .col-lg-6 .card-blue {
  background-color: #0065bc;
  padding: 50px 25px 50px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 330px;
  min-width: 580px;
}

@media (max-width: 1200px) {
  #our-services-page .container #service-cards-container .row .col-lg-6 .card-blue {
    min-width: 460px;
    padding: 25px;
  }
}

@media (max-width: 600px) {
  #our-services-page .container #service-cards-container .row .col-lg-6 .card-blue {
    padding: 20px;
    min-width: unset;
  }
}

#our-services-page .container #service-cards-container .row .col-lg-6 .card-blue:hover {
  cursor: pointer;
}

@media (max-width: 991px) {
  #our-services-page .container #service-cards-container .row .col-lg-6 .card-blue {
    margin-bottom: 30px;
  }
}

#our-services-page .container #service-cards-container .row .col-lg-6 .card-blue h2 {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
}

@media (max-width: 500px) {
  #our-services-page .container #service-cards-container .row .col-lg-6 .card-blue h2 {
    font-size: 22px;
  }
}

#our-services-page .container #service-cards-container .row .col-lg-6 .card-blue .transition {
  display: none;
}

@media (max-width: 1025px) {
  #our-services-page .container #service-cards-container .row .col-lg-6 .card-blue .transition {
    display: block;
  }
}

#our-services-page .container #service-cards-container .row .col-lg-6 .card-blue .transition h3 {
  color: #fff;
  font-size: 19px;
  text-transform: uppercase;
  font-weight: bold;
}

@media (max-width: 500px) {
  #our-services-page .container #service-cards-container .row .col-lg-6 .card-blue .transition h3 {
    font-size: 16px;
  }
}

@media (max-width: 500px) {
  #our-services-page .container #service-cards-container .row .col-lg-6 .card-blue .transition ul {
    margin-top: 20px;
  }
}

#our-services-page .container #service-cards-container .row .col-lg-6 .card-blue .transition ul li {
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  font-family: "ProximaNova",sans-serif;
  font-weight: 600;
}

@media (max-width: 500px) {
  #our-services-page .container #service-cards-container .row .col-lg-6 .card-blue .transition ul li {
    font-size: 15px;
  }
}

#our-services-page .container #service-cards-container .row .col-lg-6 .card-blue .transition ul li:before {
  content: "- ";
}

#who-page {
  margin-top: 150px;
  background-color: #f0efef;
}

@media (max-width: 550px) {
  #who-page {
    margin-top: 50px;
  }
}

#who-page .container .row {
  padding: 0 10px;
}

#who-page .container .row .col h1,
#who-page .container .row .col h2,
#who-page .container .row .col p,
#who-page .container .row .col p,
#who-page .container .row .col blockquote {
  margin-left: auto;
  margin-right: auto;
}

#who-page .container .row .col h1 {
  margin-left: auto;
  margin-right: auto;
  color: #000;
  text-transform: uppercase;
  font-size: 42px;
  font-weight: bold;
}

@media (max-width: 500px) {
  #who-page .container .row .col h1 {
    font-size: 28px;
  }
}

#who-page .container .row .col h2 {
  color: #000;
  text-transform: uppercase;
  font-size: 21px;
  line-height: 35px;
  margin-bottom: 25px;
  font-family: "Droid Serif";
}

@media (max-width: 500px) {
  #who-page .container .row .col h2 {
    font-size: 13px;
  }
}

#who-page .container .row .col p {
  margin: 35px 0;
  font-family: "Droid Serif";
  font-size: 16px;
}

@media (max-width: 500px) {
  #who-page .container .row .col p {
    font-size: 14px;
  }
}

#who-page .container .row .img-section {
  height: 493px;
  background-position: center center;
  background-repeat: no-repeat no-repeat;
  background-size: cover;
}

@media (max-width: 500px) {
  #who-page .container .row .img-section {
    height: 300px;
  }
}

#who-page .container .row .quote-container {
  max-width: 700px;
  margin: 0 auto;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

#who-page .container .row .quote-container p {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
}

@media (max-width: 500px) {
  #who-page .container .row .quote-container p {
    font-size: 13px;
  }
}

#who-page .container .row .text-below {
  margin-bottom: 30px;
}

#who-page .container .row .text-below p {
  font-size: 16px;
  line-height: 30px;
  text-align: left;
}

@media (max-width: 500px) {
  #who-page .container .row .text-below p {
    font-size: 14px;
    text-align: unset;
  }
}

#who-page .container .first .col {
  padding: 0;
}

#who-page .container .third .col, #who-page .container .forth .col, #who-page .container .fifth .col {
  padding: 0;
  text-align: left;
}

#search-page {
  margin-top: 146px;
  background-color: #f0efef;
}

@media (max-width: 550px) {
  #search-page {
    margin-top: 50px;
  }
}

#search-page .container .row .no-posts-found {
  margin: 40px 0;
}

#search-page .container .row .no-posts-found p {
  text-align: center;
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
}

#search-page .container .row .display-results-container h1 {
  margin: 35px 0;
  font-size: 43px;
  color: #000;
}

#search-page .container .row .display-results-container h1 span {
  font-size: 20px;
  color: #000;
}

#search-page .container .row .article {
  margin-bottom: 40px;
}

#search-page .container .row .article:hover .article-body .article-title h4 {
  text-decoration: underline;
  -webkit-text-decoration-color: #c4c4c4;
          text-decoration-color: #c4c4c4;
}

#search-page .container .row .article .img-container {
  min-height: 280px;
}

#search-page .container .row .article .article-body {
  background-color: #fff;
  padding: 20px;
}

#search-page .container .row .article .article-body .article-title {
  padding-right: 0;
}

#search-page .container .row .article .article-body .article-title h4 {
  font-size: 24px;
  font-weight: bold;
}

#search-page .container .row .article .article-body .article-excerpt p {
  font-size: 16px;
}

#search-page .container .row .article .article-body .article-policy {
  padding-top: 20px;
  padding-bottom: 10px;
  border-top: 1px solid #bec1c4;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#search-page .container .row .article .article-body .article-policy p {
  margin: 0 10px;
  text-transform: uppercase;
  line-height: inherit;
  font-size: 13px;
}
/*# sourceMappingURL=style.css.map */