/*
Theme Name: Elephant
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: "Montserrat", 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: "Montserrat", sans-serif;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", 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: "Montserrat", sans-serif;
}

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

a {
  font-family: "Montserrat", 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: "Montserrat", 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);
  overflow-x: hidden;
}

* {
  -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;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

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

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

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

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

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

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

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

.services header {
  background: #0D0D0E;
}

header {
  background-color: transparent;
  position: fixed;
  width: 100%;
  z-index: 10;
  -webkit-transition: all .35s;
  transition: all .35s;
}

@media (min-width: 600px) {
  header.scrolled {
    -webkit-transition: all .35s;
    transition: all .35s;
   -webkit-box-shadow: 0 .5rem 1rem #00000080 !important;
            box-shadow: 0 .5rem 1rem #00000080 !important;
    /*-webkit-box-shadow: 0 .5rem 1rem #E92228 !important;
            box-shadow: 0 .5rem 1rem #E92228 !important;*/        
  }
  header.scrolled:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    background-color: #000;
    /*background-color: #E92228;*/
    opacity: 0.7;
  }
  header.scrolled .header {
    -webkit-transition: all .25s;
    transition: all .25s;
    padding: 10px 0 !important;
  }
}

header:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 5, 6, 0.753939)), color-stop(28%, rgba(7, 5, 6, 0.709121)), color-stop(41%, rgba(7, 5, 6, 0.602679)), color-stop(59%, rgba(7, 5, 6, 0.510242)), to(transparent));
  background: linear-gradient(180deg, rgba(7, 5, 6, 0.753939) 0%, rgba(7, 5, 6, 0.709121) 28%, rgba(7, 5, 6, 0.602679) 41%, rgba(7, 5, 6, 0.510242) 59%, transparent);
}

header .container-fluid .header {
  -webkit-transition: all .25s;
  transition: all .25s;
  padding: 34px 0 41px 0;
}

@media (max-width: 600px) {
  header .container-fluid .header {
    padding: 0;
  }
}

header .container-fluid .header .row {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 650px) {
  header .container-fluid .header .row {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 10px 0;
  }
}

header .container-fluid .header .row .search-div {
  position: relative;
}

@media (max-width: 1460px) {
  header .container-fluid .header .row .search-div {
    left: 15px;
  }
}

header .container-fluid .header .row .search-div input {
  border: unset;
  border-bottom: 1px solid rgba(112, 112, 112, 0.4);
  background-color: transparent;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #fff;
  max-width: 139px;
  padding-left: 20px;
}

header .container-fluid .header .row .search-div input:focus {
  outline: none;
}

header .container-fluid .header .row .search-div img {
  position: absolute;
  left: 0;
  top: 3px;
  bottom: 0;
  cursor: pointer;
}

header .container-fluid .header .row .main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 80%;
  max-width: 900px;
  margin: 0 auto;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1440px) {
  header .container-fluid .header .row .main-nav {
    padding: 0 15px;
  }
}

