@charset "UTF-8";
/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/*!
* Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
* Copyright 2011-2019 The Bootstrap Authors
* Copyright 2011-2019 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
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,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1140px;
  }
}

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

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

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

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

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

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  -webkit-box-flex: 0;
          flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: 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 {
  -ms-flex: 1 1 auto !important;
  -webkit-box-flex: 1 !important;
          flex: 1 1 auto !important;
}

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

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  -webkit-box-flex: 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 {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}

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

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

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

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

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

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

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

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

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-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 {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: 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 {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 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 {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-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 {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-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 {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: 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 {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 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 {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-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 {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-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 {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: 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 {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 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 {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-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 {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-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 {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: 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 {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 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 {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-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 {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-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;
  }
}

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

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

.text-uppercase {
  text-transform: uppercase !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.pos-static {
  position: static !important;
}

.pos-relative {
  position: relative !important;
}

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

.pos-fixed {
  position: fixed !important;
}

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

.w-4 {
  width: 4px !important;
}

.w-8 {
  width: 8px !important;
}

.w-16 {
  width: 16px !important;
}

.w-24 {
  width: 24px !important;
}

.w-32 {
  width: 32px !important;
}

.w-48 {
  width: 48px !important;
}

.w-64 {
  width: 64px !important;
}

.w-72 {
  width: 72px !important;
}

.w-96 {
  width: 96px !important;
}

.w-128 {
  width: 128px !important;
}

.w-256 {
  width: 256px !important;
}

.w-10 {
  width: 10px !important;
}

.w-20 {
  width: 20px !important;
}

.w-30 {
  width: 30px !important;
}

.w-40 {
  width: 40px !important;
}

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

.w-60 {
  width: 60px !important;
}

.w-70 {
  width: 70px !important;
}

.w-80 {
  width: 80px !important;
}

.w-90 {
  width: 90px !important;
}

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

.w-200 {
  width: 200px !important;
}

.w-1\/4 {
  width: 25% !important;
}

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

.w-3\/4 {
  width: 75% !important;
}

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

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

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

.h-4 {
  height: 4px !important;
}

.h-8 {
  height: 8px !important;
}

.h-16 {
  height: 16px !important;
}

.h-24 {
  height: 24px !important;
}

.h-32 {
  height: 32px !important;
}

.h-48 {
  height: 48px !important;
}

.h-64 {
  height: 64px !important;
}

.h-72 {
  height: 72px !important;
}

.h-96 {
  height: 96px !important;
}

.h-128 {
  height: 128px !important;
}

.h-256 {
  height: 256px !important;
}

.h-10 {
  height: 10px !important;
}

.h-20 {
  height: 20px !important;
}

.h-30 {
  height: 30px !important;
}

.h-40 {
  height: 40px !important;
}

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

.h-60 {
  height: 60px !important;
}

.h-70 {
  height: 70px !important;
}

.h-80 {
  height: 80px !important;
}

.h-90 {
  height: 90px !important;
}

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

.h-200 {
  height: 200px !important;
}

.h-1\/4 {
  height: 25% !important;
}

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

.h-3\/4 {
  height: 75% !important;
}

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

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

.m-10 {
  margin: 10px !important;
}

.m-20 {
  margin: 20px !important;
}

.m-30 {
  margin: 30px !important;
}

.m-40 {
  margin: 40px !important;
}

.m-50 {
  margin: 50px !important;
}

.m-60 {
  margin: 60px !important;
}

.m-70 {
  margin: 70px !important;
}

.m-80 {
  margin: 80px !important;
}

.m-90 {
  margin: 90px !important;
}

.m-100 {
  margin: 100px !important;
}

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

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

.m-4 {
  margin: 4px !important;
}

.m-8 {
  margin: 8px !important;
}

.m-16 {
  margin: 16px !important;
}

.m-24 {
  margin: 24px !important;
}

.m-32 {
  margin: 32px !important;
}

.m-36 {
  margin: 36px !important;
}

.m-48 {
  margin: 48px !important;
}

.m-64 {
  margin: 64px !important;
}

.m-72 {
  margin: 72px !important;
}

.m-96 {
  margin: 96px !important;
}

.m-128 {
  margin: 128px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-m-10 {
  margin: -10px !important;
}

.-m-20 {
  margin: -20px !important;
}

.-m-30 {
  margin: -30px !important;
}

.-m-40 {
  margin: -40px !important;
}

.-m-50 {
  margin: -50px !important;
}

.-m-60 {
  margin: -60px !important;
}

.-m-70 {
  margin: -70px !important;
}

.-m-80 {
  margin: -80px !important;
}

.-m-90 {
  margin: -90px !important;
}

.-m-100 {
  margin: -100px !important;
}

.-m-4 {
  margin: -4px !important;
}

.-m-8 {
  margin: -8px !important;
}

.-m-16 {
  margin: -16px !important;
}

.-m-24 {
  margin: -24px !important;
}

.-m-32 {
  margin: -32px !important;
}

.-m-36 {
  margin: -36px !important;
}

.-m-48 {
  margin: -48px !important;
}

.-m-64 {
  margin: -64px !important;
}

.-m-72 {
  margin: -72px !important;
}

.-m-96 {
  margin: -96px !important;
}

.-m-128 {
  margin: -128px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-10 {
  padding: 10px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-50 {
  padding: 50px !important;
}

.p-60 {
  padding: 60px !important;
}

.p-70 {
  padding: 70px !important;
}

.p-80 {
  padding: 80px !important;
}

.p-90 {
  padding: 90px !important;
}

.p-100 {
  padding: 100px !important;
}

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

.p-4 {
  padding: 4px !important;
}

.p-8 {
  padding: 8px !important;
}

.p-16 {
  padding: 16px !important;
}

.p-24 {
  padding: 24px !important;
}

.p-32 {
  padding: 32px !important;
}

.p-36 {
  padding: 36px !important;
}

.p-48 {
  padding: 48px !important;
}

.p-64 {
  padding: 64px !important;
}

.p-72 {
  padding: 72px !important;
}

.p-96 {
  padding: 96px !important;
}

.p-128 {
  padding: 128px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .w-sm-auto {
    width: auto !important;
  }
  .w-sm-4 {
    width: 4px !important;
  }
  .w-sm-8 {
    width: 8px !important;
  }
  .w-sm-16 {
    width: 16px !important;
  }
  .w-sm-24 {
    width: 24px !important;
  }
  .w-sm-32 {
    width: 32px !important;
  }
  .w-sm-48 {
    width: 48px !important;
  }
  .w-sm-64 {
    width: 64px !important;
  }
  .w-sm-72 {
    width: 72px !important;
  }
  .w-sm-96 {
    width: 96px !important;
  }
  .w-sm-128 {
    width: 128px !important;
  }
  .w-sm-256 {
    width: 256px !important;
  }
  .w-sm-10 {
    width: 10px !important;
  }
  .w-sm-20 {
    width: 20px !important;
  }
  .w-sm-30 {
    width: 30px !important;
  }
  .w-sm-40 {
    width: 40px !important;
  }
  .w-sm-50 {
    width: 50px !important;
  }
  .w-sm-60 {
    width: 60px !important;
  }
  .w-sm-70 {
    width: 70px !important;
  }
  .w-sm-80 {
    width: 80px !important;
  }
  .w-sm-90 {
    width: 90px !important;
  }
  .w-sm-100 {
    width: 100px !important;
  }
  .w-sm-200 {
    width: 200px !important;
  }
  .w-sm-1\/4 {
    width: 25% !important;
  }
  .w-sm-half {
    width: 50% !important;
  }
  .w-sm-3\/4 {
    width: 75% !important;
  }
  .w-sm-full {
    width: 100% !important;
  }
  .w-sm-vw {
    width: 100vw !important;
  }
  .h-sm-auto {
    height: auto !important;
  }
  .h-sm-4 {
    height: 4px !important;
  }
  .h-sm-8 {
    height: 8px !important;
  }
  .h-sm-16 {
    height: 16px !important;
  }
  .h-sm-24 {
    height: 24px !important;
  }
  .h-sm-32 {
    height: 32px !important;
  }
  .h-sm-48 {
    height: 48px !important;
  }
  .h-sm-64 {
    height: 64px !important;
  }
  .h-sm-72 {
    height: 72px !important;
  }
  .h-sm-96 {
    height: 96px !important;
  }
  .h-sm-128 {
    height: 128px !important;
  }
  .h-sm-256 {
    height: 256px !important;
  }
  .h-sm-10 {
    height: 10px !important;
  }
  .h-sm-20 {
    height: 20px !important;
  }
  .h-sm-30 {
    height: 30px !important;
  }
  .h-sm-40 {
    height: 40px !important;
  }
  .h-sm-50 {
    height: 50px !important;
  }
  .h-sm-60 {
    height: 60px !important;
  }
  .h-sm-70 {
    height: 70px !important;
  }
  .h-sm-80 {
    height: 80px !important;
  }
  .h-sm-90 {
    height: 90px !important;
  }
  .h-sm-100 {
    height: 100px !important;
  }
  .h-sm-200 {
    height: 200px !important;
  }
  .h-sm-1\/4 {
    height: 25% !important;
  }
  .h-sm-half {
    height: 50% !important;
  }
  .h-sm-3\/4 {
    height: 75% !important;
  }
  .h-sm-full {
    height: 100% !important;
  }
  .h-sm-vh {
    height: 100vh !important;
  }
  .m-sm-10 {
    margin: 10px !important;
  }
  .m-sm-20 {
    margin: 20px !important;
  }
  .m-sm-30 {
    margin: 30px !important;
  }
  .m-sm-40 {
    margin: 40px !important;
  }
  .m-sm-50 {
    margin: 50px !important;
  }
  .m-sm-60 {
    margin: 60px !important;
  }
  .m-sm-70 {
    margin: 70px !important;
  }
  .m-sm-80 {
    margin: 80px !important;
  }
  .m-sm-90 {
    margin: 90px !important;
  }
  .m-sm-100 {
    margin: 100px !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-4 {
    margin: 4px !important;
  }
  .m-sm-8 {
    margin: 8px !important;
  }
  .m-sm-16 {
    margin: 16px !important;
  }
  .m-sm-24 {
    margin: 24px !important;
  }
  .m-sm-32 {
    margin: 32px !important;
  }
  .m-sm-36 {
    margin: 36px !important;
  }
  .m-sm-48 {
    margin: 48px !important;
  }
  .m-sm-64 {
    margin: 64px !important;
  }
  .m-sm-72 {
    margin: 72px !important;
  }
  .m-sm-96 {
    margin: 96px !important;
  }
  .m-sm-128 {
    margin: 128px !important;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 10px !important;
  }
  .mt-sm-20,
  .my-sm-20 {
    margin-top: 20px !important;
  }
  .mt-sm-30,
  .my-sm-30 {
    margin-top: 30px !important;
  }
  .mt-sm-40,
  .my-sm-40 {
    margin-top: 40px !important;
  }
  .mt-sm-50,
  .my-sm-50 {
    margin-top: 50px !important;
  }
  .mt-sm-60,
  .my-sm-60 {
    margin-top: 60px !important;
  }
  .mt-sm-70,
  .my-sm-70 {
    margin-top: 70px !important;
  }
  .mt-sm-80,
  .my-sm-80 {
    margin-top: 80px !important;
  }
  .mt-sm-90,
  .my-sm-90 {
    margin-top: 90px !important;
  }
  .mt-sm-100,
  .my-sm-100 {
    margin-top: 100px !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 4px !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 8px !important;
  }
  .mt-sm-16,
  .my-sm-16 {
    margin-top: 16px !important;
  }
  .mt-sm-24,
  .my-sm-24 {
    margin-top: 24px !important;
  }
  .mt-sm-32,
  .my-sm-32 {
    margin-top: 32px !important;
  }
  .mt-sm-36,
  .my-sm-36 {
    margin-top: 36px !important;
  }
  .mt-sm-48,
  .my-sm-48 {
    margin-top: 48px !important;
  }
  .mt-sm-64,
  .my-sm-64 {
    margin-top: 64px !important;
  }
  .mt-sm-72,
  .my-sm-72 {
    margin-top: 72px !important;
  }
  .mt-sm-96,
  .my-sm-96 {
    margin-top: 96px !important;
  }
  .mt-sm-128,
  .my-sm-128 {
    margin-top: 128px !important;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 10px !important;
  }
  .mr-sm-20,
  .mx-sm-20 {
    margin-right: 20px !important;
  }
  .mr-sm-30,
  .mx-sm-30 {
    margin-right: 30px !important;
  }
  .mr-sm-40,
  .mx-sm-40 {
    margin-right: 40px !important;
  }
  .mr-sm-50,
  .mx-sm-50 {
    margin-right: 50px !important;
  }
  .mr-sm-60,
  .mx-sm-60 {
    margin-right: 60px !important;
  }
  .mr-sm-70,
  .mx-sm-70 {
    margin-right: 70px !important;
  }
  .mr-sm-80,
  .mx-sm-80 {
    margin-right: 80px !important;
  }
  .mr-sm-90,
  .mx-sm-90 {
    margin-right: 90px !important;
  }
  .mr-sm-100,
  .mx-sm-100 {
    margin-right: 100px !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 4px !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 8px !important;
  }
  .mr-sm-16,
  .mx-sm-16 {
    margin-right: 16px !important;
  }
  .mr-sm-24,
  .mx-sm-24 {
    margin-right: 24px !important;
  }
  .mr-sm-32,
  .mx-sm-32 {
    margin-right: 32px !important;
  }
  .mr-sm-36,
  .mx-sm-36 {
    margin-right: 36px !important;
  }
  .mr-sm-48,
  .mx-sm-48 {
    margin-right: 48px !important;
  }
  .mr-sm-64,
  .mx-sm-64 {
    margin-right: 64px !important;
  }
  .mr-sm-72,
  .mx-sm-72 {
    margin-right: 72px !important;
  }
  .mr-sm-96,
  .mx-sm-96 {
    margin-right: 96px !important;
  }
  .mr-sm-128,
  .mx-sm-128 {
    margin-right: 128px !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 10px !important;
  }
  .mb-sm-20,
  .my-sm-20 {
    margin-bottom: 20px !important;
  }
  .mb-sm-30,
  .my-sm-30 {
    margin-bottom: 30px !important;
  }
  .mb-sm-40,
  .my-sm-40 {
    margin-bottom: 40px !important;
  }
  .mb-sm-50,
  .my-sm-50 {
    margin-bottom: 50px !important;
  }
  .mb-sm-60,
  .my-sm-60 {
    margin-bottom: 60px !important;
  }
  .mb-sm-70,
  .my-sm-70 {
    margin-bottom: 70px !important;
  }
  .mb-sm-80,
  .my-sm-80 {
    margin-bottom: 80px !important;
  }
  .mb-sm-90,
  .my-sm-90 {
    margin-bottom: 90px !important;
  }
  .mb-sm-100,
  .my-sm-100 {
    margin-bottom: 100px !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 4px !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 8px !important;
  }
  .mb-sm-16,
  .my-sm-16 {
    margin-bottom: 16px !important;
  }
  .mb-sm-24,
  .my-sm-24 {
    margin-bottom: 24px !important;
  }
  .mb-sm-32,
  .my-sm-32 {
    margin-bottom: 32px !important;
  }
  .mb-sm-36,
  .my-sm-36 {
    margin-bottom: 36px !important;
  }
  .mb-sm-48,
  .my-sm-48 {
    margin-bottom: 48px !important;
  }
  .mb-sm-64,
  .my-sm-64 {
    margin-bottom: 64px !important;
  }
  .mb-sm-72,
  .my-sm-72 {
    margin-bottom: 72px !important;
  }
  .mb-sm-96,
  .my-sm-96 {
    margin-bottom: 96px !important;
  }
  .mb-sm-128,
  .my-sm-128 {
    margin-bottom: 128px !important;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 10px !important;
  }
  .ml-sm-20,
  .mx-sm-20 {
    margin-left: 20px !important;
  }
  .ml-sm-30,
  .mx-sm-30 {
    margin-left: 30px !important;
  }
  .ml-sm-40,
  .mx-sm-40 {
    margin-left: 40px !important;
  }
  .ml-sm-50,
  .mx-sm-50 {
    margin-left: 50px !important;
  }
  .ml-sm-60,
  .mx-sm-60 {
    margin-left: 60px !important;
  }
  .ml-sm-70,
  .mx-sm-70 {
    margin-left: 70px !important;
  }
  .ml-sm-80,
  .mx-sm-80 {
    margin-left: 80px !important;
  }
  .ml-sm-90,
  .mx-sm-90 {
    margin-left: 90px !important;
  }
  .ml-sm-100,
  .mx-sm-100 {
    margin-left: 100px !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 4px !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 8px !important;
  }
  .ml-sm-16,
  .mx-sm-16 {
    margin-left: 16px !important;
  }
  .ml-sm-24,
  .mx-sm-24 {
    margin-left: 24px !important;
  }
  .ml-sm-32,
  .mx-sm-32 {
    margin-left: 32px !important;
  }
  .ml-sm-36,
  .mx-sm-36 {
    margin-left: 36px !important;
  }
  .ml-sm-48,
  .mx-sm-48 {
    margin-left: 48px !important;
  }
  .ml-sm-64,
  .mx-sm-64 {
    margin-left: 64px !important;
  }
  .ml-sm-72,
  .mx-sm-72 {
    margin-left: 72px !important;
  }
  .ml-sm-96,
  .mx-sm-96 {
    margin-left: 96px !important;
  }
  .ml-sm-128,
  .mx-sm-128 {
    margin-left: 128px !important;
  }
  .-m-sm-10 {
    margin: -10px !important;
  }
  .-m-sm-20 {
    margin: -20px !important;
  }
  .-m-sm-30 {
    margin: -30px !important;
  }
  .-m-sm-40 {
    margin: -40px !important;
  }
  .-m-sm-50 {
    margin: -50px !important;
  }
  .-m-sm-60 {
    margin: -60px !important;
  }
  .-m-sm-70 {
    margin: -70px !important;
  }
  .-m-sm-80 {
    margin: -80px !important;
  }
  .-m-sm-90 {
    margin: -90px !important;
  }
  .-m-sm-100 {
    margin: -100px !important;
  }
  .-m-sm-4 {
    margin: -4px !important;
  }
  .-m-sm-8 {
    margin: -8px !important;
  }
  .-m-sm-16 {
    margin: -16px !important;
  }
  .-m-sm-24 {
    margin: -24px !important;
  }
  .-m-sm-32 {
    margin: -32px !important;
  }
  .-m-sm-36 {
    margin: -36px !important;
  }
  .-m-sm-48 {
    margin: -48px !important;
  }
  .-m-sm-64 {
    margin: -64px !important;
  }
  .-m-sm-72 {
    margin: -72px !important;
  }
  .-m-sm-96 {
    margin: -96px !important;
  }
  .-m-sm-128 {
    margin: -128px !important;
  }
  .-mt-sm-10,
  .-my-sm-10 {
    margin-top: -10px !important;
  }
  .-mt-sm-20,
  .-my-sm-20 {
    margin-top: -20px !important;
  }
  .-mt-sm-30,
  .-my-sm-30 {
    margin-top: -30px !important;
  }
  .-mt-sm-40,
  .-my-sm-40 {
    margin-top: -40px !important;
  }
  .-mt-sm-50,
  .-my-sm-50 {
    margin-top: -50px !important;
  }
  .-mt-sm-60,
  .-my-sm-60 {
    margin-top: -60px !important;
  }
  .-mt-sm-70,
  .-my-sm-70 {
    margin-top: -70px !important;
  }
  .-mt-sm-80,
  .-my-sm-80 {
    margin-top: -80px !important;
  }
  .-mt-sm-90,
  .-my-sm-90 {
    margin-top: -90px !important;
  }
  .-mt-sm-100,
  .-my-sm-100 {
    margin-top: -100px !important;
  }
  .-mt-sm-4,
  .-my-sm-4 {
    margin-top: -4px !important;
  }
  .-mt-sm-8,
  .-my-sm-8 {
    margin-top: -8px !important;
  }
  .-mt-sm-16,
  .-my-sm-16 {
    margin-top: -16px !important;
  }
  .-mt-sm-24,
  .-my-sm-24 {
    margin-top: -24px !important;
  }
  .-mt-sm-32,
  .-my-sm-32 {
    margin-top: -32px !important;
  }
  .-mt-sm-36,
  .-my-sm-36 {
    margin-top: -36px !important;
  }
  .-mt-sm-48,
  .-my-sm-48 {
    margin-top: -48px !important;
  }
  .-mt-sm-64,
  .-my-sm-64 {
    margin-top: -64px !important;
  }
  .-mt-sm-72,
  .-my-sm-72 {
    margin-top: -72px !important;
  }
  .-mt-sm-96,
  .-my-sm-96 {
    margin-top: -96px !important;
  }
  .-mt-sm-128,
  .-my-sm-128 {
    margin-top: -128px !important;
  }
  .-mr-sm-10,
  .-mx-sm-10 {
    margin-right: -10px !important;
  }
  .-mr-sm-20,
  .-mx-sm-20 {
    margin-right: -20px !important;
  }
  .-mr-sm-30,
  .-mx-sm-30 {
    margin-right: -30px !important;
  }
  .-mr-sm-40,
  .-mx-sm-40 {
    margin-right: -40px !important;
  }
  .-mr-sm-50,
  .-mx-sm-50 {
    margin-right: -50px !important;
  }
  .-mr-sm-60,
  .-mx-sm-60 {
    margin-right: -60px !important;
  }
  .-mr-sm-70,
  .-mx-sm-70 {
    margin-right: -70px !important;
  }
  .-mr-sm-80,
  .-mx-sm-80 {
    margin-right: -80px !important;
  }
  .-mr-sm-90,
  .-mx-sm-90 {
    margin-right: -90px !important;
  }
  .-mr-sm-100,
  .-mx-sm-100 {
    margin-right: -100px !important;
  }
  .-mr-sm-4,
  .-mx-sm-4 {
    margin-right: -4px !important;
  }
  .-mr-sm-8,
  .-mx-sm-8 {
    margin-right: -8px !important;
  }
  .-mr-sm-16,
  .-mx-sm-16 {
    margin-right: -16px !important;
  }
  .-mr-sm-24,
  .-mx-sm-24 {
    margin-right: -24px !important;
  }
  .-mr-sm-32,
  .-mx-sm-32 {
    margin-right: -32px !important;
  }
  .-mr-sm-36,
  .-mx-sm-36 {
    margin-right: -36px !important;
  }
  .-mr-sm-48,
  .-mx-sm-48 {
    margin-right: -48px !important;
  }
  .-mr-sm-64,
  .-mx-sm-64 {
    margin-right: -64px !important;
  }
  .-mr-sm-72,
  .-mx-sm-72 {
    margin-right: -72px !important;
  }
  .-mr-sm-96,
  .-mx-sm-96 {
    margin-right: -96px !important;
  }
  .-mr-sm-128,
  .-mx-sm-128 {
    margin-right: -128px !important;
  }
  .-mb-sm-10,
  .-my-sm-10 {
    margin-bottom: -10px !important;
  }
  .-mb-sm-20,
  .-my-sm-20 {
    margin-bottom: -20px !important;
  }
  .-mb-sm-30,
  .-my-sm-30 {
    margin-bottom: -30px !important;
  }
  .-mb-sm-40,
  .-my-sm-40 {
    margin-bottom: -40px !important;
  }
  .-mb-sm-50,
  .-my-sm-50 {
    margin-bottom: -50px !important;
  }
  .-mb-sm-60,
  .-my-sm-60 {
    margin-bottom: -60px !important;
  }
  .-mb-sm-70,
  .-my-sm-70 {
    margin-bottom: -70px !important;
  }
  .-mb-sm-80,
  .-my-sm-80 {
    margin-bottom: -80px !important;
  }
  .-mb-sm-90,
  .-my-sm-90 {
    margin-bottom: -90px !important;
  }
  .-mb-sm-100,
  .-my-sm-100 {
    margin-bottom: -100px !important;
  }
  .-mb-sm-4,
  .-my-sm-4 {
    margin-bottom: -4px !important;
  }
  .-mb-sm-8,
  .-my-sm-8 {
    margin-bottom: -8px !important;
  }
  .-mb-sm-16,
  .-my-sm-16 {
    margin-bottom: -16px !important;
  }
  .-mb-sm-24,
  .-my-sm-24 {
    margin-bottom: -24px !important;
  }
  .-mb-sm-32,
  .-my-sm-32 {
    margin-bottom: -32px !important;
  }
  .-mb-sm-36,
  .-my-sm-36 {
    margin-bottom: -36px !important;
  }
  .-mb-sm-48,
  .-my-sm-48 {
    margin-bottom: -48px !important;
  }
  .-mb-sm-64,
  .-my-sm-64 {
    margin-bottom: -64px !important;
  }
  .-mb-sm-72,
  .-my-sm-72 {
    margin-bottom: -72px !important;
  }
  .-mb-sm-96,
  .-my-sm-96 {
    margin-bottom: -96px !important;
  }
  .-mb-sm-128,
  .-my-sm-128 {
    margin-bottom: -128px !important;
  }
  .-ml-sm-10,
  .-mx-sm-10 {
    margin-left: -10px !important;
  }
  .-ml-sm-20,
  .-mx-sm-20 {
    margin-left: -20px !important;
  }
  .-ml-sm-30,
  .-mx-sm-30 {
    margin-left: -30px !important;
  }
  .-ml-sm-40,
  .-mx-sm-40 {
    margin-left: -40px !important;
  }
  .-ml-sm-50,
  .-mx-sm-50 {
    margin-left: -50px !important;
  }
  .-ml-sm-60,
  .-mx-sm-60 {
    margin-left: -60px !important;
  }
  .-ml-sm-70,
  .-mx-sm-70 {
    margin-left: -70px !important;
  }
  .-ml-sm-80,
  .-mx-sm-80 {
    margin-left: -80px !important;
  }
  .-ml-sm-90,
  .-mx-sm-90 {
    margin-left: -90px !important;
  }
  .-ml-sm-100,
  .-mx-sm-100 {
    margin-left: -100px !important;
  }
  .-ml-sm-4,
  .-mx-sm-4 {
    margin-left: -4px !important;
  }
  .-ml-sm-8,
  .-mx-sm-8 {
    margin-left: -8px !important;
  }
  .-ml-sm-16,
  .-mx-sm-16 {
    margin-left: -16px !important;
  }
  .-ml-sm-24,
  .-mx-sm-24 {
    margin-left: -24px !important;
  }
  .-ml-sm-32,
  .-mx-sm-32 {
    margin-left: -32px !important;
  }
  .-ml-sm-36,
  .-mx-sm-36 {
    margin-left: -36px !important;
  }
  .-ml-sm-48,
  .-mx-sm-48 {
    margin-left: -48px !important;
  }
  .-ml-sm-64,
  .-mx-sm-64 {
    margin-left: -64px !important;
  }
  .-ml-sm-72,
  .-mx-sm-72 {
    margin-left: -72px !important;
  }
  .-ml-sm-96,
  .-mx-sm-96 {
    margin-left: -96px !important;
  }
  .-ml-sm-128,
  .-mx-sm-128 {
    margin-left: -128px !important;
  }
  .p-sm-10 {
    padding: 10px !important;
  }
  .p-sm-20 {
    padding: 20px !important;
  }
  .p-sm-30 {
    padding: 30px !important;
  }
  .p-sm-40 {
    padding: 40px !important;
  }
  .p-sm-50 {
    padding: 50px !important;
  }
  .p-sm-60 {
    padding: 60px !important;
  }
  .p-sm-70 {
    padding: 70px !important;
  }
  .p-sm-80 {
    padding: 80px !important;
  }
  .p-sm-90 {
    padding: 90px !important;
  }
  .p-sm-100 {
    padding: 100px !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-4 {
    padding: 4px !important;
  }
  .p-sm-8 {
    padding: 8px !important;
  }
  .p-sm-16 {
    padding: 16px !important;
  }
  .p-sm-24 {
    padding: 24px !important;
  }
  .p-sm-32 {
    padding: 32px !important;
  }
  .p-sm-36 {
    padding: 36px !important;
  }
  .p-sm-48 {
    padding: 48px !important;
  }
  .p-sm-64 {
    padding: 64px !important;
  }
  .p-sm-72 {
    padding: 72px !important;
  }
  .p-sm-96 {
    padding: 96px !important;
  }
  .p-sm-128 {
    padding: 128px !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 10px !important;
  }
  .pt-sm-20,
  .py-sm-20 {
    padding-top: 20px !important;
  }
  .pt-sm-30,
  .py-sm-30 {
    padding-top: 30px !important;
  }
  .pt-sm-40,
  .py-sm-40 {
    padding-top: 40px !important;
  }
  .pt-sm-50,
  .py-sm-50 {
    padding-top: 50px !important;
  }
  .pt-sm-60,
  .py-sm-60 {
    padding-top: 60px !important;
  }
  .pt-sm-70,
  .py-sm-70 {
    padding-top: 70px !important;
  }
  .pt-sm-80,
  .py-sm-80 {
    padding-top: 80px !important;
  }
  .pt-sm-90,
  .py-sm-90 {
    padding-top: 90px !important;
  }
  .pt-sm-100,
  .py-sm-100 {
    padding-top: 100px !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 4px !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 8px !important;
  }
  .pt-sm-16,
  .py-sm-16 {
    padding-top: 16px !important;
  }
  .pt-sm-24,
  .py-sm-24 {
    padding-top: 24px !important;
  }
  .pt-sm-32,
  .py-sm-32 {
    padding-top: 32px !important;
  }
  .pt-sm-36,
  .py-sm-36 {
    padding-top: 36px !important;
  }
  .pt-sm-48,
  .py-sm-48 {
    padding-top: 48px !important;
  }
  .pt-sm-64,
  .py-sm-64 {
    padding-top: 64px !important;
  }
  .pt-sm-72,
  .py-sm-72 {
    padding-top: 72px !important;
  }
  .pt-sm-96,
  .py-sm-96 {
    padding-top: 96px !important;
  }
  .pt-sm-128,
  .py-sm-128 {
    padding-top: 128px !important;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 10px !important;
  }
  .pr-sm-20,
  .px-sm-20 {
    padding-right: 20px !important;
  }
  .pr-sm-30,
  .px-sm-30 {
    padding-right: 30px !important;
  }
  .pr-sm-40,
  .px-sm-40 {
    padding-right: 40px !important;
  }
  .pr-sm-50,
  .px-sm-50 {
    padding-right: 50px !important;
  }
  .pr-sm-60,
  .px-sm-60 {
    padding-right: 60px !important;
  }
  .pr-sm-70,
  .px-sm-70 {
    padding-right: 70px !important;
  }
  .pr-sm-80,
  .px-sm-80 {
    padding-right: 80px !important;
  }
  .pr-sm-90,
  .px-sm-90 {
    padding-right: 90px !important;
  }
  .pr-sm-100,
  .px-sm-100 {
    padding-right: 100px !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 4px !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 8px !important;
  }
  .pr-sm-16,
  .px-sm-16 {
    padding-right: 16px !important;
  }
  .pr-sm-24,
  .px-sm-24 {
    padding-right: 24px !important;
  }
  .pr-sm-32,
  .px-sm-32 {
    padding-right: 32px !important;
  }
  .pr-sm-36,
  .px-sm-36 {
    padding-right: 36px !important;
  }
  .pr-sm-48,
  .px-sm-48 {
    padding-right: 48px !important;
  }
  .pr-sm-64,
  .px-sm-64 {
    padding-right: 64px !important;
  }
  .pr-sm-72,
  .px-sm-72 {
    padding-right: 72px !important;
  }
  .pr-sm-96,
  .px-sm-96 {
    padding-right: 96px !important;
  }
  .pr-sm-128,
  .px-sm-128 {
    padding-right: 128px !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 10px !important;
  }
  .pb-sm-20,
  .py-sm-20 {
    padding-bottom: 20px !important;
  }
  .pb-sm-30,
  .py-sm-30 {
    padding-bottom: 30px !important;
  }
  .pb-sm-40,
  .py-sm-40 {
    padding-bottom: 40px !important;
  }
  .pb-sm-50,
  .py-sm-50 {
    padding-bottom: 50px !important;
  }
  .pb-sm-60,
  .py-sm-60 {
    padding-bottom: 60px !important;
  }
  .pb-sm-70,
  .py-sm-70 {
    padding-bottom: 70px !important;
  }
  .pb-sm-80,
  .py-sm-80 {
    padding-bottom: 80px !important;
  }
  .pb-sm-90,
  .py-sm-90 {
    padding-bottom: 90px !important;
  }
  .pb-sm-100,
  .py-sm-100 {
    padding-bottom: 100px !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 4px !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 8px !important;
  }
  .pb-sm-16,
  .py-sm-16 {
    padding-bottom: 16px !important;
  }
  .pb-sm-24,
  .py-sm-24 {
    padding-bottom: 24px !important;
  }
  .pb-sm-32,
  .py-sm-32 {
    padding-bottom: 32px !important;
  }
  .pb-sm-36,
  .py-sm-36 {
    padding-bottom: 36px !important;
  }
  .pb-sm-48,
  .py-sm-48 {
    padding-bottom: 48px !important;
  }
  .pb-sm-64,
  .py-sm-64 {
    padding-bottom: 64px !important;
  }
  .pb-sm-72,
  .py-sm-72 {
    padding-bottom: 72px !important;
  }
  .pb-sm-96,
  .py-sm-96 {
    padding-bottom: 96px !important;
  }
  .pb-sm-128,
  .py-sm-128 {
    padding-bottom: 128px !important;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 10px !important;
  }
  .pl-sm-20,
  .px-sm-20 {
    padding-left: 20px !important;
  }
  .pl-sm-30,
  .px-sm-30 {
    padding-left: 30px !important;
  }
  .pl-sm-40,
  .px-sm-40 {
    padding-left: 40px !important;
  }
  .pl-sm-50,
  .px-sm-50 {
    padding-left: 50px !important;
  }
  .pl-sm-60,
  .px-sm-60 {
    padding-left: 60px !important;
  }
  .pl-sm-70,
  .px-sm-70 {
    padding-left: 70px !important;
  }
  .pl-sm-80,
  .px-sm-80 {
    padding-left: 80px !important;
  }
  .pl-sm-90,
  .px-sm-90 {
    padding-left: 90px !important;
  }
  .pl-sm-100,
  .px-sm-100 {
    padding-left: 100px !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 4px !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 8px !important;
  }
  .pl-sm-16,
  .px-sm-16 {
    padding-left: 16px !important;
  }
  .pl-sm-24,
  .px-sm-24 {
    padding-left: 24px !important;
  }
  .pl-sm-32,
  .px-sm-32 {
    padding-left: 32px !important;
  }
  .pl-sm-36,
  .px-sm-36 {
    padding-left: 36px !important;
  }
  .pl-sm-48,
  .px-sm-48 {
    padding-left: 48px !important;
  }
  .pl-sm-64,
  .px-sm-64 {
    padding-left: 64px !important;
  }
  .pl-sm-72,
  .px-sm-72 {
    padding-left: 72px !important;
  }
  .pl-sm-96,
  .px-sm-96 {
    padding-left: 96px !important;
  }
  .pl-sm-128,
  .px-sm-128 {
    padding-left: 128px !important;
  }
}

@media (min-width: 768px) {
  .w-md-auto {
    width: auto !important;
  }
  .w-md-4 {
    width: 4px !important;
  }
  .w-md-8 {
    width: 8px !important;
  }
  .w-md-16 {
    width: 16px !important;
  }
  .w-md-24 {
    width: 24px !important;
  }
  .w-md-32 {
    width: 32px !important;
  }
  .w-md-48 {
    width: 48px !important;
  }
  .w-md-64 {
    width: 64px !important;
  }
  .w-md-72 {
    width: 72px !important;
  }
  .w-md-96 {
    width: 96px !important;
  }
  .w-md-128 {
    width: 128px !important;
  }
  .w-md-256 {
    width: 256px !important;
  }
  .w-md-10 {
    width: 10px !important;
  }
  .w-md-20 {
    width: 20px !important;
  }
  .w-md-30 {
    width: 30px !important;
  }
  .w-md-40 {
    width: 40px !important;
  }
  .w-md-50 {
    width: 50px !important;
  }
  .w-md-60 {
    width: 60px !important;
  }
  .w-md-70 {
    width: 70px !important;
  }
  .w-md-80 {
    width: 80px !important;
  }
  .w-md-90 {
    width: 90px !important;
  }
  .w-md-100 {
    width: 100px !important;
  }
  .w-md-200 {
    width: 200px !important;
  }
  .w-md-1\/4 {
    width: 25% !important;
  }
  .w-md-half {
    width: 50% !important;
  }
  .w-md-3\/4 {
    width: 75% !important;
  }
  .w-md-full {
    width: 100% !important;
  }
  .w-md-vw {
    width: 100vw !important;
  }
  .h-md-auto {
    height: auto !important;
  }
  .h-md-4 {
    height: 4px !important;
  }
  .h-md-8 {
    height: 8px !important;
  }
  .h-md-16 {
    height: 16px !important;
  }
  .h-md-24 {
    height: 24px !important;
  }
  .h-md-32 {
    height: 32px !important;
  }
  .h-md-48 {
    height: 48px !important;
  }
  .h-md-64 {
    height: 64px !important;
  }
  .h-md-72 {
    height: 72px !important;
  }
  .h-md-96 {
    height: 96px !important;
  }
  .h-md-128 {
    height: 128px !important;
  }
  .h-md-256 {
    height: 256px !important;
  }
  .h-md-10 {
    height: 10px !important;
  }
  .h-md-20 {
    height: 20px !important;
  }
  .h-md-30 {
    height: 30px !important;
  }
  .h-md-40 {
    height: 40px !important;
  }
  .h-md-50 {
    height: 50px !important;
  }
  .h-md-60 {
    height: 60px !important;
  }
  .h-md-70 {
    height: 70px !important;
  }
  .h-md-80 {
    height: 80px !important;
  }
  .h-md-90 {
    height: 90px !important;
  }
  .h-md-100 {
    height: 100px !important;
  }
  .h-md-200 {
    height: 200px !important;
  }
  .h-md-1\/4 {
    height: 25% !important;
  }
  .h-md-half {
    height: 50% !important;
  }
  .h-md-3\/4 {
    height: 75% !important;
  }
  .h-md-full {
    height: 100% !important;
  }
  .h-md-vh {
    height: 100vh !important;
  }
  .m-md-10 {
    margin: 10px !important;
  }
  .m-md-20 {
    margin: 20px !important;
  }
  .m-md-30 {
    margin: 30px !important;
  }
  .m-md-40 {
    margin: 40px !important;
  }
  .m-md-50 {
    margin: 50px !important;
  }
  .m-md-60 {
    margin: 60px !important;
  }
  .m-md-70 {
    margin: 70px !important;
  }
  .m-md-80 {
    margin: 80px !important;
  }
  .m-md-90 {
    margin: 90px !important;
  }
  .m-md-100 {
    margin: 100px !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-4 {
    margin: 4px !important;
  }
  .m-md-8 {
    margin: 8px !important;
  }
  .m-md-16 {
    margin: 16px !important;
  }
  .m-md-24 {
    margin: 24px !important;
  }
  .m-md-32 {
    margin: 32px !important;
  }
  .m-md-36 {
    margin: 36px !important;
  }
  .m-md-48 {
    margin: 48px !important;
  }
  .m-md-64 {
    margin: 64px !important;
  }
  .m-md-72 {
    margin: 72px !important;
  }
  .m-md-96 {
    margin: 96px !important;
  }
  .m-md-128 {
    margin: 128px !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 10px !important;
  }
  .mt-md-20,
  .my-md-20 {
    margin-top: 20px !important;
  }
  .mt-md-30,
  .my-md-30 {
    margin-top: 30px !important;
  }
  .mt-md-40,
  .my-md-40 {
    margin-top: 40px !important;
  }
  .mt-md-50,
  .my-md-50 {
    margin-top: 50px !important;
  }
  .mt-md-60,
  .my-md-60 {
    margin-top: 60px !important;
  }
  .mt-md-70,
  .my-md-70 {
    margin-top: 70px !important;
  }
  .mt-md-80,
  .my-md-80 {
    margin-top: 80px !important;
  }
  .mt-md-90,
  .my-md-90 {
    margin-top: 90px !important;
  }
  .mt-md-100,
  .my-md-100 {
    margin-top: 100px !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 4px !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 8px !important;
  }
  .mt-md-16,
  .my-md-16 {
    margin-top: 16px !important;
  }
  .mt-md-24,
  .my-md-24 {
    margin-top: 24px !important;
  }
  .mt-md-32,
  .my-md-32 {
    margin-top: 32px !important;
  }
  .mt-md-36,
  .my-md-36 {
    margin-top: 36px !important;
  }
  .mt-md-48,
  .my-md-48 {
    margin-top: 48px !important;
  }
  .mt-md-64,
  .my-md-64 {
    margin-top: 64px !important;
  }
  .mt-md-72,
  .my-md-72 {
    margin-top: 72px !important;
  }
  .mt-md-96,
  .my-md-96 {
    margin-top: 96px !important;
  }
  .mt-md-128,
  .my-md-128 {
    margin-top: 128px !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 10px !important;
  }
  .mr-md-20,
  .mx-md-20 {
    margin-right: 20px !important;
  }
  .mr-md-30,
  .mx-md-30 {
    margin-right: 30px !important;
  }
  .mr-md-40,
  .mx-md-40 {
    margin-right: 40px !important;
  }
  .mr-md-50,
  .mx-md-50 {
    margin-right: 50px !important;
  }
  .mr-md-60,
  .mx-md-60 {
    margin-right: 60px !important;
  }
  .mr-md-70,
  .mx-md-70 {
    margin-right: 70px !important;
  }
  .mr-md-80,
  .mx-md-80 {
    margin-right: 80px !important;
  }
  .mr-md-90,
  .mx-md-90 {
    margin-right: 90px !important;
  }
  .mr-md-100,
  .mx-md-100 {
    margin-right: 100px !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 4px !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 8px !important;
  }
  .mr-md-16,
  .mx-md-16 {
    margin-right: 16px !important;
  }
  .mr-md-24,
  .mx-md-24 {
    margin-right: 24px !important;
  }
  .mr-md-32,
  .mx-md-32 {
    margin-right: 32px !important;
  }
  .mr-md-36,
  .mx-md-36 {
    margin-right: 36px !important;
  }
  .mr-md-48,
  .mx-md-48 {
    margin-right: 48px !important;
  }
  .mr-md-64,
  .mx-md-64 {
    margin-right: 64px !important;
  }
  .mr-md-72,
  .mx-md-72 {
    margin-right: 72px !important;
  }
  .mr-md-96,
  .mx-md-96 {
    margin-right: 96px !important;
  }
  .mr-md-128,
  .mx-md-128 {
    margin-right: 128px !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 10px !important;
  }
  .mb-md-20,
  .my-md-20 {
    margin-bottom: 20px !important;
  }
  .mb-md-30,
  .my-md-30 {
    margin-bottom: 30px !important;
  }
  .mb-md-40,
  .my-md-40 {
    margin-bottom: 40px !important;
  }
  .mb-md-50,
  .my-md-50 {
    margin-bottom: 50px !important;
  }
  .mb-md-60,
  .my-md-60 {
    margin-bottom: 60px !important;
  }
  .mb-md-70,
  .my-md-70 {
    margin-bottom: 70px !important;
  }
  .mb-md-80,
  .my-md-80 {
    margin-bottom: 80px !important;
  }
  .mb-md-90,
  .my-md-90 {
    margin-bottom: 90px !important;
  }
  .mb-md-100,
  .my-md-100 {
    margin-bottom: 100px !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 4px !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 8px !important;
  }
  .mb-md-16,
  .my-md-16 {
    margin-bottom: 16px !important;
  }
  .mb-md-24,
  .my-md-24 {
    margin-bottom: 24px !important;
  }
  .mb-md-32,
  .my-md-32 {
    margin-bottom: 32px !important;
  }
  .mb-md-36,
  .my-md-36 {
    margin-bottom: 36px !important;
  }
  .mb-md-48,
  .my-md-48 {
    margin-bottom: 48px !important;
  }
  .mb-md-64,
  .my-md-64 {
    margin-bottom: 64px !important;
  }
  .mb-md-72,
  .my-md-72 {
    margin-bottom: 72px !important;
  }
  .mb-md-96,
  .my-md-96 {
    margin-bottom: 96px !important;
  }
  .mb-md-128,
  .my-md-128 {
    margin-bottom: 128px !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 10px !important;
  }
  .ml-md-20,
  .mx-md-20 {
    margin-left: 20px !important;
  }
  .ml-md-30,
  .mx-md-30 {
    margin-left: 30px !important;
  }
  .ml-md-40,
  .mx-md-40 {
    margin-left: 40px !important;
  }
  .ml-md-50,
  .mx-md-50 {
    margin-left: 50px !important;
  }
  .ml-md-60,
  .mx-md-60 {
    margin-left: 60px !important;
  }
  .ml-md-70,
  .mx-md-70 {
    margin-left: 70px !important;
  }
  .ml-md-80,
  .mx-md-80 {
    margin-left: 80px !important;
  }
  .ml-md-90,
  .mx-md-90 {
    margin-left: 90px !important;
  }
  .ml-md-100,
  .mx-md-100 {
    margin-left: 100px !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 4px !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 8px !important;
  }
  .ml-md-16,
  .mx-md-16 {
    margin-left: 16px !important;
  }
  .ml-md-24,
  .mx-md-24 {
    margin-left: 24px !important;
  }
  .ml-md-32,
  .mx-md-32 {
    margin-left: 32px !important;
  }
  .ml-md-36,
  .mx-md-36 {
    margin-left: 36px !important;
  }
  .ml-md-48,
  .mx-md-48 {
    margin-left: 48px !important;
  }
  .ml-md-64,
  .mx-md-64 {
    margin-left: 64px !important;
  }
  .ml-md-72,
  .mx-md-72 {
    margin-left: 72px !important;
  }
  .ml-md-96,
  .mx-md-96 {
    margin-left: 96px !important;
  }
  .ml-md-128,
  .mx-md-128 {
    margin-left: 128px !important;
  }
  .-m-md-10 {
    margin: -10px !important;
  }
  .-m-md-20 {
    margin: -20px !important;
  }
  .-m-md-30 {
    margin: -30px !important;
  }
  .-m-md-40 {
    margin: -40px !important;
  }
  .-m-md-50 {
    margin: -50px !important;
  }
  .-m-md-60 {
    margin: -60px !important;
  }
  .-m-md-70 {
    margin: -70px !important;
  }
  .-m-md-80 {
    margin: -80px !important;
  }
  .-m-md-90 {
    margin: -90px !important;
  }
  .-m-md-100 {
    margin: -100px !important;
  }
  .-m-md-4 {
    margin: -4px !important;
  }
  .-m-md-8 {
    margin: -8px !important;
  }
  .-m-md-16 {
    margin: -16px !important;
  }
  .-m-md-24 {
    margin: -24px !important;
  }
  .-m-md-32 {
    margin: -32px !important;
  }
  .-m-md-36 {
    margin: -36px !important;
  }
  .-m-md-48 {
    margin: -48px !important;
  }
  .-m-md-64 {
    margin: -64px !important;
  }
  .-m-md-72 {
    margin: -72px !important;
  }
  .-m-md-96 {
    margin: -96px !important;
  }
  .-m-md-128 {
    margin: -128px !important;
  }
  .-mt-md-10,
  .-my-md-10 {
    margin-top: -10px !important;
  }
  .-mt-md-20,
  .-my-md-20 {
    margin-top: -20px !important;
  }
  .-mt-md-30,
  .-my-md-30 {
    margin-top: -30px !important;
  }
  .-mt-md-40,
  .-my-md-40 {
    margin-top: -40px !important;
  }
  .-mt-md-50,
  .-my-md-50 {
    margin-top: -50px !important;
  }
  .-mt-md-60,
  .-my-md-60 {
    margin-top: -60px !important;
  }
  .-mt-md-70,
  .-my-md-70 {
    margin-top: -70px !important;
  }
  .-mt-md-80,
  .-my-md-80 {
    margin-top: -80px !important;
  }
  .-mt-md-90,
  .-my-md-90 {
    margin-top: -90px !important;
  }
  .-mt-md-100,
  .-my-md-100 {
    margin-top: -100px !important;
  }
  .-mt-md-4,
  .-my-md-4 {
    margin-top: -4px !important;
  }
  .-mt-md-8,
  .-my-md-8 {
    margin-top: -8px !important;
  }
  .-mt-md-16,
  .-my-md-16 {
    margin-top: -16px !important;
  }
  .-mt-md-24,
  .-my-md-24 {
    margin-top: -24px !important;
  }
  .-mt-md-32,
  .-my-md-32 {
    margin-top: -32px !important;
  }
  .-mt-md-36,
  .-my-md-36 {
    margin-top: -36px !important;
  }
  .-mt-md-48,
  .-my-md-48 {
    margin-top: -48px !important;
  }
  .-mt-md-64,
  .-my-md-64 {
    margin-top: -64px !important;
  }
  .-mt-md-72,
  .-my-md-72 {
    margin-top: -72px !important;
  }
  .-mt-md-96,
  .-my-md-96 {
    margin-top: -96px !important;
  }
  .-mt-md-128,
  .-my-md-128 {
    margin-top: -128px !important;
  }
  .-mr-md-10,
  .-mx-md-10 {
    margin-right: -10px !important;
  }
  .-mr-md-20,
  .-mx-md-20 {
    margin-right: -20px !important;
  }
  .-mr-md-30,
  .-mx-md-30 {
    margin-right: -30px !important;
  }
  .-mr-md-40,
  .-mx-md-40 {
    margin-right: -40px !important;
  }
  .-mr-md-50,
  .-mx-md-50 {
    margin-right: -50px !important;
  }
  .-mr-md-60,
  .-mx-md-60 {
    margin-right: -60px !important;
  }
  .-mr-md-70,
  .-mx-md-70 {
    margin-right: -70px !important;
  }
  .-mr-md-80,
  .-mx-md-80 {
    margin-right: -80px !important;
  }
  .-mr-md-90,
  .-mx-md-90 {
    margin-right: -90px !important;
  }
  .-mr-md-100,
  .-mx-md-100 {
    margin-right: -100px !important;
  }
  .-mr-md-4,
  .-mx-md-4 {
    margin-right: -4px !important;
  }
  .-mr-md-8,
  .-mx-md-8 {
    margin-right: -8px !important;
  }
  .-mr-md-16,
  .-mx-md-16 {
    margin-right: -16px !important;
  }
  .-mr-md-24,
  .-mx-md-24 {
    margin-right: -24px !important;
  }
  .-mr-md-32,
  .-mx-md-32 {
    margin-right: -32px !important;
  }
  .-mr-md-36,
  .-mx-md-36 {
    margin-right: -36px !important;
  }
  .-mr-md-48,
  .-mx-md-48 {
    margin-right: -48px !important;
  }
  .-mr-md-64,
  .-mx-md-64 {
    margin-right: -64px !important;
  }
  .-mr-md-72,
  .-mx-md-72 {
    margin-right: -72px !important;
  }
  .-mr-md-96,
  .-mx-md-96 {
    margin-right: -96px !important;
  }
  .-mr-md-128,
  .-mx-md-128 {
    margin-right: -128px !important;
  }
  .-mb-md-10,
  .-my-md-10 {
    margin-bottom: -10px !important;
  }
  .-mb-md-20,
  .-my-md-20 {
    margin-bottom: -20px !important;
  }
  .-mb-md-30,
  .-my-md-30 {
    margin-bottom: -30px !important;
  }
  .-mb-md-40,
  .-my-md-40 {
    margin-bottom: -40px !important;
  }
  .-mb-md-50,
  .-my-md-50 {
    margin-bottom: -50px !important;
  }
  .-mb-md-60,
  .-my-md-60 {
    margin-bottom: -60px !important;
  }
  .-mb-md-70,
  .-my-md-70 {
    margin-bottom: -70px !important;
  }
  .-mb-md-80,
  .-my-md-80 {
    margin-bottom: -80px !important;
  }
  .-mb-md-90,
  .-my-md-90 {
    margin-bottom: -90px !important;
  }
  .-mb-md-100,
  .-my-md-100 {
    margin-bottom: -100px !important;
  }
  .-mb-md-4,
  .-my-md-4 {
    margin-bottom: -4px !important;
  }
  .-mb-md-8,
  .-my-md-8 {
    margin-bottom: -8px !important;
  }
  .-mb-md-16,
  .-my-md-16 {
    margin-bottom: -16px !important;
  }
  .-mb-md-24,
  .-my-md-24 {
    margin-bottom: -24px !important;
  }
  .-mb-md-32,
  .-my-md-32 {
    margin-bottom: -32px !important;
  }
  .-mb-md-36,
  .-my-md-36 {
    margin-bottom: -36px !important;
  }
  .-mb-md-48,
  .-my-md-48 {
    margin-bottom: -48px !important;
  }
  .-mb-md-64,
  .-my-md-64 {
    margin-bottom: -64px !important;
  }
  .-mb-md-72,
  .-my-md-72 {
    margin-bottom: -72px !important;
  }
  .-mb-md-96,
  .-my-md-96 {
    margin-bottom: -96px !important;
  }
  .-mb-md-128,
  .-my-md-128 {
    margin-bottom: -128px !important;
  }
  .-ml-md-10,
  .-mx-md-10 {
    margin-left: -10px !important;
  }
  .-ml-md-20,
  .-mx-md-20 {
    margin-left: -20px !important;
  }
  .-ml-md-30,
  .-mx-md-30 {
    margin-left: -30px !important;
  }
  .-ml-md-40,
  .-mx-md-40 {
    margin-left: -40px !important;
  }
  .-ml-md-50,
  .-mx-md-50 {
    margin-left: -50px !important;
  }
  .-ml-md-60,
  .-mx-md-60 {
    margin-left: -60px !important;
  }
  .-ml-md-70,
  .-mx-md-70 {
    margin-left: -70px !important;
  }
  .-ml-md-80,
  .-mx-md-80 {
    margin-left: -80px !important;
  }
  .-ml-md-90,
  .-mx-md-90 {
    margin-left: -90px !important;
  }
  .-ml-md-100,
  .-mx-md-100 {
    margin-left: -100px !important;
  }
  .-ml-md-4,
  .-mx-md-4 {
    margin-left: -4px !important;
  }
  .-ml-md-8,
  .-mx-md-8 {
    margin-left: -8px !important;
  }
  .-ml-md-16,
  .-mx-md-16 {
    margin-left: -16px !important;
  }
  .-ml-md-24,
  .-mx-md-24 {
    margin-left: -24px !important;
  }
  .-ml-md-32,
  .-mx-md-32 {
    margin-left: -32px !important;
  }
  .-ml-md-36,
  .-mx-md-36 {
    margin-left: -36px !important;
  }
  .-ml-md-48,
  .-mx-md-48 {
    margin-left: -48px !important;
  }
  .-ml-md-64,
  .-mx-md-64 {
    margin-left: -64px !important;
  }
  .-ml-md-72,
  .-mx-md-72 {
    margin-left: -72px !important;
  }
  .-ml-md-96,
  .-mx-md-96 {
    margin-left: -96px !important;
  }
  .-ml-md-128,
  .-mx-md-128 {
    margin-left: -128px !important;
  }
  .p-md-10 {
    padding: 10px !important;
  }
  .p-md-20 {
    padding: 20px !important;
  }
  .p-md-30 {
    padding: 30px !important;
  }
  .p-md-40 {
    padding: 40px !important;
  }
  .p-md-50 {
    padding: 50px !important;
  }
  .p-md-60 {
    padding: 60px !important;
  }
  .p-md-70 {
    padding: 70px !important;
  }
  .p-md-80 {
    padding: 80px !important;
  }
  .p-md-90 {
    padding: 90px !important;
  }
  .p-md-100 {
    padding: 100px !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-4 {
    padding: 4px !important;
  }
  .p-md-8 {
    padding: 8px !important;
  }
  .p-md-16 {
    padding: 16px !important;
  }
  .p-md-24 {
    padding: 24px !important;
  }
  .p-md-32 {
    padding: 32px !important;
  }
  .p-md-36 {
    padding: 36px !important;
  }
  .p-md-48 {
    padding: 48px !important;
  }
  .p-md-64 {
    padding: 64px !important;
  }
  .p-md-72 {
    padding: 72px !important;
  }
  .p-md-96 {
    padding: 96px !important;
  }
  .p-md-128 {
    padding: 128px !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 10px !important;
  }
  .pt-md-20,
  .py-md-20 {
    padding-top: 20px !important;
  }
  .pt-md-30,
  .py-md-30 {
    padding-top: 30px !important;
  }
  .pt-md-40,
  .py-md-40 {
    padding-top: 40px !important;
  }
  .pt-md-50,
  .py-md-50 {
    padding-top: 50px !important;
  }
  .pt-md-60,
  .py-md-60 {
    padding-top: 60px !important;
  }
  .pt-md-70,
  .py-md-70 {
    padding-top: 70px !important;
  }
  .pt-md-80,
  .py-md-80 {
    padding-top: 80px !important;
  }
  .pt-md-90,
  .py-md-90 {
    padding-top: 90px !important;
  }
  .pt-md-100,
  .py-md-100 {
    padding-top: 100px !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 4px !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 8px !important;
  }
  .pt-md-16,
  .py-md-16 {
    padding-top: 16px !important;
  }
  .pt-md-24,
  .py-md-24 {
    padding-top: 24px !important;
  }
  .pt-md-32,
  .py-md-32 {
    padding-top: 32px !important;
  }
  .pt-md-36,
  .py-md-36 {
    padding-top: 36px !important;
  }
  .pt-md-48,
  .py-md-48 {
    padding-top: 48px !important;
  }
  .pt-md-64,
  .py-md-64 {
    padding-top: 64px !important;
  }
  .pt-md-72,
  .py-md-72 {
    padding-top: 72px !important;
  }
  .pt-md-96,
  .py-md-96 {
    padding-top: 96px !important;
  }
  .pt-md-128,
  .py-md-128 {
    padding-top: 128px !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 10px !important;
  }
  .pr-md-20,
  .px-md-20 {
    padding-right: 20px !important;
  }
  .pr-md-30,
  .px-md-30 {
    padding-right: 30px !important;
  }
  .pr-md-40,
  .px-md-40 {
    padding-right: 40px !important;
  }
  .pr-md-50,
  .px-md-50 {
    padding-right: 50px !important;
  }
  .pr-md-60,
  .px-md-60 {
    padding-right: 60px !important;
  }
  .pr-md-70,
  .px-md-70 {
    padding-right: 70px !important;
  }
  .pr-md-80,
  .px-md-80 {
    padding-right: 80px !important;
  }
  .pr-md-90,
  .px-md-90 {
    padding-right: 90px !important;
  }
  .pr-md-100,
  .px-md-100 {
    padding-right: 100px !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 4px !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 8px !important;
  }
  .pr-md-16,
  .px-md-16 {
    padding-right: 16px !important;
  }
  .pr-md-24,
  .px-md-24 {
    padding-right: 24px !important;
  }
  .pr-md-32,
  .px-md-32 {
    padding-right: 32px !important;
  }
  .pr-md-36,
  .px-md-36 {
    padding-right: 36px !important;
  }
  .pr-md-48,
  .px-md-48 {
    padding-right: 48px !important;
  }
  .pr-md-64,
  .px-md-64 {
    padding-right: 64px !important;
  }
  .pr-md-72,
  .px-md-72 {
    padding-right: 72px !important;
  }
  .pr-md-96,
  .px-md-96 {
    padding-right: 96px !important;
  }
  .pr-md-128,
  .px-md-128 {
    padding-right: 128px !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 10px !important;
  }
  .pb-md-20,
  .py-md-20 {
    padding-bottom: 20px !important;
  }
  .pb-md-30,
  .py-md-30 {
    padding-bottom: 30px !important;
  }
  .pb-md-40,
  .py-md-40 {
    padding-bottom: 40px !important;
  }
  .pb-md-50,
  .py-md-50 {
    padding-bottom: 50px !important;
  }
  .pb-md-60,
  .py-md-60 {
    padding-bottom: 60px !important;
  }
  .pb-md-70,
  .py-md-70 {
    padding-bottom: 70px !important;
  }
  .pb-md-80,
  .py-md-80 {
    padding-bottom: 80px !important;
  }
  .pb-md-90,
  .py-md-90 {
    padding-bottom: 90px !important;
  }
  .pb-md-100,
  .py-md-100 {
    padding-bottom: 100px !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 4px !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 8px !important;
  }
  .pb-md-16,
  .py-md-16 {
    padding-bottom: 16px !important;
  }
  .pb-md-24,
  .py-md-24 {
    padding-bottom: 24px !important;
  }
  .pb-md-32,
  .py-md-32 {
    padding-bottom: 32px !important;
  }
  .pb-md-36,
  .py-md-36 {
    padding-bottom: 36px !important;
  }
  .pb-md-48,
  .py-md-48 {
    padding-bottom: 48px !important;
  }
  .pb-md-64,
  .py-md-64 {
    padding-bottom: 64px !important;
  }
  .pb-md-72,
  .py-md-72 {
    padding-bottom: 72px !important;
  }
  .pb-md-96,
  .py-md-96 {
    padding-bottom: 96px !important;
  }
  .pb-md-128,
  .py-md-128 {
    padding-bottom: 128px !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 10px !important;
  }
  .pl-md-20,
  .px-md-20 {
    padding-left: 20px !important;
  }
  .pl-md-30,
  .px-md-30 {
    padding-left: 30px !important;
  }
  .pl-md-40,
  .px-md-40 {
    padding-left: 40px !important;
  }
  .pl-md-50,
  .px-md-50 {
    padding-left: 50px !important;
  }
  .pl-md-60,
  .px-md-60 {
    padding-left: 60px !important;
  }
  .pl-md-70,
  .px-md-70 {
    padding-left: 70px !important;
  }
  .pl-md-80,
  .px-md-80 {
    padding-left: 80px !important;
  }
  .pl-md-90,
  .px-md-90 {
    padding-left: 90px !important;
  }
  .pl-md-100,
  .px-md-100 {
    padding-left: 100px !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 4px !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 8px !important;
  }
  .pl-md-16,
  .px-md-16 {
    padding-left: 16px !important;
  }
  .pl-md-24,
  .px-md-24 {
    padding-left: 24px !important;
  }
  .pl-md-32,
  .px-md-32 {
    padding-left: 32px !important;
  }
  .pl-md-36,
  .px-md-36 {
    padding-left: 36px !important;
  }
  .pl-md-48,
  .px-md-48 {
    padding-left: 48px !important;
  }
  .pl-md-64,
  .px-md-64 {
    padding-left: 64px !important;
  }
  .pl-md-72,
  .px-md-72 {
    padding-left: 72px !important;
  }
  .pl-md-96,
  .px-md-96 {
    padding-left: 96px !important;
  }
  .pl-md-128,
  .px-md-128 {
    padding-left: 128px !important;
  }
}

@media (min-width: 992px) {
  .w-lg-auto {
    width: auto !important;
  }
  .w-lg-4 {
    width: 4px !important;
  }
  .w-lg-8 {
    width: 8px !important;
  }
  .w-lg-16 {
    width: 16px !important;
  }
  .w-lg-24 {
    width: 24px !important;
  }
  .w-lg-32 {
    width: 32px !important;
  }
  .w-lg-48 {
    width: 48px !important;
  }
  .w-lg-64 {
    width: 64px !important;
  }
  .w-lg-72 {
    width: 72px !important;
  }
  .w-lg-96 {
    width: 96px !important;
  }
  .w-lg-128 {
    width: 128px !important;
  }
  .w-lg-256 {
    width: 256px !important;
  }
  .w-lg-10 {
    width: 10px !important;
  }
  .w-lg-20 {
    width: 20px !important;
  }
  .w-lg-30 {
    width: 30px !important;
  }
  .w-lg-40 {
    width: 40px !important;
  }
  .w-lg-50 {
    width: 50px !important;
  }
  .w-lg-60 {
    width: 60px !important;
  }
  .w-lg-70 {
    width: 70px !important;
  }
  .w-lg-80 {
    width: 80px !important;
  }
  .w-lg-90 {
    width: 90px !important;
  }
  .w-lg-100 {
    width: 100px !important;
  }
  .w-lg-200 {
    width: 200px !important;
  }
  .w-lg-1\/4 {
    width: 25% !important;
  }
  .w-lg-half {
    width: 50% !important;
  }
  .w-lg-3\/4 {
    width: 75% !important;
  }
  .w-lg-full {
    width: 100% !important;
  }
  .w-lg-vw {
    width: 100vw !important;
  }
  .h-lg-auto {
    height: auto !important;
  }
  .h-lg-4 {
    height: 4px !important;
  }
  .h-lg-8 {
    height: 8px !important;
  }
  .h-lg-16 {
    height: 16px !important;
  }
  .h-lg-24 {
    height: 24px !important;
  }
  .h-lg-32 {
    height: 32px !important;
  }
  .h-lg-48 {
    height: 48px !important;
  }
  .h-lg-64 {
    height: 64px !important;
  }
  .h-lg-72 {
    height: 72px !important;
  }
  .h-lg-96 {
    height: 96px !important;
  }
  .h-lg-128 {
    height: 128px !important;
  }
  .h-lg-256 {
    height: 256px !important;
  }
  .h-lg-10 {
    height: 10px !important;
  }
  .h-lg-20 {
    height: 20px !important;
  }
  .h-lg-30 {
    height: 30px !important;
  }
  .h-lg-40 {
    height: 40px !important;
  }
  .h-lg-50 {
    height: 50px !important;
  }
  .h-lg-60 {
    height: 60px !important;
  }
  .h-lg-70 {
    height: 70px !important;
  }
  .h-lg-80 {
    height: 80px !important;
  }
  .h-lg-90 {
    height: 90px !important;
  }
  .h-lg-100 {
    height: 100px !important;
  }
  .h-lg-200 {
    height: 200px !important;
  }
  .h-lg-1\/4 {
    height: 25% !important;
  }
  .h-lg-half {
    height: 50% !important;
  }
  .h-lg-3\/4 {
    height: 75% !important;
  }
  .h-lg-full {
    height: 100% !important;
  }
  .h-lg-vh {
    height: 100vh !important;
  }
  .m-lg-10 {
    margin: 10px !important;
  }
  .m-lg-20 {
    margin: 20px !important;
  }
  .m-lg-30 {
    margin: 30px !important;
  }
  .m-lg-40 {
    margin: 40px !important;
  }
  .m-lg-50 {
    margin: 50px !important;
  }
  .m-lg-60 {
    margin: 60px !important;
  }
  .m-lg-70 {
    margin: 70px !important;
  }
  .m-lg-80 {
    margin: 80px !important;
  }
  .m-lg-90 {
    margin: 90px !important;
  }
  .m-lg-100 {
    margin: 100px !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-4 {
    margin: 4px !important;
  }
  .m-lg-8 {
    margin: 8px !important;
  }
  .m-lg-16 {
    margin: 16px !important;
  }
  .m-lg-24 {
    margin: 24px !important;
  }
  .m-lg-32 {
    margin: 32px !important;
  }
  .m-lg-36 {
    margin: 36px !important;
  }
  .m-lg-48 {
    margin: 48px !important;
  }
  .m-lg-64 {
    margin: 64px !important;
  }
  .m-lg-72 {
    margin: 72px !important;
  }
  .m-lg-96 {
    margin: 96px !important;
  }
  .m-lg-128 {
    margin: 128px !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 10px !important;
  }
  .mt-lg-20,
  .my-lg-20 {
    margin-top: 20px !important;
  }
  .mt-lg-30,
  .my-lg-30 {
    margin-top: 30px !important;
  }
  .mt-lg-40,
  .my-lg-40 {
    margin-top: 40px !important;
  }
  .mt-lg-50,
  .my-lg-50 {
    margin-top: 50px !important;
  }
  .mt-lg-60,
  .my-lg-60 {
    margin-top: 60px !important;
  }
  .mt-lg-70,
  .my-lg-70 {
    margin-top: 70px !important;
  }
  .mt-lg-80,
  .my-lg-80 {
    margin-top: 80px !important;
  }
  .mt-lg-90,
  .my-lg-90 {
    margin-top: 90px !important;
  }
  .mt-lg-100,
  .my-lg-100 {
    margin-top: 100px !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 4px !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 8px !important;
  }
  .mt-lg-16,
  .my-lg-16 {
    margin-top: 16px !important;
  }
  .mt-lg-24,
  .my-lg-24 {
    margin-top: 24px !important;
  }
  .mt-lg-32,
  .my-lg-32 {
    margin-top: 32px !important;
  }
  .mt-lg-36,
  .my-lg-36 {
    margin-top: 36px !important;
  }
  .mt-lg-48,
  .my-lg-48 {
    margin-top: 48px !important;
  }
  .mt-lg-64,
  .my-lg-64 {
    margin-top: 64px !important;
  }
  .mt-lg-72,
  .my-lg-72 {
    margin-top: 72px !important;
  }
  .mt-lg-96,
  .my-lg-96 {
    margin-top: 96px !important;
  }
  .mt-lg-128,
  .my-lg-128 {
    margin-top: 128px !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 10px !important;
  }
  .mr-lg-20,
  .mx-lg-20 {
    margin-right: 20px !important;
  }
  .mr-lg-30,
  .mx-lg-30 {
    margin-right: 30px !important;
  }
  .mr-lg-40,
  .mx-lg-40 {
    margin-right: 40px !important;
  }
  .mr-lg-50,
  .mx-lg-50 {
    margin-right: 50px !important;
  }
  .mr-lg-60,
  .mx-lg-60 {
    margin-right: 60px !important;
  }
  .mr-lg-70,
  .mx-lg-70 {
    margin-right: 70px !important;
  }
  .mr-lg-80,
  .mx-lg-80 {
    margin-right: 80px !important;
  }
  .mr-lg-90,
  .mx-lg-90 {
    margin-right: 90px !important;
  }
  .mr-lg-100,
  .mx-lg-100 {
    margin-right: 100px !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 4px !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 8px !important;
  }
  .mr-lg-16,
  .mx-lg-16 {
    margin-right: 16px !important;
  }
  .mr-lg-24,
  .mx-lg-24 {
    margin-right: 24px !important;
  }
  .mr-lg-32,
  .mx-lg-32 {
    margin-right: 32px !important;
  }
  .mr-lg-36,
  .mx-lg-36 {
    margin-right: 36px !important;
  }
  .mr-lg-48,
  .mx-lg-48 {
    margin-right: 48px !important;
  }
  .mr-lg-64,
  .mx-lg-64 {
    margin-right: 64px !important;
  }
  .mr-lg-72,
  .mx-lg-72 {
    margin-right: 72px !important;
  }
  .mr-lg-96,
  .mx-lg-96 {
    margin-right: 96px !important;
  }
  .mr-lg-128,
  .mx-lg-128 {
    margin-right: 128px !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 10px !important;
  }
  .mb-lg-20,
  .my-lg-20 {
    margin-bottom: 20px !important;
  }
  .mb-lg-30,
  .my-lg-30 {
    margin-bottom: 30px !important;
  }
  .mb-lg-40,
  .my-lg-40 {
    margin-bottom: 40px !important;
  }
  .mb-lg-50,
  .my-lg-50 {
    margin-bottom: 50px !important;
  }
  .mb-lg-60,
  .my-lg-60 {
    margin-bottom: 60px !important;
  }
  .mb-lg-70,
  .my-lg-70 {
    margin-bottom: 70px !important;
  }
  .mb-lg-80,
  .my-lg-80 {
    margin-bottom: 80px !important;
  }
  .mb-lg-90,
  .my-lg-90 {
    margin-bottom: 90px !important;
  }
  .mb-lg-100,
  .my-lg-100 {
    margin-bottom: 100px !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 4px !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 8px !important;
  }
  .mb-lg-16,
  .my-lg-16 {
    margin-bottom: 16px !important;
  }
  .mb-lg-24,
  .my-lg-24 {
    margin-bottom: 24px !important;
  }
  .mb-lg-32,
  .my-lg-32 {
    margin-bottom: 32px !important;
  }
  .mb-lg-36,
  .my-lg-36 {
    margin-bottom: 36px !important;
  }
  .mb-lg-48,
  .my-lg-48 {
    margin-bottom: 48px !important;
  }
  .mb-lg-64,
  .my-lg-64 {
    margin-bottom: 64px !important;
  }
  .mb-lg-72,
  .my-lg-72 {
    margin-bottom: 72px !important;
  }
  .mb-lg-96,
  .my-lg-96 {
    margin-bottom: 96px !important;
  }
  .mb-lg-128,
  .my-lg-128 {
    margin-bottom: 128px !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 10px !important;
  }
  .ml-lg-20,
  .mx-lg-20 {
    margin-left: 20px !important;
  }
  .ml-lg-30,
  .mx-lg-30 {
    margin-left: 30px !important;
  }
  .ml-lg-40,
  .mx-lg-40 {
    margin-left: 40px !important;
  }
  .ml-lg-50,
  .mx-lg-50 {
    margin-left: 50px !important;
  }
  .ml-lg-60,
  .mx-lg-60 {
    margin-left: 60px !important;
  }
  .ml-lg-70,
  .mx-lg-70 {
    margin-left: 70px !important;
  }
  .ml-lg-80,
  .mx-lg-80 {
    margin-left: 80px !important;
  }
  .ml-lg-90,
  .mx-lg-90 {
    margin-left: 90px !important;
  }
  .ml-lg-100,
  .mx-lg-100 {
    margin-left: 100px !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 4px !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 8px !important;
  }
  .ml-lg-16,
  .mx-lg-16 {
    margin-left: 16px !important;
  }
  .ml-lg-24,
  .mx-lg-24 {
    margin-left: 24px !important;
  }
  .ml-lg-32,
  .mx-lg-32 {
    margin-left: 32px !important;
  }
  .ml-lg-36,
  .mx-lg-36 {
    margin-left: 36px !important;
  }
  .ml-lg-48,
  .mx-lg-48 {
    margin-left: 48px !important;
  }
  .ml-lg-64,
  .mx-lg-64 {
    margin-left: 64px !important;
  }
  .ml-lg-72,
  .mx-lg-72 {
    margin-left: 72px !important;
  }
  .ml-lg-96,
  .mx-lg-96 {
    margin-left: 96px !important;
  }
  .ml-lg-128,
  .mx-lg-128 {
    margin-left: 128px !important;
  }
  .-m-lg-10 {
    margin: -10px !important;
  }
  .-m-lg-20 {
    margin: -20px !important;
  }
  .-m-lg-30 {
    margin: -30px !important;
  }
  .-m-lg-40 {
    margin: -40px !important;
  }
  .-m-lg-50 {
    margin: -50px !important;
  }
  .-m-lg-60 {
    margin: -60px !important;
  }
  .-m-lg-70 {
    margin: -70px !important;
  }
  .-m-lg-80 {
    margin: -80px !important;
  }
  .-m-lg-90 {
    margin: -90px !important;
  }
  .-m-lg-100 {
    margin: -100px !important;
  }
  .-m-lg-4 {
    margin: -4px !important;
  }
  .-m-lg-8 {
    margin: -8px !important;
  }
  .-m-lg-16 {
    margin: -16px !important;
  }
  .-m-lg-24 {
    margin: -24px !important;
  }
  .-m-lg-32 {
    margin: -32px !important;
  }
  .-m-lg-36 {
    margin: -36px !important;
  }
  .-m-lg-48 {
    margin: -48px !important;
  }
  .-m-lg-64 {
    margin: -64px !important;
  }
  .-m-lg-72 {
    margin: -72px !important;
  }
  .-m-lg-96 {
    margin: -96px !important;
  }
  .-m-lg-128 {
    margin: -128px !important;
  }
  .-mt-lg-10,
  .-my-lg-10 {
    margin-top: -10px !important;
  }
  .-mt-lg-20,
  .-my-lg-20 {
    margin-top: -20px !important;
  }
  .-mt-lg-30,
  .-my-lg-30 {
    margin-top: -30px !important;
  }
  .-mt-lg-40,
  .-my-lg-40 {
    margin-top: -40px !important;
  }
  .-mt-lg-50,
  .-my-lg-50 {
    margin-top: -50px !important;
  }
  .-mt-lg-60,
  .-my-lg-60 {
    margin-top: -60px !important;
  }
  .-mt-lg-70,
  .-my-lg-70 {
    margin-top: -70px !important;
  }
  .-mt-lg-80,
  .-my-lg-80 {
    margin-top: -80px !important;
  }
  .-mt-lg-90,
  .-my-lg-90 {
    margin-top: -90px !important;
  }
  .-mt-lg-100,
  .-my-lg-100 {
    margin-top: -100px !important;
  }
  .-mt-lg-4,
  .-my-lg-4 {
    margin-top: -4px !important;
  }
  .-mt-lg-8,
  .-my-lg-8 {
    margin-top: -8px !important;
  }
  .-mt-lg-16,
  .-my-lg-16 {
    margin-top: -16px !important;
  }
  .-mt-lg-24,
  .-my-lg-24 {
    margin-top: -24px !important;
  }
  .-mt-lg-32,
  .-my-lg-32 {
    margin-top: -32px !important;
  }
  .-mt-lg-36,
  .-my-lg-36 {
    margin-top: -36px !important;
  }
  .-mt-lg-48,
  .-my-lg-48 {
    margin-top: -48px !important;
  }
  .-mt-lg-64,
  .-my-lg-64 {
    margin-top: -64px !important;
  }
  .-mt-lg-72,
  .-my-lg-72 {
    margin-top: -72px !important;
  }
  .-mt-lg-96,
  .-my-lg-96 {
    margin-top: -96px !important;
  }
  .-mt-lg-128,
  .-my-lg-128 {
    margin-top: -128px !important;
  }
  .-mr-lg-10,
  .-mx-lg-10 {
    margin-right: -10px !important;
  }
  .-mr-lg-20,
  .-mx-lg-20 {
    margin-right: -20px !important;
  }
  .-mr-lg-30,
  .-mx-lg-30 {
    margin-right: -30px !important;
  }
  .-mr-lg-40,
  .-mx-lg-40 {
    margin-right: -40px !important;
  }
  .-mr-lg-50,
  .-mx-lg-50 {
    margin-right: -50px !important;
  }
  .-mr-lg-60,
  .-mx-lg-60 {
    margin-right: -60px !important;
  }
  .-mr-lg-70,
  .-mx-lg-70 {
    margin-right: -70px !important;
  }
  .-mr-lg-80,
  .-mx-lg-80 {
    margin-right: -80px !important;
  }
  .-mr-lg-90,
  .-mx-lg-90 {
    margin-right: -90px !important;
  }
  .-mr-lg-100,
  .-mx-lg-100 {
    margin-right: -100px !important;
  }
  .-mr-lg-4,
  .-mx-lg-4 {
    margin-right: -4px !important;
  }
  .-mr-lg-8,
  .-mx-lg-8 {
    margin-right: -8px !important;
  }
  .-mr-lg-16,
  .-mx-lg-16 {
    margin-right: -16px !important;
  }
  .-mr-lg-24,
  .-mx-lg-24 {
    margin-right: -24px !important;
  }
  .-mr-lg-32,
  .-mx-lg-32 {
    margin-right: -32px !important;
  }
  .-mr-lg-36,
  .-mx-lg-36 {
    margin-right: -36px !important;
  }
  .-mr-lg-48,
  .-mx-lg-48 {
    margin-right: -48px !important;
  }
  .-mr-lg-64,
  .-mx-lg-64 {
    margin-right: -64px !important;
  }
  .-mr-lg-72,
  .-mx-lg-72 {
    margin-right: -72px !important;
  }
  .-mr-lg-96,
  .-mx-lg-96 {
    margin-right: -96px !important;
  }
  .-mr-lg-128,
  .-mx-lg-128 {
    margin-right: -128px !important;
  }
  .-mb-lg-10,
  .-my-lg-10 {
    margin-bottom: -10px !important;
  }
  .-mb-lg-20,
  .-my-lg-20 {
    margin-bottom: -20px !important;
  }
  .-mb-lg-30,
  .-my-lg-30 {
    margin-bottom: -30px !important;
  }
  .-mb-lg-40,
  .-my-lg-40 {
    margin-bottom: -40px !important;
  }
  .-mb-lg-50,
  .-my-lg-50 {
    margin-bottom: -50px !important;
  }
  .-mb-lg-60,
  .-my-lg-60 {
    margin-bottom: -60px !important;
  }
  .-mb-lg-70,
  .-my-lg-70 {
    margin-bottom: -70px !important;
  }
  .-mb-lg-80,
  .-my-lg-80 {
    margin-bottom: -80px !important;
  }
  .-mb-lg-90,
  .-my-lg-90 {
    margin-bottom: -90px !important;
  }
  .-mb-lg-100,
  .-my-lg-100 {
    margin-bottom: -100px !important;
  }
  .-mb-lg-4,
  .-my-lg-4 {
    margin-bottom: -4px !important;
  }
  .-mb-lg-8,
  .-my-lg-8 {
    margin-bottom: -8px !important;
  }
  .-mb-lg-16,
  .-my-lg-16 {
    margin-bottom: -16px !important;
  }
  .-mb-lg-24,
  .-my-lg-24 {
    margin-bottom: -24px !important;
  }
  .-mb-lg-32,
  .-my-lg-32 {
    margin-bottom: -32px !important;
  }
  .-mb-lg-36,
  .-my-lg-36 {
    margin-bottom: -36px !important;
  }
  .-mb-lg-48,
  .-my-lg-48 {
    margin-bottom: -48px !important;
  }
  .-mb-lg-64,
  .-my-lg-64 {
    margin-bottom: -64px !important;
  }
  .-mb-lg-72,
  .-my-lg-72 {
    margin-bottom: -72px !important;
  }
  .-mb-lg-96,
  .-my-lg-96 {
    margin-bottom: -96px !important;
  }
  .-mb-lg-128,
  .-my-lg-128 {
    margin-bottom: -128px !important;
  }
  .-ml-lg-10,
  .-mx-lg-10 {
    margin-left: -10px !important;
  }
  .-ml-lg-20,
  .-mx-lg-20 {
    margin-left: -20px !important;
  }
  .-ml-lg-30,
  .-mx-lg-30 {
    margin-left: -30px !important;
  }
  .-ml-lg-40,
  .-mx-lg-40 {
    margin-left: -40px !important;
  }
  .-ml-lg-50,
  .-mx-lg-50 {
    margin-left: -50px !important;
  }
  .-ml-lg-60,
  .-mx-lg-60 {
    margin-left: -60px !important;
  }
  .-ml-lg-70,
  .-mx-lg-70 {
    margin-left: -70px !important;
  }
  .-ml-lg-80,
  .-mx-lg-80 {
    margin-left: -80px !important;
  }
  .-ml-lg-90,
  .-mx-lg-90 {
    margin-left: -90px !important;
  }
  .-ml-lg-100,
  .-mx-lg-100 {
    margin-left: -100px !important;
  }
  .-ml-lg-4,
  .-mx-lg-4 {
    margin-left: -4px !important;
  }
  .-ml-lg-8,
  .-mx-lg-8 {
    margin-left: -8px !important;
  }
  .-ml-lg-16,
  .-mx-lg-16 {
    margin-left: -16px !important;
  }
  .-ml-lg-24,
  .-mx-lg-24 {
    margin-left: -24px !important;
  }
  .-ml-lg-32,
  .-mx-lg-32 {
    margin-left: -32px !important;
  }
  .-ml-lg-36,
  .-mx-lg-36 {
    margin-left: -36px !important;
  }
  .-ml-lg-48,
  .-mx-lg-48 {
    margin-left: -48px !important;
  }
  .-ml-lg-64,
  .-mx-lg-64 {
    margin-left: -64px !important;
  }
  .-ml-lg-72,
  .-mx-lg-72 {
    margin-left: -72px !important;
  }
  .-ml-lg-96,
  .-mx-lg-96 {
    margin-left: -96px !important;
  }
  .-ml-lg-128,
  .-mx-lg-128 {
    margin-left: -128px !important;
  }
  .p-lg-10 {
    padding: 10px !important;
  }
  .p-lg-20 {
    padding: 20px !important;
  }
  .p-lg-30 {
    padding: 30px !important;
  }
  .p-lg-40 {
    padding: 40px !important;
  }
  .p-lg-50 {
    padding: 50px !important;
  }
  .p-lg-60 {
    padding: 60px !important;
  }
  .p-lg-70 {
    padding: 70px !important;
  }
  .p-lg-80 {
    padding: 80px !important;
  }
  .p-lg-90 {
    padding: 90px !important;
  }
  .p-lg-100 {
    padding: 100px !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-4 {
    padding: 4px !important;
  }
  .p-lg-8 {
    padding: 8px !important;
  }
  .p-lg-16 {
    padding: 16px !important;
  }
  .p-lg-24 {
    padding: 24px !important;
  }
  .p-lg-32 {
    padding: 32px !important;
  }
  .p-lg-36 {
    padding: 36px !important;
  }
  .p-lg-48 {
    padding: 48px !important;
  }
  .p-lg-64 {
    padding: 64px !important;
  }
  .p-lg-72 {
    padding: 72px !important;
  }
  .p-lg-96 {
    padding: 96px !important;
  }
  .p-lg-128 {
    padding: 128px !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 10px !important;
  }
  .pt-lg-20,
  .py-lg-20 {
    padding-top: 20px !important;
  }
  .pt-lg-30,
  .py-lg-30 {
    padding-top: 30px !important;
  }
  .pt-lg-40,
  .py-lg-40 {
    padding-top: 40px !important;
  }
  .pt-lg-50,
  .py-lg-50 {
    padding-top: 50px !important;
  }
  .pt-lg-60,
  .py-lg-60 {
    padding-top: 60px !important;
  }
  .pt-lg-70,
  .py-lg-70 {
    padding-top: 70px !important;
  }
  .pt-lg-80,
  .py-lg-80 {
    padding-top: 80px !important;
  }
  .pt-lg-90,
  .py-lg-90 {
    padding-top: 90px !important;
  }
  .pt-lg-100,
  .py-lg-100 {
    padding-top: 100px !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 4px !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 8px !important;
  }
  .pt-lg-16,
  .py-lg-16 {
    padding-top: 16px !important;
  }
  .pt-lg-24,
  .py-lg-24 {
    padding-top: 24px !important;
  }
  .pt-lg-32,
  .py-lg-32 {
    padding-top: 32px !important;
  }
  .pt-lg-36,
  .py-lg-36 {
    padding-top: 36px !important;
  }
  .pt-lg-48,
  .py-lg-48 {
    padding-top: 48px !important;
  }
  .pt-lg-64,
  .py-lg-64 {
    padding-top: 64px !important;
  }
  .pt-lg-72,
  .py-lg-72 {
    padding-top: 72px !important;
  }
  .pt-lg-96,
  .py-lg-96 {
    padding-top: 96px !important;
  }
  .pt-lg-128,
  .py-lg-128 {
    padding-top: 128px !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 10px !important;
  }
  .pr-lg-20,
  .px-lg-20 {
    padding-right: 20px !important;
  }
  .pr-lg-30,
  .px-lg-30 {
    padding-right: 30px !important;
  }
  .pr-lg-40,
  .px-lg-40 {
    padding-right: 40px !important;
  }
  .pr-lg-50,
  .px-lg-50 {
    padding-right: 50px !important;
  }
  .pr-lg-60,
  .px-lg-60 {
    padding-right: 60px !important;
  }
  .pr-lg-70,
  .px-lg-70 {
    padding-right: 70px !important;
  }
  .pr-lg-80,
  .px-lg-80 {
    padding-right: 80px !important;
  }
  .pr-lg-90,
  .px-lg-90 {
    padding-right: 90px !important;
  }
  .pr-lg-100,
  .px-lg-100 {
    padding-right: 100px !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 4px !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 8px !important;
  }
  .pr-lg-16,
  .px-lg-16 {
    padding-right: 16px !important;
  }
  .pr-lg-24,
  .px-lg-24 {
    padding-right: 24px !important;
  }
  .pr-lg-32,
  .px-lg-32 {
    padding-right: 32px !important;
  }
  .pr-lg-36,
  .px-lg-36 {
    padding-right: 36px !important;
  }
  .pr-lg-48,
  .px-lg-48 {
    padding-right: 48px !important;
  }
  .pr-lg-64,
  .px-lg-64 {
    padding-right: 64px !important;
  }
  .pr-lg-72,
  .px-lg-72 {
    padding-right: 72px !important;
  }
  .pr-lg-96,
  .px-lg-96 {
    padding-right: 96px !important;
  }
  .pr-lg-128,
  .px-lg-128 {
    padding-right: 128px !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 10px !important;
  }
  .pb-lg-20,
  .py-lg-20 {
    padding-bottom: 20px !important;
  }
  .pb-lg-30,
  .py-lg-30 {
    padding-bottom: 30px !important;
  }
  .pb-lg-40,
  .py-lg-40 {
    padding-bottom: 40px !important;
  }
  .pb-lg-50,
  .py-lg-50 {
    padding-bottom: 50px !important;
  }
  .pb-lg-60,
  .py-lg-60 {
    padding-bottom: 60px !important;
  }
  .pb-lg-70,
  .py-lg-70 {
    padding-bottom: 70px !important;
  }
  .pb-lg-80,
  .py-lg-80 {
    padding-bottom: 80px !important;
  }
  .pb-lg-90,
  .py-lg-90 {
    padding-bottom: 90px !important;
  }
  .pb-lg-100,
  .py-lg-100 {
    padding-bottom: 100px !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 4px !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 8px !important;
  }
  .pb-lg-16,
  .py-lg-16 {
    padding-bottom: 16px !important;
  }
  .pb-lg-24,
  .py-lg-24 {
    padding-bottom: 24px !important;
  }
  .pb-lg-32,
  .py-lg-32 {
    padding-bottom: 32px !important;
  }
  .pb-lg-36,
  .py-lg-36 {
    padding-bottom: 36px !important;
  }
  .pb-lg-48,
  .py-lg-48 {
    padding-bottom: 48px !important;
  }
  .pb-lg-64,
  .py-lg-64 {
    padding-bottom: 64px !important;
  }
  .pb-lg-72,
  .py-lg-72 {
    padding-bottom: 72px !important;
  }
  .pb-lg-96,
  .py-lg-96 {
    padding-bottom: 96px !important;
  }
  .pb-lg-128,
  .py-lg-128 {
    padding-bottom: 128px !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 10px !important;
  }
  .pl-lg-20,
  .px-lg-20 {
    padding-left: 20px !important;
  }
  .pl-lg-30,
  .px-lg-30 {
    padding-left: 30px !important;
  }
  .pl-lg-40,
  .px-lg-40 {
    padding-left: 40px !important;
  }
  .pl-lg-50,
  .px-lg-50 {
    padding-left: 50px !important;
  }
  .pl-lg-60,
  .px-lg-60 {
    padding-left: 60px !important;
  }
  .pl-lg-70,
  .px-lg-70 {
    padding-left: 70px !important;
  }
  .pl-lg-80,
  .px-lg-80 {
    padding-left: 80px !important;
  }
  .pl-lg-90,
  .px-lg-90 {
    padding-left: 90px !important;
  }
  .pl-lg-100,
  .px-lg-100 {
    padding-left: 100px !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 4px !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 8px !important;
  }
  .pl-lg-16,
  .px-lg-16 {
    padding-left: 16px !important;
  }
  .pl-lg-24,
  .px-lg-24 {
    padding-left: 24px !important;
  }
  .pl-lg-32,
  .px-lg-32 {
    padding-left: 32px !important;
  }
  .pl-lg-36,
  .px-lg-36 {
    padding-left: 36px !important;
  }
  .pl-lg-48,
  .px-lg-48 {
    padding-left: 48px !important;
  }
  .pl-lg-64,
  .px-lg-64 {
    padding-left: 64px !important;
  }
  .pl-lg-72,
  .px-lg-72 {
    padding-left: 72px !important;
  }
  .pl-lg-96,
  .px-lg-96 {
    padding-left: 96px !important;
  }
  .pl-lg-128,
  .px-lg-128 {
    padding-left: 128px !important;
  }
}

@media (min-width: 1200px) {
  .w-xl-auto {
    width: auto !important;
  }
  .w-xl-4 {
    width: 4px !important;
  }
  .w-xl-8 {
    width: 8px !important;
  }
  .w-xl-16 {
    width: 16px !important;
  }
  .w-xl-24 {
    width: 24px !important;
  }
  .w-xl-32 {
    width: 32px !important;
  }
  .w-xl-48 {
    width: 48px !important;
  }
  .w-xl-64 {
    width: 64px !important;
  }
  .w-xl-72 {
    width: 72px !important;
  }
  .w-xl-96 {
    width: 96px !important;
  }
  .w-xl-128 {
    width: 128px !important;
  }
  .w-xl-256 {
    width: 256px !important;
  }
  .w-xl-10 {
    width: 10px !important;
  }
  .w-xl-20 {
    width: 20px !important;
  }
  .w-xl-30 {
    width: 30px !important;
  }
  .w-xl-40 {
    width: 40px !important;
  }
  .w-xl-50 {
    width: 50px !important;
  }
  .w-xl-60 {
    width: 60px !important;
  }
  .w-xl-70 {
    width: 70px !important;
  }
  .w-xl-80 {
    width: 80px !important;
  }
  .w-xl-90 {
    width: 90px !important;
  }
  .w-xl-100 {
    width: 100px !important;
  }
  .w-xl-200 {
    width: 200px !important;
  }
  .w-xl-1\/4 {
    width: 25% !important;
  }
  .w-xl-half {
    width: 50% !important;
  }
  .w-xl-3\/4 {
    width: 75% !important;
  }
  .w-xl-full {
    width: 100% !important;
  }
  .w-xl-vw {
    width: 100vw !important;
  }
  .h-xl-auto {
    height: auto !important;
  }
  .h-xl-4 {
    height: 4px !important;
  }
  .h-xl-8 {
    height: 8px !important;
  }
  .h-xl-16 {
    height: 16px !important;
  }
  .h-xl-24 {
    height: 24px !important;
  }
  .h-xl-32 {
    height: 32px !important;
  }
  .h-xl-48 {
    height: 48px !important;
  }
  .h-xl-64 {
    height: 64px !important;
  }
  .h-xl-72 {
    height: 72px !important;
  }
  .h-xl-96 {
    height: 96px !important;
  }
  .h-xl-128 {
    height: 128px !important;
  }
  .h-xl-256 {
    height: 256px !important;
  }
  .h-xl-10 {
    height: 10px !important;
  }
  .h-xl-20 {
    height: 20px !important;
  }
  .h-xl-30 {
    height: 30px !important;
  }
  .h-xl-40 {
    height: 40px !important;
  }
  .h-xl-50 {
    height: 50px !important;
  }
  .h-xl-60 {
    height: 60px !important;
  }
  .h-xl-70 {
    height: 70px !important;
  }
  .h-xl-80 {
    height: 80px !important;
  }
  .h-xl-90 {
    height: 90px !important;
  }
  .h-xl-100 {
    height: 100px !important;
  }
  .h-xl-200 {
    height: 200px !important;
  }
  .h-xl-1\/4 {
    height: 25% !important;
  }
  .h-xl-half {
    height: 50% !important;
  }
  .h-xl-3\/4 {
    height: 75% !important;
  }
  .h-xl-full {
    height: 100% !important;
  }
  .h-xl-vh {
    height: 100vh !important;
  }
  .m-xl-10 {
    margin: 10px !important;
  }
  .m-xl-20 {
    margin: 20px !important;
  }
  .m-xl-30 {
    margin: 30px !important;
  }
  .m-xl-40 {
    margin: 40px !important;
  }
  .m-xl-50 {
    margin: 50px !important;
  }
  .m-xl-60 {
    margin: 60px !important;
  }
  .m-xl-70 {
    margin: 70px !important;
  }
  .m-xl-80 {
    margin: 80px !important;
  }
  .m-xl-90 {
    margin: 90px !important;
  }
  .m-xl-100 {
    margin: 100px !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-4 {
    margin: 4px !important;
  }
  .m-xl-8 {
    margin: 8px !important;
  }
  .m-xl-16 {
    margin: 16px !important;
  }
  .m-xl-24 {
    margin: 24px !important;
  }
  .m-xl-32 {
    margin: 32px !important;
  }
  .m-xl-36 {
    margin: 36px !important;
  }
  .m-xl-48 {
    margin: 48px !important;
  }
  .m-xl-64 {
    margin: 64px !important;
  }
  .m-xl-72 {
    margin: 72px !important;
  }
  .m-xl-96 {
    margin: 96px !important;
  }
  .m-xl-128 {
    margin: 128px !important;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 10px !important;
  }
  .mt-xl-20,
  .my-xl-20 {
    margin-top: 20px !important;
  }
  .mt-xl-30,
  .my-xl-30 {
    margin-top: 30px !important;
  }
  .mt-xl-40,
  .my-xl-40 {
    margin-top: 40px !important;
  }
  .mt-xl-50,
  .my-xl-50 {
    margin-top: 50px !important;
  }
  .mt-xl-60,
  .my-xl-60 {
    margin-top: 60px !important;
  }
  .mt-xl-70,
  .my-xl-70 {
    margin-top: 70px !important;
  }
  .mt-xl-80,
  .my-xl-80 {
    margin-top: 80px !important;
  }
  .mt-xl-90,
  .my-xl-90 {
    margin-top: 90px !important;
  }
  .mt-xl-100,
  .my-xl-100 {
    margin-top: 100px !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 4px !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 8px !important;
  }
  .mt-xl-16,
  .my-xl-16 {
    margin-top: 16px !important;
  }
  .mt-xl-24,
  .my-xl-24 {
    margin-top: 24px !important;
  }
  .mt-xl-32,
  .my-xl-32 {
    margin-top: 32px !important;
  }
  .mt-xl-36,
  .my-xl-36 {
    margin-top: 36px !important;
  }
  .mt-xl-48,
  .my-xl-48 {
    margin-top: 48px !important;
  }
  .mt-xl-64,
  .my-xl-64 {
    margin-top: 64px !important;
  }
  .mt-xl-72,
  .my-xl-72 {
    margin-top: 72px !important;
  }
  .mt-xl-96,
  .my-xl-96 {
    margin-top: 96px !important;
  }
  .mt-xl-128,
  .my-xl-128 {
    margin-top: 128px !important;
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 10px !important;
  }
  .mr-xl-20,
  .mx-xl-20 {
    margin-right: 20px !important;
  }
  .mr-xl-30,
  .mx-xl-30 {
    margin-right: 30px !important;
  }
  .mr-xl-40,
  .mx-xl-40 {
    margin-right: 40px !important;
  }
  .mr-xl-50,
  .mx-xl-50 {
    margin-right: 50px !important;
  }
  .mr-xl-60,
  .mx-xl-60 {
    margin-right: 60px !important;
  }
  .mr-xl-70,
  .mx-xl-70 {
    margin-right: 70px !important;
  }
  .mr-xl-80,
  .mx-xl-80 {
    margin-right: 80px !important;
  }
  .mr-xl-90,
  .mx-xl-90 {
    margin-right: 90px !important;
  }
  .mr-xl-100,
  .mx-xl-100 {
    margin-right: 100px !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 4px !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 8px !important;
  }
  .mr-xl-16,
  .mx-xl-16 {
    margin-right: 16px !important;
  }
  .mr-xl-24,
  .mx-xl-24 {
    margin-right: 24px !important;
  }
  .mr-xl-32,
  .mx-xl-32 {
    margin-right: 32px !important;
  }
  .mr-xl-36,
  .mx-xl-36 {
    margin-right: 36px !important;
  }
  .mr-xl-48,
  .mx-xl-48 {
    margin-right: 48px !important;
  }
  .mr-xl-64,
  .mx-xl-64 {
    margin-right: 64px !important;
  }
  .mr-xl-72,
  .mx-xl-72 {
    margin-right: 72px !important;
  }
  .mr-xl-96,
  .mx-xl-96 {
    margin-right: 96px !important;
  }
  .mr-xl-128,
  .mx-xl-128 {
    margin-right: 128px !important;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 10px !important;
  }
  .mb-xl-20,
  .my-xl-20 {
    margin-bottom: 20px !important;
  }
  .mb-xl-30,
  .my-xl-30 {
    margin-bottom: 30px !important;
  }
  .mb-xl-40,
  .my-xl-40 {
    margin-bottom: 40px !important;
  }
  .mb-xl-50,
  .my-xl-50 {
    margin-bottom: 50px !important;
  }
  .mb-xl-60,
  .my-xl-60 {
    margin-bottom: 60px !important;
  }
  .mb-xl-70,
  .my-xl-70 {
    margin-bottom: 70px !important;
  }
  .mb-xl-80,
  .my-xl-80 {
    margin-bottom: 80px !important;
  }
  .mb-xl-90,
  .my-xl-90 {
    margin-bottom: 90px !important;
  }
  .mb-xl-100,
  .my-xl-100 {
    margin-bottom: 100px !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 4px !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 8px !important;
  }
  .mb-xl-16,
  .my-xl-16 {
    margin-bottom: 16px !important;
  }
  .mb-xl-24,
  .my-xl-24 {
    margin-bottom: 24px !important;
  }
  .mb-xl-32,
  .my-xl-32 {
    margin-bottom: 32px !important;
  }
  .mb-xl-36,
  .my-xl-36 {
    margin-bottom: 36px !important;
  }
  .mb-xl-48,
  .my-xl-48 {
    margin-bottom: 48px !important;
  }
  .mb-xl-64,
  .my-xl-64 {
    margin-bottom: 64px !important;
  }
  .mb-xl-72,
  .my-xl-72 {
    margin-bottom: 72px !important;
  }
  .mb-xl-96,
  .my-xl-96 {
    margin-bottom: 96px !important;
  }
  .mb-xl-128,
  .my-xl-128 {
    margin-bottom: 128px !important;
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 10px !important;
  }
  .ml-xl-20,
  .mx-xl-20 {
    margin-left: 20px !important;
  }
  .ml-xl-30,
  .mx-xl-30 {
    margin-left: 30px !important;
  }
  .ml-xl-40,
  .mx-xl-40 {
    margin-left: 40px !important;
  }
  .ml-xl-50,
  .mx-xl-50 {
    margin-left: 50px !important;
  }
  .ml-xl-60,
  .mx-xl-60 {
    margin-left: 60px !important;
  }
  .ml-xl-70,
  .mx-xl-70 {
    margin-left: 70px !important;
  }
  .ml-xl-80,
  .mx-xl-80 {
    margin-left: 80px !important;
  }
  .ml-xl-90,
  .mx-xl-90 {
    margin-left: 90px !important;
  }
  .ml-xl-100,
  .mx-xl-100 {
    margin-left: 100px !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 4px !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 8px !important;
  }
  .ml-xl-16,
  .mx-xl-16 {
    margin-left: 16px !important;
  }
  .ml-xl-24,
  .mx-xl-24 {
    margin-left: 24px !important;
  }
  .ml-xl-32,
  .mx-xl-32 {
    margin-left: 32px !important;
  }
  .ml-xl-36,
  .mx-xl-36 {
    margin-left: 36px !important;
  }
  .ml-xl-48,
  .mx-xl-48 {
    margin-left: 48px !important;
  }
  .ml-xl-64,
  .mx-xl-64 {
    margin-left: 64px !important;
  }
  .ml-xl-72,
  .mx-xl-72 {
    margin-left: 72px !important;
  }
  .ml-xl-96,
  .mx-xl-96 {
    margin-left: 96px !important;
  }
  .ml-xl-128,
  .mx-xl-128 {
    margin-left: 128px !important;
  }
  .-m-xl-10 {
    margin: -10px !important;
  }
  .-m-xl-20 {
    margin: -20px !important;
  }
  .-m-xl-30 {
    margin: -30px !important;
  }
  .-m-xl-40 {
    margin: -40px !important;
  }
  .-m-xl-50 {
    margin: -50px !important;
  }
  .-m-xl-60 {
    margin: -60px !important;
  }
  .-m-xl-70 {
    margin: -70px !important;
  }
  .-m-xl-80 {
    margin: -80px !important;
  }
  .-m-xl-90 {
    margin: -90px !important;
  }
  .-m-xl-100 {
    margin: -100px !important;
  }
  .-m-xl-4 {
    margin: -4px !important;
  }
  .-m-xl-8 {
    margin: -8px !important;
  }
  .-m-xl-16 {
    margin: -16px !important;
  }
  .-m-xl-24 {
    margin: -24px !important;
  }
  .-m-xl-32 {
    margin: -32px !important;
  }
  .-m-xl-36 {
    margin: -36px !important;
  }
  .-m-xl-48 {
    margin: -48px !important;
  }
  .-m-xl-64 {
    margin: -64px !important;
  }
  .-m-xl-72 {
    margin: -72px !important;
  }
  .-m-xl-96 {
    margin: -96px !important;
  }
  .-m-xl-128 {
    margin: -128px !important;
  }
  .-mt-xl-10,
  .-my-xl-10 {
    margin-top: -10px !important;
  }
  .-mt-xl-20,
  .-my-xl-20 {
    margin-top: -20px !important;
  }
  .-mt-xl-30,
  .-my-xl-30 {
    margin-top: -30px !important;
  }
  .-mt-xl-40,
  .-my-xl-40 {
    margin-top: -40px !important;
  }
  .-mt-xl-50,
  .-my-xl-50 {
    margin-top: -50px !important;
  }
  .-mt-xl-60,
  .-my-xl-60 {
    margin-top: -60px !important;
  }
  .-mt-xl-70,
  .-my-xl-70 {
    margin-top: -70px !important;
  }
  .-mt-xl-80,
  .-my-xl-80 {
    margin-top: -80px !important;
  }
  .-mt-xl-90,
  .-my-xl-90 {
    margin-top: -90px !important;
  }
  .-mt-xl-100,
  .-my-xl-100 {
    margin-top: -100px !important;
  }
  .-mt-xl-4,
  .-my-xl-4 {
    margin-top: -4px !important;
  }
  .-mt-xl-8,
  .-my-xl-8 {
    margin-top: -8px !important;
  }
  .-mt-xl-16,
  .-my-xl-16 {
    margin-top: -16px !important;
  }
  .-mt-xl-24,
  .-my-xl-24 {
    margin-top: -24px !important;
  }
  .-mt-xl-32,
  .-my-xl-32 {
    margin-top: -32px !important;
  }
  .-mt-xl-36,
  .-my-xl-36 {
    margin-top: -36px !important;
  }
  .-mt-xl-48,
  .-my-xl-48 {
    margin-top: -48px !important;
  }
  .-mt-xl-64,
  .-my-xl-64 {
    margin-top: -64px !important;
  }
  .-mt-xl-72,
  .-my-xl-72 {
    margin-top: -72px !important;
  }
  .-mt-xl-96,
  .-my-xl-96 {
    margin-top: -96px !important;
  }
  .-mt-xl-128,
  .-my-xl-128 {
    margin-top: -128px !important;
  }
  .-mr-xl-10,
  .-mx-xl-10 {
    margin-right: -10px !important;
  }
  .-mr-xl-20,
  .-mx-xl-20 {
    margin-right: -20px !important;
  }
  .-mr-xl-30,
  .-mx-xl-30 {
    margin-right: -30px !important;
  }
  .-mr-xl-40,
  .-mx-xl-40 {
    margin-right: -40px !important;
  }
  .-mr-xl-50,
  .-mx-xl-50 {
    margin-right: -50px !important;
  }
  .-mr-xl-60,
  .-mx-xl-60 {
    margin-right: -60px !important;
  }
  .-mr-xl-70,
  .-mx-xl-70 {
    margin-right: -70px !important;
  }
  .-mr-xl-80,
  .-mx-xl-80 {
    margin-right: -80px !important;
  }
  .-mr-xl-90,
  .-mx-xl-90 {
    margin-right: -90px !important;
  }
  .-mr-xl-100,
  .-mx-xl-100 {
    margin-right: -100px !important;
  }
  .-mr-xl-4,
  .-mx-xl-4 {
    margin-right: -4px !important;
  }
  .-mr-xl-8,
  .-mx-xl-8 {
    margin-right: -8px !important;
  }
  .-mr-xl-16,
  .-mx-xl-16 {
    margin-right: -16px !important;
  }
  .-mr-xl-24,
  .-mx-xl-24 {
    margin-right: -24px !important;
  }
  .-mr-xl-32,
  .-mx-xl-32 {
    margin-right: -32px !important;
  }
  .-mr-xl-36,
  .-mx-xl-36 {
    margin-right: -36px !important;
  }
  .-mr-xl-48,
  .-mx-xl-48 {
    margin-right: -48px !important;
  }
  .-mr-xl-64,
  .-mx-xl-64 {
    margin-right: -64px !important;
  }
  .-mr-xl-72,
  .-mx-xl-72 {
    margin-right: -72px !important;
  }
  .-mr-xl-96,
  .-mx-xl-96 {
    margin-right: -96px !important;
  }
  .-mr-xl-128,
  .-mx-xl-128 {
    margin-right: -128px !important;
  }
  .-mb-xl-10,
  .-my-xl-10 {
    margin-bottom: -10px !important;
  }
  .-mb-xl-20,
  .-my-xl-20 {
    margin-bottom: -20px !important;
  }
  .-mb-xl-30,
  .-my-xl-30 {
    margin-bottom: -30px !important;
  }
  .-mb-xl-40,
  .-my-xl-40 {
    margin-bottom: -40px !important;
  }
  .-mb-xl-50,
  .-my-xl-50 {
    margin-bottom: -50px !important;
  }
  .-mb-xl-60,
  .-my-xl-60 {
    margin-bottom: -60px !important;
  }
  .-mb-xl-70,
  .-my-xl-70 {
    margin-bottom: -70px !important;
  }
  .-mb-xl-80,
  .-my-xl-80 {
    margin-bottom: -80px !important;
  }
  .-mb-xl-90,
  .-my-xl-90 {
    margin-bottom: -90px !important;
  }
  .-mb-xl-100,
  .-my-xl-100 {
    margin-bottom: -100px !important;
  }
  .-mb-xl-4,
  .-my-xl-4 {
    margin-bottom: -4px !important;
  }
  .-mb-xl-8,
  .-my-xl-8 {
    margin-bottom: -8px !important;
  }
  .-mb-xl-16,
  .-my-xl-16 {
    margin-bottom: -16px !important;
  }
  .-mb-xl-24,
  .-my-xl-24 {
    margin-bottom: -24px !important;
  }
  .-mb-xl-32,
  .-my-xl-32 {
    margin-bottom: -32px !important;
  }
  .-mb-xl-36,
  .-my-xl-36 {
    margin-bottom: -36px !important;
  }
  .-mb-xl-48,
  .-my-xl-48 {
    margin-bottom: -48px !important;
  }
  .-mb-xl-64,
  .-my-xl-64 {
    margin-bottom: -64px !important;
  }
  .-mb-xl-72,
  .-my-xl-72 {
    margin-bottom: -72px !important;
  }
  .-mb-xl-96,
  .-my-xl-96 {
    margin-bottom: -96px !important;
  }
  .-mb-xl-128,
  .-my-xl-128 {
    margin-bottom: -128px !important;
  }
  .-ml-xl-10,
  .-mx-xl-10 {
    margin-left: -10px !important;
  }
  .-ml-xl-20,
  .-mx-xl-20 {
    margin-left: -20px !important;
  }
  .-ml-xl-30,
  .-mx-xl-30 {
    margin-left: -30px !important;
  }
  .-ml-xl-40,
  .-mx-xl-40 {
    margin-left: -40px !important;
  }
  .-ml-xl-50,
  .-mx-xl-50 {
    margin-left: -50px !important;
  }
  .-ml-xl-60,
  .-mx-xl-60 {
    margin-left: -60px !important;
  }
  .-ml-xl-70,
  .-mx-xl-70 {
    margin-left: -70px !important;
  }
  .-ml-xl-80,
  .-mx-xl-80 {
    margin-left: -80px !important;
  }
  .-ml-xl-90,
  .-mx-xl-90 {
    margin-left: -90px !important;
  }
  .-ml-xl-100,
  .-mx-xl-100 {
    margin-left: -100px !important;
  }
  .-ml-xl-4,
  .-mx-xl-4 {
    margin-left: -4px !important;
  }
  .-ml-xl-8,
  .-mx-xl-8 {
    margin-left: -8px !important;
  }
  .-ml-xl-16,
  .-mx-xl-16 {
    margin-left: -16px !important;
  }
  .-ml-xl-24,
  .-mx-xl-24 {
    margin-left: -24px !important;
  }
  .-ml-xl-32,
  .-mx-xl-32 {
    margin-left: -32px !important;
  }
  .-ml-xl-36,
  .-mx-xl-36 {
    margin-left: -36px !important;
  }
  .-ml-xl-48,
  .-mx-xl-48 {
    margin-left: -48px !important;
  }
  .-ml-xl-64,
  .-mx-xl-64 {
    margin-left: -64px !important;
  }
  .-ml-xl-72,
  .-mx-xl-72 {
    margin-left: -72px !important;
  }
  .-ml-xl-96,
  .-mx-xl-96 {
    margin-left: -96px !important;
  }
  .-ml-xl-128,
  .-mx-xl-128 {
    margin-left: -128px !important;
  }
  .p-xl-10 {
    padding: 10px !important;
  }
  .p-xl-20 {
    padding: 20px !important;
  }
  .p-xl-30 {
    padding: 30px !important;
  }
  .p-xl-40 {
    padding: 40px !important;
  }
  .p-xl-50 {
    padding: 50px !important;
  }
  .p-xl-60 {
    padding: 60px !important;
  }
  .p-xl-70 {
    padding: 70px !important;
  }
  .p-xl-80 {
    padding: 80px !important;
  }
  .p-xl-90 {
    padding: 90px !important;
  }
  .p-xl-100 {
    padding: 100px !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-4 {
    padding: 4px !important;
  }
  .p-xl-8 {
    padding: 8px !important;
  }
  .p-xl-16 {
    padding: 16px !important;
  }
  .p-xl-24 {
    padding: 24px !important;
  }
  .p-xl-32 {
    padding: 32px !important;
  }
  .p-xl-36 {
    padding: 36px !important;
  }
  .p-xl-48 {
    padding: 48px !important;
  }
  .p-xl-64 {
    padding: 64px !important;
  }
  .p-xl-72 {
    padding: 72px !important;
  }
  .p-xl-96 {
    padding: 96px !important;
  }
  .p-xl-128 {
    padding: 128px !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 10px !important;
  }
  .pt-xl-20,
  .py-xl-20 {
    padding-top: 20px !important;
  }
  .pt-xl-30,
  .py-xl-30 {
    padding-top: 30px !important;
  }
  .pt-xl-40,
  .py-xl-40 {
    padding-top: 40px !important;
  }
  .pt-xl-50,
  .py-xl-50 {
    padding-top: 50px !important;
  }
  .pt-xl-60,
  .py-xl-60 {
    padding-top: 60px !important;
  }
  .pt-xl-70,
  .py-xl-70 {
    padding-top: 70px !important;
  }
  .pt-xl-80,
  .py-xl-80 {
    padding-top: 80px !important;
  }
  .pt-xl-90,
  .py-xl-90 {
    padding-top: 90px !important;
  }
  .pt-xl-100,
  .py-xl-100 {
    padding-top: 100px !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 4px !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 8px !important;
  }
  .pt-xl-16,
  .py-xl-16 {
    padding-top: 16px !important;
  }
  .pt-xl-24,
  .py-xl-24 {
    padding-top: 24px !important;
  }
  .pt-xl-32,
  .py-xl-32 {
    padding-top: 32px !important;
  }
  .pt-xl-36,
  .py-xl-36 {
    padding-top: 36px !important;
  }
  .pt-xl-48,
  .py-xl-48 {
    padding-top: 48px !important;
  }
  .pt-xl-64,
  .py-xl-64 {
    padding-top: 64px !important;
  }
  .pt-xl-72,
  .py-xl-72 {
    padding-top: 72px !important;
  }
  .pt-xl-96,
  .py-xl-96 {
    padding-top: 96px !important;
  }
  .pt-xl-128,
  .py-xl-128 {
    padding-top: 128px !important;
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 10px !important;
  }
  .pr-xl-20,
  .px-xl-20 {
    padding-right: 20px !important;
  }
  .pr-xl-30,
  .px-xl-30 {
    padding-right: 30px !important;
  }
  .pr-xl-40,
  .px-xl-40 {
    padding-right: 40px !important;
  }
  .pr-xl-50,
  .px-xl-50 {
    padding-right: 50px !important;
  }
  .pr-xl-60,
  .px-xl-60 {
    padding-right: 60px !important;
  }
  .pr-xl-70,
  .px-xl-70 {
    padding-right: 70px !important;
  }
  .pr-xl-80,
  .px-xl-80 {
    padding-right: 80px !important;
  }
  .pr-xl-90,
  .px-xl-90 {
    padding-right: 90px !important;
  }
  .pr-xl-100,
  .px-xl-100 {
    padding-right: 100px !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 4px !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 8px !important;
  }
  .pr-xl-16,
  .px-xl-16 {
    padding-right: 16px !important;
  }
  .pr-xl-24,
  .px-xl-24 {
    padding-right: 24px !important;
  }
  .pr-xl-32,
  .px-xl-32 {
    padding-right: 32px !important;
  }
  .pr-xl-36,
  .px-xl-36 {
    padding-right: 36px !important;
  }
  .pr-xl-48,
  .px-xl-48 {
    padding-right: 48px !important;
  }
  .pr-xl-64,
  .px-xl-64 {
    padding-right: 64px !important;
  }
  .pr-xl-72,
  .px-xl-72 {
    padding-right: 72px !important;
  }
  .pr-xl-96,
  .px-xl-96 {
    padding-right: 96px !important;
  }
  .pr-xl-128,
  .px-xl-128 {
    padding-right: 128px !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 10px !important;
  }
  .pb-xl-20,
  .py-xl-20 {
    padding-bottom: 20px !important;
  }
  .pb-xl-30,
  .py-xl-30 {
    padding-bottom: 30px !important;
  }
  .pb-xl-40,
  .py-xl-40 {
    padding-bottom: 40px !important;
  }
  .pb-xl-50,
  .py-xl-50 {
    padding-bottom: 50px !important;
  }
  .pb-xl-60,
  .py-xl-60 {
    padding-bottom: 60px !important;
  }
  .pb-xl-70,
  .py-xl-70 {
    padding-bottom: 70px !important;
  }
  .pb-xl-80,
  .py-xl-80 {
    padding-bottom: 80px !important;
  }
  .pb-xl-90,
  .py-xl-90 {
    padding-bottom: 90px !important;
  }
  .pb-xl-100,
  .py-xl-100 {
    padding-bottom: 100px !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 4px !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 8px !important;
  }
  .pb-xl-16,
  .py-xl-16 {
    padding-bottom: 16px !important;
  }
  .pb-xl-24,
  .py-xl-24 {
    padding-bottom: 24px !important;
  }
  .pb-xl-32,
  .py-xl-32 {
    padding-bottom: 32px !important;
  }
  .pb-xl-36,
  .py-xl-36 {
    padding-bottom: 36px !important;
  }
  .pb-xl-48,
  .py-xl-48 {
    padding-bottom: 48px !important;
  }
  .pb-xl-64,
  .py-xl-64 {
    padding-bottom: 64px !important;
  }
  .pb-xl-72,
  .py-xl-72 {
    padding-bottom: 72px !important;
  }
  .pb-xl-96,
  .py-xl-96 {
    padding-bottom: 96px !important;
  }
  .pb-xl-128,
  .py-xl-128 {
    padding-bottom: 128px !important;
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 10px !important;
  }
  .pl-xl-20,
  .px-xl-20 {
    padding-left: 20px !important;
  }
  .pl-xl-30,
  .px-xl-30 {
    padding-left: 30px !important;
  }
  .pl-xl-40,
  .px-xl-40 {
    padding-left: 40px !important;
  }
  .pl-xl-50,
  .px-xl-50 {
    padding-left: 50px !important;
  }
  .pl-xl-60,
  .px-xl-60 {
    padding-left: 60px !important;
  }
  .pl-xl-70,
  .px-xl-70 {
    padding-left: 70px !important;
  }
  .pl-xl-80,
  .px-xl-80 {
    padding-left: 80px !important;
  }
  .pl-xl-90,
  .px-xl-90 {
    padding-left: 90px !important;
  }
  .pl-xl-100,
  .px-xl-100 {
    padding-left: 100px !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 4px !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 8px !important;
  }
  .pl-xl-16,
  .px-xl-16 {
    padding-left: 16px !important;
  }
  .pl-xl-24,
  .px-xl-24 {
    padding-left: 24px !important;
  }
  .pl-xl-32,
  .px-xl-32 {
    padding-left: 32px !important;
  }
  .pl-xl-36,
  .px-xl-36 {
    padding-left: 36px !important;
  }
  .pl-xl-48,
  .px-xl-48 {
    padding-left: 48px !important;
  }
  .pl-xl-64,
  .px-xl-64 {
    padding-left: 64px !important;
  }
  .pl-xl-72,
  .px-xl-72 {
    padding-left: 72px !important;
  }
  .pl-xl-96,
  .px-xl-96 {
    padding-left: 96px !important;
  }
  .pl-xl-128,
  .px-xl-128 {
    padding-left: 128px !important;
  }
}

.txt-100 {
  font-weight: 100;
}

.txt-200 {
  font-weight: 200;
}

.txt-300 {
  font-weight: 300;
}

.txt-400 {
  font-weight: 400;
}

.txt-500 {
  font-weight: 500;
}

.txt-600 {
  font-weight: 600;
}

.txt-700 {
  font-weight: 700;
}

.txt-800 {
  font-weight: 800;
}

.txt-900 {
  font-weight: 900;
}

.txt-none {
  text-decoration: none;
}

/* ==========================================================================
Author's custom styles
========================================================================== */
* {
  font-family: "museo-sans", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

a {
  -webkit-transition: all 0.16s ease-in;
  transition: all 0.16s ease-in;
}

.wrapper {
  float: left;
  width: 100%;
}

.small {
  font-size: small;
}

.alert {
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0);
  width: 100%;
  font-size: 16px;
}