@media (max-width: 1040px) {
  header .container-fluid .header .row .main-nav {
    width: initial;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 940px) {
  header .container-fluid .header .row .main-nav {
    padding: 0 10px;
  }
}

@media (max-width: 650px) {
  header .container-fluid .header .row .main-nav {
    display: none;
  }
}

@media (max-width: 1040px) {
  header .container-fluid .header .row .main-nav li {
    margin: 0 20px;
  }
}

@media (max-width: 900px) {
  header .container-fluid .header .row .main-nav li {
    margin: 0px 10px;
  }
}

header .container-fluid .header .row .main-nav li.active a span {
  font-family: "Montserrat";
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  border-bottom: 2px solid #E92228;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

@media (max-width: 850px) {
  header .container-fluid .header .row .main-nav li.active a span {
    font-size: 14px;
  }
}

@media (max-width: 700px) {
  header .container-fluid .header .row .main-nav li.active a span {
    font-size: 10px;
  }
}

header .container-fluid .header .row .main-nav li a {
  font-family: "Montserrat";
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

header .container-fluid .header .row .main-nav li a:hover {
  text-decoration: none;
}

@media (max-width: 950px) {
  header .container-fluid .header .row .main-nav li a {
    font-size: 14px;
  }
}

@media (max-width: 750px) {
  header .container-fluid .header .row .main-nav li a {
    font-size: 10px;
  }
}

header .container-fluid .header .row .main-nav li a:hover {
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  color: #E92228;
  -webkit-text-decoration: #E92228;
          text-decoration: #E92228;
}

header .container-fluid .header .row .main-nav li a:hover span {
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  color: #E92228;
  -webkit-text-decoration: #E92228;
          text-decoration: #E92228;
}

header .container-fluid .header .row .main-nav li.logo img {
  width: 75px;
  /*height: 53px;*/
}

@media (max-width: 900px) {
  header .container-fluid .header .row .main-nav li.logo img {
    width: 70px;
    height: 34px;
  }
}

@media (min-width: 650px) {
  header .container-fluid .header .row .btn-menu {
    display: none;
  }
}

header .container-fluid .header .row .btn-menu.scrolled {
  -webkit-transition: all .35s;
  transition: all .35s;
  margin-bottom: -60px;
}

/* @media (max-width: 650px) {
  header .container-fluid .header .row .btn-menu {
    cursor: pointer;
    -webkit-transition: all .35s;
    transition: all .35s;
    text-align: center;
    margin: 0 auto;
    height: 150px;
    width: 150px;
    border-bottom-right-radius: 107%;
    border-bottom-left-radius: 107%;
    position: relative;
    border: none;
    color: white;
    text-align: Center;
    font-size: 1.5em;
    padding-bottom: 1em;
    position: fixed;
    left: calc(50% - 43px);
    margin-left: -1.75em;
    bottom: -1.75em;
    border-radius: 50%;
    z-index: 11;
    margin-bottom: -90px;
    background-color: #707070;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  header .container-fluid .header .row .btn-menu img {
    width: 50%;
    margin-top: 26px;
  }
  header .container-fluid .header .row .btn-menu.clicked {
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    background: -webkit-gradient(linear, right top, left top, from(#E92228), color-stop(#ffffff), to(#707070));
    background: linear-gradient(270deg, #E92228, #ffffff, #707070);
    background-size: 600% 600%;
    -webkit-animation: AnimationName 8s ease infinite;
            animation: AnimationName 8s ease infinite;
    -webkit-box-shadow: 0 0.5rem 1rem #a61414;
            box-shadow: 0 0.5rem 1rem #a61414;
  }
  @-webkit-keyframes AnimationName {
    0% {
      background-position: 0% 47%;
    }
    50% {
      background-position: 100% 54%;
    }
    100% {
      background-position: 0% 47%;
    }
  }
  @keyframes AnimationName {
    0% {
      background-position: 0% 47%;
    }
    50% {
      background-position: 100% 54%;
    }
    100% {
      background-position: 0% 47%;
    }
  }
} */

.m-wrapper {
  display: none;
}

@media(max-width: 650px) {
  header .container-fluid {
    padding: 0 !important;
  }
  .header .row {
    align-items: center;
    justify-content: space-between !important;
    width: 100%;
    margin: 0 !important;
    padding: 10px 15px !important;
  }
  .search-div {
    left: 0 !important;
  }
  .search-div,
  .btn-menu {
    z-index: 11;
  }
  .btn-menu {
    display: flex;
    flex-flow: column;
    gap: 4px;
    margin: 0;
  }
  .btn-menu.active div:first-of-type {
    rotate: -45deg;
    transform-origin: right;
  }
  .btn-menu.active div:nth-of-type(2) {
    opacity: 0;
  }
  .btn-menu.active div:last-of-type {
    rotate: 45deg;
    transform-origin: right;
  }
  .btn-menu div {
    width: 17px;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
    transition: all .3s ease-in-out;
  }
  .m-wrapper {
    position: absolute;
    z-index: 10;
    top: 0px;
    right: -110vw;
    width: calc(100vw - 15px);
    height: 100vh;
    padding: 20px 15px;
    background-color: #171718;
    transition: all .3s ease-in-out;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-around;
    text-align:center;
    /*justify-content: space-between;*/
  }
  .m-wrapper.active {
    right: 0;
  }
  .m-wrapper ul {
    margin: 60px 0 0;
  }
  .m-wrapper ul li {
    margin: 0 0 8px;
  }
  .m-wrapper ul li a:hover {
    text-decoration: none;
  }
  .m-wrapper ul li a span {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
  }
  .m-wrapper img {
    width: 30%;
    align-self: center;
    margin: 0 0 30px;
  }
}

header .container-fluid .header .row .overlay-btn {
  height: 200px;
  width: 208px;
  background-color: #707070;
  opacity: 1;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  z-index: 1;
  position: absolute;
  bottom: 0;
}

header .container-fluid .header .row .overlay-btn:hover {
  opacity: 1;
  -webkit-transition: .35s ease;
  transition: .35s ease;
  z-index: 0;
}

/* header .container-fluid .header .row .m-wrapper {
  font-size: 1em;
  width: 48em;
  height: 26em;
  position: fixed;
  z-index: 10;
  bottom: -13em;
  left: calc(50% - 59px);
  border-radius: 50%;
  margin-left: -13em;
  -webkit-transform: scale(0.1);
          transform: scale(0.1);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media (max-width: 400px) {
  header .container-fluid .header .row .m-wrapper {
    left: calc(50% - 69px);
  }
}

header .container-fluid .header .row .m-wrapper li {
  position: absolute;
  z-index: 2;
  font-size: 2em;
  width: 10em;
  height: 10em;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  overflow: hidden;
  left: 50%;
  top: 50%;
  margin-top: -1.3em;
  margin-left: -10em;
  -webkit-transition: border .3s ease;
  transition: border .3s ease;
}

@media (max-width: 400px) {
  header .container-fluid .header .row .m-wrapper li {
    font-size: 1.75em;
  }
}

header .container-fluid .header .row .m-wrapper li:hover {
  -webkit-transition: .3s ease;
  transition: .3s ease;
  font-size: 2.1em;
}

header .container-fluid .header .row .m-wrapper li:first-child {
  -webkit-transform: rotate(-16deg) skew(50deg);
          transform: rotate(-16deg) skew(50deg);
}

header .container-fluid .header .row .m-wrapper li:nth-child(2) {
  -webkit-transform: rotate(31deg) skew(50deg);
          transform: rotate(31deg) skew(50deg);
}

header .container-fluid .header .row .m-wrapper li:nth-child(3) {
  -webkit-transform: rotate(78deg) skew(50deg);
          transform: rotate(78deg) skew(50deg);
}

header .container-fluid .header .row .m-wrapper li:nth-child(4) {
  -webkit-transform: rotate(125deg) skew(50deg);
          transform: rotate(125deg) skew(50deg);
}

header .container-fluid .header .row .m-wrapper li:nth-child(odd) a {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(94%, #a61414), color-stop(122%, white));
  background: linear-gradient(360deg, #a61414 94%, white 122%);
}

header .container-fluid .header .row .m-wrapper li:nth-child(even) a {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(32%, #a61414), color-stop(55%, #e92228), color-stop(80%, #e92228));
  background: linear-gradient(360deg, #a61414 32%, #e92228 55%, #e92228 80%);
}

header .container-fluid .header .row .m-wrapper li a {
  z-index: 2;
  display: block;
  font-size: 1.18em;
  height: 14.5em;
  width: 14.5em;
  position: absolute;
  bottom: -7.25em;
  right: -7.25em;
  border-radius: 50%;
  text-decoration: none;
  color: #fff;
  padding-top: 1.8em;
  text-align: center;
  -webkit-transform: skew(-50deg) rotate(-70deg) scale(1);
          transform: skew(-50deg) rotate(-70deg) scale(1);
  -webkit-transition: opacity 0.3s, color 0.3s;
  transition: opacity 0.3s, color 0.3s;
}

header .container-fluid .header .row .m-wrapper li a span {
  font-size: 16px;
  opacity: 1;
  color: #fff;
  position: relative;
  top: -19px;
}

@media (max-width: 800px) {
  header .container-fluid .header .row .m-wrapper li a span {
    font-size: 13px;
  }
}

header .container-fluid .header .row .m-wrapper:after {
  content: ".";
  display: block;
  font-size: 2em;
  width: 6.2em;
  height: 6.2em;
  position: absolute;
  left: 50%;
  margin-left: -3.1em;
  top: 50%;
  margin-top: -3.1em;
  border-radius: 50%;
  color: transparent;
}

header .container-fluid .header .row .m-wrapper.open-m {
  border-radius: 50%;
  -webkit-transform: scale(1);
          transform: scale(1);
  bottom: 36px;
  -webkit-transform: rotate(16deg);
          transform: rotate(16deg);
} */

header .container-fluid .header #overlay-cn {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 2;
  pointer-events: none;
}

header .container-fluid .header #overlay-cn.overlay-cn {
  pointer-events: auto;
  opacity: 1;
}

footer {
  background: #101011;
  padding-bottom: 15px;
  padding-top: 66px;
}

footer .container .row {
  text-align: center;
}

footer .logo img {
  width: 100%;
  object-fit: contain;
  max-height: 250px;
}

footer .container .row .col .social-links {
  margin-top: 21px;
  margin-bottom: 34px;
  margin-left: auto;
  margin-right: auto;
}

footer .container .row .col .social-links ul {
  max-width: 148px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 auto;
}

footer .container .row .col .social-links ul li a {
  -webkit-transition: .35s ease;
  transition: .35s ease;
}

footer .container .row .col .social-links ul li a:hover img {
  -webkit-transition: .35s ease;
  transition: .35s ease;
  -webkit-filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(600%) contrast(0.8);
          filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(600%) contrast(0.8);
}

footer .container .row .col .contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 760px) {
  footer .container .row .col .contacts {
    -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;
  }
}

footer .container .row .col .contacts .telephone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 76px;
}

@media (max-width: 760px) {
  footer .container .row .col .contacts .telephone {
    margin-right: 0;
  }
}

footer .container .row .col .contacts .telephone img {
  margin-right: 8px;
}

footer .container .row .col .contacts .telephone a {
  display: inline-block;
  font-family: "Montserrat";
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

footer .container .row .col .contacts .email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

footer .container .row .col .contacts .email img {
  margin-right: 8px;
}

footer .container .row .col .contacts .email a {
  font-family: "Montserrat";
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

footer .container .row .col .copyr-cont p {
  margin-left: 4px;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  margin-right: 4px;
}

footer .container .row .col .copyr-cont a {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  text-decoration: underline;
  -webkit-text-decoration-color: white;
          text-decoration-color: white;
}

.little-middle-line {
  background-color: #E92228;
  width: 43px;
  height: 2px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.single-service {
  max-width: 457px;
  width: 100%;
  display: inline-block;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #171718;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-bottom: 0;
}

.single-service:hover {
  text-decoration: none;
}

@media (max-width: 1500px) {
  .single-service {
    max-width: 350px;
  }
}

@media (max-width: 1091px) {
  .single-service {
    max-width: 237px;
  }
}

@media (max-width: 1091px) {
  .single-service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .single-service .left-part .svg-container {
    margin-right: unset;
  }
}

@media (max-width: 760px) {
  .single-service {
    max-width: unset;
  }
}

.single-service .lines {
  background-color: #707070;
  position: absolute;
}

@media (max-width: 1091px) {
  .single-service .lines {
    display: none;
  }
}

.single-service .bottom {
  bottom: 0;
}

.single-service .vertical {
  height: 100px;
  width: 1px;
}

.single-service .horizontal {
  height: 1px;
  width: 100px;
}

.single-service .top {
  top: 0;
}

.single-service .left {
  left: 0;
}

.single-service .right {
  right: 0;
}

.single-service:hover {
  padding: 29px 17px 45px 11px;
  background-color: #2D1819;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 2;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media (max-width: 1500px) {
  .single-service:hover {
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .single-service:hover {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.single-service:hover .left-part .svg-container {
  margin-right: 24px;
  border: 2px solid #fff;
  margin: 0 auto;
  margin-bottom: 15px;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media (max-width: 600px) {
  .single-service:hover .left-part .svg-container {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

.single-service:hover .left-part .svg-container .svg path {
  -webkit-transition: .35s ease;
  transition: .35s ease;
  fill: #E92228;
}

.single-service:hover .left-part h3 {
  font-family: "Montserrat";
  font-size: 13px;
  color: #E92228;
  font-weight: 600;
}

@media (max-width: 1500px) {
  .single-service:hover .left-part h3 {
    font-size: 12px;
  }
}

@media (max-width: 760px) {
  .single-service:hover .left-part h3 {
    margin-bottom: 15px;
    font-size: 16px;
  }
}

.single-service:hover .right-part {
  display: unset;
  padding: 0 15px;
}

@media (max-width: 1500px) {
  .single-service:hover .right-part {
    padding-right: 0;
    padding-left: 5px;
  }
}

@media (max-width: 1091px) {
  .single-service:hover .right-part {
    padding: 0 10px;
  }
}

.single-service:hover .right-part p {
  padding-left: 5px;
  -webkit-transition: total .3s;
  transition: total .3s;
  display: unset;
  font-family: "Montserrat";
  font-size: 14px;
  color: white;
}

@media (max-width: 1500px) {
  .single-service:hover .right-part p {
    font-size: 11px;
  }
}

@media (max-width: 760px) {
  .single-service:hover .right-part p {
    font-size: 14px;
    text-align: center;
    padding: 0 10px;
  }
}

.single-service .left-part .svg-container {
  padding: 25px;
  max-width: 136px;
  height: 136px;
  position: relative;
  border: 2px solid #E92228;
  border-radius: 50%;
  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;
  margin: 0 auto;
  margin-bottom: 10px;
  -webkit-transition: .35s ease;
  transition: .35s ease;
  cursor: pointer;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

@media (max-width: 1500px) {
  .single-service .left-part .svg-container {
    max-width: 100px;
    height: 100px;
    padding: 20px;
  }
}

@media (max-width: 1090px) {
  .single-service .left-part .svg-container {
    margin-bottom: 15px;
    max-width: 75px;
    height: 75px;
  }
}

@media (max-width: 991px) {
  .single-service .left-part .svg-container {
    max-width: 80px;
    height: 80px;
    padding: 14px;
  }
}

@media (max-width: 600px) {
  .single-service .left-part .svg-container {
    max-width: 100px;
    height: 100px;
    margin-bottom: 25px;
  }
}

.single-service .left-part .svg-container .svg path {
  -webkit-transition: .35s ease;
  transition: .35s ease;
}

.single-service .left-part .svg-container .svg rect {
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.single-service .left-part .svg-container:hover {
  border: 2px solid #fff;
}

.single-service .left-part .svg-container:hover .svg path {
  -webkit-transition: .35s ease;
  transition: .35s ease;
  fill: #E92228;
}

.single-service .left-part .svg-container:hover .svg rect {
  -webkit-transition: .35s ease;
  transition: .35s ease;
  fill: #E92228;
}

@media (max-width: 600px) {
  .single-service .left-part .svg-container img {
    max-width: 100%;
  }
}

.single-service .left-part h3 {
  font-size: 13px;
  font-weight: 600;
  font-family: "Montserrat";
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
}

@media (max-width: 600px) {
  .single-service .left-part h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.single-service .right-part {
  display: none;
}

@media (max-width: 600px) {
  .single-service .right-part {
    display: unset;
  }
}

.single-service .right-part p {
  color: white;
  font-size: 14px;
  line-height: 20px;
  font-family: "Montserrat";
}

@media (max-width: 600px) {
  .single-service .right-part p {
    text-align: center;
  }
}

.google-maps {
  margin-bottom: 46px;
}

.wpml-ls-legacy-dropdown {
  width: 6.5em;
}

.wpml-ls-legacy-dropdown ul li .js-wpml-ls-item-toggle {
  position: relative;
  padding-right: calc(10px + .7em + .7em);
  background-color: transparent;
  border: unset;
  color: white;
}

.wpml-ls-legacy-dropdown ul li .js-wpml-ls-item-toggle:after {
  content: '';
  vertical-align: middle;
  display: inline-block;
  border: .35em solid transparent;
  border-top: .5em solid;
  position: absolute;
  right: 10px;
  top: calc(50% - .175em);
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.wpml-ls-legacy-dropdown ul li:hover .wpml-ls-item-toggle {
  -webkit-transition: .35s ease;
  transition: .35s ease;
  background: transparent;
  color: white;
}

.wpml-ls-legacy-dropdown ul li:hover .wpml-ls-item-toggle:after {
  -webkit-transition: .3s ease;
  transition: .3s ease;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 6px;
}

.wpml-ls-legacy-dropdown ul li:hover ul {
  border: unset;
}

.wpml-ls-legacy-dropdown ul li:hover ul li {
  border: unset;
}

.wpml-ls-legacy-dropdown ul li:hover ul li a {
  -webkit-transition: .35s ease;
  transition: .35s ease;
  background: transparent;
  border: unset;
}

.line {
  visibility: hidden;
}

.wpcf7-response-output {
  border: 1px solid #E92228 !important;
  color: #fff !important;
  font-family: 'Montserrat',sans-serif;
  font-size: 12px;
}

.wpcf7-not-valid-tip {
  position: relative;
  top: -15px;
}

.fancybox-infobar span {
  color: #707070;
}

.showform {
  display: unset !important;
}

.wpcf7 {
  display: none;
}

.fancybox-content {
  padding: 22px 44px;
}

.form {
  padding-right: 110px;
  padding-left: 134px;
  max-width: 960px;
  border-radius: 24px;
  margin: 0 auto;
  position: relative;
  background-color: #171718;
  display: none;
}

@media (max-width: 800px) {
  .form {
    padding-top: 60px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
  }
}

.form .close-window {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 48px;
  top: 30px;
  background-color: transparent;
}

.form .close-window:hover {
  cursor: pointer;
}

.form .close-window .line-1 {
  width: 14px;
  height: 1px;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
}

.form .close-window .line-2 {
  width: 14px;
  height: 1px;
  background-color: #FFFFFF;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(310deg);
          transform: rotate(310deg);
}

.form input {
  width: 100%;
  margin-bottom: 24px;
  background-color: transparent;
  border: unset;
  border-bottom: 1px solid rgba(112, 112, 112, 0.4);
  height: 34px;
  z-index: 2;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}

@media (max-width: 600px) {
  .form input {
    font-size: 14px;
  }
}

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

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

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

.form input::placeholder {
  color: #fff;
}

.form input:focus {
  outline: none;
}

.form input.send {
  border: 1px solid #E92228;
  width: 154px;
  height: 48px;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: 0;
  margin-top: 24px;
  color: #E92228;
}

@media (max-width: 400px) {
  .form input.send {
    margin: unset;
    width: 100%;
  }
}

.form input.send:hover {
  background-color: #fff;
  -webkit-transition: ease .3s;
  transition: ease .3s;
}

.form textarea {
  width: 100%;
  height: 130px;
  background-color: transparent;
  border: unset;
  border-bottom: 1px solid rgba(112, 112, 112, 0.4);
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}

.form textarea::-webkit-input-placeholder {
  color: #fff;
}

.form textarea:-ms-input-placeholder {
  color: #fff;
}

.form textarea::-ms-input-placeholder {
  color: #fff;
}

.form textarea::placeholder {
  color: #fff;
}

.form textarea:focus {
  outline: none;
}

.form .little-middle-line {
  margin-bottom: 53px;
}

.form h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  color: #fff;
  line-height: 75px;
  text-align: center;
}

@media (max-width: 600px) {
  .form h3 {
    font-size: 25px;
    color: #fff;
    line-height: 39px;
  }
}

@media (max-width: 400px) {
  .form h3 {
    font-size: 22px;
    line-height: 32px;
  }
}

.form h4 {
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 34px;
}

.form a {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
}

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

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

@media (max-width: 600px) {
  .form .left div {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 400px) {
  .form .left div {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.form .left div a {
  margin-bottom: 0px;
  margin-left: 20px;
  letter-spacing: 2px;
  font-size: 16px;
}

@media (max-width: 400px) {
  .form .left div a {
    font-size: 14px;
  }
}

.form .left div a:last-child {
  margin-left: 0;
}

.form .left div p {
  color: #fff;
  margin-bottom: 0;
  font-family: 'Montserrat', sans-serif;
  margin-left: 3px;
  margin-right: 3px;
}

@media (max-width: 400px) {
  .form .left div p {
    font-size: 14px;
  }
}

.form .right {
  padding-right: 0;
}

.form .right div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 600px) {
  .form .right div {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 400px) {
  .form .right div {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.form .right div a {
  margin-bottom: 0px;
  margin-left: 20px;
  letter-spacing: 2px;
  font-size: 16px;
}

@media (max-width: 400px) {
  .form .right div a {
    font-size: 14px;
  }
}

.event-row:last-of-type .event {
  border-bottom: unset;
}

.event-row .event {
  padding-top: 100px;
  padding-left: 0;
  padding-bottom: 113px;
  border-bottom: 1px solid #707070;
  position: relative;
}

.event-row .event button {
  position: absolute;
  top: 47%;
  background-color: transparent;
  color: transparent;
  padding: 20px 25px;
  border: 2px solid #41181B;
  border-radius: 50%;
  -webkit-transition: .3s ease;
  transition: .3s ease;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: center;
  font-size: 0;
}

@media (max-width: 600px) {
  .event-row .event button {
    padding: 5px 10px;
  }
}

.event-row .event button:hover {
  -webkit-transition: .3s ease;
  transition: .3s ease;
  cursor: pointer;
  background-color: #fff;
}

.event-row .event button.slick-prev {
  left: -30px;
}

@media (max-width: 1600px) {
  .event-row .event button.slick-prev {
    left: 0px;
  }
}

.event-row .event button.slick-prev:before {
  content: "";
  background-image: url(assets/images/svg/arrow-red.svg);
  width: 12px;
  height: 20px;
  margin: 0 auto;
  display: inherit;
}

.event-row .event button.slick-next {
  right: -12px;
}

@media (max-width: 1600px) {
  .event-row .event button.slick-next {
    right: 0px;
  }
}

.event-row .event button.slick-next:before {
  content: "";
  background-image: url(assets/images/svg/arrow-red.svg);
  width: 12px;
  height: 20px;
  margin: 0 auto;
  display: inherit;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.event-row .event h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 45px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 700px) {
  .event-row .event h2 {
    font-size: 28px;
  }
}

.event-row .event .underline-red {
  width: 43px;
  margin: 0 auto;
  height: 2px;
  background-color: #E92228;
}

.event-row .event .slider-poze {
  text-align: center;
  margin-top: 90px;
  height: 340px;
  position: relative;
  left: 15px;
}

@media (max-width: 700px) {
  .event-row .event .slider-poze {
    margin-top: 40px;
  }
}

@media (max-width: 600px) {
  .event-row .event .slider-poze {
    height: 189px;
  }
}

.event-row .event .slider-poze .slick-slide {
  margin-right: 15px;
}

@media (max-width: 600px) {
  .event-row .event .slider-poze .slick-slide {
    margin-right: 0px;
  }
}

.event-row .event .slider-poze a img {
  height: 326px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

@media (max-width: 600px) {
  .event-row .event .slider-poze a img {
    height: 230px;
  }
}

.event-row .event iframe {
  height: 326px;
  border: unset;
}

@media (max-width: 600px) {
  .event-row .event iframe {
    height: 230px;
  }
}

#hero-section {
  position: relative;
}

#hero-section .slick-slider ul.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  margin-bottom: 4px;
  margin-left: 208px;
  width: 78%;
  margin-bottom: 0px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #hero-section .slick-slider ul.slick-dots {
    z-index: 2;
    bottom: 14px;
    /* IE10+ specific styles go here */
  }
}

@supports (-ms-ime-align: auto) {
  #hero-section .slick-slider ul.slick-dots {
    z-index: 2;
    bottom: 14px;
  }
}

@media (max-width: 600px) {
  #hero-section .slick-slider ul.slick-dots {
    margin-left: 0;
    width: 100%;
  }
}

#hero-section .slick-slider ul.slick-dots li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 2px;
  bottom: 0;
  background-color: transparent;
  position: relative;
  bottom: 10px;
  height: 2px;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #hero-section .slick-slider ul.slick-dots li button {
    color: transparent;
    /* IE10+ specific styles go here */
  }
}

@supports (-ms-ime-align: auto) {
  #hero-section .slick-slider ul.slick-dots li button {
    color: transparent;
  }
}

#hero-section .slick-slider ul.slick-dots li.slick-active button {
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  background-color: #E92228;
  height: 4px;
}

#hero-section .slick-slider ul.slick-dots li button {
  border: none;
  background-color: transparent;
  width: 100%;
  height: 4px;
  background-color: #040404;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

#hero-section .next-thumbnail {
  cursor: pointer;
  width: 255px;
  height: 159px;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #hero-section .next-thumbnail {
    z-index: 2;
    /* IE10+ specific styles go here */
  }
}

@supports (-ms-ime-align: auto) {
  #hero-section .next-thumbnail {
    z-index: 2;
  }
}

@media (max-width: 991px) {
  #hero-section .next-thumbnail {
    display: none;
  }
}

#hero-section .next-thumbnail div {
  height: 100%;
  background-size: cover !important;
}

#hero-section .next-thumbnail div img {
  max-width: 255px;
  position: absolute;
  bottom: 4px;
}

#hero-section .arrow-container {
  height: 98px;
  width: 195px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: absolute;
  bottom: 4px;
}

@media (max-width: 600px) {
  #hero-section .arrow-container {
    width: 100%;
    bottom: unset;
    top: 40%;
  }
}

#hero-section .arrow-container .arrow-left,
#hero-section .arrow-container .arrow-right {
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  cursor: pointer;
}