.success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* ==========================================================================
HEADER
========================================================================== */
.header {
  background: #fff;
  position: relative;
  z-index: 3;
}

.header .logo {
  float: left;
  margin: 11px 0 15px 44px;
}

.header .logo img {
  max-width: 100%;
}

.header .my-account-btn {
  float: right;
  height: 135px;
  padding: 32px 52px 0 52px;
  font-size: 15px;
  color: #000;
  text-decoration: none;
  font-weight: 300;
  background: #fff;
  text-align: right;
  line-height: 20px;
}

.header a.my-account-btn {
  padding-top: 42px;
}

.header a.my-account-btn:hover {
  opacity: 0.8;
}

.header .my-account-btn img {
  margin-right: 6px;
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}

.header .my-account-btn a {
  color: #bf110b;
  text-decoration: none;
}

.header .my-account-btn a:hover {
  opacity: 0.8;
}

.header nav {
  margin: 55px 277px 0 292px;
  position: relative;
}

.header nav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}

.header nav > ul > li {
  display: inline-block;
}

.header nav > ul > li > a {
  font-size: 19px;
  color: #000;
  font-weight: 300;
  text-decoration: none;
  position: relative;
  padding-bottom: 65px;
}

.header nav > ul > li.hassubmenu > a:before {
  background: url("../images-old/hover-menu2.png");
  width: 57px;
  height: 17px;
  position: absolute;
  left: 50%;
  margin-left: -29px;
  bottom: 0;
  opacity: 0;
  content: "";
  z-index: 101;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* .header nav > ul > li.active > a, .header nav > ul > li:hover > a { font-weight: 400; } */
.header nav > ul > li.active > a:after,
.header nav > ul > li > a:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 50px;
  background: #000;
  height: 1px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.header nav > ul > li.active > a:after,
.header nav > ul > li:hover > a:after {
  right: 0;
}

.header nav > ul > li:hover > a:before {
  bottom: -5px;
  opacity: 1;
}

.header nav > ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 79px;
}