#hero-section .arrow-container .arrow-left img,
#hero-section .arrow-container .arrow-right img {
  width: 12px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #hero-section .arrow-container .arrow-left img,
  #hero-section .arrow-container .arrow-right img {
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
        align-self: center;
    /* IE10+ specific styles go here */
  }
}

#hero-section .arrow-container .arrow-left {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #E92228;
}

#hero-section .arrow-container .arrow-left:hover {
  background-color: transparent;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

@media (max-width: 600px) {
  #hero-section .arrow-container .arrow-left {
    position: absolute;
    left: 0;
    width: 50px;
    height: 50px;
  }
}

#hero-section .arrow-container .arrow-right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(1, 1, 1, 0.5);
}

@media (max-width: 600px) {
  #hero-section .arrow-container .arrow-right {
    position: absolute;
    right: 0;
    width: 50px;
    height: 50px;
  }
}

#hero-section .arrow-container .arrow-right:hover {
  background-color: #E92228;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

#hero-section .arrow-container .arrow-right img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#hero-section .hero {
  height: 98vh;
  position: relative;
  background-position: center center !important;
  background-size: cover !important;
}

#hero-section .hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 800px) {
  #hero-section .hero {
    height: 80vh;
  }
}

#hero-section .hero .slide {
  height: 100%;
  position: relative;
}