.header nav .sub-menu ul li a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}

.header nav .sub-menu ul li a div {
  width: 40px;
  height: 40px;
  line-height: 37px;
  text-align: center;
  float: left;
  border: 1px solid #fff;
  margin-right: 10px;
}

.header nav .sub-menu ul li a div img {
  max-width: 30px;
}

.header nav .sub-menu {
  position: absolute;
  top: 67px;
  left: 0;
  right: -62px;
  opacity: 0;
  visibility: hidden;
  background: rgba(5, 62, 106, 0.85);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 100;
}

.header nav .sub-menu ul {
  margin: 0;
  padding: 40px 50px 0 50px;
  list-style: none;
}

.header nav .sub-menu ul li {
  display: inline-block;
  vertical-align: top;
  width: 21%;
  margin-right: 3%;
  margin-bottom: 40px;
}

.header nav .sub-menu ul li a {
  display: table;
}

.header nav .sub-menu ul li a span {
  display: table-cell;
  vertical-align: middle;
}

.header nav .sub-menu ul li a:hover {
  font-weight: 900;
}

/* ==========================================================================
WYSZUKIWARKA
========================================================================== */
.search-box {
  z-index: 2;
  position: relative;
  -webkit-box-shadow: 0 4px 76px -12px rgba(0, 0, 0, 0.76);
          box-shadow: 0 4px 76px -12px rgba(0, 0, 0, 0.76);
}

.search-box input[type="text"] {
  width: 100%;
  border: 0;
  padding: 0 20px 0 85px;
  height: 55px;
  font-size: 13px;
  text-transform: uppercase;
  color: #333;
}

.search-box ::-webkit-input-placeholder {
  color: #333;
}

.search-box :-moz-placeholder {
  /* Firefox 18- */
  color: #333;
}

.search-box ::-moz-placeholder {
  /* Firefox 19+ */
  color: #333;
}

.search-box :-ms-input-placeholder {
  color: #333;
}

.search-box input[type="submit"] {
  position: absolute;
  background: url("../images-old/icons/search-btn.png") no-repeat;
  width: 16px;
  height: 16px;
  top: 50%;
  margin-top: -8px;
  left: 44px;
  border: none;
  text-indent: -9999px;
}

/* ==========================================================================
Slider 2019
========================================================================== */
.new_slider .col-md-4,
.new_slider .col-md-8 {
  padding: 0;
}

.new_slider .left_side {
  min-height: 412px;
  background-color: #b7006c;
  padding-top: 137px;
  padding-bottom: 50px;
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
}

.new_slider .left_side span {
  display: block;
  position: absolute;
  top: 50px;
  left: 0;
  background-color: #fff;
  padding: 10px 13px 10px 50px;
  font-size: 19px;
  font-weight: 500;
}