#hero-section .hero .bottom-bar {
  width: calc(100% - 254px);
  position: absolute;
  height: 98px;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 991px) {
  #hero-section .hero .bottom-bar {
    width: 100%;
  }
}

#hero-section .hero .bottom-bar:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
}

#hero-section .hero .bottom-bar .arrow-container {
  width: 195px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  visibility: hidden;
}

@media (max-width: 600px) {
  #hero-section .hero .bottom-bar .arrow-container {
    display: none;
  }
}

#hero-section .hero .bottom-bar .arrow-container .arrow-left,
#hero-section .hero .bottom-bar .arrow-container .arrow-right {
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  background-color: transparent;
  cursor: pointer;
}

#hero-section .hero .bottom-bar .arrow-container .arrow-left:hover,
#hero-section .hero .bottom-bar .arrow-container .arrow-right:hover {
  background-color: #E92228;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

#hero-section .hero .bottom-bar .arrow-container .arrow-left {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#hero-section .hero .bottom-bar .arrow-container .arrow-right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#hero-section .hero .bottom-bar .arrow-container .arrow-right img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#hero-section .hero .bottom-bar .main-bar-content {
  position: relative;
  width: 100%;
}

#hero-section .hero .bottom-bar .main-bar-content h3 {
  font-family: 'Publico Text';
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  padding-left: 38px;
}

@media (max-width: 600px) {
  #hero-section .hero .bottom-bar .main-bar-content h3 {
    margin-top: 10px;
    font-size: 28px;
  }
}

#hero-section .hero .bottom-bar .main-bar-content h4 {
  font-family: "Montserrat";
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  padding-left: 38px;
}

@media (max-width: 600px) {
  #hero-section .hero .bottom-bar .main-bar-content h4 {
    font-size: 17px;
  }
}

#hero-section .hero .bottom-bar .main-bar-content .bottom-line {
  width: 100%;
  bottom: 0;
  position: absolute;
  height: 6px;
}

#hero-section .hero .bottom-bar .main-bar-content .bottom-line .thumnail {
  position: absolute;
}

#hero-section .hero .bottom-bar .next-thumbnail {
  cursor: pointer;
  width: 255px;
  height: 159px;
  position: absolute;
  bottom: 0;
  right: 0;
  visibility: hidden;
}

#hero-section .hero .bottom-bar .next-thumbnail div {
  height: 100%;
  background-size: cover !important;
}

#about-us {
  background-color: #171718;
  padding-top: 50px;
  padding-bottom: 0px;
  position: relative;
  margin-top: -4px;
}

#about-us .container {
  max-width: 1000px;
}

@media (max-width: 991px) {
  #about-us {
    padding-bottom: 75px;
    padding-top: 50px;
  }
}

#about-us .container .title h1 {
  font-family: 'gilroy light';
  color: #fff;
  font-size: 61px;
  margin: 0 auto;
}

@media (max-width: 600px) {
  #about-us .container .title h1 {
    font-size: 35px;
  }
}

#about-us .container .title h1 span {
  font-family: 'gilroy black';
  color: #fff;
  font-size: 61px;
}

@media (max-width: 600px) {
  #about-us .container .title h1 span {
    font-size: 35px;
  }
}

#about-us .container .subtitle h3 {
  font-size: 16px;
  font-family: "Montserrat";
  font-weight: 600;
  font-style: italic;
  color: #fff;
  max-width: 697px;
  margin: 0 auto;
  text-align: center;
  line-height: 30px;
}

@media (max-width: 600px) {
  #about-us .container .subtitle h3 {
    font-size: 13px;
  }
}

#about-us .container .descriptions {
  margin-top: 46px;
}

#about-us .container .descriptions p {
  color: #fff;
  line-height: 35px;
  font-size: 16px;
}

#about-us .container .descriptions .left-description p {
  max-width: 555px;
}

@media (max-width: 991px) {
  #about-us .container .descriptions .left-description p {
    margin: 0 auto;
    text-align: center;
  }
}

@media (max-width: 600px) {
  #about-us .container .descriptions .left-description p {
    font-size: 14px;
  }
}

#about-us .container .descriptions .col-lg-2 .grey-line {
  height: 100%;
  width: 2px;
  background-color: #707070;
  margin: 0 auto;
}

#about-us .container .descriptions .right-description p {
  max-width: 574px;
}

@media (max-width: 991px) {
  #about-us .container .descriptions .right-description p {
    margin: 0 auto;
    text-align: center;
  }
}

@media (max-width: 600px) {
  #about-us .container .descriptions .right-description p {
    font-size: 14px;
  }
}

#about-us .container .row-b .col div {
  width: 100%;
  height: 2px;
  background-color: #707070;
}

#about-us .square {
  position: absolute;
  bottom: -229px;
  left: -942px;
}

@media (max-width: 1025px) {
  #about-us .square {
    display: none;
  }
}

#servicii {
  background-color: #171718;
  position: relative;
  z-index: 2;
  padding-top: 30px;
}

@media (max-width: 600px) {
  #servicii {
    padding-bottom: 30px;
  }
}

#servicii .container-fluid .row .col .line {
  height: 10px;
}

#servicii .container-fluid .title .col h2 {
  margin-top: 45px;
  text-transform: uppercase;
  font-family: "Montserrat";
  font-size: 45px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}

@media (max-width: 1200px) {
  #servicii .container-fluid .title .col h2 {
    font-size: 30px;
    line-height: 30px;
  }
}

@media (max-width: 600px) {
  #servicii .container-fluid .title .col h2 {
    margin-top: 25px;
    font-size: 35px;
  }
}

#servicii .container-fluid .row .col .little-middle-line {
  margin-bottom: 35px;
}

@media (max-height: 1200px) {
  #servicii .container-fluid .row .col .little-middle-line {
    margin-bottom: 0;
  }
}

@media (max-width: 600px) {
  #servicii .container-fluid .row .col .little-middle-line {
    margin-bottom: 30px;
  }
}