.new_slider .left_side h3 {
  font-size: 37px;
  color: #fff;
  font-family: inherit;
  line-height: 36px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 30px;
}

.new_slider .left_side p {
  font-size: 18px;
  color: #fff;
  font-family: inherit;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 30px;
}

.new_slider .left_side a {
  display: inline-block;
  font-size: 15px;
  color: #fff;
  font-family: inherit;
  font-weight: 600;
  border: 1px solid #fff;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}

.new_slider .right_side {
  min-height: 412px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.new_slider .owl-controls .owl-dots {
  position: absolute;
  left: 50px;
  top: 335px;
}

.new_slider .owl-controls .owl-dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #e299c4;
  margin-right: 5px;
}

.new_slider .owl-controls .owl-dot.active {
  background: #d466a7;
}

/* ==========================================================================
SEKCJA TOP STRONA GłÓWNA
========================================================================== */
.section-top {
  position: relative;
}

.slider-home {
  float: left;
  width: 66.69106881405564% !important;
  position: static !important;
}

.slider-home .owl-stage-outer {
  max-height: 555px;
  overflow: hidden;
}

.slider-home > a {
  background-position: center;
  background-size: cover;
  overflow: hidden;
  width: 100%;
  height: 555px;
  display: table;
  text-decoration: none;
}

.slider-home > a .slider-inner {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}

.slider-home > a .slider-inner h1 {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  text-decoration: underline;
  margin: 0 0 38px 0;
  line-height: 62px;
}

.slider-home > a .slider-inner p {
  font-size: 15px;
  max-width: 620px;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.section-top .owl-dots {
  position: absolute;
  top: 0;
  height: 49.3%;
  width: 69px;
  right: 0;
  z-index: 10;
}

.section-top .owl-dots .owl-dot {
  height: 69px;
  background: #e0e0e0;
  text-align: center;
  line-height: 69px;
  font-weight: 700;
  color: #262b2e;
  font-family: "museo-sans", sans-serif;
  font-size: 20px;
}

.section-top .owl-dots .owl-dot:hover,
.section-top .owl-dots .owl-dot.active {
  background: #bf110b !important;
  color: #fff;
}

.section-top .owl-dots .owl-dot:nth-child(1) {
  background: #d4d4d4;
}

.section-top .owl-dots .owl-dot:nth-child(2) {
  background: #e0e0e0;
}

.section-top .owl-dots .owl-dot:nth-child(3) {
  background: #e9e9e9;
}

.section-top .owl-dots .owl-dot:nth-child(4) {
  background: #f2f2f2;
}

.home-top-right.blue,
.slider-home2 {
  float: right;
  width: 33.30893118594436% !important;
}

.home-top-right {
  float: right;
  width: 100%;
  background: #bfbfbf;
  height: 555px;
  position: relative;
}

.home-top-right .bg {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 49.7%;
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
}

.home-top-right .btn-open {
  position: absolute;
  background: url("../images-old/icons/white-arrow-right-slim.png");
  width: 20px;
  height: 80px;
  bottom: 108px;
  right: 41px;
}

.home-top-right .border-white {
  top: 51px;
  right: 100px;
  left: 52px;
  bottom: 48px;
}

.home-top-right .border-white .recommend {
  background: #fff;
  line-height: 52px;
  text-transform: uppercase;
  color: #bdb2bf;
  font-weight: 700;
  display: inline-block;
  font-size: 20px;
  padding: 0 20px;
}

.home-top-right .border-white .border-white-bottom {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
}

.home-top-right .border-white .border-white-bottom a {
  text-decoration: none;
}

.home-top-right .border-white .border-white-bottom a h2 {
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 25px 0;
  color: #fff;
  text-decoration: none;
}

.home-top-right .border-white .border-white-bottom a:hover h2 {
  opacity: 0.8;
}

.home-top-right .border-white .border-white-bottom p {
  font-weight: 300;
  font-family: "museo-sans", sans-serif;
  color: #333;
  font-size: 14px;
  margin: 0;
  line-height: 17px;
  text-decoration: none;
}

.home-top-right.blue {
  background: #053e6a;
}

.home-top-right.blue .border-white .border-white-bottom p {
  color: #fff;
}

/* ==========================================================================
SEKCJA TOP PODSTRONY
========================================================================== */
.header-top {
  float: left;
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  height: 555px;
  background-color: #000;
}

.header-top .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.85;
  z-index: 0;
}

.section-top-height392 .header-top {
  height: 392px;
}

.header-top.left {
  width: 66.69106881405564%;
}

.header-top .breadcrumbs {
  position: relative;
  z-index: 1;
}

.header-top .breadcrumbs ul {
  margin: 16px 0 0 44px;
  padding: 0;
  list-style: none;
}

.header-top .breadcrumbs ul li {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  margin: 0 4px 0 0;
}

.header-top .breadcrumbs ul li img {
  margin: -4px 10px 0 0;
}

.header-top .breadcrumbs ul li a {
  display: block;
  background: url("../images-old/icons/beadcrumbs-bg.png") right center no-repeat;
  padding: 0 16px 0 0;
  color: #f5f5f5;
  text-decoration: none;
}

.header-top .breadcrumbs ul li a:hover {
  color: #fff;
}

.header-top .page-nav {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  z-index: 1;
}

.header-top .page-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: table;
  width: 100%;
}

.header-top .page-nav select {
  display: none;
}

.header-top .page-nav ul li {
  display: table-cell;
  vertical-align: bottom;
  margin: 0 5px;
}

.header-top .page-nav ul li a {
  width: 100%;
  display: table;
  height: 75px;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  padding: 0 5px;
}

.header-top .page-nav ul li.active a,
.header-top .page-nav ul li a:hover {
  background: #fff;
  color: #000;
  font-weight: 700;
}

.header-top .page-nav ul li a span {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  padding: 0 5px;
}

.header-top .page-nav.left {
  right: 0;
  top: 50%;
  bottom: auto;
  left: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header-top .page-nav.left ul {
  display: block;
}

.header-top .page-nav.left ul li {
  display: block;
  margin: 0;
}

.header-top .page-nav.left ul li.active a,
.header-top .page-nav.left ul li a:hover {
  background: #f5f5f5;
}

.header-top .page-nav.left ul li a {
  width: 160px;
}

.header-top .header-top-title {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 47%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  z-index: 1;
}

.header-top .header-top-title h1 {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  text-decoration: underline;
  margin: 15px 0 38px 0;
  line-height: 62px;
}

.border-white {
  position: absolute;
  border: 2px solid #fff;
  z-index: 2;
}

.section-title {
  text-align: center;
  margin: 0;
  background: #fff;
  padding: 36px 0;
  color: #262b2e;
  font-size: 20px;
}

.header-top .header-top-title-article {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  padding: 0 160px;
  top: 47%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  color: #fff;
  z-index: 1;
}

.header-top .header-top-title-article img {
  max-width: 40px;
  border-radius: 100%;
}

.header-top .header-top-title-article h1 {
  font-size: 30px;
  text-decoration: underline;
  margin: 35px 0;
}

.header-top .header-top-title-article h3 {
  font-size: 20px;
  font-weight: 300;
  margin: 0;
}

.header-top .header-top-title-article .expert-list span {
  font-weight: 900;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}

.header-top .header-top-title-article .expert-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-top .header-top-title-article .expert-list ul li {
  display: inline-block;
  margin: 0 2px;
}

/********* LISTA POLECANYCH ARTYKUłÓW *************/
.recommend-list > a {
  float: left;
  width: 33.33333%;
  text-align: center;
  text-decoration: none;
  min-height: 290px;
  border-left: 1px solid #f3f3f3;
}

.recommend-list > a h2 {
  color: #1b2023;
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
  margin: 17px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.recommend-list > a .recommend-thumb {
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin-left: -1px;
}

.recommend-list > a .recommend-thumb:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 17px;
  content: "";
  background: url("../images-old/hover-arrow.PNG") bottom center no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  border-left: 1px solid #f3f3f3;
}

.recommend-list > a .recommend-thumb:before {
  background: url("../images-old/icons/icon-play.png");
  width: 109px;
  height: 109px;
  position: absolute;
  content: "";
  left: 50%;
  margin-left: -52px;
  top: 50%;
  margin-top: -62px;
}

.recommend-list > a:hover .recommend-thumb:after {
  background-position: top center;
}

.recommend-list > a:hover h2 {
  font-weight: 700;
}

.btn-blue {
  background: #053e6a;
  color: #fff;
  font-weight: 900;
  display: inline-block;
  line-height: 33px;
  border-radius: 20px;
  padding: 0 17px;
  text-decoration: none;
  font-size: 13px;
  -webkit-transition: background 400ms ease;
  transition: background 400ms ease;
}

.btn-blue:hover {
  background: #bf110b;
}

.article-list {
  padding: 5px 0 0 0;
  position: relative;
}

.article-list .article-thumb {
  float: left;
  width: 33.3333%;
  min-height: 622px;
  text-align: center;
  background: #f5f5f5;
}

.article-list .article-thumb:nth-child(even) {
  background: #e6e6e6;
}

.article-list .article-thumb .article-thumb-top {
  background: #053e6a;
  display: block;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  margin-left: -1px;
}

.article-list .article-thumb .article-thumb-top .article-thumb-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 200px;
  position: relative;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  opacity: 1;
}

.article-list .article-thumb .article-thumb-top .article-thumb-img:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 17px;
  content: "";
  background: url("../images-old/hover-arrow-blue.PNG") bottom center no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  border-left: 1px solid #e6e6e6;
}

.article-list .article-thumb .article-thumb-top:hover .article-thumb-img {
  opacity: 0.5;
}

.article-list .article-thumb .article-thumb-top:hover .article-thumb-img:after {
  background-position: top center;
}

.article-list .article-thumb .article-thumb-top header {
  display: table;
  height: 103px;
  width: 100%;
  margin: -17px 0 0 0;
  border-left: 1px solid #e6e6e6;
  position: relative;
}

.article-list .article-thumb .article-thumb-top header .icons {
  position: absolute;
  top: 18px;
  left: 20px;
}

.article-list .article-thumb .article-thumb-top header .icons img {
  display: block;
  margin: 3px 0;
}

.article-list .article-thumb .article-thumb-top header h2 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  margin: 0;
  font-weight: 300;
  padding: 0 55px;
  font-size: 18px;
  font-family: "museo-sans", sans-serif;
}

.article-list .article-thumb .article-thumb-top:hover header h2 {
  font-weight: 900;
}

.article-list .article-thumb p {
  text-align: center;
  font-weight: 300;
  color: #1b2023;
  margin: 40px 80px 0 80px;
  min-height: 120px;
  font-size: 13px;
  line-height: 17px;
}

.article-list .article-thumb .expert-list {
  display: block;
  text-align: center;
  margin: 17px 0 15px 0;
}

.article-list .article-thumb .expert-list span {
  font-weight: 900;
  font-size: 13px;
  display: block;
  margin: 0 0 11px 0;
}

.article-list .article-thumb .expert-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.article-list .article-thumb .expert-list ul li {
  display: inline-block;
  margin: 0 1px;
}

.article-list .article-thumb .expert-list ul li img {
  max-width: 42px;
  border-radius: 100%;
}

.article-list .article-thumb .expert-list ul li a {
  opacity: 0.85;
}

.article-list .article-thumb .expert-list ul li a:hover {
  opacity: 1;
}

.results-content img {
  max-width: 100%;
}

.similar-article .article-thumb .article-thumb-top {
  background: #fff;
  color: #1b2023;
}

.similar-article .article-thumb .article-thumb-top .article-thumb-img {
  opacity: 1 !important;
}

.similar-article .article-thumb .article-thumb-top .article-thumb-img:after {
  background-image: url("../images-old/hover-arrow.PNG");
}

.template-sections {
  background-color: #f5f5f5;
}

/********* LISTA KATEGORRII *************/
.category-item {
  background: #053e6a;
  color: #fff;
  position: relative;
  float: left;
  width: 50%;
  height: 280px;
}

.category-item .bg {
  position: absolute;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.category-item.right .bg {
  right: 0;
}

.category-item .category-item-inner {
  border: 2px solid #fff;
  position: absolute;
  top: 49px;
  left: 50px;
  right: 51px;
  bottom: 53px;
}

.category-item .category-item-left {
  float: left;
  width: 50%;
  position: relative;
  padding: 13px 0 0 27px;
}

.category-item .category-item-left .category-icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 39px;
  height: 39px;
  text-align: center;
  line-height: 39px;
}

.category-item .category-item-left .category-icon img {
  vertical-align: middle;
  max-width: 25px;
}

.category-item .category-item-left .category-icon.bg1 {
  background-color: #b2999d;
}

.category-item .category-item-left .category-icon.bg2 {
  background-color: #5790b0;
}

.category-item .category-item-left .category-icon.bg3 {
  background-color: #b56277;
}

.category-item .category-item-left .category-icon.bg4 {
  background-color: #b7846d;
}

.category-item .category-item-left h2 {
  font-size: 25px;
  margin: 0 55px 6px 0;
  line-height: 33px;
  min-height: 66px;
}

.category-item.cat-39 .category-item-left h2,
.category-item.cat-103 .category-item-left h2 {
  font-size: 21px;
  margin: 0 45px 6px 0;
  line-height: 24px;
}

.category-item .category-item-left .expert-list span {
  font-weight: 300;
  font-size: 13px;
  display: block;
  margin-bottom: 12px;
}

.category-item .category-item-left .expert-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.category-item .category-item-left .expert-list ul li {
  display: inline-block;
}

.category-item .category-item-left .expert-list ul li img {
  border-radius: 100%;
  max-width: 42px;
  opacity: 0.85;
  -webkit-transition: all 0.16s ease-in;
  transition: all 0.16s ease-in;
}

.category-item .category-item-left .expert-list ul li a:hover img {
  opacity: 1;
}

.category-item .category-item-right {
  float: right;
  width: 50%;
  position: relative;
  display: table;
  height: 178px;
}