#servicii .container-fluid .services-row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#servicii .container-fluid .border-bottom {
  margin-top: 23px;
  margin-bottom: 56px;
}

@media (max-width: 991px) {
  #servicii .container-fluid .border-bottom {
    margin: 0;
  }
}

#events {
  background-color: #171718;
  position: relative;
  padding-top: 79px;
}

#events .waves {
  position: absolute;
  bottom: 537px;
  left: 100px;
}

@media (max-width: 991px) {
  #events .waves {
    display: none;
  }
}

@media (max-width: 991px) {
  #events {
    padding-top: 50px;
  }
}

#events .square {
  position: absolute;
  right: 0px;
  top: -88px;
}

@media (max-width: 600px) {
  #events .square {
    width: 80px;
    height: 80px;
    top: 10px;
  }
}

#events .dots {
  position: absolute;
  right: -690px;
  bottom: -220px;
}

@media (max-width: 991px) {
  #events .dots {
    display: none;
  }
}

@media (max-width: 1250px) {
  #events .dots {
    right: -851px;
  }
}

#events .container-fluid .row .col {
  text-align: center;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  #events .container-fluid .row .col {
    margin-bottom: 30px;
  }
}

#events .container-fluid .evenimente .row .col h2 {
  text-align: center;
  color: #fff;
  font-family: "Montserrat";
  font-size: 45px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 1200px) {
  #events .container-fluid .evenimente .row .col h2 {
    font-size: 30px;
    line-height: 30px;
  }
}

@media (max-width: 600px) {
  #events .container-fluid .evenimente .row .col h2 {
    font-size: 35px;
  }
}

#events .container-fluid .evenimente .container-arrows {
  position: absolute;
  top: calc(50% + -100px);
  width: 100%;
  height: 100%;
  z-index: 2;
}

@media (max-width: 991px) {
  #events .container-fluid .evenimente .container-arrows {
    top: calc(50% + -200px);
  }
}

#events .container-fluid .evenimente .container-arrows .arrow-left-event {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  left: -15px;
}

#events .container-fluid .evenimente .container-arrows .arrow-left-event div {
  width: 76px;
  height: 76px;
  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: trnasparent;
  border: 1px solid #E92228;
  border-radius: 50%;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

@media (max-width: 1560px) {
  #events .container-fluid .evenimente .container-arrows .arrow-left-event div {
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 600px) {
  #events .container-fluid .evenimente .container-arrows .arrow-left-event div {
    left: -28px;
  }
}

#events .container-fluid .evenimente .container-arrows .arrow-left-event div:hover {
  background-color: #fff;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

#events .container-fluid .evenimente .container-arrows .arrow-right-event {
  position: absolute;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  right: 0;
  z-index: 2;
  cursor: pointer;
  right: 15px;
}

#events .container-fluid .evenimente .container-arrows .arrow-right-event div {
  width: 76px;
  height: 76px;
  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: trnasparent;
  border: 1px solid #E92228;
  border-radius: 50%;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

@media (max-width: 1560px) {
  #events .container-fluid .evenimente .container-arrows .arrow-right-event div {
    width: 36px;
    height: 36px;
  }
}

#events .container-fluid .evenimente .container-arrows .arrow-right-event div:hover {
  background-color: #fff;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

#events .container-fluid .evenimente .slider-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  #events .container-fluid .evenimente .slider-container {
    margin-bottom: 0;
  }
}

#events .container-fluid .evenimente .slider-container .slider-evenimente {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  width: 100%;
}

#events .container-fluid .evenimente .slider-container .slider-evenimente .slide-image {
  height: 500px;
  max-width: 708px;
  background-size: contain !important;
  background-repeat: no-repeat no-repeat !important;
  background-position: center center !important;
  -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;
}

@media (max-width: 991px) {
  #events .container-fluid .evenimente .slider-container .slider-evenimente .slide-image {
    margin: auto;
    width: 300px;
    height: 300px;
    max-width: unset;
  }
}

#events .container-fluid .evenimente .slider-container .slider-evenimente .slide-description {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 991px) and (max-width: 1350px) {
  #events .container-fluid .evenimente .slider-container .slider-evenimente .slide-description {
    padding-left: 40px;
  }
}

#events .container-fluid .evenimente .slider-container .slider-evenimente .slide-description .container-description {
  position: relative;
  min-height: 301px;
  max-width: 472px;
}

#events .container-fluid .evenimente .slider-container .slider-evenimente .slide-description .container-description h3 {
  font-family: "Montserrat";
  font-size: 35px;
  color: #fff;
  font-weight: 700;
}

@media (max-width: 991px) {
  #events .container-fluid .evenimente .slider-container .slider-evenimente .slide-description .container-description h3 {
    margin-top: 10px;
    text-align: center;
  }
}

@media (max-width: 600px) {
  #events .container-fluid .evenimente .slider-container .slider-evenimente .slide-description .container-description h3 {
    font-size: 35px;
    margin: 15px 0;
  }
}

@media (max-width: 600px) {
  #events .container-fluid .evenimente .slider-container .slider-evenimente .slide-description .container-description h3 {
    font-size: 29px;
  }
}

#events .container-fluid .evenimente .slider-container .slider-evenimente .slide-description .container-description h4 {
  font-family: "Montserrat";
  font-weight: 300;
  color: #fff;
  line-height: 30px;
  font-size: 18px;
  margin-bottom: 65px;
}

@media (max-width: 1500px) {
  #events .container-fluid .evenimente .slider-container .slider-evenimente .slide-description .container-description h4 {
    padding-right: 20px;
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  #events .container-fluid .evenimente .slider-container .slider-evenimente .slide-description .container-description h4 {
    font-size: 16px;
    padding-right: 0px;
  }
}

@media (max-width: 400px) {
  #events .container-fluid .evenimente .slider-container .slider-evenimente .slide-description .container-description h4 {
    font-size: 14px;
  }
}

#events .container-fluid .evenimente .slider-container .slider-evenimente .slide-description .container-description .details-event .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

#events .container-fluid .evenimente .slider-container .slider-evenimente .slide-description .container-description .details-event .date img {
  margin-right: 7px;
}

#events .container-fluid .evenimente .slider-container .slider-evenimente .slide-description .container-description .details-event .date img:nth-child(2) {
  margin-left: 7px;
}

#events .container-fluid .evenimente .slider-container .slider-evenimente .slide-description .container-description .details-event .date h3 {
  font-family: "Montserrat";
  font-weight: 300;
  color: #fff;
  font-size: 18px;
  margin-bottom: 0;
  margin-right: 7px;
}

@media (max-width: 600px) {
  #events .container-fluid .evenimente .slider-container .slider-evenimente .slide-description .container-description .details-event .date h3 {
    font-size: 15px;
  }
}

#events .container-fluid .evenimente .slider-container .slider-evenimente .slide-description .container-description .details-event .location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#events .container-fluid .evenimente .slider-container .slider-evenimente .slide-description .container-description .details-event .location img {
  margin-right: 7px;
}

#events .container-fluid .evenimente .slider-container .slider-evenimente .slide-description .container-description .details-event .location h3 {
  margin-bottom: 0;
  font-family: "Montserrat";
  font-weight: 300;
  color: #fff;
  font-size: 18px;
}

@media (max-width: 600px) {
  #events .container-fluid .evenimente .slider-container .slider-evenimente .slide-description .container-description .details-event .location h3 {
    font-size: 15px;
  }
}

#portofoliu {
  background-color: #171718;
  overflow: hidden;
  padding-top: 40px;
}

#portofoliu .container-fluid .row .col {
  text-align: center;
}