.category-item .category-item-right ul {
  margin: 37px 0 0 35px;
  padding: 0 0 0 35px;
  list-style: none;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.category-item .category-item-right ul li {
  display: block;
  margin: 0 0 15px 0;
}

.category-item .category-item-right ul li a {
  display: block;
  background: url("../images-old/icons/white-arrow-right.png") left 5px no-repeat;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  padding: 0 15px 0 23px;
}

.category-item .category-item-right ul li a:hover {
  font-weight: 700;
  text-decoration: underline;
}

.category-item.right .category-item-left {
  float: right;
}

.category-item.right .category-item-right {
  float: left;
}

.load-more {
  display: block;
  text-align: center;
  font-weight: 500;
  padding: 16px 0;
  clear: both;
}

/* ==========================================================================
Ekspert
========================================================================== */
.expert-box {
  float: left;
  width: 33.3333%;
  margin-top: 60px;
}

.expert-box .expert {
  width: 100%;
  display: block;
  position: relative;
  text-align: center;
  min-height: 270px;
  background: #f5f5f5;
  padding: 87px 0 93px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.expert-box .expert .expert-img {
  position: absolute;
  left: 50%;
  top: -70px;
  width: 140px;
  height: 140px;
  background: #fff;
  margin: 0 0 0 -70px;
  padding: 10px;
  border-radius: 10000px;
}

.expert-box .expert .expert-img img {
  max-width: 100%;
  border-radius: 10000px;
}

.expert-box .expert.bg {
  background: #e6e6e6;
}

.expert-box .expert h3 {
  font-size: 15px;
  margin: 0 0 15px 0;
  line-height: 17px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.expert-box .expert h3 span {
  font-weight: 500;
  display: block;
}

.expert-box .expert p {
  color: #fff;
  font-weight: 300;
  overflow: hidden;
  max-height: 0;
  margin: 0;
  font-size: 13px;
  padding: 0 70px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.expert-box .expert .btn-blue {
  margin: 15px 0 0 0;
}

.expert-top {
  margin: 58px 0 9px 0;
  position: relative;
}

.expert-top .expert-inner {
  position: relative;
  background: #053e6a;
  margin: 0 243px;
  text-align: center;
  padding: 64px 130px 50px 130px;
}

.expert-top .expert-inner:after {
  position: absolute;
  background: url("../images-old/icons/blue-arrow-left.png");
  width: 26px;
  height: 89px;
  left: -26px;
  top: 50%;
  margin-top: -44px;
  content: "";
}

.expert-top .expert-inner:before {
  position: absolute;
  background: url("../images-old/icons/blue-arrow-right.png");
  width: 28px;
  height: 95px;
  right: -28px;
  top: 50%;
  margin-top: -47px;
  content: "";
}

.expert-top .expert-inner .expert-img {
  position: absolute;
  left: 50%;
  top: -70px;
  width: 140px;
  height: 140px;
  background: #fff;
  margin: 0 0 0 -70px;
  padding: 10px;
  border-radius: 10000px;
}

.expert-top .expert-inner .expert-img img {
  max-width: 100%;
  border-radius: 10000px;
}

.expert-top .expert-inner h3 {
  color: #fff;
  font-family: "Roboto Slab", serif;
  font-size: 20px;
  margin: 20px 0 29px 0;
}

.expert-top .expert-inner h3 span {
  font-weight: 300;
  display: block;
}

.expert-top .expert-inner p {
  color: #fff;
  font-size: 16px;
}

.expert-top .expert-inner p.small {
  font-size: 13px;
}

.expert-top .expert-prev,
.expert-top .expert-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-decoration: none;
  color: #1b2023;
  text-align: center;
}

.expert-top .expert-prev img,
.expert-top .expert-next img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.expert-top .expert-prev strong,
.expert-top .expert-next strong {
  display: block;
}

.expert-top .expert-prev {
  left: 80px;
}

.expert-top .expert-next {
  right: 80px;
}

.slider {
  margin: 0 243px;
  width: auto !important;
  margin-top: 8px;
  position: relative;
}

.slider .owl-prev {
  position: absolute;
  left: -141px;
  top: 50%;
  background: url("../images-old/icons/owl-prev.png");
  width: 20px;
  height: 79px;
  margin-top: -35px;
  text-indent: -9999px;
}

.slider .owl-next {
  position: absolute;
  right: -141px;
  top: 50%;
  background: url("../images-old/icons/owl-next.png");
  width: 20px;
  height: 79px;
  margin-top: -35px;
  text-indent: -9999px;
}

.article-slider-thumb {
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.article-slider-thumb:hover {
  background: #053e6a;
}

.article-slider-thumb:hover .btn-blue {
  background: #bf110b;
}

.article-slider-thumb:hover h3 {
  color: #fff;
}

.article-slider-thumb h3 {
  font-size: 18px;
  font-weight: 300;
  margin: 25px 20px 23px 20px;
  min-height: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.article-slider-thumb .article-thumb-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 185px;
}

.article-slider-thumb .article-slider-thumb-bottom {
  overflow: hidden;
  border: 1px solid #f1f1f1;
  padding-bottom: 28px;
  border-top: 0;
}

.video-thumb .video {
  position: relative;
  padding-bottom: 50.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

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

.video-thumb .video-title {
  color: #fff;
  background: #053e6a;
  padding: 26px 39px;
  font-size: 14px;
  font-weight: 300;
  min-height: 109px;
}

.video-download {
  background: #0062ad;
  color: #fff;
  font-size: 14px;
  padding: 17px 28px 17px 37px;
}

.video-download a {
  color: #fff;
  text-decoration: none;
}

.video-download img {
  float: right;
  margin: -30px 0 0 0;
}

.template-video .video {
  position: relative;
  height: 551px;
  max-width: 970px;
  margin: 0 auto;
}

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

.template-video .video-download {
  line-height: 2;
}

.template-video .video-download a {
  float: none;
}

.template-video .audio {
  margin-bottom: 30px;
}

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

.search-list .search-entry {
  border-bottom: 1px solid #fff;
}

.search-list .search-entry h3 a {
  color: #222;
  text-decoration: none;
}

.ask-question {
  margin: 58px 0 0 0;
  background: #f5f5f5;
  padding-bottom: 46px;
}

.ask-question form h2 {
  text-align: center;
  margin: 46px 0;
  color: #262b2e;
  font-size: 20px;
}

.question {
  margin: 0 243px;
}

.form-question .expert-input,
.form-question input[type="text"] {
  width: 48.29%;
  height: 49px;
  line-height: 49px;
  border: 1px solid #f1f1f1;
  background: #fff;
  padding: 0 20px;
  font-size: 14px;
  display: inline-block;
  -webkit-box-shadow: 0 0 10px 0 #f1f1f1;
          box-shadow: 0 0 10px 0 #f1f1f1;
}

.form-question input[type="text"] {
  float: right;
}

.form-question textarea {
  width: 100%;
  border: 1px solid #f1f1f1;
  background: #fff;
  padding: 18px 20px;
  font-size: 14px;
  display: inline-block;
  -webkit-box-shadow: 0 0 10px 0 #f1f1f1;
          box-shadow: 0 0 10px 0 #f1f1f1;
  margin: 23px 0 21px 0;
  height: 211px;
}

.form-question input[type="submit"] {
  float: right;
  border: none;
  background: #bf110b !important;
}

.template-login a {
  color: #bf110b;
}

.form-row input[type="text"],
.form-row input[type="email"],
.form-row input[type="password"] {
  width: 100%;
  height: 49px;
  line-height: 49px;
  border: 1px solid #f1f1f1;
  background: #fff;
  padding: 0 20px;
  font-size: 14px;
  display: inline-block;
  -webkit-box-shadow: 0 0 10px 0 #f1f1f1;
          box-shadow: 0 0 10px 0 #f1f1f1;
}

.form-row input[type="submit"] {
  border: none;
  background: #bf110b !important;
  margin: 34px 0 53px 0;
  color: #fff;
}

#login-form .form-row input[type="submit"] {
  margin-top: 15px;
}

.password-pxinder {
  font-size: small;
}

.multimedia-list .cat-icon {
  -webkit-filter: brightness(0.1);
          filter: brightness(0.1);
  max-width: 30px;
  position: relative;
  display: inline-block;
  margin: -5px 10px 0 10px;
}

/*.video-list .video-thumb:nth-child(3n) { margin-right: 0; float: right; }*/
.video-list .video-thumb.col-big-1 {
  padding-left: 0;
  padding-right: 22px;
}

.video-list .video-thumb.col-big-2 {
  padding-left: 11px;
  padding-right: 11px;
}

.video-list .video-thumb.col-big-0 {
  padding-right: 0;
  padding-left: 22px;
}

.file-img {
  width: 100%;
  height: 235px;
  background-size: cover;
  background-position: center;
}

.video-thumb audio {
  width: 100%;
}

.page-information {
  overflow: hidden;
}

.page-info {
  background: #f5f5f5;
  text-align: center;
  padding: 70px 0 63px 0;
  vertical-align: top;
  position: relative;
}

.page-info .content {
  max-width: 1200px;
  margin: 0 auto;
}

.page-info-left {
  background: #f5f5f5;
  display: inline-block;
  width: 66.69%;
  text-align: center;
  padding: 70px 0 63px 0;
  vertical-align: top;
  position: relative;
}

.page-info-left:after {
  position: absolute;
  width: 100%;
  top: 100%;
  height: 100%;
  content: "";
  background: #f5f5f5;
  left: 0;
}

.page-info-left p {
  margin: 0 160px 10px 147px;
  font-weight: 300;
  font-size: 16px;
}

.page-info-left p a {
  color: #bf110b;
  font-weight: 900;
}

.page-info-left p.small {
  font-size: 14px;
}

.page-info-right {
  display: inline-block;
  width: 32%;
  vertical-align: top;
}

.section-info {
  width: 100%;
  padding: 67px 14px 0 23px;
}

.section-info h2 {
  font-size: 20px;
  margin: 0 0 31px 0;
  text-align: center;
  line-height: 25px;
}

.section-info ul {
  margin: 0 0 0 51px;
  padding: 0;
  list-style: none;
}

.section-info ul li {
  float: left;
  width: 50%;
  margin-bottom: 26px;
  padding-right: 15px;
}

.section-info ul li a {
  font-size: 14px;
  text-decoration: none;
  color: #262b2e;
  position: relative;
  margin-right: 15px;
}

.section-info ul li a:hover {
  font-weight: 900;
}

.section-info ul li a:after {
  content: "";
  width: 6px;
  height: 7px;
  background: url("../images-old/icons/black-small.png") right center no-repeat;
  position: absolute;
  bottom: 5px;
  right: -10px;
}

.section-info ul li a:hover:after {
  background-image: url("../images-old/icons/red-small.png");
}

.contact-person {
  overflow: hidden;
}

.contact-person h3 {
  font-size: 20px;
  margin: 67px 0 41px 0;
}

.contact-person .contact-info {
  display: inline-block;
  margin: 0 60px;
}

.contact-person .contact-info a {
  display: block;
  font-size: 16px;
  font-weight: 300;
  margin-top: 15px;
  color: #222;
  text-decoration: none;
}

.contact-person .contact-info a:hover {
  border-bottom: 1px solid #222;
  opacity: 0.9;
}

.form_err,
.form_error_desc {
  color: red;
  font-size: small;
}

.form-box {
  overflow: hidden;
  margin: 20px 53px 0 57px;
}

.custom-select {
  position: relative;
}

.custom-select select {
  z-index: 3;
}

.form-box .customSelect,
.form-box input[type="text"] {
  width: 100%;
  height: 49px;
  line-height: 49px;
  border: 1px solid #f1f1f1;
  background: #fff;
  padding: 0 20px;
  font-size: 14px;
  display: inline-block;
  -webkit-box-shadow: 0 0 10px 0 #f1f1f1;
          box-shadow: 0 0 10px 0 #f1f1f1;
  margin-bottom: 16px;
}

.form-box .customSelect {
  background: url("../images-old/icons/customselect.png") #fff right no-repeat;
}

.customSelectInner {
  width: 100% !important;
}

.form-box textarea {
  width: 100%;
  border: 1px solid #f1f1f1;
  background: #fff;
  padding: 18px 20px;
  font-size: 14px;
  display: inline-block;
  -webkit-box-shadow: 0 0 10px 0 #f1f1f1;
          box-shadow: 0 0 10px 0 #f1f1f1;
  height: 211px;
}

.calendarium-list {
  padding: 78px 0 0 0;
  position: relative;
}

.calendarium-list .timeline {
  position: absolute;
  width: 12px;
  background: #053e6b;
  top: 64px;
  bottom: 65px;
  z-index: 4;
  left: 14%;
  margin-left: -6px;
}

.calendarium-list .timeline:after {
  position: absolute;
  background: url("../images-old/kalendarium-arrow-up.png");
  width: 27px;
  height: 28px;
  top: -28px;
  left: 50%;
  margin-left: -13px;
  content: "";
}

.calendarium-box {
  position: relative;
  padding: 40px 0;
  margin-bottom: 20px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.calendarium-box:after {
  position: absolute;
  bottom: -10px;
  left: 0;
  background: url("../images-old/kalendarium-hover.png") repeat-x;
  height: 3px;
  width: 100%;
  content: "";
}

.calendarium-box:hover {
  background: #f5f5f5;
}

.calendarium-box .calendarium-left {
  position: absolute;
  left: 14%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  border-radius: 100%;
  overflow: hidden;
  min-height: 87px;
  min-width: 87px;
  background: #053e6b;
  z-index: 5;
}

.calendarium-box .calendarium-left span {
  position: absolute;
  left: 50%;
  top: 48%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  text-align: center;
  color: #fff;
  font-size: 14px;
}

.calendarium-box .calendarium-left span strong {
  display: block;
  font-size: 29px;
  line-height: 29px;
}

.calendarium-box .calendarium-left.img {
  overflow: visible;
}

.calendarium-box .calendarium-left.img .image {
  width: 157px;
  height: 157px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
}

.calendarium-box:hover .calendarium-left.img .image {
  -webkit-transform: scale(1.26);
          transform: scale(1.26);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.calendarium-box .calendarium-left.img span {
  background: url("../images-old/kalendarium-img-bg.png");
  width: 98px;
  height: 87px;
  display: block;
  padding: 14px 0;
}

.calendarium-box .calendarium-right {
  float: right;
  width: 69%;
  text-align: center;
  margin-right: 5%;
}

.calendarium-box .calendarium-right h2 {
  font-size: 30px;
  margin: 0;
}

.calendarium-box .calendarium-right p {
  font-size: 14px;
  color: #1b2023;
  margin: 14px 0 0 0;
}

.calendarium-box .calendarium-right ul {
  margin: 24px 0 0 0;
  padding: 0;
  list-style: none;
}

.calendarium-box .calendarium-right ul li {
  display: inline-block;
  margin: 0 40px;
}

.calendarium-box .calendarium-right ul li a {
  font-size: 14px;
  background: url("../images-old/icons/black-arrow-right.png") left center no-repeat;
  padding-left: 20px;
  text-decoration: none;
  opacity: 0.5;
  color: #1b2023;
}

.calendarium-box .calendarium-right ul li a:hover {
  text-decoration: underline;
  font-weight: 700;
  opacity: 1;
}

/* ==========================================================================
ARTICLE
========================================================================== */
.article {
  overflow: hidden;
  position: relative;
}

.article-left {
  width: 66.69%;
}

.article-left .header-top {
  height: 588px;
}

.article-left .header-top:after {
  position: absolute;
  height: 33px;
  left: 0;
  bottom: 0;
  width: 100%;
  content: "";
  background: url("../images-old/article-arrow.png") center no-repeat;
}

.article-right {
  width: 33.31%;
  position: relative;
}

.article-right:after {
  position: absolute;
  width: 100%;
  height: 500000px;
  background: #f5f5f5;
  content: "";
  top: 0;
}

.article-right .article-right-inner {
  padding-left: 65px;
  padding-right: 65px;
  position: relative;
  z-index: 1;
}

.article-right hr {
  margin-bottom: 42px;
}

.article-right h2 {
  margin: 30px 0;
  font-size: 20px;
}

.download-box {
  padding: 49px 0 27px 0;
}

.download-box h2 {
  display: inline-block;
  vertical-align: top;
  max-width: 120px;
  font-size: 20px;
  margin: 7px 0;
}

.download-box a {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}

.article-right .video-thumb .video-title {
  padding: 15px 29px;
}

.video-thumb {
  margin-bottom: 30px;
}

.toggle-audio {
  margin-bottom: 15px;
  position: relative;
}

.toggle-audio .toggle-audio-btn {
  position: absolute;
  background: url("../images-old/icons/accordion-icon.png") top;
  width: 24px;
  height: 24px;
  right: 0;
  top: 0;
}

.toggle-audio .toggle-audio-btn.open {
  background-position: bottom;
}

.toggle-audio .toggle-audio-content {
  display: none;
}

.toggle-audio .video-title {
  padding: 24px 29px;
}

.article-right .form-box {
  margin: 0;
}

.article-nav {
  position: absolute;
  left: 0;
  right: 33.31%;
  background: #f5f5f5;
  bottom: 0;
}

.article-nav .back-btn {
  float: left;
  display: inline-block;
  line-height: 114px;
  background: url("../images-old/icons/black-arrow-left-slim-small.png") 25px center no-repeat;
  padding: 0 36px 0 55px;
  font-size: 24px;
  text-decoration: none;
  color: #262b2e;
  font-family: "Roboto Slab", serif;
  margin-left: 11%;
  font-weight: 700;
}

.article-nav ul {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}

.article-nav ul li {
  float: left;
}

.article-nav ul li a {
  display: block;
  line-height: 114px;
  font-weight: 300;
  font-family: "Roboto Slab", serif;
  color: #262b2e;
  text-decoration: none;
  font-size: 24px;
  width: 80px;
  text-align: center;
}

.article-nav ul li a:hover,
.article-nav ul li.active a {
  background: #bf110b;
  color: #fff;
  font-weight: 700;
}

/* page text */
.article-content {
  padding: 55px 10.97% 175px 14.1%;
  float: left;
  width: 100%;
}

.article-content .img-left {
  float: left;
  margin: 0 25px 25px 0;
}

.article-content .img-right {
  float: right;
  margin: 0 0 25px 25px;
}

.article-content blockquote {
  margin: 30px 0 48px 0;
  position: relative;
  background: #f5f5f5;
  padding: 45px 69px 50px 71px;
}

.article-content blockquote:after {
  background: url("../images-old/quote.png");
  width: 49px;
  height: 44px;
  position: absolute;
  left: -10px;
  top: -16px;
  content: "";
}

.article-content blockquote p {
  font-size: 16px;
  line-height: 19px;
  font-family: "Roboto Slab", serif;
  padding: 0;
  font-weight: 400;
}

.article-content blockquote p.small {
  font-size: 14px;
  line-height: 17px;
}

.article-content blockquote img,
.article-content blockquote img.img-right,
.article-content blockquote img.img-left {
  float: left !important;
  margin: 22px 43px 0 -138px;
  border-radius: 100%;
}

.article-content blockquote .quote-description {
  text-align: center;
  display: block;
  border: 1px solid #f5f5f5;
  overflow: hidden;
  padding: 25px 0;
  color: #053e6a;
}

.article-content p.lead {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Roboto Slab", serif;
  margin-bottom: 40px;
  font-weight: 400;
}

.article-content a {
  color: #bf110b;
}

.article-content a:hover {
  color: #9f010b;
}

.article-content h3,
.article-content h2 {
  font-family: "museo-sans", sans-serif;
}

.article-content h2 {
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 16px;
}

.article-content h3 {
  font-size: 14px;
}

.article-content p {
  font-weight: 300;
  padding-left: 20px;
  font-size: 14px;
  line-height: 17px;
}

.article-content ul,
.article-content ol {
  font-weight: 300;
  margin-left: 50px;
  padding-left: 20px;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 25px;
}

.article-content ul li,
.article-content ol li {
  margin-bottom: 6px;
}

.multimedia-sections .col {
  text-align: center;
  background: #053e6a;
  color: #fff;
  position: relative;
  height: 280px;
  border-right: 1px solid #fff;
}

.multimedia-sections .col:last-child {
  border-right: 0;
}

.multimedia-sections .col .inner {
  border: 2px solid #fff;
  position: absolute;
  top: 49px;
  left: 50px;
  right: 51px;
  bottom: 53px;
}

.multimedia-sections .col .inner a {
  color: #fff;
}

/* ==========================================================================
NEWS
========================================================================== */
.news {
  float: left;
  max-width: 100%;
}

.news p,
.news h2,
.news h3,
.news a {
  font-family: "Roboto Slab";
}

.news h1 {
  font-family: inherit;
}

.richter-news {
  background-image: url("../images-old/news-bg1.jpg");
  height: 290px;
  background-position: right center;
  background-color: #fff;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 44px;
  margin-left: -44px;
  margin-right: -22px;
  width: calc(100% + 66px);
}

.richter-news-long {
  background-image: url("../images-old/news-bg1-long.jpg");
  height: 290px;
  background-position: right center;
  background-color: #fff;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 44px;
  margin-left: -44px;
  margin-right: -22px;
  width: calc(100% + 59px);
}

.world-news-long {
  background-image: url("../images-old/news-bg2-long.jpg");
  height: 290px;
  background-position: right center;
  background-color: #fff;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 44px;
  margin-left: -44px;
  margin-right: -22px;
  width: calc(100% + 59px);
}

.news .no-padding {
  padding: 0 15px;
}

.richter-news > h1 {
  font-size: 40px;
  font-weight: 100;
  color: #004990;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
}

.richter-news-long > h1 {
  font-size: 40px;
  font-weight: 100;
  color: #004990;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
}

.world-news-long > h1 {
  font-size: 40px;
  font-weight: 100;
  color: #bf110b;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
}

.world-news {
  background-image: url("../images-old/news-bg2.jpg");
  height: 290px;
  background-position: right center;
  background-color: #fff;
  background-repeat: no-repeat;
  margin-bottom: 44px;
  margin-right: -44px;
  margin-left: -22px;
  width: calc(100% + 66px);
}

.world-news > h1 {
  font-size: 40px;
  font-weight: 100;
  color: #bf110b;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
}

.news-prev-cont:nth-child(odd) {
  padding: 0 22px 44px 44px;
}

.news-prev-cont:nth-child(even) {
  padding: 0 44px 44px 22px;
}

.news-prev {
  border: 1px solid #e5e5e5;
  padding: 20px;
  border-bottom: 3px solid #004990;
  margin-bottom: 45px;
}

.news-red .news-prev {
  border: 1px solid #e5e5e5;
  padding: 20px;
  border-bottom: 3px solid #bf110b;
}

.news-prev-top {
  margin-bottom: 40px;
}

.news-prev-top-left {
  text-align: left;
  display: inline-block;
  padding: 13px 20px 10px;
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  background-color: #004990;
  margin-left: -30px;
  position: relative;
  text-transform: uppercase;
  line-height: 15px;
}

.news-prev-top-left:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid #004990;
  border-left: 10px solid transparent;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.news-red .news-prev-top-left {
  text-align: left;
  display: inline-block;
  padding: 13px 20px 10px;
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  background-color: #bf110b;
  margin-left: -30px;
  position: relative;
  text-transform: uppercase;
  line-height: 15px;
}

.news-red .news-prev-top-left:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid #bf110b;
  border-left: 10px solid transparent;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.news-prev-top-right {
  text-align: right;
}

.news-meta-data {
  font-size: 14px;
  font-weight: 300;
  color: #817f7f;
  line-height: 14px;
  font-family: "Roboto Slab";
}

.news-meta-data span {
  margin: 0 5px;
}

.news-meta-data a {
  color: #817f7f;
  text-decoration: none;
}

.news-meta-data div {
  display: inline-block;
  vertical-align: middle;
}

.news-prev-top .add-img {
  background-image: url("../images-old/default-user-icon.svg");
  border-radius: 20px;
  width: 36px;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
  background-size: 22px 22px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #94c5ff;
}

.news-red .news-prev-top .add-img {
  background-image: url("../images-old/default-user-icon.svg");
  border-radius: 20px;
  width: 36px;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
  background-size: 22px 22px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #f58c88;
}

.news-tags {
  padding-right: 36px;
}

.news-prev-top .single-add-img {
  background-image: url("../images-old/default-user-icon.svg");
  border-radius: 20px;
  width: 36px;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
  background-size: 22px 22px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #94c5ff;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.add-data,
.add-name {
  margin-top: 8px;
}

.no-padding {
  padding: 0;
}

.news .news-prev-content > h2 {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  line-height: 24px;
  text-align: justify;
}

.news .single-news h2 {
  margin-bottom: 40px;
}

.news .news-prev-content a {
  color: #004990;
}

.news .news-prev-content > p {
  font-size: 15px;
  font-weight: 400;
  color: #000;
  line-height: 24px;
  margin-bottom: 50px;
  text-align: justify;
}

.news .news-prev-content .news-read-more {
  padding: 15px 55px 15px 23px;
  font-size: 15px;
  color: #fff;
  background-color: #004990;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.news .news-prev-content .news-read-more:after {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.news .news-prev-content .news-read-more:hover:after {
  right: 15px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.news .news-red .news-prev-content .news-read-more {
  padding: 15px 55px 15px 14px;
  font-size: 15px;
  color: #fff;
  background-color: #bf110b;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}

.news .news-red .news-prev-content a {
  color: #bf110b;
}

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

.news .news-prev-content .news-read-more:after {
  content: "";
  width: 17px;
  height: 17px;
  background-image: url("../images-old/icon-video.png");
  background-repeat: no-repeat;
  position: absolute;
  right: 23px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.show-more-news {
  padding: 19px 84px 19px 84px;
  font-size: 17px;
  color: #fff;
  background-color: #004990;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 5px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  border: 1px solid #004990;
  margin-bottom: 0;
}

.show-more-news:focus,
.show-more-news:hover {
  background-color: #fff;
  color: #004990;
}

.news-red .show-more-news {
  padding: 19px 84px 19px 84px;
  font-size: 17px;
  color: #fff;
  background-color: #bf110b;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 5px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  border: 1px solid #bf110b;
}

.news-red .show-more-news:focus,
.news-red .show-more-news:hover {
  background-color: #fff;
  color: #bf110b;
}

.news h3 {
  color: #004990;
  font-size: 23px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
}

.news .single-news p {
  font-size: 17px;
  font-weight: 300;
  color: #000;
  line-height: 24px;
  margin-bottom: 30px;
  text-align: justify;
  text-indent: 50px;
}

.news blockquote {
  background-color: #f4f4f4;
  display: block;
  padding: 30px 40px 20px;
  quotes: "”" "“" "‘" "’";
  position: relative;
  text-indent: 15px;
  margin: -10px 0 0 0;
}

.news blockquote::before {
  color: #004990;
  content: "“";
  font-size: 84px;
  line-height: 0.1em;
  vertical-align: -0.4em;
  font-family: "Times New Roman";
  position: absolute;
  margin: 5px 5px 5px -5px;
  left: 0;
}

.news blockquote::after {
  color: #004990;
  content: "“";
  font-size: 84px;
  line-height: 0.1em;
  vertical-align: -0.4em;
  font-family: "Times New Roman";
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px 12px;
}

.news .single-news blockquote p {
  font-size: 19px;
  line-height: 30px;
  letter-spacing: 0;
  font-weight: 500;
  text-indent: 10px;
}

.news .single-news p:last-child {
  margin-bottom: 10px;
}

.single-news img,
.single-news iframe,
.single-news video {
  max-width: 100%;
  display: block;
  margin: 30px auto;
}

.news hr {
  display: block;
  background-color: #e5e5e5;
  height: 1px;
  width: 100%;
  margin-bottom: 37px;
  margin-top: 27px;
  border: none;
}

.last-hr:last-of-type {
  display: none;
}

.news hr:last-of-type {
  margin-bottom: 20px;
}

.art-download {
  border: 1px solid #e5e5e5;
  margin-bottom: 44px;
  padding: 60px 0;
}

.art-download h4 {
  font-size: 22px;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
}

.sidebar-border-bottom {
  border-bottom: 3px solid #009de0;
  padding-bottom: 15px;
}

.news-red .news-sidebar-top {
  background-color: #bf110b;
  display: block;
  margin-right: -21px;
  margin-left: -21px;
  margin-top: -21px;
  text-align: center;
  padding: 26px 0;
}

.news-sidebar-top {
  background-color: #004990;
  display: block;
  margin-right: -21px;
  margin-left: -21px;
  margin-top: -21px;
  text-align: center;
  padding: 26px 0;
}

.news-sidebar-top h4 {
  color: #fff;
  font-size: 16px;
  margin: 0;
  padding: 0 10px;
}

.news-sidebar-top span {
  display: block;
  height: 3px;
  background-color: #fff;
  width: 48px;
  margin: 14px auto 0 auto;
}

.news .news-sidebar h2 {
  font-size: 17px;
  font-weight: 500;
}

.news .news-sidebar p {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 30px;
}

.file-icon {
  background-image: url("../images-old/default-file-icon.jpg");
  display: inline-block;
  background-size: 64px 72px;
  width: 64px;
  height: 72px;
  display: inline-block;
  vertical-align: middle;
  margin: 15px 10px;
}

.doc,
.docx {
  background-image: url("../images-old/doc-icon.jpg");
}

.pdf {
  background-image: url("../images-old/pdf-icon.jpg");
}

.download-icons {
  display: inline-block;
}

/* ==========================================================================
STOPKA
========================================================================== */
.back-wrapper {
  background: url("../images-old/back-background.png") center top no-repeat;
  background-size: cover;
}

.back-wrapper a {
  display: inline-block;
  line-height: 77px;
  background: url("../images-old/icons/black-arrow-left-slim-small.png") #fff 25px center no-repeat;
  padding: 0 36px 0 55px;
  font-size: 24px;
  text-decoration: none;
  color: #262b2e;
  font-family: "Roboto Slab", serif;
  margin-left: 18%;
}

.hide {
  display: none;
}

/* ==========================================================================
Media Queries
========================================================================== */
@media all and (min-width: 1301px) and (max-width: 1600px) {
  .header nav .sub-menu {
    right: calc(-1.95% - 239px) !important;
  }
}

@media all and (min-width: 1200px) and (max-width: 1300px) {
  .header nav .sub-menu {
    right: calc(-1.25% - 242px) !important;
  }
}

@media all and (min-width: 1025px) and (max-width: 1199px) {
  .header nav .sub-menu {
    right: calc(-1.8% - 239px) !important;
  }
}

@media all and (min-width: 1366px) and (max-width: 1366px) {
  .header nav .sub-menu {
    right: -251px !important;
  }
}

@media only screen and (max-width: 1400px) {
  .category-item .category-item-left h2 {
    margin: 0 40px 6px 0;
  }
}

@media only screen and (max-width: 1300px) {
  .header nav {
    margin: 56px 165px 0 220px;
  }
  .header .logo {
    margin: 11px 0 0 15px;
  }
  .header .my-account-btn {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header nav > ul > li > a {
    font-size: 12px;
  }
  .header nav .sub-menu {
    right: -11px;
  }
  footer img {
    margin: 0 0 0 15px;
  }
  footer img.foot3 {
    margin: 0 0 0 35px;
  }
  .category-item .category-item-right {
    height: 220px;
  }
  .category-item .category-item-inner {
    top: 30px;
    left: 15px;
    right: 15px;
    bottom: 30px;
  }
  .home-top-right .border-white {
    right: 80px;
    left: 15px;
  }
  .home-top-right .btn-open {
    right: 26px;
  }
  .category-item .category-item-right ul,
  .category-item .category-item-left {
    padding-left: 15px;
  }
  .home-top-right .border-white .border-white-bottom {
    bottom: 30px;
    left: 15px;
    right: 15px;
  }
  .category-item .category-item-right ul li {
    margin-bottom: 10px;
  }
  .article-list .article-thumb p {
    margin-left: 20px;
    margin-right: 20px;
  }
  .article-list .article-thumb .article-thumb-top header h2 {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media only screen and (max-width: 1200px) {
  .header-top .page-nav.left {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .download-box h2 {
    width: 100%;
    max-width: 100%;
  }
  .download-box a {
    margin-right: 0;
    width: 49%;
  }
  .download-box a img {
    max-width: 100%;
  }
  .article-right .article-right-inner {
    padding-left: 30px;
    padding-right: 30px;
  }
  .header-top .page-nav ul {
    display: none !important;
  }
  .header-top .page-nav select {
    display: block;
    width: 100%;
    height: 80px;
    text-align: center;
    padding: 0 15px;
    border: none;
  }
  .article-list .article-thumb .article-thumb-top header .icons {
    left: 10px;
  }
  .slider,
  .expert-top .expert-inner,
  .question {
    margin: 0 150px;
  }
  .expert-top .expert-next {
    right: 15px;
  }
  .expert-top .expert-prev {
    left: 15px;
  }
  .slider .owl-prev {
    left: -70px;
  }
  .slider .owl-next {
    right: -70px;
  }
  .section-info ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  .section-info ul {
    margin: 0 15px;
  }
  .page-info-left p {
    margin-left: 60px;
    margin-right: 60px;
  }
  .news-meta-data span {
    display: block;
    line-height: 1px;
    color: transparent;
  }
  .richter-news-long {
    width: calc(100% + 59px);
  }
  .world-news-long {
    width: calc(100% + 59px);
  }
  .art-download h4 {
    width: 100%;
    margin: 0;
  }
  .news-prev-top .add-img {
    width: 18px;
    height: 18px;
    background-size: 10px 22px;
  }
}

@media only screen and (min-width: 1082px) {
  .header nav {
    display: block !important;
  }
}

@media only screen and (max-width: 1081px) {
  .header nav {
    margin: 0;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    top: 107px;
    text-align: center;
    overflow: hidden;
    z-index: 100;
  }
  .header nav > ul {
    display: block !important;
  }
  .header nav > ul > li {
    display: block;
    margin: 10px 0;
  }
  .header nav > ul > li > a {
    font-size: 14px;
  }
  .header nav > ul > li > a:after .header nav .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    margin: 10px 0 5px 0;
  }
  .header nav .sub-menu ul {
    padding: 20px 20px 0 20px;
  }
  .header nav .sub-menu ul li {
    margin-bottom: 20px;
  }
  .menu-toggle {
    background: url("../images-old/menu.jpg") #a1311c center no-repeat;
    background-size: 50% auto;
    width: 99px;
    height: 135px;
    float: right;
  }
  .header nav > ul > li:hover > a:before {
    display: none;
  }
}

@media only screen and (min-width: 1001px) {
  .expert-box .expert:hover {
    background: #053e6a;
  }
  .expert-box .expert:hover h3 {
    color: #fff;
  }
  .expert-box .expert:hover p {
    max-height: 500px;
  }
  .expert-box .expert:hover .btn-blue {
    background: #bf110b;
  }
}

@media only screen and (max-width: 1000px) {
  .slider,
  .expert-top .expert-inner,
  .question {
    margin: 0 40px;
  }
  .slider .owl-prev {
    left: -32px;
  }
  .slider .owl-next {
    right: -32px;
  }
  .expert-top {
    text-align: center;
  }
  .expert-top .expert-next,
  .expert-top .expert-prev {
    position: static;
    display: inline-block;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    margin: 15px;
  }
  .expert-top .expert-inner {
    padding-left: 30px;
    padding-right: 30px;
  }
  .expert-top .expert-inner:before,
  .expert-top .expert-inner:after {
    display: none;
  }
  .expert-box .expert.open:nth-child(even),
  .expert-box .expert.open {
    background: #053e6a !important;
  }
  .expert-box .expert.open h3 {
    color: #fff;
  }
  .expert-box .expert.open p {
    max-height: 500px;
  }
  .expert-box .expert.open .btn-blue {
    background: #bf110b;
  }
  .article-list .article-thumb p {
    margin-top: 20px;
  }
  .article-list .article-thumb {
    min-height: 650px;
  }
  .home-top-right .bg {
    height: 40%;
  }
  .section-top .owl-dots .owl-dot {
    height: 56px;
    line-height: 56px;
  }
  .section-top .owl-dots {
    width: 56px;
  }
  .home-top-right .border-white {
    right: 70px;
  }
  .expert-box .expert p {
    padding: 0 20px;
  }
  .form-box {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .video-list .video-thumb.col-small-1 {
    padding-left: 0;
    padding-right: 22px;
  }
  .video-list .video-thumb.col-small-0 {
    padding-right: 0;
    padding-left: 22px;
  }
  .news-red .show-more-news {
    padding: 20px 25px 20px 25px;
    white-space: normal;
    overflow: visible;
  }
  .show-more-news {
    padding: 20px 25px 20px 25px;
    white-space: normal;
    overflow: visible;
  }
  .news .no-padding {
    padding-left: 0;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 769px) {
  .owl-carousel.new_slider .owl-stage {
    height: auto;
    margin-bottom: -6px;
  }
}

@media only screen and (max-width: 768px) {
  .article-left {
    width: 100%;
  }
  .article-right {
    width: 100%;
  }
  .header-top .header-top-title-article {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-info-left:after {
    display: none;
  }
  .page-info-left,
  .page-info-right {
    width: 100%;
  }
  .section-info {
    padding: 30px 0;
    overflow: hidden;
  }
  .page-info-left p {
    margin-left: 15px;
    margin-right: 15px;
  }
  .video-list .video-thumb:nth-child(3n),
  .video-list .video-thumb,
  .video-list .video-thumb:nth-child(2n) {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .expert-box {
    width: 100%;
    margin-top: 0;
  }
  .expert-box:first-child {
    margin-top: 60px;
  }
  .expert-box .expert.bg {
    background: #f5f5f5;
  }
  .expert-box .expert:nth-child(even) {
    background: #e6e6e6 !important;
  }
  .article-list .article-thumb {
    width: 50%;
  }
  .header nav .sub-menu {
    display: none;
  }
  .header .logo {
    max-width: 140px;
  }
  .header .my-account-btn,
  .menu-toggle {
    width: 70px;
  }
  .menu-toggle,
  .header .my-account-btn {
    height: 90px;
    line-height: 90px;
    overflow: hidden;
  }
  .header .my-account-btn {
    line-height: 30px;
    padding-top: 14px;
  }
  .header a.my-account-btn {
    padding-top: 30px;
  }
  .header nav {
    top: 90px;
  }
  .search-box input[type="text"] {
    padding: 0 20px 0 50px;
  }
  .search-box input[type="submit"] {
    left: 18px;
  }
  .slider-home2 {
    width: 100% !important;
  }
  .slider-home {
    width: 100% !important;
  }
  .slider-home > a {
    height: 330px;
  }
  .home-top-right .border-white .border-white-bottom p,
  .slider-home > a .slider-inner p {
    display: none;
  }
  .header-top .header-top-title h1,
  .slider-home > a .slider-inner h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .section-top .owl-dots {
    top: 0;
  }
  .home-top-right.blue {
    width: 100% !important;
  }
  .home-top-right .border-white .border-white-bottom h2 {
    margin-bottom: 0;
  }
  .home-top-right {
    height: 224px;
  }
  .home-top-right .border-white {
    top: 19px;
    bottom: 20px;
  }
  .home-top-right .border-white .border-white-bottom {
    bottom: 15px;
    left: 15px;
    right: 15px;
  }
  .home-top-right .bg {
    height: 55%;
  }
  .recommend-list > a {
    width: 100%;
    min-height: 0;
  }
  .recommend-list > a h2 {
    margin: 0 0 23px 0;
  }
  .recommend-list > a .recommend-thumb {
    height: 155px;
  }
  .recommend-list > a .recommend-thumb:before {
    width: 70px;
    height: 70px;
    margin: -35px;
    background-size: 100% 100%;
  }
  .header-top.left,
  .category-item {
    width: 100%;
  }
  .header-top .breadcrumbs ul {
    margin-left: 15px;
  }
  .calendarium-box .calendarium-left.img img {
    display: none;
  }
  .calendarium-box .calendarium-left.img span {
    height: auto;
    width: auto;
    background: none;
    padding: 0;
  }
  .calendarium-box .calendarium-right h2 {
    font-size: 24px;
  }
  .calendarium-box .calendarium-right p {
    font-size: 12px;
  }
  .calendarium-box .calendarium-left {
    min-height: 70px;
    min-width: 70px;
  }
  .calendarium-box .calendarium-left,
  .calendarium-list .timeline {
    left: 12%;
  }
  .article {
    padding-bottom: 120px;
  }
  .article-nav {
    z-index: 5;
    right: 0;
  }
  .article-nav .back-btn {
    margin-left: 0;
    padding: 0 24px 0 39px;
    background: url("../images-old/icons/black-arrow-left-slim-small.png") 15px center no-repeat;
  }
  .article-nav ul li a {
    width: 45px;
  }
  .header nav > ul > li.hassubmenu > a:before {
    display: none;
  }
  footer {
    position: relative;
  }
  .scroll-top {
    position: absolute;
    background: url("../images-old/up.png");
    background-size: 100% auto;
    right: 0;
    bottom: 0;
    width: 126px;
    height: 60px;
  }
  .video-list .video-thumb.col-small-1 {
    padding-left: 0;
    padding-right: 0;
  }
  .video-list .video-thumb.col-small-0 {
    padding-right: 0;
    padding-left: 0;
  }
  .news-prev-cont:nth-child(even) {
    padding: 0 22px 0 22px;
  }
  .news-prev-cont:nth-child(odd) {
    padding: 0 22px 0 22px;
  }
  .news-red .show-more-news,
  .show-more-news {
    margin-bottom: 45px;
  }
  .news-red .sidebar-border-bottom .show-more-news,
  .sidebar-border-bottom .show-more-news {
    margin-bottom: 0;
  }
  .news-meta-data span {
    display: block;
    line-height: 1px;
    color: transparent;
  }
  .world-news {
    width: calc(100% + 44px);
  }
  .news-meta-data div {
    line-height: 17px;
  }
  .file-icon {
    width: 44px;
    height: 52px;
    background-size: 44px 52px;
  }
  .download-icons {
    width: 60%;
    margin: 0 auto;
    margin-top: 15px;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .news .no-padding {
    padding: 0 22px;
  }
}

@media only screen and (max-width: 580px) {
  /* ----System Newsow ----*/
  .world-news {
    width: auto;
    margin-right: -22px;
    margin-left: -22px;
  }
  .richter-news {
    width: auto;
    margin-right: -22px;
    margin-left: -22px;
  }
  .news .news-prev-content .news-read-more {
    margin-right: -15px;
  }
  .news .news-sidebar a {
    margin-right: 0;
  }
  .news-meta-data {
    margin-top: 15px;
  }
  .news-prev-top {
    margin-bottom: 15px;
  }
  .news-prev-top .single-add-img {
    width: 18px;
    height: 18px;
    background-size: 10px 22px;
    position: static;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  .news-tags {
    padding: 0;
  }
  .news .no-padding {
    padding: 0 22px;
  }
  .article-right .article-right-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .article-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
  }
  .article-list .article-thumb {
    width: 100%;
    min-height: 0;
    padding-bottom: 30px;
  }
  blockquote img {
    margin: 0 auto;
    float: none;
    display: block;
  }
  blockquote .quote-text {
    padding-left: 15px;
    padding-right: 15px;
  }
  .category-item .category-item-left .category-icon,
  .category-item .category-item-left .expert-list {
    display: none;
  }
  .category-item {
    height: auto;
  }
  .category-item .bg {
    width: 100%;
    height: 125px;
  }
  .category-item .category-item-left {
    height: 100px;
    float: left !important;
    width: 100%;
  }
  .category-item .category-item-right {
    width: 100%;
    height: auto;
    margin: 15px 0;
  }
  .category-item .category-item-inner {
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    position: relative;
    overflow: hidden;
    display: block;
    width: auto;
    margin: 30px 20px 30px 20px;
  }
  footer img {
    max-width: 100%;
    margin: 0 !important;
  }
  footer .foot1 {
    padding: 0 15px 0 12px;
  }
  footer .foot2 {
    max-width: 51%;
    padding: 0 0 0 7px;
  }
  footer .foot3 {
    max-width: 34%;
    float: right;
    padding: 0 15px 0 12px;
  }
  footer span {
    float: left;
    margin: 0 0 0 13px;
    clear: both;
  }
  .section-top .owl-dots {
    width: 45px;
  }
}

/* ==========================================================================
Helper classes
========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.last-news-sidebar {
  padding-bottom: 12px;
}

/* ==========================================================================
Print styles
========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/*
*  Owl Carousel - Animate Plugin
*/
.owl-carousel .animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
* 	Owl Carousel - Auto Height Plugin
*/
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
*  Core Owl Carousel CSS File
*/
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  display: inline-block;
}

.owl-carousel.new_slider .owl-item {
  display: inline-block;
  float: left;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
* 	Owl Carousel - Lazy Load Plugin
*/
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/*
* 	Owl Carousel - Video Plugin
*/
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/*! Gray v1.4.5 (https://github.com/karlhorky/gray) | MIT */
.grayscale {
  /* Firefox 10-34 */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");
  /*
	Chrome 19+,
	Safari 6+,
	Safari 6+ iOS,
	Opera 15+
	*/
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  /* IE 6-9 */
  -webkit-filter: gray;
          filter: gray;
}

.grayscale.grayscale-fade {
  -webkit-transition: -webkit-filter 0.5s;
  transition: -webkit-filter 0.5s;
  transition: filter 0.5s;
  transition: filter 0.5s, -webkit-filter 0.5s;
}

/* Webkit hack until filter is unprefixed */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .grayscale.grayscale-fade {
    transition: -webkit-filter 0.5s;
  }
}

.grayscale.grayscale-off,
.grayscale.grayscale-fade:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

/* Background element */
.grayscale.grayscale-replaced {
  -webkit-filter: none;
          filter: none;
}

.grayscale.grayscale-replaced > svg {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.grayscale.grayscale-replaced.grayscale-off > svg,
.grayscale.grayscale-replaced.grayscale-fade:hover > svg {
  opacity: 0;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
}

@-webkit-keyframes bounce {
  0%,
  100%,
  20%,
  53%,
  80% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  0%,
  100%,
  20%,
  53%,
  80% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%,
  100%,
  50% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%,
  100%,
  50% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
          animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
          animation-name: pulse;
}

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

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

.rubberBand {
  -webkit-animation-name: rubberBand;
          animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
          animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
            transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
            transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
            transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
            transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation-name: swing;
          animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
            transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
          animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
            transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
          animation-name: wobble;
}

@-webkit-keyframes jello {
  0%,
  100%,
  11.1% {
    -webkit-transform: none;
            transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
            transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
            transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {
  0%,
  100%,
  11.1% {
    -webkit-transform: none;
            transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
            transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
            transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
            transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
            transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
            transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
            transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.jello {
  -webkit-animation-name: jello;
          animation-name: jello;
  -webkit-transform-origin: center;
          transform-origin: center;
}

@-webkit-keyframes bounceIn {
  0%,
  100%,
  20%,
  40%,
  60%,
  80% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%,
  100%,
  20%,
  40%,
  60%,
  80% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
          animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInDown {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInLeft {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
          animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes bounceInRight {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
          animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%,
  100%,
  60%,
  75%,
  90% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
          animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
          animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
          animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
          animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
            transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
          animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
          animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
          animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
          animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
          animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
          animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
          animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
          animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
            transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
          animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
          animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
            transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
          animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
            transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
          animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
            transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
            transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
            transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  -webkit-animation-name: flip;
          animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
          animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
          animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
            transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
            transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
          animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
            transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
            transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
          backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
          animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
            transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
            transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
            transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
          animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
            transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
          animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
            transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
          animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
          animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
          animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
          animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
            transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
          animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
            transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
          animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
            transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
          animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
          animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
            transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
          animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
            transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
          animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
            transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
            transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
            transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
          animation-name: hinge;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
            transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
          animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
            transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
          animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
          animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
          animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
          animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
          animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
          animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
          animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
            transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
            transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
          animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
            transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
            transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
          animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
          animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
          animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
          animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
          animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
          animation-name: slideOutUp;
}

/********************
* EMERGENCY BUTTON *
********************/
.emergency .page-info-left {
  width: 32%;
  background: #f5f5f5;
}

.emergency .page-info-right {
  background: #fff;
  width: 66.69%;
}

.emergency .page-info-left p {
  margin: 0 60px 10px 60px;
}

.emergency .page-info-left h2 > a {
  color: inherit;
  text-decoration: none;
  color: #bf110b;
}

.emergency .page-info-left h2:hover > a {
  color: #bf110b;
}

.emergency .wrap {
  padding: 30px 15px;
}

#emergency-form .submit,
.emergency .form-box input[type="submit"] {
  position: relative;
  background-size: cover !important;
  width: 113px;
  height: 113px;
  margin-left: auto;
  margin-right: auto;
  margin: 34px auto 53px auto;
  float: none;
  display: block;
  border: 0 none;
}

#emergency-form .submit {
  background: url(../images-old/emergency-btn-bg.png) no-repeat scroll center center transparent !important;
  white-space: normal;
  font-family: "museo-sans", sans-serif;
  font-size: 14px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  padding: 22px;
}

.emergency .form-box input[type="submit"] {
  background: url(../images-old/emergency-submit.png) no-repeat scroll center center transparent !important;
  text-indent: -9999999999999px;
}

#emergency-form .submit:after {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 26px;
  height: 3px;
  background: #fff;
  margin-left: -13px;
  display: none;
}

#emergency-form .submit:hover:after,
#emergency-form .submit:focus:after {
  display: block;
}

.header nav.emergency-nav {
  margin-right: 512px;
}

.emergency-nav-btn {
  float: right;
  width: 235px;
  padding-top: 70px;
  height: 135px;
  font-size: 13px;
  color: #f5f5f5;
  text-transform: uppercase;
  text-decoration: none;
  background: url(../images-old/emergency-button.png) no-repeat scroll center 30px #b7006c;
}

.emergency-nav-btn > span {
  display: table-cell;
  vertical-align: top;
  height: inherit;
  position: relative;
  text-align: center;
  width: 235px;
  padding-top: 7px;
}

.emergency-nav-btn:hover {
  font-weight: 900;
}

.emergency-nav-btn:hover > span:after {
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 26px;
  height: 3px;
  background: #fff;
  margin-left: -13px;
  content: "";
}

.mobile-visible {
  display: none !important;
}

#rodo-popup {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#rodo-popup > a {
  display: block;
  width: 800px;
  max-width: 95%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  text-decoration: none;
  padding: 0 68px 60px;
  background-color: #053e6b;
  font-style: italic;
}

#rodo-popup > a:after {
  content: "";
  pointer-events: none;
  position: absolute;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  top: 30px;
  left: 30px;
  background-color: transparent;
  border: 1px solid #fff;
}

#rodo-popup > a h1 {
  font-size: 27px;
  line-height: 27px;
  font-weight: 600;
  margin: 0 -68px 0;
  background-color: #be110b;
  padding: 78px 68px 26px;
  font-family: "museo-sans", sans-serif;
  background-image: url(../layout/popup-logo.png);
  background-size: 163px 70px;
  background-repeat: no-repeat;
  background-position: right 49px top 50px;
}

#rodo-popup > a h1 > br {
  display: none;
}

#rodo-popup > a p {
  font-size: 17px;
  line-height: 21px;
  margin: 20px 0 0;
}

#rodo-popup > a p > span {
  text-decoration: underline;
}

#rodo-popup > a p.greetings {
  text-align: right;
  margin: 15px 0 0;
}

#rodo-popup > a .close-btn {
  font-size: 20px;
  line-height: 20px;
  color: #fff;
  position: absolute;
  top: 6px;
  right: 7px;
  cursor: pointer;
  font-style: normal;
}

@media only screen and (max-width: 1700px) {
  .header nav.emergency-nav {
    margin-right: 429px;
    margin-left: 265px;
  }
  .header nav.emergency-nav > ul > li > a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1500px) {
  .header nav.emergency-nav {
    margin-right: 400px;
    margin-left: 250px;
  }
  .emergency-nav-btn {
    width: 186px;
  }
}

@media only screen and (max-width: 1400px) {
  .header nav.emergency-nav > ul > li > a {
    font-size: 10px;
  }
}

@media only screen and (max-width: 1300px) {
  .header nav.emergency-nav {
    margin-right: 400px;
  }
}

@media only screen and (max-width: 1200px) {
  .header nav.emergency-nav > ul > li > a {
    font-size: 13px;
  }
  .header nav.emergency-nav {
    margin-right: 313px;
    margin-left: 216px;
  }
  .header nav.emergency-nav > ul > li:hover .sub-menu {
    top: 77px;
  }
  .header nav.emergency-nav > ul > li > a {
    padding-bottom: 36px;
  }
  .header nav.emergency-nav > ul > li {
    margin-right: 10px;
  }
  .header nav.emergency-nav > ul > li:last-child {
    margin-right: 0;
  }
  .emergency-nav-btn {
    width: 180px;
  }
  .emergency .page-info-left p {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .emergency-nav-btn {
    display: none;
  }
  .header nav.emergency-nav {
    margin: 0;
  }
  .header nav .sub-menu {
    display: none;
  }
  .mobile-visible {
    display: block !important;
  }
}

@media only screen and (max-width: 768px) {
  .emergency .page-info-left p {
    margin-left: 15px;
    margin-right: 15px;
  }
  .emergency .page-info-left,
  .emergency .page-info-right {
    width: 100%;
  }
  #rodo-popup > a {
    padding: 0 45px 60px;
  }
  #rodo-popup > a h1 {
    margin: 0 -45px 0;
    padding: 55px 45px 20px;
    background-size: 80px 34px;
  }
  #rodo-popup > a h1 > br {
    display: block;
  }
  #rodo-popup > a p {
    max-height: calc(100vh - 300px);
    overflow-y: scroll;
  }
}

@media only screen and (max-width: 767px) {
  .new_slider .left_side {
    padding-right: 20px;
    padding-left: 20px;
  }
  .new_slider .owl-controls .owl-dots {
    left: 20px;
  }
}

.experts-list .cat-icon {
  -webkit-filter: brightness(0.1);
          filter: brightness(0.1);
  max-width: 30px;
  position: relative;
  display: inline-block;
  margin: -5px 10px 0 10px;
}

.expert-img-inside {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  margin-top: 0;
  max-width: 100%;
}

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

.bg-transparent {
  background-color: transparent;
}

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

@media (min-width: 576px) {
  .bg-sm-white {
    background-color: #fff !important;
  }
}

@media (min-width: 768px) {
  .bg-md-white {
    background-color: #fff !important;
  }
}

@media (min-width: 992px) {
  .bg-lg-white {
    background-color: #fff !important;
  }
}

@media (min-width: 1200px) {
  .bg-xl-white {
    background-color: #fff !important;
  }
}

.c-white {
  color: #fff !important;
}

.bg-blue {
  background-color: #00408b;
}

.bg-blue-lighter {
  background-color: #1a5397;
}

.c-blue {
  color: #00408b;
}

.bg-pink {
  background-color: #b7006c;
}

.c-pink {
  color: #b7006c;
}

.bg-fa {
  background-color: #fafafa;
}

.c-97 {
  color: #979797;
}

.c-89 {
  color: #898989;
}

.c-2f {
  color: #2f2f2f;
}

.c-9f {
  color: #9f9f9f;
}

.c-54 {
  color: #545454;
}

.c-inherit {
  color: inherit;
}

.list-none {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  list-style-type: none;
}

.rounded-full {
  border-radius: 9999px;
}

.f-10 {
  font-size: 10px !important;
}

.f-12 {
  font-size: 12px !important;
}

.f-14 {
  font-size: 14px !important;
}

.f-15 {
  font-size: 15px !important;
}

.f-17 {
  font-size: 17px !important;
}

.f-18 {
  font-size: 18px !important;
}

.f-20 {
  font-size: 20px !important;
}

.f-22 {
  font-size: 22px !important;
}

.f-26 {
  font-size: 26px !important;
}

.f-30 {
  font-size: 26px !important;
}

@media (min-width: 576px) {
  .f-30 {
    font-size: 30px !important;
  }
}

.f-36 {
  font-size: 36px !important;
}

.f-40 {
  font-size: 32px !important;
}

@media (min-width: 576px) {
  .f-40 {
    font-size: 40px !important;
  }
}

.f-50 {
  font-size: 50px !important;
}

.f-60 {
  font-size: 36px !important;
}

@media (min-width: 576px) {
  .f-60 {
    font-size: 60px !important;
  }
}

.f-36.max-two-p {
  max-height: 100px;
  overflow: hidden;
}

.f-18.max-two-p {
  max-height: 50px;
  overflow: hidden;
}

.__recommended-badge {
  position: absolute;
  top: 50px;
  left: 0;
}

.max-width-30 {
  max-width: 30%;
}

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

.__article-category-icon {
  position: absolute;
  top: 20px;
  right: 20px;
}

.__article-category-icon.--bg-1 {
  background-color: #b2999d;
}

.__article-category-icon.--bg-2 {
  background-color: #5790b0;
}

.__article-category-icon.--bg-3 {
  background-color: #b56277;
}

.__article-category-icon.--bg-4 {
  background-color: #b7846d;
}

.__category-icon {
  border: 1px solid #fff;
}

.h-166 {
  height: 166px;
}

.h-270 {
  height: 270px;
}

.h-280 {
  height: 280px;
}

.h-400 {
  height: 400px;
}

.h-480 {
  height: 480px;
}

.h-512 {
  height: 512px;
}

.pt-190 {
  padding-top: 190px;
}

.btn {
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  outline: none;
  border: 0;
  padding: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: border-color .2s ease, background-color .2s ease, color .2s ease;
  transition: border-color .2s ease, background-color .2s ease, color .2s ease;
}

.btn.mod--pink {
  background-color: #b7006c;
  border: 1px solid #b7006c;
}

.btn.mod--blue {
  background-color: #00408b;
  border: 1px solid #00408b;
}

.btn.mod--outlined {
  border: 1px solid #fff;
}

.btn.mod--outlined:hover {
  border-color: #b7006c;
  background-color: #b7006c;
  color: #fff;
}

.btn.mod--download::before {
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  background-image: url(../images-old/icon-download.png);
  background-position: center center;
  background-size: 27px 27px;
  margin-right: 10px;
}

.input-group .input {
  width: 100%;
  height: 100%;
  line-height: 1;
  border: 1px solid #f1f1f1;
  background-color: #fff;
  padding: 18px 20px;
  font-size: 14px;
  display: inline-block;
  -webkit-box-shadow: 0 0 10px 0 #f1f1f1;
          box-shadow: 0 0 10px 0 #f1f1f1;
  resize: none;
}

.customSelect {
  width: 100%;
  height: 50px;
  line-height: 1;
  border: 1px solid #f1f1f1;
  background: url("../images-old/icons/customselect.png") #fff right no-repeat;
  padding: 18px 20px;
  font-size: 14px;
  display: inline-block;
  -webkit-box-shadow: 0 0 10px 0 #f1f1f1;
          box-shadow: 0 0 10px 0 #f1f1f1;
}

.customSelectInner {
  width: 100% !important;
}

.box-shadow {
  -webkit-box-shadow: 0 0 18px 2px rgba(10, 12, 11, 0.05);
          box-shadow: 0 0 18px 2px rgba(10, 12, 11, 0.05);
}

.post-content p:not(:last-of-type) {
  margin-bottom: 32px;
}

.post-content blockquote {
  margin-bottom: 32px;
  background-color: #fafafa;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.post-content blockquote::before {
  content: "“";
  font-size: 178px;
  color: #b7006c;
  position: absolute;
  top: -72px;
  left: -16px;
  display: block;
}

@media (min-width: 768px) {
  .post-content blockquote {
    padding-left: 80px;
    padding-right: 80px;
  }
}

.post-content blockquote img {
  display: none;
  position: absolute;
  bottom: 0;
  border-radius: 9999px;
  left: -40px;
}

@media (min-width: 768px) {
  .post-content blockquote img {
    display: block;
  }
}

.__header {
  height: 135px;
  z-index: 2;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.__header .__menu-link::after {
  position: absolute;
  top: 70%;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: #b7006c;
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.__header .__menu-link:not(.active):hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.__header .__menu-link.active::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.__header .__menu-link:hover + .__sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.__header .__sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  background-color: rgba(5, 62, 106, 0.85);
  display: none;
}

.__header .__sub-menu:hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-center {
  background-position: center center;
}

.txt-none {
  text-decoration: none;
}

.leading-1 {
  line-height: 1;
}

.hero-carousel .owl-controls {
  position: absolute;
  bottom: 48px;
  left: 48px;
}

.hero-carousel .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hero-carousel .owl-dot {
  width: 14px;
  height: 14px;
  border: 1px solid #e299c4;
  margin-right: 5px;
}

.hero-carousel .owl-dot.active {
  background-color: #d466a7;
}

.emergency-popup {
  position: fixed;
  top: 30%;
  left: 0;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  -webkit-transition: -webkit-transform .2s ease-in;
  transition: -webkit-transform .2s ease-in;
  transition: transform .2s ease-in;
  transition: transform .2s ease-in, -webkit-transform .2s ease-in;
  z-index: 1;
  line-height: 16px;
  background-color: #e60086;
}

.emergency-popup.active {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.__mobile-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 2;
  display: none;
}

.__mobile-menu.active {
  display: block;
}

.__calendar-box {
  background-color: #fff;
  -webkit-transition: background-color .2s ease;
  transition: background-color .2s ease;
}

.__calendar-box:not(.active):hover {
  background-color: #b7006c;
}

.__calendar-box:not(.active):hover .__month-number,
.__calendar-box:not(.active):hover .__month-name {
  color: #fff;
}

.__calendar-box .__month-number {
  color: #00408b;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
}

.__calendar-box .__month-name {
  color: #898989;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
}

.__calendar-box.active {
  background-color: #b7006c;
  cursor: default;
}

.__calendar-box.active .__month-number,
.__calendar-box.active .__month-name {
  color: #fff;
}

.__calendar-listing:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.__logo-txt {
  font-size: 14px;
  font-weight: 500;
  color: #00408b;
  line-height: 1;
  letter-spacing: -.8px;
  margin-top: 10px;
}

.mh-256 {
  min-height: 256px;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-x-auto {
  overflow-x: auto;
}

.category-select-wrapper.--article {
  position: absolute;
  top: 0;
  right: 0;
}

.category-select-wrapper .category-select {
  background-image: url(../images-old/chevron-down.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 15px 8px;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 16px !important;
}

@media (min-width: 1200px) {
  .category-select-wrapper .category-select {
    font-size: 22px !important;
  }
}

.category-select-wrapper .category-select option {
  color: #000;
}

.__article-related-audio:not(:last-of-type),
.__article-related-video:not(:last-of-type) {
  margin-bottom: 50px;
}

.custom-select input {
  display: none;
}

.custom-select label {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  display: block;
}

.custom-select label::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  width: 13px;
  height: 13px;
  border: 1px solid #979797;
}

.custom-select label::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 2px;
  display: none;
  background-color: #b7006c;
  width: 9px;
  height: 9px;
}

.custom-select input:checked + label::after {
  display: block;
}

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

.vc-space {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.vc-space .vc-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .6;
  background-color: #000;
}

.vc-space .vc-content {
  width: 80%;
  max-width: 800px;
  height: 80%;
  max-height: 483px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.vc-space .vc-content .close-vc-popup {
  display: block;
  height: 30px;
  width: 30px;
  background: url("../layout/zo_popup_close.jpg") no-repeat center;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.vc-space .vc-content img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.btn--pink {
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  outline: none;
  padding: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: border-color .2s ease, background-color .2s ease, color .2s ease;
  transition: border-color .2s ease, background-color .2s ease, color .2s ease;
  background-color: #b7006c;
  border: 1px solid #b7006c;
}

.btn--blue {
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  outline: none;
  padding: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: border-color .2s ease, background-color .2s ease, color .2s ease;
  transition: border-color .2s ease, background-color .2s ease, color .2s ease;
  border: 1px solid #00408b;
  background-color: #00408b;
}

.btn--outlined {
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  outline: none;
  padding: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: border-color .2s ease, background-color .2s ease, color .2s ease;
  transition: border-color .2s ease, background-color .2s ease, color .2s ease;
  border: 1px solid #fff;
}

.btn--outlined:hover {
  border-color: #b7006c;
  background-color: #b7006c;
}

.footer-logo {
  width: 370px;
  height: 60px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