#portofoliu .container-fluid .row .col h2 {
  color: #fff;
  font-family: "Montserrat";
  font-size: 45px;
  text-transform: uppercase;
  letter-spacing: 100;
  font-weight: 700;
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  #portofoliu .container-fluid .row .col h2 {
    font-size: 30px;
    line-height: 30px;
  }
}

@media (max-width: 600px) {
  #portofoliu .container-fluid .row .col h2 {
    font-size: 40px;
  }
}

@media (max-width: 600px) {
  #portofoliu .container-fluid .row .col h2 {
    margin-top: 20px;
  }
}

#portofoliu .container-fluid .row .col .little-middle-line {
  margin-top: 12px;
  margin-bottom: 49px;
}

@media (max-width: 1920px) {
  #portofoliu .container-fluid .row .col .little-middle-line {
    margin-bottom: 20px;
  }
}

@media (max-width: 1800px) {
  #portofoliu .container-fluid .row .col .little-middle-line {
    margin-bottom: 12px;
  }
}

#portofoliu .container-fluid .row .portofolio-card {
  height: 320px;
  background-size: cover !important;
  background-position: center center !important;
  -webkit-transition: all .35;
  transition: all .35;
  position: relative;
  z-index: 8;
  padding-left: 0;
  padding-right: 0;
}

#portofoliu .container-fluid .row .portofolio-card:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

#portofoliu .container-fluid .row .portofolio-card:hover:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #E92228;
  opacity: 0.5;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  z-index: 10;
}

#portofoliu .container-fluid .row .portofolio-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}

@media (max-width: 1700px) {
  #portofoliu .container-fluid .row .portofolio-card {
    height: 300px;
  }
}

@media (max-width: 1500px) {
  #portofoliu .container-fluid .row .portofolio-card {
    height: 230px;
  }
}

@media (max-width: 1300px) {
  #portofoliu .container-fluid .row .portofolio-card {
    height: 230px;
  }
}

@media (max-width: 1200px) {
  #portofoliu .container-fluid .row .portofolio-card {
    height: 211px;
  }
}

@media (max-width: 600px) {
  #portofoliu .container-fluid .row .portofolio-card {
    height: 300px;
  }
}

#portofoliu .container-fluid .row .portofolio-card a {
  width: 100%;
  height: 100%;
  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;
  font-family: "Publico Text";
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  line-height: 59px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  z-index: 11;
}

#portofoliu .container-fluid .row .portofolio-card a:hover {
  text-decoration: none;
}

@media (max-width: 1700px) {
  #portofoliu .container-fluid .row .portofolio-card a {
    font-size: 35px;
  }
}

@media (max-width: 1500px) {
  #portofoliu .container-fluid .row .portofolio-card a {
    font-size: 30px;
  }
}

@media (max-width: 1220px) {
  #portofoliu .container-fluid .row .portofolio-card a {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  #portofoliu .container-fluid .row .portofolio-card a {
    font-size: 45px;
  }
}

@media (max-width: 700px) {
  #portofoliu .container-fluid .row .portofolio-card a {
    font-size: 30px;
  }
}

@media (max-width: 400px) {
  #portofoliu .container-fluid .row .portofolio-card a {
    font-size: 22px;
  }
}

#parteneri {
  background: #171718;
  padding: 100px 0 0;
}

.parteneri-logo{
    opacity:0.5;
}

#parteneri .container-fluid .parteneri .row .col {
  text-align: center;
}

#parteneri .container-fluid .parteneri .row .col .line {
  margin: 136px 0 44px 0;
}

@media (max-width: 991px) {
  #parteneri .container-fluid .parteneri .row .col .line {
    margin: 30px 0;
  }
}

#parteneri .container-fluid .parteneri .row .col .line-down {
  margin-bottom: 146px;
  visibility: hidden;
}

#parteneri .container-fluid .parteneri .row .col h2 {
  font-size: 45px;
  font-weight: 700;
  font-family: "Montserrat";
  color: #fff;
  letter-spacing: 100;
  margin-bottom: 0;
  margin-bottom: 20px;
}

@media (max-width: 1200px) {
  #parteneri .container-fluid .parteneri .row .col h2 {
    font-size: 30px;
    line-height: 30px;
  }
}

@media (max-width: 991px) {
  #parteneri .container-fluid .parteneri .row .col h2 {
    margin-bottom: 30px;
  }
}

@media (max-width: 600px) {
  #parteneri .container-fluid .parteneri .row .col h2 {
    font-size: 35px;
    margin-bottom: 17px;
  }
}

#parteneri .container-fluid .parteneri .row .col .little-middle-line {
  margin-bottom: 46px;
}

#parteneri .container-fluid .parteneri .slider-parteneri {
  position: relative;
}

@media (max-width: 991px) {
  #parteneri .container-fluid .parteneri .slider-parteneri {
    margin-bottom: 30px;
  }
}

#parteneri .container-fluid .parteneri .slider-parteneri .slick-list {
  margin: 0 30px;
}

#parteneri .container-fluid .parteneri .slider-parteneri .container-slider {
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}

#parteneri .container-fluid .parteneri .slider-parteneri .container-slider .slick-list {
  margin: 0 30px;
}

#parteneri .container-fluid .parteneri .slider-parteneri .container-slider .partener-container {
  max-width: 219px;
  -webkit-transition: .35s ease;
  transition: .35s ease;
}

#parteneri .container-fluid .parteneri .slider-parteneri .container-slider .partener-container:hover img {
  -webkit-transition: .35s ease;
  transition: .35s ease;
  -webkit-filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(600%) contrast(0.8);
          filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(600%) contrast(0.8);
}

#parteneri .container-fluid .parteneri .slider-parteneri .container-slider .partener-container img {
  max-width: 100%;
  height: auto;
  opacity:0.5;
}

#parteneri .container-fluid .parteneri .slider-parteneri .container-arrow-parteneri {
  position: absolute;
  width: 100%;
  top: 44%;
  height: 10px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #parteneri .container-fluid .parteneri .slider-parteneri .container-arrow-parteneri {
    position: relative;
    top: -70px;
    /* IE10+ specific styles go here */
  }
}

#parteneri .container-fluid .parteneri .slider-parteneri .container-arrow-parteneri .arrow-left {
  z-index: 0;
  position: absolute;
  left: 0;
  cursor: pointer;
  -webkit-transition: .35s ease;
  transition: .35s ease;
}

#parteneri .container-fluid .parteneri .slider-parteneri .container-arrow-parteneri .arrow-left:hover img {
  -webkit-transition: .35s ease;
  transition: .35s ease;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

#parteneri .container-fluid .parteneri .slider-parteneri .container-arrow-parteneri .arrow-right {
  position: absolute;
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  z-index: 2;
  cursor: pointer;
  -webkit-transition: .35s ease;
  transition: .35s ease;
}

#parteneri .container-fluid .parteneri .slider-parteneri .container-arrow-parteneri .arrow-right:hover img {
  -webkit-transition: .35s ease;
  transition: .35s ease;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

#parteneri .container-fluid .parteneri .last-container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#parteneri #numbers-section {
  margin: 140px 0 0;
}

#parteneri .container-fluid .parteneri .last-container .number-container {
  max-width: 310px;
  position: relative;
  margin: 0 40px;
  z-index: 2;
}

#parteneri .container-fluid .parteneri .last-container .number-container .background-number {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
}

#parteneri .container-fluid .parteneri .last-container .number-container .background-number span {
  font-family: "Montserrat";
  font-size: 150px;
  color: #171718;
  text-shadow: 0px 0px 2px #E92228;
  font-weight: 700;
  position: relative;
}

@media (max-width: 1920px) {
  #parteneri .container-fluid .parteneri .last-container .number-container .background-number span {
    font-size: 126px;
    left: 90px;
  }
}

#parteneri .container-fluid .parteneri .last-container .number-container .number-overlay-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  margin-bottom: 161px;
}

@media (max-width: 600px) {
  #parteneri .container-fluid .parteneri .last-container .number-container .number-overlay-container {
    margin-bottom: 121px;
  }
}

#parteneri .container-fluid .parteneri .last-container .number-container .number-overlay-container .left-number {
  margin-right: 28px;
  margin-left: 50px;
}

#parteneri .container-fluid .parteneri .last-container .number-container .number-overlay-container .left-number p {
  font-family: "Montserrat";
  font-size: 50px;
  color: #fff;
  font-weight: 700;
}

@media (max-width: 1600px) {
  #parteneri .container-fluid .parteneri .last-container .number-container .number-overlay-container .left-number p {
    font-size: 34px;
  }
}

@media (max-width: 991px) {
  #parteneri .container-fluid .parteneri .last-container .number-container .number-overlay-container .left-number p {
    font-size: 35px;
  }
}

#parteneri .container-fluid .parteneri .last-container .number-container .number-overlay-container .right-text h3 {
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  #parteneri .container-fluid .parteneri .last-container .number-container .number-overlay-container .right-text h3 {
    font-size: 12px;
  }
}

#parteneri .container-fluid .parteneri .last-container .number-container .number-overlay-container .right-text h4 {
  font-family: "Montserrat";
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 991px) {
  #parteneri .container-fluid .parteneri .last-container .number-container .number-overlay-container .right-text h4 {
    font-size: 23px;
  }
}

.galerie-page {
  background: #171718;
  overflow: hidden;
}

.galerie-page .hero {
  height: 936px;
  background-size: cover !important;
  background-position: center center !important;
  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;
  position: relative;
}

@media (max-width: 1400px) {
  .galerie-page .hero {
    height: 765px;
  }
}

@media (max-width: 991px) {
  .galerie-page .hero {
    height: 400px;
  }
}

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

.galerie-page .hero:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
}

.galerie-page .hero h1 {
  font-family: "Publico Text";
  color: #fff;
  font-size: 80px;
  font-weight: 700;
  position: relative;
}

@media (max-width: 600px) {
  .galerie-page .hero h1 {
    font-size: 40px;
  }
}

.page-404 {
  background-color: #1C1C1C;
  padding-top: 200px;
}

@media (max-width: 850px) {
  .page-404 {
    padding-top: 158px;
  }
}

@media (max-width: 600px) {
  .page-404 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.page-404 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 850px) {
  .page-404 .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.page-404 .container .left-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 340px;
  width: 100%;
}

@media (max-width: 850px) {
  .page-404 .container .left-text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  .page-404 .container .left-text {
    text-align: center;
  }
}

.page-404 .container .left-text h1 {
  font-family: "Montserrat";
  color: #E92228;
  font-size: 100px;
  font-weight: 900;
}

@media (max-width: 600px) {
  .page-404 .container .left-text h1 {
    font-size: 90px;
  }
}

.page-404 .container .left-text h2 {
  margin: 15px 0 58px 0;
  font-family: "Montserrat";
  font-size: 56px;
  line-height: 56px;
  font-weight: 300;
  color: #fff;
}

@media (max-width: 600px) {
  .page-404 .container .left-text h2 {
    font-size: 50px;
  }
}

.page-404 .container .left-text a {
  padding: 4px 0;
  max-width: 306px;
  width: 100%;
  text-align: center;
  background-color: #E92228;
  font-family: "Montserrat";
  color: #fff;
  border-radius: 5px;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  text-transform: uppercase;
  font-size: 16px;
  border: 1px solid transparent;
}

.page-404 .container .left-text a:hover {
  text-decoration: none;
}

.page-404 .container .left-text a:hover {
  background-color: transparent;
  border: 1px solid #E92228;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

@media (max-width: 600px) {
  .page-404 .container .left-text a {
    margin: 0 auto;
  }
}

.page-404 .container .right-image {
  margin-left: 39px;
}

@media (max-width: 850px) {
  .page-404 .container .right-image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
    margin-left: 0;
  }
  .page-404 .container .right-image img {
    height: 300px !important;
  }
}

.page-404 .container .right-image img {
  max-width: 100%;
  height: auto;
}

.single-page {
  padding-top: 155px;
  background-color: #1C1C1C;
}

.single-page .container-fluid {
  background-position: top right !important;
  background-size: contain !important;
  background-repeat: no-repeat no-repeat !important;
  position: relative;
}

.single-page .container-fluid:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, color-stop(33%, #1c1c1c), color-stop(55%, rgba(28, 28, 28, 0.801558)), color-stop(80%, rgba(28, 28, 28, 0.527048)));
  background: linear-gradient(-270deg, #1c1c1c 33%, rgba(28, 28, 28, 0.801558) 55%, rgba(28, 28, 28, 0.527048) 80%);
}

.single-page .container-fluid .single-container {
  margin-left: 260px;
}

@media (max-width: 1250px) {
  .single-page .container-fluid .single-container {
    margin-left: auto;
  }
}

.single-page .container-fluid .single-container .row .title {
  padding-left: 0;
}

.single-page .container-fluid .single-container .row .middle-col {
  padding-left: 0;
}

.single-page .container-fluid .single-container .row .col .little-middle-line {
  margin-left: 0;
}

.single-page .container-fluid .single-container .row .col h1 {
  font-family: "Montserrat";
  font-size: 36px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 600px) {
  .single-page .container-fluid .single-container .row .col h1 {
    font-size: 28px;
  }
}

.single-page .container-fluid .single-container .row article {
  margin-top: 35px;
  margin-bottom: 250px;
}

@media (max-width: 1025px) {
  .single-page .container-fluid .single-container .row article {
    margin-bottom: 50px;
  }
}

.single-page .container-fluid .single-container .row article p {
  font-family: "Montserrat", "Segoe UI";
  color: #fff;
  line-height: 21px;
  font-size: 16px;
  margin-bottom: 31px;
}

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

.single-page .container-fluid .single-container .row article h1 {
  color: #fff;
}

.single-page .container-fluid .single-container .row article h2 {
  color: #fff;
}

.single-page .container-fluid .single-container .row article h3 {
  color: #fff;
}

.single-page .container-fluid .single-container .row article h4 {
  color: #fff;
}

.single-page .container-fluid .single-container .row article h5 {
  color: #fff;
}

.single-page .container-fluid .single-container .row article h6 {
  color: #fff;
}

.search-page .title h1 {
  color: #fff;
}

@media (max-width: 991px) {
  .search-page .title h1 {
    font-size: 32px;
    margin-bottom: 35px;
  }
}

@media (max-width: 600px) {
  .search-page .title h1 {
    font-size: 28px;
  }
}

.search-page .container-fluid .container {
  min-height: 400px;
}

.search-page .search-col {
  padding: 0;
}

.search-page .search-col .search-results {
  color: #fff;
  margin-bottom: 0;
}


.nav-logo {
    display: none;
    margin: 0;
}

@media(max-width: 650px) {
    .search-div {
        display: none;
    }
    .nav-logo {
        display: block;
    }
    .nav-logo img {
        max-width: 50px;
    }
}




/*# sourceMappingURL=style.css.map */