@charset "UTF-8";
.fs {
  height: 100vh; }

.js_fade_in_up {
  opacity: 0; }

/* =Simple animation up */
.no-touch .slideInUp {
  visibility: hidden;
  opacity: 0;
  transition: all 0.7s ease-out;
  transform: translate3d(0, 50px, 0); }

.no-touch .is-active .slideInUp {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0); }

.slideInUp.slideInUp2 {
  transition-delay: 0.2s; }

.slideInUp.slideInUp3 {
  transition-delay: 0.4s; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea, button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

table {
  border-collapse: collapse;
  border-spacing: 0; }

:focus {
  outline: none; }

a {
  cursor: pointer;
  text-decoration: none; }

* {
  box-sizing: border-box; }

.preload * {
  transition: none !important; }

#wrapper {
  margin: 161px auto 0;
  transition: margin 0.25s ease-in; }
  @media (max-width: 991px) {
    #wrapper {
      margin: 71px auto 0; } }
  #wrapper.fixed-header {
    margin: 94px auto 0; }
    @media (max-width: 991px) {
      #wrapper.fixed-header {
        margin: 71px auto 0; } }
  #wrapper .container-fluid {
    padding-right: 0;
    padding-left: 0; }

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

button {
  cursor: pointer; }

em {
  font-style: italic; }

#header {
  padding: 35px 0;
  position: fixed;
  width: 100%;
  background-color: #fff;
  top: 0;
  transition: all 0.25s ease-in;
  z-index: 9999;
  overflow: hidden; }
  @media (max-width: 991px) {
    #header {
      padding: 20px 0;
      overflow: visible; } }
  #header.fixed-header {
    padding: 12px 0; }
  #header .navbar-expand-lg {
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 0;
    padding-left: 8.33333%; }
    #header .navbar-expand-lg .navbar-collapse {
      -ms-flex-positive: 0;
          flex-grow: 0; }
      #header .navbar-expand-lg .navbar-collapse .menu {
        display: -ms-flexbox;
        display: flex; }
        #header .navbar-expand-lg .navbar-collapse .menu li a {
          font-family: "Maven Pro", sans-serif;
          font-size: 16px;
          line-height: 30px;
          font-weight: 400;
          color: #000;
          transition: all 0.25s ease-in;
          text-decoration: none; }
          #header .navbar-expand-lg .navbar-collapse .menu li a:hover {
            color: #6a6a6a;
            text-decoration: none; }
    #header .navbar-expand-lg .main_logo {
      width: 270px; }
      @media (max-width: 991px) {
        #header .navbar-expand-lg .main_logo {
          display: none; } }
    #header .navbar-expand-lg .mobile_logo {
      width: 115px;
      display: none; }
      @media (max-width: 991px) {
        #header .navbar-expand-lg .mobile_logo {
          display: block; } }

html {
  font-size: 14px; }
  html.has-overflow-hidden {
    overflow: hidden; }

img {
  display: block;
  max-width: 100%;
  height: auto; }
  img .rounded_img {
    border-radius: 50%; }

input {
  font-size: 1em;
  padding: 0;
  border-radius: 0;
  line-height: normal; }
  input:focus {
    outline: none; }

input[type=number] {
  -moz-appearance: textfield; }

::-webkit-inner-spin-button {
  -webkit-appearance: none; }

::-webkit-outer-spin-button {
  -webkit-appearance: none; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition-delay: 9999s;
  -webkit-transition: color 9999s ease-out, background-color 9999s ease-out; }

li {
  list-style-type: none; }

ol, ol li {
  list-style: decimal; }

strong {
  font-weight: bold; }

sup {
  font-size: 0.7em;
  display: inline-block;
  vertical-align: super;
  font-weight: inherit;
  line-height: 0; }

textarea {
  resize: none; }

.youtube-player {
  position: relative;
  padding-bottom: 56.23%;
  height: 0;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  background: #000;
  margin: 60px auto; }
  .youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent; }
  .youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    transition: .4s all; }
    .youtube-player img:hover {
      -webkit-filter: brightness(75%); }
  .youtube-player .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url("//i.imgur.com/TxzC70f.png") no-repeat;
    cursor: pointer; }

/*!
 * Bootstrap v4.0.0-alpha.6 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 576px) {
    .container {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 768px) {
    .container {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 992px) {
    .container {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1200px) {
    .container {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 2000px) {
    .container {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 576px) {
    .container {
      width: 540px;
      max-width: 100%; } }
  @media (min-width: 768px) {
    .container {
      width: 720px;
      max-width: 100%; } }
  @media (min-width: 992px) {
    .container {
      width: 910px;
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .container {
      width: 911px;
      max-width: 100%; } }
  @media (min-width: 2000px) {
    .container {
      width: 1400px;
      max-width: 100%; } }

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 576px) {
    .container-fluid {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 768px) {
    .container-fluid {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 992px) {
    .container-fluid {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1200px) {
    .container-fluid {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 2000px) {
    .container-fluid {
      padding-right: 20px;
      padding-left: 20px; } }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px; }
  @media (min-width: 576px) {
    .row {
      margin-right: -20px;
      margin-left: -20px; } }
  @media (min-width: 768px) {
    .row {
      margin-right: -20px;
      margin-left: -20px; } }
  @media (min-width: 992px) {
    .row {
      margin-right: -20px;
      margin-left: -20px; } }
  @media (min-width: 1200px) {
    .row {
      margin-right: -20px;
      margin-left: -20px; } }
  @media (min-width: 2000px) {
    .row {
      margin-right: -20px;
      margin-left: -20px; } }

.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-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-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-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-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-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 576px) {
    .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-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-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-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-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-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 768px) {
    .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-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-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-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-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-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 992px) {
    .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-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-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-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-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-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 1200px) {
    .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-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-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-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-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-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl {
      padding-right: 20px;
      padding-left: 20px; } }
  @media (min-width: 2000px) {
    .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-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-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-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-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-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl {
      padding-right: 20px;
      padding-left: 20px; } }

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

.col-auto {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

.pull-0 {
  right: auto; }

.pull-1 {
  right: 8.33333%; }

.pull-2 {
  right: 16.66667%; }

.pull-3 {
  right: 25%; }

.pull-4 {
  right: 33.33333%; }

.pull-5 {
  right: 41.66667%; }

.pull-6 {
  right: 50%; }

.pull-7 {
  right: 58.33333%; }

.pull-8 {
  right: 66.66667%; }

.pull-9 {
  right: 75%; }

.pull-10 {
  right: 83.33333%; }

.pull-11 {
  right: 91.66667%; }

.pull-12 {
  right: 100%; }

.push-0 {
  left: auto; }

.push-1 {
  left: 8.33333%; }

.push-2 {
  left: 16.66667%; }

.push-3 {
  left: 25%; }

.push-4 {
  left: 33.33333%; }

.push-5 {
  left: 41.66667%; }

.push-6 {
  left: 50%; }

.push-7 {
  left: 58.33333%; }

.push-8 {
  left: 66.66667%; }

.push-9 {
  left: 75%; }

.push-10 {
  left: 83.33333%; }

.push-11 {
  left: 91.66667%; }

.push-12 {
  left: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 2000px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%; }
  .col-xxl-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxl-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxl-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxl-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxl-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxl-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxl-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .pull-xxl-0 {
    right: auto; }
  .pull-xxl-1 {
    right: 8.33333%; }
  .pull-xxl-2 {
    right: 16.66667%; }
  .pull-xxl-3 {
    right: 25%; }
  .pull-xxl-4 {
    right: 33.33333%; }
  .pull-xxl-5 {
    right: 41.66667%; }
  .pull-xxl-6 {
    right: 50%; }
  .pull-xxl-7 {
    right: 58.33333%; }
  .pull-xxl-8 {
    right: 66.66667%; }
  .pull-xxl-9 {
    right: 75%; }
  .pull-xxl-10 {
    right: 83.33333%; }
  .pull-xxl-11 {
    right: 91.66667%; }
  .pull-xxl-12 {
    right: 100%; }
  .push-xxl-0 {
    left: auto; }
  .push-xxl-1 {
    left: 8.33333%; }
  .push-xxl-2 {
    left: 16.66667%; }
  .push-xxl-3 {
    left: 25%; }
  .push-xxl-4 {
    left: 33.33333%; }
  .push-xxl-5 {
    left: 41.66667%; }
  .push-xxl-6 {
    left: 50%; }
  .push-xxl-7 {
    left: 58.33333%; }
  .push-xxl-8 {
    left: 66.66667%; }
  .push-xxl-9 {
    left: 75%; }
  .push-xxl-10 {
    left: 83.33333%; }
  .push-xxl-11 {
    left: 91.66667%; }
  .push-xxl-12 {
    left: 100%; }
  .offset-xxl-0 {
    margin-left: 0%; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

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

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #eceeef; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 15px; }

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #eceeef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-faded {
  background-color: #f7f7f7; }

.bg-primary {
  background-color: #0275d8 !important; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #025aa5 !important; }

.bg-success {
  background-color: #4e7385 !important; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #3b5765 !important; }

.bg-info {
  background-color: #5bc0de !important; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #31b0d5 !important; }

.bg-warning {
  background-color: #f0ad4e !important; }

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #ec971f !important; }

.bg-danger {
  background-color: #d9534f !important; }

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #c9302c !important; }

.bg-inverse {
  background-color: #292b2c !important; }

a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: #101112 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.rounded {
  border-radius: 0.25rem; }

.rounded-top {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }

.rounded-right {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.rounded-left {
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem; }

.rounded-circle {
  border-radius: 50%; }

.rounded-0 {
  border-radius: 0; }

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

.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-cell {
  display: table-cell !important; }

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

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

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

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

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

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

@media (min-width: 2000px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xxl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.flex-first {
  -ms-flex-order: -1;
      order: -1; }

.flex-last {
  -ms-flex-order: 1;
      order: 1; }

.flex-unordered {
  -ms-flex-order: 0;
      order: 0; }

.flex-row {
  -ms-flex-direction: row !important;
      flex-direction: row !important; }

.flex-column {
  -ms-flex-direction: column !important;
      flex-direction: column !important; }

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important; }

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-first {
    -ms-flex-order: -1;
        order: -1; }
  .flex-sm-last {
    -ms-flex-order: 1;
        order: 1; }
  .flex-sm-unordered {
    -ms-flex-order: 0;
        order: 0; }
  .flex-sm-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-sm-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-sm-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-sm-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-sm-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-first {
    -ms-flex-order: -1;
        order: -1; }
  .flex-md-last {
    -ms-flex-order: 1;
        order: 1; }
  .flex-md-unordered {
    -ms-flex-order: 0;
        order: 0; }
  .flex-md-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-md-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-md-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-md-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-md-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-first {
    -ms-flex-order: -1;
        order: -1; }
  .flex-lg-last {
    -ms-flex-order: 1;
        order: 1; }
  .flex-lg-unordered {
    -ms-flex-order: 0;
        order: 0; }
  .flex-lg-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-lg-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-lg-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-lg-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-lg-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-first {
    -ms-flex-order: -1;
        order: -1; }
  .flex-xl-last {
    -ms-flex-order: 1;
        order: 1; }
  .flex-xl-unordered {
    -ms-flex-order: 0;
        order: 0; }
  .flex-xl-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-xl-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xl-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-xl-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-xl-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 2000px) {
  .flex-xxl-first {
    -ms-flex-order: -1;
        order: -1; }
  .flex-xxl-last {
    -ms-flex-order: 1;
        order: 1; }
  .flex-xxl-unordered {
    -ms-flex-order: 0;
        order: 0; }
  .flex-xxl-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important; }
  .flex-xxl-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important; }
  .flex-xxl-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-xxl-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important; }
  .justify-content-xxl-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important; }
  .justify-content-xxl-center {
    -ms-flex-pack: center !important;
        justify-content: center !important; }
  .justify-content-xxl-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important; }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xxl-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important; }
  .align-items-xxl-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important; }
  .align-items-xxl-center {
    -ms-flex-align: center !important;
        align-items: center !important; }
  .align-items-xxl-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important; }
  .align-items-xxl-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important; }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

@media (min-width: 2000px) {
  .float-xxl-left {
    float: left !important; }
  .float-xxl-right {
    float: right !important; }
  .float-xxl-none {
    float: none !important; } }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1030; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-nowrap {
  white-space: nowrap !important; }

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

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

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

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

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

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

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

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

@media (min-width: 2000px) {
  .text-xxl-left {
    text-align: left !important; }
  .text-xxl-right {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

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

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

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

.font-weight-normal {
  font-weight: normal; }

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

.font-italic {
  font-style: italic; }

.text-white {
  color: #fff !important; }

.text-muted {
  color: #636c72 !important; }

a.text-muted:focus, a.text-muted:hover {
  color: #4b5257 !important; }

.text-primary {
  color: #0275d8 !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #025aa5 !important; }

.text-success {
  color: #4e7385 !important; }

a.text-success:focus, a.text-success:hover {
  color: #3b5765 !important; }

.text-info {
  color: #5bc0de !important; }

a.text-info:focus, a.text-info:hover {
  color: #31b0d5 !important; }

.text-warning {
  color: #f0ad4e !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #ec971f !important; }

.text-danger {
  color: #d9534f !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #c9302c !important; }

.text-gray-dark {
  color: #292b2c !important; }

a.text-gray-dark:focus, a.text-gray-dark:hover {
  color: #101112 !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.invisible {
  visibility: hidden !important; }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }

@media (max-width: 1999px) {
  .hidden-xl-down {
    display: none !important; } }

@media (min-width: 2000px) {
  .hidden-xxl-up {
    display: none !important; } }

.hidden-xxl-down {
  display: none !important; }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; }

.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;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.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;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.about .banner {
  display: table;
  width: 100%;
  height: 460px; }
  @media (min-width: 480px) and (max-width: 767px) {
    .about .banner {
      height: auto; } }
  @media (min-width: 320px) and (max-width: 479px) {
    .about .banner {
      height: auto; } }
  .about .banner > div {
    display: table-cell; }
    @media (min-width: 480px) and (max-width: 767px) {
      .about .banner > div {
        display: block; } }
    @media (min-width: 320px) and (max-width: 479px) {
      .about .banner > div {
        display: block; } }
    .about .banner > div.left {
      height: 100%;
      width: 65%;
      background-size: cover;
      background-position: center; }
      @media (min-width: 768px) and (max-width: 1199px) {
        .about .banner > div.left {
          width: 50%; } }
      @media (min-width: 480px) and (max-width: 767px) {
        .about .banner > div.left {
          width: 100%;
          height: 200px; } }
      @media (min-width: 320px) and (max-width: 479px) {
        .about .banner > div.left {
          width: 100%;
          height: 200px; } }
    .about .banner > div.right {
      width: 35%;
      height: 100%;
      background: #4e7385;
      position: relative;
      vertical-align: middle; }
      @media (min-width: 768px) and (max-width: 1199px) {
        .about .banner > div.right {
          width: 50%; } }
      @media (min-width: 480px) and (max-width: 767px) {
        .about .banner > div.right {
          width: 100%; } }
      @media (min-width: 320px) and (max-width: 479px) {
        .about .banner > div.right {
          width: 100%; } }
      .about .banner > div.right > div {
        padding: 0 10%;
        color: white; }
        @media (min-width: 480px) and (max-width: 767px) {
          .about .banner > div.right > div {
            position: relative;
            padding: 50px 10%; } }
        @media (min-width: 320px) and (max-width: 479px) {
          .about .banner > div.right > div {
            position: relative;
            padding: 50px 10%; } }
        .about .banner > div.right > div h2 {
          font-size: 42px;
          font-weight: normal;
          margin: 0 0 20px; }
        .about .banner > div.right > div p {
          font-size: 16px;
          line-height: 28px; }

.about .allo:after {
  left: 50%;
  bottom: 0;
  height: 1px;
  width: 84%;
  content: "";
  position: absolute;
  transform: translateX(-50%);
  background: #c1c1c1; }
  @media (min-width: 480px) and (max-width: 767px) {
    .about .allo:after {
      width: 88%; } }
  @media (min-width: 320px) and (max-width: 479px) {
    .about .allo:after {
      width: 88%; } }

.about .team {
  margin: 70px 0 90px 0;
  padding: 0 8%;
  position: relative; }
  @media (min-width: 480px) and (max-width: 767px) {
    .about .team {
      padding: 0 6%; } }
  @media (min-width: 320px) and (max-width: 479px) {
    .about .team {
      padding: 0 6%; } }
  .about .team h3 {
    font-size: 32px;
    text-align: center;
    margin: 0 0 70px; }
  .about .team .teamMembers {
    width: 100%;
    display: table;
    font-size: 0;
    position: relative; }
    @media (min-width: 480px) and (max-width: 767px) {
      .about .team .teamMembers {
        padding: 0 8%; } }
    @media (min-width: 320px) and (max-width: 479px) {
      .about .team .teamMembers {
        padding: 0 8%; } }
    .about .team .teamMembers .MS-content {
      white-space: nowrap;
      overflow: hidden;
      font-size: 0; }
      .about .team .teamMembers .MS-content div {
        width: 25%;
        display: inline-block;
        white-space: normal; }
        @media (min-width: 768px) and (max-width: 1199px) {
          .about .team .teamMembers .MS-content div {
            width: 33.333%; } }
        @media (min-width: 480px) and (max-width: 767px) {
          .about .team .teamMembers .MS-content div {
            width: 50%; } }
        @media (min-width: 320px) and (max-width: 479px) {
          .about .team .teamMembers .MS-content div {
            width: 100%; } }
        .about .team .teamMembers .MS-content div .member {
          width: 100%;
          position: relative;
          display: block; }
          .about .team .teamMembers .MS-content div .member img {
            display: block;
            width: 100%;
            height: auto; }
          .about .team .teamMembers .MS-content div .member .info {
            position: absolute;
            bottom: 25px;
            left: 15px;
            z-index: 10;
            font-size: 14px;
            line-height: 16px;
            color: #fff;
            min-width: 300px; }
            @media (min-width: 768px) and (max-width: 1199px) {
              .about .team .teamMembers .MS-content div .member .info {
                font-size: 12px;
                min-width: 150px; } }
            @media (min-width: 480px) and (max-width: 767px) {
              .about .team .teamMembers .MS-content div .member .info {
                font-size: 12px;
                min-width: 150px; } }
            @media (min-width: 320px) and (max-width: 479px) {
              .about .team .teamMembers .MS-content div .member .info {
                font-size: 12px; } }
            .about .team .teamMembers .MS-content div .member .info h4 {
              font-size: 18px;
              line-height: 26px; }
              @media (min-width: 768px) and (max-width: 1199px) {
                .about .team .teamMembers .MS-content div .member .info h4 {
                  font-size: 14px;
                  line-height: 18px; } }
              @media (min-width: 480px) and (max-width: 767px) {
                .about .team .teamMembers .MS-content div .member .info h4 {
                  font-size: 14px;
                  line-height: 18px; } }
              @media (min-width: 320px) and (max-width: 479px) {
                .about .team .teamMembers .MS-content div .member .info h4 {
                  font-size: 14px;
                  line-height: 18px; } }
            .about .team .teamMembers .MS-content div .member .info p {
              margin: 3px 0 7px; }
            .about .team .teamMembers .MS-content div .member .info span {
              text-transform: uppercase; }

.about .MS-controls {
  width: 116%;
  height: 13px;
  position: absolute;
  top: 50%;
  left: -8%;
  transform: translateY(-50%); }
  @media (min-width: 480px) and (max-width: 767px) {
    .about .MS-controls {
      width: 110%;
      left: -5%; } }
  @media (min-width: 320px) and (max-width: 479px) {
    .about .MS-controls {
      width: 110%;
      left: -5%; } }
  .about .MS-controls .MS-left {
    position: absolute;
    left: 3%;
    width: 20px;
    height: 13px;
    transform: rotate(180deg);
    outline: none;
    background: transparent;
    backface-visibility: hidden;
    transition: opacity 0.25s ease-in; }
    .about .MS-controls .MS-left:hover {
      opacity: 0.5; }
  .about .MS-controls .MS-right {
    right: 3%;
    width: 20px;
    height: 13px;
    background: transparent;
    position: absolute;
    outline: none;
    backface-visibility: hidden;
    transition: opacity 0.25s ease-in; }
    .about .MS-controls .MS-right:hover {
      opacity: 0.5; }

.animIn {
  opacity: 0;
  transform: translateX(-25px);
  transition: opacity 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95); }
  .animIn.animedIn {
    opacity: 1;
    transform: translateX(0px); }

.article {
  max-width: 1200px;
  margin: auto;
  padding: 40px 30px 0; }
  .article__back a {
    color: #999;
    font-size: 14px;
    font-family: "Maven Pro", sans-serif;
    font-weight: 400;
    text-decoration: none;
    margin-bottom: 25px;
    display: inline-block; }
    .article__back a i {
      margin-right: 10px;
      transition: 0.3s margin ease-in-out; }
    .article__back a:hover i {
      margin-right: 18px; }
  .article__img {
    margin-bottom: 30px; }
  .article__date {
    color: #4e7385;
    font-size: 14px;
    font-family: "Maven Pro", sans-serif;
    font-weight: 400;
    text-align: center; }
    .article__date-container {
      margin-bottom: 35px; }
  .article__title {
    font-size: 41px;
    font-family: "Maven Pro", sans-serif;
    font-weight: 600;
    text-align: center; }
    @media screen and (max-width: 1300px) {
      .article__title {
        font-size: 36px; } }
    @media screen and (max-width: 900px) {
      .article__title {
        font-size: 30px; } }
    .article__title-container {
      padding-bottom: 30px;
      margin-bottom: 30px;
      position: relative; }
      .article__title-container:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 30px;
        height: 1px;
        background: #888; }
  .article__categories {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    font-size: 12px;
    font-family: "Maven Pro", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 50px; }
    .article__categories__category:not(:last-child) {
      margin-right: 10px;
      padding-right: 14px;
      position: relative; }
      .article__categories__category:not(:last-child):after {
        content: '';
        position: absolute;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #4e7385;
        top: 50%;
        transform: translateY(-50%);
        right: 0; }
  .article__content {
    max-width: 900px;
    padding: 0 40px;
    margin: auto;
    margin-bottom: 150px;
    font-family: "Maven Pro", sans-serif; }
    @media screen and (max-width: 900px) {
      .article__content {
        padding: 0; } }
    .article__content p {
      font-size: 14px;
      line-height: 28px;
      font-weight: 300;
      margin-bottom: 30px; }
      .article__content p strong, .article__content p b {
        font-weight: 500; }
      .article__content p .alignleft,
      .article__content p img.alignleft {
        display: inline;
        float: left;
        margin-right: 35px;
        margin-bottom: 45px; }
      .article__content p .alignright,
      .article__content p img.alignright {
        display: inline;
        float: right;
        margin-left: 35px;
        margin-bottom: 45px; }
      .article__content p .aligncenter,
      .article__content p img.aligncenter {
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto; }
    .article__content hr {
      clear: both;
      background: transparent;
      border: none;
      margin: 0 0 45px; }
      .article__content hr + h2 {
        margin: 0 0 30px; }
    .article__content h2 {
      font-size: 17px;
      font-weight: 600;
      margin: 45px 0 30px; }
    .article__content h3 {
      font-size: 21px;
      font-weight: 300;
      margin: 80px 0 35px;
      line-height: 28px; }
    .article__content a {
      text-transform: uppercase;
      font-weight: 600;
      font-size: 12px;
      position: relative;
      color: #000;
      text-decoration: none;
      transition: 0.3s color ease-in-out; }
      .article__content a:after {
        position: absolute;
        transition: 0.3s bottom ease-in-out;
        content: '';
        width: 100%;
        height: 4px;
        background: #4e7385;
        bottom: -8px;
        left: 0; }
      .article__content a:hover {
        color: #4e7385; }
        .article__content a:hover:after {
          bottom: -10px; }
    .article__content ul {
      padding-left: 30px; }
      .article__content ul li {
        list-style-type: disc;
        font-size: 14px;
        line-height: 18px;
        font-weight: 300;
        margin-bottom: 30px; }
    .article__content blockquote {
      padding-left: 20px;
      margin-top: 50px;
      padding-top: 20px;
      position: relative; }
      .article__content blockquote p {
        font-size: 24px;
        font-weight: 300;
        font-style: italic; }
        @media screen and (max-width: 900px) {
          .article__content blockquote p {
            font-size: 20px; } }
        .article__content blockquote p:not(:last-child) {
          margin-bottom: 10px; }
        .article__content blockquote p em {
          font-size: 14px;
          font-weight: 400;
          color: #888;
          font-style: normal; }
      .article__content blockquote:after {
        content: '';
        position: absolute;
        background-image: url("../images/quote.png");
        width: 72px;
        height: 54px;
        background-size: contain;
        top: 0;
        left: 0;
        z-index: -1; }
        @media screen and (max-width: 900px) {
          .article__content blockquote:after {
            width: 48px;
            height: 36px; } }

.blog__banner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background: #4e7385;
  margin-bottom: 40px;
  overflow: hidden; }
  .blog__banner__img {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media all and (-ms-high-contrast: none) {
      .blog__banner__img {
        max-width: 50vw; } }
    @media screen and (max-width: 1300px) {
      .blog__banner__img {
        width: 60vw;
        -ms-flex-item-align: stretch;
            -ms-grid-row-align: stretch;
            align-self: stretch; }
        .blog__banner__img img {
          width: 100%;
          height: 100%;
          object-fit: cover; } }
    @media screen and (max-width: 900px) {
      .blog__banner__img {
        width: 50vw; } }
    @media screen and (max-width: 600px) {
      .blog__banner__img {
        display: none; } }
  .blog__banner__content {
    padding: 55px;
    max-width: 600px; }
    @media screen and (max-width: 600px) {
      .blog__banner__content {
        padding: 25px; } }
  .blog__banner__title {
    font-family: "Maven Pro", sans-serif;
    font-size: 42px;
    color: #fff; }
    .blog__banner__title-container {
      line-height: 45px;
      margin-bottom: 20px; }
    @media screen and (max-width: 1300px) {
      .blog__banner__title {
        font-size: 35px; }
        .blog__banner__title-container {
          line-height: 40px; } }
    @media screen and (max-width: 900px) {
      .blog__banner__title {
        font-size: 32px; }
        .blog__banner__title-container {
          line-height: 38px; } }
    @media screen and (max-width: 600px) {
      .blog__banner__title {
        font-size: 26px; }
        .blog__banner__title-container {
          line-height: 30px; } }
  .blog__banner__text {
    font-family: "Maven Pro", sans-serif;
    font-size: 16px;
    color: #fff; }
    .blog__banner__text-container {
      line-height: 28px; }

.blog__content {
  max-width: 1300px;
  padding: 0 35px;
  margin: auto; }

.blog__filters {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .blog__filters__categories {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .blog__filters__categories__category {
      font-family: "Maven Pro", sans-serif;
      font-weight: 600;
      font-size: 12px;
      text-transform: uppercase;
      margin: 5px 45px 10px 0;
      cursor: pointer;
      transition: 0.3s color ease-in-out; }
      .allowHover .blog__filters__categories__category:hover, .blog__filters__categories__category .selected {
        color: #888; }
      @media screen and (max-width: 900px) {
        .blog__filters__categories__category {
          margin-right: 30px; } }
      @media screen and (max-width: 600px) {
        .blog__filters__categories__category {
          margin-right: 15px;
          font-size: 14px; } }
  .blog__filters__search {
    position: relative;
    margin: 25px 0; }
    @media screen and (max-width: 600px) {
      .blog__filters__search {
        width: 100%; } }
    .blog__filters__search input {
      border: 1px solid #4e7385;
      font-family: "Maven Pro", sans-serif;
      font-weight: 400;
      font-size: 13px;
      color: #4e7385;
      padding: 10px 20px;
      width: 250px; }
      .blog__filters__search input:-ms-input-placeholder {
        font-family: "Maven Pro", sans-serif;
        font-weight: 400;
        font-size: 13px;
        color: #4e7385; }
      .blog__filters__search input::placeholder {
        font-family: "Maven Pro", sans-serif;
        font-weight: 400;
        font-size: 13px;
        color: #4e7385; }
      @media screen and (max-width: 600px) {
        .blog__filters__search input {
          font-size: 16px;
          padding: 10px 25px;
          width: 100%; } }
    .blog__filters__search i {
      position: absolute;
      top: 0;
      right: 5px;
      color: #4e7385;
      font-size: 18px;
      padding: 10px;
      cursor: pointer;
      transition: 0.3s transform ease-in-out; }
      .allowHover .blog__filters__search i:hover {
        transform: scale(1.15); }

.blog__result {
  font-family: "Maven Pro", sans-serif;
  font-weight: 400;
  font-size: 25px;
  color: #888;
  text-transform: uppercase;
  margin-top: 15px; }
  .blog__result span {
    color: #4e7385;
    font-weight: 600; }

.blog__noresult {
  font-family: "Maven Pro", sans-serif;
  font-weight: 400;
  font-size: 31px;
  color: #888;
  text-transform: uppercase;
  margin-top: 35px;
  color: #4e7385;
  font-weight: 600;
  text-align: center; }

.blog__container {
  margin: 75px 0 150px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 70px; }
  @media all and (-ms-high-contrast: none) {
    .blog__container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media screen and (max-width: 1300px) {
    .blog__container {
      gap: 70px 3.5vw;
      margin: 75px 0; } }
  @media screen and (max-width: 900px) {
    .blog__container {
      -ms-grid-columns: (1fr)[2];
          grid-template-columns: repeat(2, 1fr);
      margin: 50px 0 75px; } }
  @media screen and (max-width: 600px) {
    .blog__container {
      -ms-grid-columns: (1fr)[1];
          grid-template-columns: repeat(1, 1fr); } }

.blog__loading {
  font-size: 30px;
  text-align: center;
  color: #4e7385;
  padding-top: 75px; }
  @media screen and (max-width: 900px) {
    .blog__loading {
      padding-top: 50px; } }

.blog__loadmore {
  width: 200px;
  margin: auto;
  text-align: center;
  border: 1px solid #4e7385;
  font-family: "Maven Pro", sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: #4e7385;
  padding: 10px 20px;
  text-transform: uppercase;
  margin-bottom: 75px;
  cursor: pointer;
  transition: 0.3s color ease-in-out, 0.3s background-color ease-in-out; }
  .allowHover .blog__loadmore:hover {
    color: #fff;
    background: #4e7385; }

@media all and (-ms-high-contrast: none) {
  .blog__element {
    width: 30%;
    margin-bottom: 70px; } }

.blog__element__img {
  overflow: hidden; }
  .blog__element__img img {
    transition: 0.3s transform ease-in-out; }
    .blog__element__img img:hover {
      transform: scale(1.1); }

.blog__element__content {
  padding: 35px 0 0 15px; }

.blog__element__title {
  font-family: "Maven Pro", sans-serif;
  font-weight: 600;
  font-size: 31px; }
  .blog__element__title a {
    color: #000;
    text-decoration: none;
    transition: 0.3s color ease-in-out; }
    .blog__element__title a:hover {
      color: #4e7385; }
  .blog__element__title-container {
    line-height: 34px;
    margin-bottom: 25px; }
  @media screen and (max-width: 1300px) {
    .blog__element__title {
      font-size: 28px; }
      .blog__element__title-container {
        line-height: 30px; } }
  @media screen and (max-width: 900px) {
    .blog__element__title {
      font-size: 25px; }
      .blog__element__title-container {
        line-height: 28px; } }

.blog__element__date {
  font-family: "Maven Pro", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #4e7385; }
  .blog__element__date-container {
    margin-bottom: 15px; }

.blog__element__text {
  font-family: "Maven Pro", sans-serif;
  font-weight: 300;
  font-size: 14px; }
  .blog__element__text-container {
    line-height: 28px;
    margin-bottom: 30px; }

.blog__element__more {
  color: #000;
  text-transform: uppercase;
  font-family: "Maven Pro", sans-serif;
  font-weight: 600;
  font-size: 12px;
  position: relative;
  padding-bottom: 6px;
  text-decoration: none !important;
  transition: 0.3s color ease-in-out; }
  .allowHover .blog__element__more:hover {
    color: #4e7385; }
    .allowHover .blog__element__more:hover:after {
      bottom: -2px; }
  .blog__element__more:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background: #4e7385;
    transition: 0.3s bottom ease-in-out; }

footer {
  background-color: #1b282e;
  padding: 0 8%;
  color: #fff; }
  footer .main-footer {
    padding: 60px 0;
    max-width: 1440px;
    margin: auto; }
    footer .main-footer .newsletter_form_container #mc_embed_signup form {
      position: relative;
      margin: 25px 0 0 0;
      padding: 0; }
    footer .main-footer .newsletter_form_container #mc_embed_signup #mc_embed_signup_scroll .mc-field-group {
      padding: 0;
      width: 100%; }
    footer .main-footer .newsletter_form_container #mc_embed_signup #mc_embed_signup_scroll input.email {
      background-color: transparent;
      border: none;
      border-radius: 0;
      border-bottom: 2px solid #fff;
      width: 100%;
      padding: 10px 120px 10px 0;
      color: #fff;
      text-indent: 0;
      transition: color 0.25s ease-in, border 0.25s ease-in; }
      footer .main-footer .newsletter_form_container #mc_embed_signup #mc_embed_signup_scroll input.email:hover {
        color: #4e7385; }
      footer .main-footer .newsletter_form_container #mc_embed_signup #mc_embed_signup_scroll input.email:focus {
        border-bottom: 2px solid #4e7385; }
    footer .main-footer .newsletter_form_container #mc_embed_signup #mc_embed_signup_scroll div.mce_inline_error {
      background: transparent;
      padding: 0;
      font-size: 12px;
      position: absolute;
      top: 50px;
      left: 0; }
    footer .main-footer .newsletter_form_container #mc_embed_signup #mce-responses {
      left: 0;
      margin: 0;
      padding: 0;
      top: 50px;
      font-size: 12px; }
      footer .main-footer .newsletter_form_container #mc_embed_signup #mce-responses .response {
        padding: 0;
        margin: 0; }
      footer .main-footer .newsletter_form_container #mc_embed_signup #mce-responses #mce-error-response {
        color: #e85c41;
        margin: 0;
        font-weight: normal; }
        footer .main-footer .newsletter_form_container #mc_embed_signup #mce-responses #mce-error-response a {
          display: none; }
      footer .main-footer .newsletter_form_container #mc_embed_signup #mce-responses #mce-success-response {
        color: #4e7385;
        margin: 0;
        font-weight: normal; }
    footer .main-footer .newsletter_form_container #mc_embed_signup .clear {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
      footer .main-footer .newsletter_form_container #mc_embed_signup .clear input.button {
        border-radius: 0;
        position: absolute;
        right: 20px;
        top: 10px;
        background: transparent;
        color: #fff;
        padding: 0;
        padding: 0;
        margin: 0;
        height: auto;
        line-height: inherit;
        transition: color 0.25s ease-in; }
      footer .main-footer .newsletter_form_container #mc_embed_signup .clear svg {
        position: absolute;
        right: 0;
        top: 14px;
        fill: #fff;
        width: 15px;
        height: 10px;
        transition: fill 0.25s ease-in; }
      footer .main-footer .newsletter_form_container #mc_embed_signup .clear:hover input.button {
        color: #4e7385; }
      footer .main-footer .newsletter_form_container #mc_embed_signup .clear:hover svg {
        fill: #4e7385; }
    footer .main-footer .newsletter_form_container #mc_embed_signup :-ms-input-placeholder {
      color: #fff; }
    footer .main-footer .newsletter_form_container #mc_embed_signup ::placeholder {
      color: #fff; }
    footer .main-footer .newsletter_form_container #mc_embed_signup ::-webkit-input-placeholder {
      color: #fff; }
    footer .main-footer .newsletter_form_container #mc_embed_signup :-ms-input-placeholder {
      color: #fff; }
    footer .main-footer .newsletter_form_container #mc_embed_signup ::-ms-input-placeholder {
      color: #fff; }
    footer .main-footer .newsletter_form_container #mc_embed_signup ::-moz-placeholder {
      color: #fff;
      opacity: 1; }
    footer .main-footer .newsletter_form_container #mc_embed_signup :-moz-placeholder {
      color: #fff;
      opacity: 1; }
    footer .main-footer h2 {
      font-size: 1.5em; }
    footer .main-footer .social_links_footer {
      padding: 35px 0 0 0; }
      footer .main-footer .social_links_footer ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
            justify-content: flex-end; }
        @media (min-width: 480px) and (max-width: 767px) {
          footer .main-footer .social_links_footer ul {
            text-align: center;
            display: block; } }
        @media (min-width: 320px) and (max-width: 479px) {
          footer .main-footer .social_links_footer ul {
            text-align: center;
            display: block; } }
        footer .main-footer .social_links_footer ul li {
          margin-left: 30px; }
          @media (min-width: 480px) and (max-width: 767px) {
            footer .main-footer .social_links_footer ul li {
              margin: 0 10px;
              display: inline-block; } }
          @media (min-width: 320px) and (max-width: 479px) {
            footer .main-footer .social_links_footer ul li {
              margin: 0 10px;
              display: inline-block; } }
          footer .main-footer .social_links_footer ul li a .fa {
            font-size: 30px;
            color: #fff;
            transition: color 0.25s ease-in; }
          footer .main-footer .social_links_footer ul li a:hover .fa {
            color: #4e7385; }
  footer .second-footer {
    max-width: 1440px;
    margin: auto;
    padding: 60px 0;
    border-top: 1px solid #ffffff; }
    footer .second-footer #menu-second-footer, footer .second-footer #menu-second-footer-en {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center; }
      footer .second-footer #menu-second-footer li a, footer .second-footer #menu-second-footer-en li a {
        font-size: 1em;
        color: #fff;
        text-decoration: none;
        transition: color 0.25s ease-in; }
        footer .second-footer #menu-second-footer li a:hover, footer .second-footer #menu-second-footer-en li a:hover {
          color: #898989; }
      footer .second-footer #menu-second-footer li:nth-child(2):before, footer .second-footer #menu-second-footer-en li:nth-child(2):before {
        content: "|";
        display: inline-block;
        padding: 0 15px; }
      footer .second-footer #menu-second-footer li:nth-child(2):after, footer .second-footer #menu-second-footer-en li:nth-child(2):after {
        content: "|";
        display: inline-block;
        padding: 0 15px; }
      footer .second-footer #menu-second-footer li.current-menu-item a, footer .second-footer #menu-second-footer-en li.current-menu-item a {
        color: #4e7385; }
    footer .second-footer .copyrights {
      text-align: center;
      margin-top: 10px; }
      footer .second-footer .copyrights a {
        margin: 0 0 0 10px;
        font-size: 0.75em;
        line-height: 24px;
        color: #fff;
        text-decoration: none;
        transition: color 0.25s ease-in; }
        footer .second-footer .copyrights a:hover {
          color: #898989; }
      footer .second-footer .copyrights .separator {
        color: #fff;
        padding: 0 12px; }

body {
  font-family: "Maven Pro", sans-serif; }
  body #wrapper header .navbar {
    padding: 0 0 0 8%;
    position: relative;
    -ms-flex-pack: end;
        justify-content: flex-end; }
    @media (max-width: 991px) {
      body #wrapper header .navbar > div {
        width: 100%; } }
    @media (max-width: 991px) {
      body #wrapper header .navbar.navbar-expand-lg {
        padding: 0; } }
    body #wrapper header .navbar a.logo {
      margin: 0 auto 0 0; }
      @media (max-width: 991px) {
        body #wrapper header .navbar a.logo {
          margin: 0 auto 0;
          display: table; } }
    body #wrapper header .navbar button {
      position: absolute;
      left: 8%;
      top: 7px;
      padding: 0;
      width: 28px;
      outline: none;
      border-radius: 0; }
      body #wrapper header .navbar button span {
        width: 100%;
        height: 2px;
        background: #000;
        margin: 0 0 6px;
        display: block; }
        body #wrapper header .navbar button span:last-child {
          margin: 0; }
    body #wrapper header .navbar .cta-search {
      font-size: 20px;
      color: #000000;
      margin: 0 12px 0 0;
      cursor: pointer;
      transition: color 0.25s ease-in; }
      @media (max-width: 991px) {
        body #wrapper header .navbar .cta-search {
          position: absolute;
          right: 8%;
          top: 5px;
          width: auto;
          margin: 0; } }
      body #wrapper header .navbar .cta-search:hover {
        color: #8b8b8b; }
    body #wrapper header .navbar #menu-main-menu, body #wrapper header .navbar #menu-main-menu-en {
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 991px) {
        body #wrapper header .navbar #menu-main-menu, body #wrapper header .navbar #menu-main-menu-en {
          padding: 0 8%;
          margin: 60px 0 0;
          display: block; } }
      body #wrapper header .navbar #menu-main-menu li, body #wrapper header .navbar #menu-main-menu-en li {
        position: relative; }
        @media (max-width: 991px) {
          body #wrapper header .navbar #menu-main-menu li, body #wrapper header .navbar #menu-main-menu-en li {
            display: block;
            width: auto;
            padding: 20px 0;
            float: left;
            clear: both; } }
        body #wrapper header .navbar #menu-main-menu li.current-menu-item, body #wrapper header .navbar #menu-main-menu-en li.current-menu-item {
          position: relative; }
          body #wrapper header .navbar #menu-main-menu li.current-menu-item:after, body #wrapper header .navbar #menu-main-menu-en li.current-menu-item:after {
            content: "";
            width: 100%;
            position: absolute;
            background: #4e7385;
            height: 7px;
            left: 0;
            top: 50%;
            transform: translateY(-50%); }
          @media (max-width: 991px) {
            body #wrapper header .navbar #menu-main-menu li.current-menu-item:last-child:after, body #wrapper header .navbar #menu-main-menu-en li.current-menu-item:last-child:after {
              display: block; } }
          body #wrapper header .navbar #menu-main-menu li.current-menu-item:last-child:before, body #wrapper header .navbar #menu-main-menu-en li.current-menu-item:last-child:before {
            background: #4e7385; }
          body #wrapper header .navbar #menu-main-menu li.current-menu-item a:hover, body #wrapper header .navbar #menu-main-menu-en li.current-menu-item a:hover {
            color: #000; }
        body #wrapper header .navbar #menu-main-menu li a, body #wrapper header .navbar #menu-main-menu-en li a {
          position: relative;
          z-index: 1;
          padding: 0 12px;
          font-size: 16px;
          color: #000;
          transition: color 0.25s ease-in, background 0.25s ease-in, padding 0.25s ease-in; }
          body #wrapper header .navbar #menu-main-menu li a:hover, body #wrapper header .navbar #menu-main-menu-en li a:hover {
            color: #8b8b8b; }
        body #wrapper header .navbar #menu-main-menu li:last-child:before, body #wrapper header .navbar #menu-main-menu-en li:last-child:before {
          background: #1b282e;
          content: "";
          width: 0;
          height: 116px;
          top: -43px;
          right: 0;
          position: absolute;
          transition: width 0.25s ease-in; }
          @media (max-width: 991px) {
            body #wrapper header .navbar #menu-main-menu li:last-child:before, body #wrapper header .navbar #menu-main-menu-en li:last-child:before {
              display: none; } }
        body #wrapper header .navbar #menu-main-menu li:last-child a, body #wrapper header .navbar #menu-main-menu-en li:last-child a {
          padding: 0 30px 0 15px;
          z-index: 10;
          position: relative; }
          @media (max-width: 991px) {
            body #wrapper header .navbar #menu-main-menu li:last-child a, body #wrapper header .navbar #menu-main-menu-en li:last-child a {
              padding: 0 15px; } }
  body #wrapper header.fixed-header .navbar #menu-main-menu li:last-child:before, body #wrapper header.fixed-header .navbar #menu-main-menu-en li:last-child:before {
    height: 116px;
    top: -43px;
    width: 100%; }
  body #wrapper header.fixed-header .navbar #menu-main-menu li:last-child:after, body #wrapper header.fixed-header .navbar #menu-main-menu-en li:last-child:after {
    display: none; }
    @media (max-width: 991px) {
      body #wrapper header.fixed-header .navbar #menu-main-menu li:last-child:after, body #wrapper header.fixed-header .navbar #menu-main-menu-en li:last-child:after {
        display: block; } }
  body #wrapper header.fixed-header .navbar #menu-main-menu li:last-child a, body #wrapper header.fixed-header .navbar #menu-main-menu-en li:last-child a {
    color: #fff;
    padding: 0 30px; }
    @media (max-width: 991px) {
      body #wrapper header.fixed-header .navbar #menu-main-menu li:last-child a, body #wrapper header.fixed-header .navbar #menu-main-menu-en li:last-child a {
        padding: 0 15px;
        color: #000; } }

body.home {
  overflow-x: hidden;
  position: relative; }
  body.home #content {
    position: relative; }
  body.home .backgroundCarrousel {
    color: #bba6a6;
    opacity: 0.15;
    width: 140%;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
    font-size: 0; }
    @media (max-width: 991px) {
      body.home .backgroundCarrousel {
        top: 70px; } }
    @media (min-width: 480px) and (max-width: 767px) {
      body.home .backgroundCarrousel {
        display: none; } }
    @media (min-width: 320px) and (max-width: 479px) {
      body.home .backgroundCarrousel {
        display: none; } }
    body.home .backgroundCarrousel .MS-content {
      white-space: nowrap;
      overflow: hidden;
      height: 80vh; }
      body.home .backgroundCarrousel .MS-content .item {
        width: 70%;
        white-space: normal;
        font-size: 175px;
        display: inline-block;
        vertical-align: top; }
        @media (max-width: 991px) {
          body.home .backgroundCarrousel .MS-content .item {
            font-size: 130px; } }
        @media (min-width: 768px) and (max-width: 1199px) {
          body.home .backgroundCarrousel .MS-content .item {
            font-size: 100px; } }
  body.home .home_promo_container {
    margin-bottom: 80px; }
    @media (min-width: 480px) and (max-width: 767px) {
      body.home .home_promo_container {
        margin-bottom: 60px; } }
    @media (min-width: 320px) and (max-width: 479px) {
      body.home .home_promo_container {
        margin-bottom: 60px; } }
  body.home .home_promo {
    overflow: hidden;
    position: relative; }

.error404 .page404 {
  height: 70vh;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative; }
  .error404 .page404 .text {
    position: absolute;
    top: 50%;
    left: 60%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 50%; }
    @media (max-width: 991px) {
      .error404 .page404 .text {
        left: 50%; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .error404 .page404 .text {
        width: 80%; } }
    @media (min-width: 320px) and (max-width: 479px) {
      .error404 .page404 .text {
        width: 90%; } }
    .error404 .page404 .text h2 {
      text-transform: uppercase;
      font-size: 42px; }
      @media (min-width: 480px) and (max-width: 767px) {
        .error404 .page404 .text h2 {
          font-size: 36px; } }
      @media (min-width: 320px) and (max-width: 479px) {
        .error404 .page404 .text h2 {
          font-size: 36px; } }
    .error404 .page404 .text p {
      font-size: 24px;
      margin: 20px 0 0 0;
      font-weight: 300; }
      @media (min-width: 480px) and (max-width: 767px) {
        .error404 .page404 .text p {
          font-size: 20px; } }
      @media (min-width: 320px) and (max-width: 479px) {
        .error404 .page404 .text p {
          font-size: 20px; } }
    .error404 .page404 .text a {
      margin: 40px auto 0;
      background: #4e7385;
      color: #ffffff;
      padding: 12px 18px;
      font-size: 16px;
      display: table;
      text-decoration: none;
      transition: background 0.25s ease-in, color 0.25s ease-in; }
      .error404 .page404 .text a:hover {
        background: #fff;
        color: #4e7385; }
        .error404 .page404 .text a:hover svg rect, .error404 .page404 .text a:hover svg polygon {
          fill: #4e7385; }
      @media (min-width: 480px) and (max-width: 767px) {
        .error404 .page404 .text a {
          font-size: 14px; } }
      @media (min-width: 320px) and (max-width: 479px) {
        .error404 .page404 .text a {
          font-size: 14px; } }
      .error404 .page404 .text a svg {
        width: 15px;
        height: 10px;
        margin: 0 0 0 5px; }
        .error404 .page404 .text a svg rect, .error404 .page404 .text a svg polygon {
          transition: fill 0.25s ease-in;
          fill: #ffffff; }

@media (min-width: 1600px) {
  .post-type-archive-product .product_taxonomy_container .container-fluid, .tax-categorie .product_taxonomy_container .container-fluid, .page-template-template-products .product_taxonomy_container .container-fluid {
    padding-left: 0; } }

@media (min-width: 1200px) and (max-width: 1599px) {
  .post-type-archive-product .product_taxonomy_container .container-fluid, .tax-categorie .product_taxonomy_container .container-fluid, .page-template-template-products .product_taxonomy_container .container-fluid {
    padding-left: 0; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .post-type-archive-product .product_taxonomy_container .container-fluid, .tax-categorie .product_taxonomy_container .container-fluid, .page-template-template-products .product_taxonomy_container .container-fluid {
    padding-left: 0; } }

.post-type-archive-product .product_taxonomy_container .container-fluid .product_listing_container .bannerProduct, .tax-categorie .product_taxonomy_container .container-fluid .product_listing_container .bannerProduct, .page-template-template-products .product_taxonomy_container .container-fluid .product_listing_container .bannerProduct {
  height: 700px; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .post-type-archive-product .product_taxonomy_container .container-fluid .product_listing_container .bannerProduct, .tax-categorie .product_taxonomy_container .container-fluid .product_listing_container .bannerProduct, .page-template-template-products .product_taxonomy_container .container-fluid .product_listing_container .bannerProduct {
      height: 500px; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .post-type-archive-product .product_taxonomy_container .container-fluid .product_listing_container .bannerProduct, .tax-categorie .product_taxonomy_container .container-fluid .product_listing_container .bannerProduct, .page-template-template-products .product_taxonomy_container .container-fluid .product_listing_container .bannerProduct {
      height: 400px; } }
  @media (min-width: 320px) and (max-width: 479px) {
    .post-type-archive-product .product_taxonomy_container .container-fluid .product_listing_container .bannerProduct, .tax-categorie .product_taxonomy_container .container-fluid .product_listing_container .bannerProduct, .page-template-template-products .product_taxonomy_container .container-fluid .product_listing_container .bannerProduct {
      height: 250px; } }
  .post-type-archive-product .product_taxonomy_container .container-fluid .product_listing_container .bannerProduct:before, .tax-categorie .product_taxonomy_container .container-fluid .product_listing_container .bannerProduct:before, .page-template-template-products .product_taxonomy_container .container-fluid .product_listing_container .bannerProduct:before {
    content: "";
    background: #e1e1e1;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 10;
    animation: revealImg 1.5s ease; }

@keyframes revealImg {
  0% {
    width: 0%;
    left: 0; }
  50% {
    width: 100%;
    left: 0; }
  100% {
    width: 0%;
    left: 100%; } }
  .post-type-archive-product .product_taxonomy_container .container-fluid .product_listing_container .bannerProduct img, .tax-categorie .product_taxonomy_container .container-fluid .product_listing_container .bannerProduct img, .page-template-template-products .product_taxonomy_container .container-fluid .product_listing_container .bannerProduct img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: opacityImg 1.5s ease; }

@keyframes opacityImg {
  0% {
    opacity: 0; }
  49% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 1; } }

.post-type-archive-product .product_taxonomy_container .container-fluid .product_listing_container .product_categorie_intro_specs, .tax-categorie .product_taxonomy_container .container-fluid .product_listing_container .product_categorie_intro_specs, .page-template-template-products .product_taxonomy_container .container-fluid .product_listing_container .product_categorie_intro_specs {
  position: relative;
  padding: 20px 0 20px 85px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  max-width: 90%;
  margin-top: -80px;
  padding-left: 85px;
  z-index: 15; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .post-type-archive-product .product_taxonomy_container .container-fluid .product_listing_container .product_categorie_intro_specs, .tax-categorie .product_taxonomy_container .container-fluid .product_listing_container .product_categorie_intro_specs, .page-template-template-products .product_taxonomy_container .container-fluid .product_listing_container .product_categorie_intro_specs {
      margin-top: 0; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .post-type-archive-product .product_taxonomy_container .container-fluid .product_listing_container .product_categorie_intro_specs, .tax-categorie .product_taxonomy_container .container-fluid .product_listing_container .product_categorie_intro_specs, .page-template-template-products .product_taxonomy_container .container-fluid .product_listing_container .product_categorie_intro_specs {
      margin-top: 0;
      max-width: 100%;
      padding: 20px 0 20px 50px;
      min-height: 120px; } }
  @media (min-width: 320px) and (max-width: 479px) {
    .post-type-archive-product .product_taxonomy_container .container-fluid .product_listing_container .product_categorie_intro_specs, .tax-categorie .product_taxonomy_container .container-fluid .product_listing_container .product_categorie_intro_specs, .page-template-template-products .product_taxonomy_container .container-fluid .product_listing_container .product_categorie_intro_specs {
      margin-top: 0;
      max-width: 100%;
      padding: 20px 0 20px 30px;
      min-height: 120px; } }
  .post-type-archive-product .product_taxonomy_container .container-fluid .product_listing_container .product_categorie_intro_specs .product_categorie_intro_specs_text, .tax-categorie .product_taxonomy_container .container-fluid .product_listing_container .product_categorie_intro_specs .product_categorie_intro_specs_text, .page-template-template-products .product_taxonomy_container .container-fluid .product_listing_container .product_categorie_intro_specs .product_categorie_intro_specs_text {
    font-size: 1.125em;
    line-height: 30px;
    color: #fff;
    margin-left: 50px; }
    @media (min-width: 480px) and (max-width: 767px) {
      .post-type-archive-product .product_taxonomy_container .container-fluid .product_listing_container .product_categorie_intro_specs .product_categorie_intro_specs_text, .tax-categorie .product_taxonomy_container .container-fluid .product_listing_container .product_categorie_intro_specs .product_categorie_intro_specs_text, .page-template-template-products .product_taxonomy_container .container-fluid .product_listing_container .product_categorie_intro_specs .product_categorie_intro_specs_text {
        font-size: 0.875em;
        line-height: 22px; } }
    @media (min-width: 320px) and (max-width: 479px) {
      .post-type-archive-product .product_taxonomy_container .container-fluid .product_listing_container .product_categorie_intro_specs .product_categorie_intro_specs_text, .tax-categorie .product_taxonomy_container .container-fluid .product_listing_container .product_categorie_intro_specs .product_categorie_intro_specs_text, .page-template-template-products .product_taxonomy_container .container-fluid .product_listing_container .product_categorie_intro_specs .product_categorie_intro_specs_text {
        font-size: 0.875em;
        line-height: 22px;
        margin-left: 30px; } }

.post-type-archive-product .product_taxonomy_container .container-fluid .product_listing_container .product_listing_boxes, .tax-categorie .product_taxonomy_container .container-fluid .product_listing_container .product_listing_boxes, .page-template-template-products .product_taxonomy_container .container-fluid .product_listing_container .product_listing_boxes {
  margin: 80px auto 0;
  padding: 0 57px 50px 74px;
  max-width: 1600px; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .post-type-archive-product .product_taxonomy_container .container-fluid .product_listing_container .product_listing_boxes, .tax-categorie .product_taxonomy_container .container-fluid .product_listing_container .product_listing_boxes, .page-template-template-products .product_taxonomy_container .container-fluid .product_listing_container .product_listing_boxes {
      padding: 0 17px 50px 34px; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .post-type-archive-product .product_taxonomy_container .container-fluid .product_listing_container .product_listing_boxes, .tax-categorie .product_taxonomy_container .container-fluid .product_listing_container .product_listing_boxes, .page-template-template-products .product_taxonomy_container .container-fluid .product_listing_container .product_listing_boxes {
      margin-top: 50px;
      padding: 0 4% 50px; } }
  @media (min-width: 320px) and (max-width: 479px) {
    .post-type-archive-product .product_taxonomy_container .container-fluid .product_listing_container .product_listing_boxes, .tax-categorie .product_taxonomy_container .container-fluid .product_listing_container .product_listing_boxes, .page-template-template-products .product_taxonomy_container .container-fluid .product_listing_container .product_listing_boxes {
      margin-top: 50px;
      padding: 0 4% 50px; } }
  .post-type-archive-product .product_taxonomy_container .container-fluid .product_listing_container .product_listing_boxes .product_boxe, .tax-categorie .product_taxonomy_container .container-fluid .product_listing_container .product_listing_boxes .product_boxe, .page-template-template-products .product_taxonomy_container .container-fluid .product_listing_container .product_listing_boxes .product_boxe {
    position: relative;
    opacity: 1;
    padding-right: 17px;
    margin-bottom: 64px;
    margin-left: 0;
    max-width: calc(50%);
    overflow: hidden;
    transform: translateY(-45px); }
    @media (min-width: 480px) and (max-width: 767px) {
      .post-type-archive-product .product_taxonomy_container .container-fluid .product_listing_container .product_listing_boxes .product_boxe, .tax-categorie .product_taxonomy_container .container-fluid .product_listing_container .product_listing_boxes .product_boxe, .page-template-template-products .product_taxonomy_container .container-fluid .product_listing_container .product_listing_boxes .product_boxe {
        max-width: 100%;
        padding-right: 0px;
        transform: translateY(0px);
        margin-bottom: 35px; } }
    @media (min-width: 320px) and (max-width: 479px) {
      .post-type-archive-product .product_taxonomy_container .container-fluid .product_listing_container .product_listing_boxes .product_boxe, .tax-categorie .product_taxonomy_container .container-fluid .product_listing_container .product_listing_boxes .product_boxe, .page-template-template-products .product_taxonomy_container .container-fluid .product_listing_container .product_listing_boxes .product_boxe {
        max-width: 100%;
        padding-right: 0px;
        transform: translateY(0px);
        margin-bottom: 35px; } }
    .post-type-archive-product .product_taxonomy_container .container-fluid .product_listing_container .product_listing_boxes .product_boxe.even, .tax-categorie .product_taxonomy_container .container-fluid .product_listing_container .product_listing_boxes .product_boxe.even, .page-template-template-products .product_taxonomy_container .container-fluid .product_listing_container .product_listing_boxes .product_boxe.even {
      margin-right: 0;
      padding-left: 17px;
      transform: translateY(45px); }
      @media (min-width: 480px) and (max-width: 767px) {
        .post-type-archive-product .product_taxonomy_container .container-fluid .product_listing_container .product_listing_boxes .product_boxe.even, .tax-categorie .product_taxonomy_container .container-fluid .product_listing_container .product_listing_boxes .product_boxe.even, .page-template-template-products .product_taxonomy_container .container-fluid .product_listing_container .product_listing_boxes .product_boxe.even {
          max-width: 100%;
          padding-left: 0px;
          transform: translateY(0px); } }
      @media (min-width: 320px) and (max-width: 479px) {
        .post-type-archive-product .product_taxonomy_container .container-fluid .product_listing_container .product_listing_boxes .product_boxe.even, .tax-categorie .product_taxonomy_container .container-fluid .product_listing_container .product_listing_boxes .product_boxe.even, .page-template-template-products .product_taxonomy_container .container-fluid .product_listing_container .product_listing_boxes .product_boxe.even {
          max-width: 100%;
          padding-left: 0px;
          transform: translateY(0px); } }
    .post-type-archive-product .product_taxonomy_container .container-fluid .product_listing_container .product_listing_boxes .product_boxe .product_link, .tax-categorie .product_taxonomy_container .container-fluid .product_listing_container .product_listing_boxes .product_boxe .product_link, .page-template-template-products .product_taxonomy_container .container-fluid .product_listing_container .product_listing_boxes .product_boxe .product_link {
      position: relative;
      display: block;
      width: 100%;
      height: 100%; }
      .post-type-archive-product .product_taxonomy_container .container-fluid .product_listing_container .product_listing_boxes .product_boxe .product_link .img_cat, .tax-categorie .product_taxonomy_container .container-fluid .product_listing_container .product_listing_boxes .product_boxe .product_link .img_cat, .page-template-template-products .product_taxonomy_container .container-fluid .product_listing_container .product_listing_boxes .product_boxe .product_link .img_cat {
        z-index: 10;
        position: relative; }
        .post-type-archive-product .product_taxonomy_container .container-fluid .product_listing_container .product_listing_boxes .product_boxe .product_link .img_cat img, .tax-categorie .product_taxonomy_container .container-fluid .product_listing_container .product_listing_boxes .product_boxe .product_link .img_cat img, .page-template-template-products .product_taxonomy_container .container-fluid .product_listing_container .product_listing_boxes .product_boxe .product_link .img_cat img {
          position: relative;
          z-index: 10;
          width: 70%;
          margin: 0 auto; }
          .post-type-archive-product .product_taxonomy_container .container-fluid .product_listing_container .product_listing_boxes .product_boxe .product_link .img_cat img.hover, .tax-categorie .product_taxonomy_container .container-fluid .product_listing_container .product_listing_boxes .product_boxe .product_link .img_cat img.hover, .page-template-template-products .product_taxonomy_container .container-fluid .product_listing_container .product_listing_boxes .product_boxe .product_link .img_cat img.hover {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 85%;
            margin: 0 0 0 5%;
            margin: 0;
            padding: 0;
            opacity: 0; }
      .post-type-archive-product .product_taxonomy_container .container-fluid .product_listing_container .product_listing_boxes .product_boxe .product_link h2, .tax-categorie .product_taxonomy_container .container-fluid .product_listing_container .product_listing_boxes .product_boxe .product_link h2, .page-template-template-products .product_taxonomy_container .container-fluid .product_listing_container .product_listing_boxes .product_boxe .product_link h2 {
        position: absolute;
        bottom: -15px;
        right: 20px;
        font-size: 1.75em;
        line-height: 60px;
        color: #000;
        z-index: 20;
        transition: all 0.25s ease-in; }
        @media (min-width: 768px) and (max-width: 1199px) {
          .post-type-archive-product .product_taxonomy_container .container-fluid .product_listing_container .product_listing_boxes .product_boxe .product_link h2, .tax-categorie .product_taxonomy_container .container-fluid .product_listing_container .product_listing_boxes .product_boxe .product_link h2, .page-template-template-products .product_taxonomy_container .container-fluid .product_listing_container .product_listing_boxes .product_boxe .product_link h2 {
            font-size: 1.25em; } }
        @media (min-width: 480px) and (max-width: 767px) {
          .post-type-archive-product .product_taxonomy_container .container-fluid .product_listing_container .product_listing_boxes .product_boxe .product_link h2, .tax-categorie .product_taxonomy_container .container-fluid .product_listing_container .product_listing_boxes .product_boxe .product_link h2, .page-template-template-products .product_taxonomy_container .container-fluid .product_listing_container .product_listing_boxes .product_boxe .product_link h2 {
            font-size: 1em; } }
        @media (min-width: 320px) and (max-width: 479px) {
          .post-type-archive-product .product_taxonomy_container .container-fluid .product_listing_container .product_listing_boxes .product_boxe .product_link h2, .tax-categorie .product_taxonomy_container .container-fluid .product_listing_container .product_listing_boxes .product_boxe .product_link h2, .page-template-template-products .product_taxonomy_container .container-fluid .product_listing_container .product_listing_boxes .product_boxe .product_link h2 {
            font-size: 1em; } }
      .post-type-archive-product .product_taxonomy_container .container-fluid .product_listing_container .product_listing_boxes .product_boxe .product_link .inSituation, .tax-categorie .product_taxonomy_container .container-fluid .product_listing_container .product_listing_boxes .product_boxe .product_link .inSituation, .page-template-template-products .product_taxonomy_container .container-fluid .product_listing_container .product_listing_boxes .product_boxe .product_link .inSituation {
        position: absolute;
        top: 0;
        left: -110%;
        height: 100%;
        z-index: 10;
        background-size: cover;
        background-position: center;
        width: 100%; }
      .post-type-archive-product .product_taxonomy_container .container-fluid .product_listing_container .product_listing_boxes .product_boxe .product_link .bgColor, .tax-categorie .product_taxonomy_container .container-fluid .product_listing_container .product_listing_boxes .product_boxe .product_link .bgColor, .page-template-template-products .product_taxonomy_container .container-fluid .product_listing_container .product_listing_boxes .product_boxe .product_link .bgColor {
        width: 10px;
        position: absolute;
        height: 50%;
        left: 0;
        z-index: 5;
        display: block;
        bottom: 45px; }
      .post-type-archive-product .product_taxonomy_container .container-fluid .product_listing_container .product_listing_boxes .product_boxe .product_link .background_block, .tax-categorie .product_taxonomy_container .container-fluid .product_listing_container .product_listing_boxes .product_boxe .product_link .background_block, .page-template-template-products .product_taxonomy_container .container-fluid .product_listing_container .product_listing_boxes .product_boxe .product_link .background_block {
        position: absolute;
        bottom: 45px;
        z-index: 0;
        background-color: #e1e1e1;
        width: 100%;
        height: 50%; }

.post-type-archive-product .sidebar__inner .archive_list_categories li, .tax-categorie .sidebar__inner .archive_list_categories li, .page-template-template-products .sidebar__inner .archive_list_categories li {
  margin: 0 0 3vw; }
  @media (min-width: 480px) and (max-width: 767px) {
    .post-type-archive-product .sidebar__inner .archive_list_categories li, .tax-categorie .sidebar__inner .archive_list_categories li, .page-template-template-products .sidebar__inner .archive_list_categories li {
      display: table-cell;
      width: auto;
      vertical-align: top;
      padding: 0 20px 0 0;
      margin: 0; }
      .post-type-archive-product .sidebar__inner .archive_list_categories li:last-child, .tax-categorie .sidebar__inner .archive_list_categories li:last-child, .page-template-template-products .sidebar__inner .archive_list_categories li:last-child {
        padding: 0; } }
  @media (min-width: 320px) and (max-width: 479px) {
    .post-type-archive-product .sidebar__inner .archive_list_categories li, .tax-categorie .sidebar__inner .archive_list_categories li, .page-template-template-products .sidebar__inner .archive_list_categories li {
      width: auto;
      display: table-cell;
      vertical-align: top;
      margin: 0;
      padding: 0 10px 0 0; }
      .post-type-archive-product .sidebar__inner .archive_list_categories li:last-child, .tax-categorie .sidebar__inner .archive_list_categories li:last-child, .page-template-template-products .sidebar__inner .archive_list_categories li:last-child {
        padding: 0; } }
  .post-type-archive-product .sidebar__inner .archive_list_categories li a, .tax-categorie .sidebar__inner .archive_list_categories li a, .page-template-template-products .sidebar__inner .archive_list_categories li a {
    font-size: 30px;
    color: #000;
    text-decoration: none;
    transition: color 0.25s ease-in; }
    .post-type-archive-product .sidebar__inner .archive_list_categories li a:hover, .tax-categorie .sidebar__inner .archive_list_categories li a:hover, .page-template-template-products .sidebar__inner .archive_list_categories li a:hover {
      color: #8b8b8b; }
    @media (min-width: 1200px) and (max-width: 1599px) {
      .post-type-archive-product .sidebar__inner .archive_list_categories li a, .tax-categorie .sidebar__inner .archive_list_categories li a, .page-template-template-products .sidebar__inner .archive_list_categories li a {
        font-size: 25px; } }
    @media (min-width: 768px) and (max-width: 1199px) {
      .post-type-archive-product .sidebar__inner .archive_list_categories li a, .tax-categorie .sidebar__inner .archive_list_categories li a, .page-template-template-products .sidebar__inner .archive_list_categories li a {
        font-size: 18px; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .post-type-archive-product .sidebar__inner .archive_list_categories li a, .tax-categorie .sidebar__inner .archive_list_categories li a, .page-template-template-products .sidebar__inner .archive_list_categories li a {
        font-size: 14px; } }
    @media (min-width: 320px) and (max-width: 479px) {
      .post-type-archive-product .sidebar__inner .archive_list_categories li a, .tax-categorie .sidebar__inner .archive_list_categories li a, .page-template-template-products .sidebar__inner .archive_list_categories li a {
        font-size: 12px; } }
  .post-type-archive-product .sidebar__inner .archive_list_categories li.current-cat a, .tax-categorie .sidebar__inner .archive_list_categories li.current-cat a, .page-template-template-products .sidebar__inner .archive_list_categories li.current-cat a {
    position: relative; }
    .post-type-archive-product .sidebar__inner .archive_list_categories li.current-cat a:hover, .tax-categorie .sidebar__inner .archive_list_categories li.current-cat a:hover, .page-template-template-products .sidebar__inner .archive_list_categories li.current-cat a:hover {
      color: #000; }
    .post-type-archive-product .sidebar__inner .archive_list_categories li.current-cat a:before, .tax-categorie .sidebar__inner .archive_list_categories li.current-cat a:before, .page-template-template-products .sidebar__inner .archive_list_categories li.current-cat a:before {
      content: '';
      display: block;
      width: 100px;
      height: 1px;
      position: absolute;
      top: 50%;
      left: 0;
      background-color: #000;
      transform: translate(-150px, -50%);
      transition: all 0.5s ease-in; }
      @media (min-width: 480px) and (max-width: 767px) {
        .post-type-archive-product .sidebar__inner .archive_list_categories li.current-cat a:before, .tax-categorie .sidebar__inner .archive_list_categories li.current-cat a:before, .page-template-template-products .sidebar__inner .archive_list_categories li.current-cat a:before {
          display: none; } }
      @media (min-width: 320px) and (max-width: 479px) {
        .post-type-archive-product .sidebar__inner .archive_list_categories li.current-cat a:before, .tax-categorie .sidebar__inner .archive_list_categories li.current-cat a:before, .page-template-template-products .sidebar__inner .archive_list_categories li.current-cat a:before {
          display: none; } }

.post-type-archive-product .fixMenu, .tax-categorie .fixMenu, .page-template-template-products .fixMenu {
  width: 33.333%;
  position: absolute;
  right: -33.333%;
  top: 0;
  padding: 3vw 8% 0;
  max-width: 390px;
  z-index: 20; }
  @media (min-width: 480px) and (max-width: 767px) {
    .post-type-archive-product .fixMenu, .tax-categorie .fixMenu, .page-template-template-products .fixMenu {
      position: relative;
      display: table;
      width: 100%;
      right: 0;
      padding: 40px 8% 0;
      max-width: 100%; } }
  @media (min-width: 320px) and (max-width: 479px) {
    .post-type-archive-product .fixMenu, .tax-categorie .fixMenu, .page-template-template-products .fixMenu {
      position: relative;
      display: table;
      width: 100%;
      right: 0;
      padding: 40px 8% 0;
      max-width: 100%; } }

.post-type-archive-product.mobile .product_taxonomy_container .container-fluid .product_listing_container .product_listing_boxes .product_boxe, .tax-categorie.mobile .product_taxonomy_container .container-fluid .product_listing_container .product_listing_boxes .product_boxe, .page-template-template-products.mobile .product_taxonomy_container .container-fluid .product_listing_container .product_listing_boxes .product_boxe {
  margin-bottom: 15px; }
  .post-type-archive-product.mobile .product_taxonomy_container .container-fluid .product_listing_container .product_listing_boxes .product_boxe .product_link .img_cat img, .tax-categorie.mobile .product_taxonomy_container .container-fluid .product_listing_container .product_listing_boxes .product_boxe .product_link .img_cat img, .page-template-template-products.mobile .product_taxonomy_container .container-fluid .product_listing_container .product_listing_boxes .product_boxe .product_link .img_cat img {
    padding: 0 0 70px; }

.search {
  font-family: "Maven Pro", sans-serif; }
  .search h1.search-title {
    font-weight: 400;
    font-size: 25px;
    color: #888;
    text-transform: uppercase;
    margin-top: 15px; }
    @media (min-width: 480px) and (max-width: 767px) {
      .search h1.search-title {
        margin: 0 0 25px; } }
    @media (min-width: 320px) and (max-width: 479px) {
      .search h1.search-title {
        margin: 0 0 25px; } }
    .search h1.search-title span {
      color: #4e7385;
      font-weight: bold; }
  .search article {
    margin: 0 0 30px; }
    .search article:last-child {
      margin: 0; }
    .search article .entry-title {
      position: relative; }
      .search article .entry-title:after {
        position: absolute;
        left: 0;
        bottom: -8px;
        width: 50px;
        height: 1px;
        content: "";
        background: #000000; }
      .search article .entry-title a {
        color: #4e7385;
        text-decoration: none;
        transition: color 0.25s ease-in; }
        .search article .entry-title a:hover {
          color: #000000; }
    .search article .post-edit-link {
      display: none; }
  .search .wysiwyg {
    padding: 60px 8%; }
    @media (min-width: 480px) and (max-width: 767px) {
      .search .wysiwyg {
        padding: 40px 8%; } }
    @media (min-width: 320px) and (max-width: 479px) {
      .search .wysiwyg {
        padding: 40px 8%; } }
    .search .wysiwyg p {
      margin: 0; }
  .search .navigation {
    padding: 0 8% 60px; }
    .search .navigation ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center; }
      .search .navigation ul li {
        margin: 0 10px; }
        .search .navigation ul li a {
          color: #000000;
          font-size: 16px;
          text-decoration: none;
          transition: color 0.25s ease-in; }
          @media (min-width: 480px) and (max-width: 767px) {
            .search .navigation ul li a {
              font-size: 14px; } }
          @media (min-width: 320px) and (max-width: 479px) {
            .search .navigation ul li a {
              font-size: 14px; } }
          .search .navigation ul li a:hover {
            color: #8b8b8b; }
        .search .navigation ul li.active a {
          color: #4e7385; }

.search-modal {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10000;
  display: none; }
  .search-modal .content {
    position: relative;
    width: 80%;
    max-width: 1000px;
    margin: 150px auto 0; }
    @media (min-width: 480px) and (max-width: 767px) {
      .search-modal .content {
        margin: 100px auto 0;
        width: 98%; } }
    @media (min-width: 320px) and (max-width: 479px) {
      .search-modal .content {
        margin: 100px auto 0;
        width: 98%; } }
  .search-modal .close-modal {
    position: absolute;
    right: -15px;
    top: -15px;
    font-size: 30px;
    color: #ffffff;
    opacity: 1;
    font-weight: 300;
    cursor: pointer;
    transition: color 0.25s ease-in; }
    @media (min-width: 480px) and (max-width: 767px) {
      .search-modal .close-modal {
        right: 15px;
        top: -30px;
        font-size: 25px; } }
    @media (min-width: 320px) and (max-width: 479px) {
      .search-modal .close-modal {
        right: 15px;
        top: -30px;
        font-size: 25px; } }
    .search-modal .close-modal:hover {
      color: #4e7385; }
  .search-modal form {
    display: table;
    position: relative;
    padding: 0 35px;
    width: 100%; }
    .search-modal form:after {
      content: "\F002";
      font-family: 'Font Awesome 5 Pro';
      font-weight: 400;
      color: #ffffff;
      font-size: 30px;
      position: absolute;
      right: 40px;
      top: 18px;
      pointer-events: none; }
      @media (min-width: 480px) and (max-width: 767px) {
        .search-modal form:after {
          font-size: 18px;
          top: 8px; } }
      @media (min-width: 320px) and (max-width: 479px) {
        .search-modal form:after {
          font-size: 18px;
          top: 8px; } }
    .search-modal form label {
      width: 100%; }
    .search-modal form input[type="search"] {
      font-size: 40px;
      color: #ffffff;
      padding: 5px 30px 5px 0;
      width: 100%;
      font-weight: 300;
      background: transparent;
      border-bottom: 1px solid #ffffff; }
      @media (min-width: 480px) and (max-width: 767px) {
        .search-modal form input[type="search"] {
          font-size: 18px; } }
      @media (min-width: 320px) and (max-width: 479px) {
        .search-modal form input[type="search"] {
          font-size: 18px; } }
    .search-modal form input[type="submit"] {
      position: absolute;
      right: 36px;
      top: 12px;
      width: 40px;
      height: 40px;
      background: transparent;
      cursor: pointer;
      text-indent: -9999px; }
      @media (min-width: 480px) and (max-width: 767px) {
        .search-modal form input[type="submit"] {
          right: 35px;
          top: 2px;
          width: 30px;
          height: 30px; } }
      @media (min-width: 320px) and (max-width: 479px) {
        .search-modal form input[type="submit"] {
          right: 35px;
          top: 2px;
          width: 30px;
          height: 30px; } }
  .search-modal :-ms-input-placeholder {
    color: #ffffff !important; }
  .search-modal ::placeholder {
    color: #ffffff !important; }
  .search-modal ::-webkit-input-placeholder {
    color: #ffffff !important; }
  .search-modal :-ms-input-placeholder {
    color: #ffffff !important; }
  .search-modal ::-ms-input-placeholder {
    color: #ffffff !important; }
  .search-modal ::-moz-placeholder {
    color: #ffffff !important;
    opacity: 1; }
  .search-modal :-moz-placeholder {
    color: #ffffff !important;
    opacity: 1; }

.single-product .product_intro_block {
  padding: 0 0 80px; }
  @media (min-width: 480px) and (max-width: 767px) {
    .single-product .product_intro_block {
      padding: 0; } }
  @media (min-width: 320px) and (max-width: 479px) {
    .single-product .product_intro_block {
      padding: 0; } }
  .single-product .product_intro_block .back_nav {
    position: relative;
    z-index: 99;
    margin-left: 8%;
    padding-bottom: 25px;
    text-align: left;
    transform: translateY(100%);
    transition: opacity 0.25s ease-in; }
    .single-product .product_intro_block .back_nav:hover {
      opacity: 0.5; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .single-product .product_intro_block .back_nav {
        transform: translateY(0);
        margin-left: 8%; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .single-product .product_intro_block .back_nav {
        margin-left: 8%;
        transform: inherit; } }
    @media (min-width: 320px) and (max-width: 479px) {
      .single-product .product_intro_block .back_nav {
        margin-left: 8%;
        transform: inherit; } }
    .single-product .product_intro_block .back_nav a {
      font-size: 0.875em;
      line-height: 30px;
      color: #000; }
      .single-product .product_intro_block .back_nav a:hover {
        text-decoration: none; }
  .single-product .product_intro_block .product_header {
    padding: 0 8%; }
    .single-product .product_intro_block .product_header .product_img_slider {
      display: -ms-flexbox;
      display: flex; }
      @media (min-width: 768px) and (max-width: 1199px) {
        .single-product .product_intro_block .product_header .product_img_slider {
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
      @media (min-width: 480px) and (max-width: 767px) {
        .single-product .product_intro_block .product_header .product_img_slider {
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
      @media (min-width: 320px) and (max-width: 479px) {
        .single-product .product_intro_block .product_header .product_img_slider {
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
      .single-product .product_intro_block .product_header .product_img_slider .bx-wrapper {
        box-shadow: none;
        border: 0;
        margin-bottom: 20px !important; }
        .single-product .product_intro_block .product_header .product_img_slider .bx-wrapper .bx-viewport {
          background-color: #e1e1e1; }
      .single-product .product_intro_block .product_header .product_img_slider .vertical_slider_pager {
        padding-top: 10px;
        padding-right: 15px;
        width: 122px; }
        @media (min-width: 768px) and (max-width: 1199px) {
          .single-product .product_intro_block .product_header .product_img_slider .vertical_slider_pager {
            height: 90px;
            display: -ms-flexbox;
            display: flex;
            width: 100%;
            padding-top: 0; } }
        @media (min-width: 480px) and (max-width: 767px) {
          .single-product .product_intro_block .product_header .product_img_slider .vertical_slider_pager {
            height: 90px;
            display: -ms-flexbox;
            display: flex;
            width: 100%;
            padding-top: 0; } }
        @media (min-width: 320px) and (max-width: 479px) {
          .single-product .product_intro_block .product_header .product_img_slider .vertical_slider_pager {
            width: 100%;
            height: 90px;
            display: -ms-flexbox;
            display: flex;
            padding-top: 0; } }
        .single-product .product_intro_block .product_header .product_img_slider .vertical_slider_pager .slider_pager_container {
          margin-top: 75px;
          position: relative; }
          @media (min-width: 768px) and (max-width: 1199px) {
            .single-product .product_intro_block .product_header .product_img_slider .vertical_slider_pager .slider_pager_container {
              display: -ms-flexbox;
              display: flex;
              margin: 0 auto; } }
          @media (min-width: 480px) and (max-width: 767px) {
            .single-product .product_intro_block .product_header .product_img_slider .vertical_slider_pager .slider_pager_container {
              display: -ms-flexbox;
              display: flex;
              margin: 0 auto; } }
          @media (min-width: 320px) and (max-width: 479px) {
            .single-product .product_intro_block .product_header .product_img_slider .vertical_slider_pager .slider_pager_container {
              display: -ms-flexbox;
              display: flex;
              margin: 0 auto; } }
          .single-product .product_intro_block .product_header .product_img_slider .vertical_slider_pager .slider_pager_container .arrowScroll {
            position: absolute;
            left: 50%;
            top: -30px;
            cursor: pointer;
            transition: opacity 0.25s ease-in; }
            @media (min-width: 768px) and (max-width: 1199px) {
              .single-product .product_intro_block .product_header .product_img_slider .vertical_slider_pager .slider_pager_container .arrowScroll {
                top: 36%;
                left: -25px; } }
            @media (min-width: 480px) and (max-width: 767px) {
              .single-product .product_intro_block .product_header .product_img_slider .vertical_slider_pager .slider_pager_container .arrowScroll {
                top: 36%;
                left: -25px; } }
            @media (min-width: 320px) and (max-width: 479px) {
              .single-product .product_intro_block .product_header .product_img_slider .vertical_slider_pager .slider_pager_container .arrowScroll {
                top: 36%;
                left: -25px; } }
            .single-product .product_intro_block .product_header .product_img_slider .vertical_slider_pager .slider_pager_container .arrowScroll.scroll-up {
              transform: translateX(-50%) rotate(-90deg); }
              @media (min-width: 768px) and (max-width: 1199px) {
                .single-product .product_intro_block .product_header .product_img_slider .vertical_slider_pager .slider_pager_container .arrowScroll.scroll-up {
                  transform: translateY(-50%) rotate(180deg); } }
              @media (min-width: 480px) and (max-width: 767px) {
                .single-product .product_intro_block .product_header .product_img_slider .vertical_slider_pager .slider_pager_container .arrowScroll.scroll-up {
                  transform: translateY(-50%) rotate(180deg); } }
              @media (min-width: 320px) and (max-width: 479px) {
                .single-product .product_intro_block .product_header .product_img_slider .vertical_slider_pager .slider_pager_container .arrowScroll.scroll-up {
                  transform: translateY(-50%) rotate(180deg); } }
            .single-product .product_intro_block .product_header .product_img_slider .vertical_slider_pager .slider_pager_container .arrowScroll.scroll-down {
              top: auto;
              bottom: -35px;
              transform: translateX(-50%) rotate(90deg); }
              @media (min-width: 768px) and (max-width: 1199px) {
                .single-product .product_intro_block .product_header .product_img_slider .vertical_slider_pager .slider_pager_container .arrowScroll.scroll-down {
                  top: 36%;
                  right: -25px;
                  bottom: auto;
                  left: auto;
                  transform: translateY(-50%) rotate(0); } }
              @media (min-width: 480px) and (max-width: 767px) {
                .single-product .product_intro_block .product_header .product_img_slider .vertical_slider_pager .slider_pager_container .arrowScroll.scroll-down {
                  top: 36%;
                  bottom: auto;
                  left: auto;
                  right: -25px;
                  transform: translateY(-50%) rotate(0); } }
              @media (min-width: 320px) and (max-width: 479px) {
                .single-product .product_intro_block .product_header .product_img_slider .vertical_slider_pager .slider_pager_container .arrowScroll.scroll-down {
                  top: 36%;
                  bottom: auto;
                  left: auto;
                  right: -25px;
                  transform: translateY(-50%) rotate(0); } }
            .single-product .product_intro_block .product_header .product_img_slider .vertical_slider_pager .slider_pager_container .arrowScroll i {
              color: #000;
              font-size: 14px; }
            .single-product .product_intro_block .product_header .product_img_slider .vertical_slider_pager .slider_pager_container .arrowScroll:hover {
              opacity: 0.4; }
          .single-product .product_intro_block .product_header .product_img_slider .vertical_slider_pager .slider_pager_container .thumnails-container {
            position: relative;
            overflow: hidden;
            height: 341px;
            width: 100%; }
            @media (min-width: 768px) and (max-width: 1199px) {
              .single-product .product_intro_block .product_header .product_img_slider .vertical_slider_pager .slider_pager_container .thumnails-container {
                height: 60px;
                width: 210px; } }
            @media (min-width: 480px) and (max-width: 767px) {
              .single-product .product_intro_block .product_header .product_img_slider .vertical_slider_pager .slider_pager_container .thumnails-container {
                height: 60px;
                width: 210px; } }
            @media (min-width: 320px) and (max-width: 479px) {
              .single-product .product_intro_block .product_header .product_img_slider .vertical_slider_pager .slider_pager_container .thumnails-container {
                height: 60px;
                width: 210px; } }
            .single-product .product_intro_block .product_header .product_img_slider .vertical_slider_pager .slider_pager_container .thumnails-container .thumnails {
              height: 100%;
              width: 100%;
              position: absolute;
              top: 0;
              left: 0; }
              @media (min-width: 768px) and (max-width: 1199px) {
                .single-product .product_intro_block .product_header .product_img_slider .vertical_slider_pager .slider_pager_container .thumnails-container .thumnails {
                  width: 1000px; } }
              @media (min-width: 480px) and (max-width: 767px) {
                .single-product .product_intro_block .product_header .product_img_slider .vertical_slider_pager .slider_pager_container .thumnails-container .thumnails {
                  width: 1000px; } }
              @media (min-width: 320px) and (max-width: 479px) {
                .single-product .product_intro_block .product_header .product_img_slider .vertical_slider_pager .slider_pager_container .thumnails-container .thumnails {
                  width: 1000px; } }
          .single-product .product_intro_block .product_header .product_img_slider .vertical_slider_pager .slider_pager_container .slider_pager {
            margin: 5px 0;
            display: block;
            width: 107px;
            height: 107px;
            background-position: center;
            background-size: cover;
            float: left; }
            @media (min-width: 768px) and (max-width: 1199px) {
              .single-product .product_intro_block .product_header .product_img_slider .vertical_slider_pager .slider_pager_container .slider_pager {
                margin: 0 5px;
                width: 60px;
                height: 60px;
                float: left; } }
            @media (min-width: 480px) and (max-width: 767px) {
              .single-product .product_intro_block .product_header .product_img_slider .vertical_slider_pager .slider_pager_container .slider_pager {
                margin: 0 5px;
                width: 60px;
                height: 60px;
                float: left; } }
            @media (min-width: 320px) and (max-width: 479px) {
              .single-product .product_intro_block .product_header .product_img_slider .vertical_slider_pager .slider_pager_container .slider_pager {
                margin: 0 5px;
                width: 60px;
                height: 60px;
                float: left; } }
      .single-product .product_intro_block .product_header .product_img_slider .bx-wrapper {
        width: 100%; }
        @media (min-width: 480px) and (max-width: 767px) {
          .single-product .product_intro_block .product_header .product_img_slider .bx-wrapper {
            margin-bottom: 20px; } }
        @media (min-width: 320px) and (max-width: 479px) {
          .single-product .product_intro_block .product_header .product_img_slider .bx-wrapper {
            margin-bottom: 20px; } }
  .single-product .product_intro_block .product_file_share_container {
    margin-left: 122px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .single-product .product_intro_block .product_file_share_container {
        margin-left: 0; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .single-product .product_intro_block .product_file_share_container {
        margin: 0 15px 20px 0; } }
    @media (min-width: 320px) and (max-width: 479px) {
      .single-product .product_intro_block .product_file_share_container {
        margin: 0 15px 20px 0; } }
    .single-product .product_intro_block .product_file_share_container .share {
      display: -ms-flexbox;
      display: flex; }
      @media (min-width: 480px) and (max-width: 767px) {
        .single-product .product_intro_block .product_file_share_container .share .shareMediaTitle {
          display: none; } }
      @media (min-width: 320px) and (max-width: 479px) {
        .single-product .product_intro_block .product_file_share_container .share .shareMediaTitle {
          display: none; } }
      .single-product .product_intro_block .product_file_share_container .share a {
        transition: opacity 0.25s ease-in; }
        .single-product .product_intro_block .product_file_share_container .share a i {
          font-size: 1.25em;
          color: #000;
          margin-left: 8px;
          backface-visibility: hidden; }
        .single-product .product_intro_block .product_file_share_container .share a:hover {
          opacity: 0.5; }
    .single-product .product_intro_block .product_file_share_container .product_sheet_container a {
      font-size: 0.875em;
      line-height: 20px;
      color: #000;
      backface-visibility: hidden;
      transition: opacity 0.25s ease-in; }
      .single-product .product_intro_block .product_file_share_container .product_sheet_container a:hover {
        text-decoration: none;
        opacity: 0.5; }
  .single-product .product_intro_block .product_covering_list_container .product_covering_list ul {
    display: -ms-flexbox;
    display: flex;
    margin: 50px 0; }
    .single-product .product_intro_block .product_covering_list_container .product_covering_list ul li {
      margin-right: 10px;
      transform: translate(0); }
      .single-product .product_intro_block .product_covering_list_container .product_covering_list ul li img {
        cursor: pointer;
        max-width: 75px;
        max-height: 75px;
        width: 5vw;
        height: 5vw;
        min-width: 45px;
        min-height: 45px;
        border: 1px solid #333;
        border-radius: 50%; }
  .single-product .product_intro_block .product_specs_container {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; }
    .single-product .product_intro_block .product_specs_container .product_specs_icon_box {
      position: relative;
      width: 200px;
      height: auto;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      -ms-flex-align: center;
          align-items: center;
      margin-right: 65px; }
      @media (min-width: 768px) and (max-width: 1199px) {
        .single-product .product_intro_block .product_specs_container .product_specs_icon_box {
          margin-right: 35px;
          width: 150px; } }
      @media (min-width: 480px) and (max-width: 767px) {
        .single-product .product_intro_block .product_specs_container .product_specs_icon_box {
          margin-right: 35px;
          width: 150px; } }
      @media (min-width: 320px) and (max-width: 479px) {
        .single-product .product_intro_block .product_specs_container .product_specs_icon_box {
          margin-right: 35px;
          width: 150px; } }
      .single-product .product_intro_block .product_specs_container .product_specs_icon_box .rounded_icon_box {
        border-radius: 50%;
        width: 100%;
        padding-bottom: 100%;
        min-width: 200px;
        background-color: #4e7385; }
        @media (min-width: 768px) and (max-width: 1199px) {
          .single-product .product_intro_block .product_specs_container .product_specs_icon_box .rounded_icon_box {
            width: 150px;
            height: 150px;
            min-width: 150px;
            padding-bottom: 0; } }
        @media (min-width: 480px) and (max-width: 767px) {
          .single-product .product_intro_block .product_specs_container .product_specs_icon_box .rounded_icon_box {
            width: 150px;
            height: 150px;
            min-width: 150px;
            padding-bottom: 0; } }
        @media (min-width: 320px) and (max-width: 479px) {
          .single-product .product_intro_block .product_specs_container .product_specs_icon_box .rounded_icon_box {
            width: 150px;
            height: 150px;
            min-width: 150px;
            padding-bottom: 0; } }
        .single-product .product_intro_block .product_specs_container .product_specs_icon_box .rounded_icon_box img {
          width: 100%;
          max-width: 143px;
          position: absolute;
          top: 50%;
          transform: translate(20%, -50%); }
          @media (min-width: 768px) and (max-width: 1199px) {
            .single-product .product_intro_block .product_specs_container .product_specs_icon_box .rounded_icon_box img {
              max-width: 90px;
              transform: translate(33%, -45%); } }
          @media (min-width: 480px) and (max-width: 767px) {
            .single-product .product_intro_block .product_specs_container .product_specs_icon_box .rounded_icon_box img {
              max-width: 90px;
              transform: translate(33%, -45%); } }
          @media (min-width: 320px) and (max-width: 479px) {
            .single-product .product_intro_block .product_specs_container .product_specs_icon_box .rounded_icon_box img {
              max-width: 90px;
              transform: translate(33%, -45%); } }
          .single-product .product_intro_block .product_specs_container .product_specs_icon_box .rounded_icon_box img.nb2 {
            transform: translate(22%, -50%); }
            @media (min-width: 768px) and (max-width: 1199px) {
              .single-product .product_intro_block .product_specs_container .product_specs_icon_box .rounded_icon_box img.nb2 {
                max-width: 90px;
                transform: translate(33%, -45%); } }
            @media (min-width: 480px) and (max-width: 767px) {
              .single-product .product_intro_block .product_specs_container .product_specs_icon_box .rounded_icon_box img.nb2 {
                max-width: 90px;
                transform: translate(33%, -45%); } }
            @media (min-width: 320px) and (max-width: 479px) {
              .single-product .product_intro_block .product_specs_container .product_specs_icon_box .rounded_icon_box img.nb2 {
                max-width: 90px;
                transform: translate(33%, -45%); } }
      .single-product .product_intro_block .product_specs_container .product_specs_icon_box .width_in_icon {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 20%;
        font-size: 0.875em;
        line-height: 23px;
        color: #fff; }
      .single-product .product_intro_block .product_specs_container .product_specs_icon_box .height_in_icon {
        position: absolute;
        right: 4%;
        top: 50%;
        transform: translateY(-50%);
        font-size: 0.875em;
        line-height: 23px;
        color: #fff;
        max-width: 15px; }
        @media (min-width: 768px) and (max-width: 1199px) {
          .single-product .product_intro_block .product_specs_container .product_specs_icon_box .height_in_icon {
            right: 7%; } }
        @media (min-width: 480px) and (max-width: 767px) {
          .single-product .product_intro_block .product_specs_container .product_specs_icon_box .height_in_icon {
            right: 7%; } }
        @media (min-width: 320px) and (max-width: 479px) {
          .single-product .product_intro_block .product_specs_container .product_specs_icon_box .height_in_icon {
            right: 7%; } }
        .single-product .product_intro_block .product_specs_container .product_specs_icon_box .height_in_icon.nb2 {
          right: 11%; }
          @media (min-width: 768px) and (max-width: 1199px) {
            .single-product .product_intro_block .product_specs_container .product_specs_icon_box .height_in_icon.nb2 {
              right: 13%; } }
          @media (min-width: 480px) and (max-width: 767px) {
            .single-product .product_intro_block .product_specs_container .product_specs_icon_box .height_in_icon.nb2 {
              right: 13%; } }
          @media (min-width: 320px) and (max-width: 479px) {
            .single-product .product_intro_block .product_specs_container .product_specs_icon_box .height_in_icon.nb2 {
              right: 13%; } }
        .single-product .product_intro_block .product_specs_container .product_specs_icon_box .height_in_icon.nb1 {
          right: 20%; }
  .single-product .product_intro_block .product_specs_list_box .product_specs_title h2 {
    font-size: 1.1875em;
    line-height: 24px; }
  .single-product .product_intro_block .product_specs_list_box .product_specs_title .product_specs_list {
    font-size: 0.875em;
    line-height: 20px; }
  .single-product .product_intro_block .product_info_box {
    padding-left: 8%; }
    @media (min-width: 480px) and (max-width: 767px) {
      .single-product .product_intro_block .product_info_box {
        padding: 0 0 35px; } }
    @media (min-width: 320px) and (max-width: 479px) {
      .single-product .product_intro_block .product_info_box {
        padding: 0 0 35px; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .single-product .product_intro_block .product_info_box .product_main_info {
        margin: 0; } }
    @media (min-width: 320px) and (max-width: 479px) {
      .single-product .product_intro_block .product_info_box .product_main_info {
        margin: 0; } }
    .single-product .product_intro_block .product_info_box .product_main_info h1 {
      font-family: "Maven Pro", sans-serif;
      font-size: 2.625em;
      font-weight: 400;
      line-height: 45px;
      margin-top: 60px;
      margin-bottom: 12px; }
      @media (min-width: 768px) and (max-width: 1199px) {
        .single-product .product_intro_block .product_info_box .product_main_info h1 {
          font-size: 1.875em;
          line-height: 32px;
          margin-top: 30px; } }
      @media (min-width: 480px) and (max-width: 767px) {
        .single-product .product_intro_block .product_info_box .product_main_info h1 {
          margin-top: 0; } }
      @media (min-width: 320px) and (max-width: 479px) {
        .single-product .product_intro_block .product_info_box .product_main_info h1 {
          margin-top: 0; } }
    .single-product .product_intro_block .product_info_box .product_main_info p {
      font-family: "Maven Pro", sans-serif;
      font-size: 1em;
      font-weight: 400;
      line-height: 24px; }

.single-product .product_ambiance_container {
  margin-top: 26px; }
  .single-product .product_ambiance_container.noImage {
    margin-top: 100px; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .single-product .product_ambiance_container.noImage {
        margin-top: 0px; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .single-product .product_ambiance_container.noImage {
        margin-top: 0px; } }
    @media (min-width: 320px) and (max-width: 479px) {
      .single-product .product_ambiance_container.noImage {
        margin-top: 0px; } }
  .single-product .product_ambiance_container .verticalAlign {
    position: relative; }
  .single-product .product_ambiance_container .zoomed_img_text_container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    transform: translateY(-56%); }
    @media (min-width: 768px) and (max-width: 1199px) {
      .single-product .product_ambiance_container .zoomed_img_text_container {
        transform: translateY(-10%); } }
    @media (min-width: 480px) and (max-width: 767px) {
      .single-product .product_ambiance_container .zoomed_img_text_container {
        transform: translateY(0); } }
    @media (min-width: 320px) and (max-width: 479px) {
      .single-product .product_ambiance_container .zoomed_img_text_container {
        transform: translateY(0); } }
    .single-product .product_ambiance_container .zoomed_img_text_container .text_content_box {
      padding-right: 35px;
      padding-bottom: 15px; }
      @media (min-width: 768px) and (max-width: 1199px) {
        .single-product .product_ambiance_container .zoomed_img_text_container .text_content_box {
          padding: 40px; } }
      @media (min-width: 480px) and (max-width: 767px) {
        .single-product .product_ambiance_container .zoomed_img_text_container .text_content_box {
          padding: 40px; } }
      @media (min-width: 320px) and (max-width: 479px) {
        .single-product .product_ambiance_container .zoomed_img_text_container .text_content_box {
          padding: 40px; } }
      .single-product .product_ambiance_container .zoomed_img_text_container .text_content_box h2 {
        font-size: 1.1875em;
        font-weight: 600;
        line-height: 24px;
        padding-bottom: 10px; }
      .single-product .product_ambiance_container .zoomed_img_text_container .text_content_box p {
        font-size: 0.875em;
        font-weight: 400;
        line-height: 20px; }
  .single-product .product_ambiance_container.second {
    margin-top: -135px; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .single-product .product_ambiance_container.second {
        margin-top: 0px; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .single-product .product_ambiance_container.second {
        margin-top: 0px; } }
    @media (min-width: 320px) and (max-width: 479px) {
      .single-product .product_ambiance_container.second {
        margin-top: 0px; } }
    .single-product .product_ambiance_container.second.noImage {
      margin-top: -350px; }
      .single-product .product_ambiance_container.second.noImage.noRelated {
        margin-top: 0; }
      @media (min-width: 768px) and (max-width: 1199px) {
        .single-product .product_ambiance_container.second.noImage {
          margin-top: 0px; } }
      @media (min-width: 480px) and (max-width: 767px) {
        .single-product .product_ambiance_container.second.noImage {
          margin-top: 50px; } }
      @media (min-width: 320px) and (max-width: 479px) {
        .single-product .product_ambiance_container.second.noImage {
          margin-top: 50px; } }
    .single-product .product_ambiance_container.second .zoomed_img_text_container {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      transform: inherit;
      display: block;
      vertical-align: bottom;
      padding-right: 15px;
      padding-bottom: 30px; }
      @media (min-width: 768px) and (max-width: 1199px) {
        .single-product .product_ambiance_container.second .zoomed_img_text_container {
          padding: 40px; } }
      @media (min-width: 480px) and (max-width: 767px) {
        .single-product .product_ambiance_container.second .zoomed_img_text_container {
          display: block;
          padding: 60px;
          text-align: center;
          transform: translateY(-15%);
          position: relative;
          z-index: 10; } }
      @media (min-width: 320px) and (max-width: 479px) {
        .single-product .product_ambiance_container.second .zoomed_img_text_container {
          display: block;
          padding: 60px;
          text-align: center;
          transform: translateY(-15%);
          position: relative;
          z-index: 10; } }
      .single-product .product_ambiance_container.second .zoomed_img_text_container h2 {
        width: 100%;
        font-size: 1.1875em;
        font-weight: 600;
        line-height: 24px;
        margin-top: auto;
        margin-bottom: 10px; }
        @media (min-width: 480px) and (max-width: 767px) {
          .single-product .product_ambiance_container.second .zoomed_img_text_container h2 {
            margin: auto;
            margin-bottom: 10px; } }
        @media (min-width: 320px) and (max-width: 479px) {
          .single-product .product_ambiance_container.second .zoomed_img_text_container h2 {
            margin: auto;
            margin-bottom: 10px; } }
      .single-product .product_ambiance_container.second .zoomed_img_text_container p {
        width: 100%;
        font-size: 0.875em;
        font-weight: 400;
        line-height: 20px; }
        @media (min-width: 480px) and (max-width: 767px) {
          .single-product .product_ambiance_container.second .zoomed_img_text_container p {
            text-align: center; } }
        @media (min-width: 320px) and (max-width: 479px) {
          .single-product .product_ambiance_container.second .zoomed_img_text_container p {
            text-align: center; } }
    .single-product .product_ambiance_container.second .product_ambiance_img_row {
      display: -ms-flexbox;
      display: flex; }
      @media (min-width: 480px) and (max-width: 767px) {
        .single-product .product_ambiance_container.second .product_ambiance_img_row {
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
      @media (min-width: 320px) and (max-width: 479px) {
        .single-product .product_ambiance_container.second .product_ambiance_img_row {
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
      .single-product .product_ambiance_container.second .product_ambiance_img_row .product_ambiance_img {
        position: relative; }
        @media (min-width: 480px) and (max-width: 767px) {
          .single-product .product_ambiance_container.second .product_ambiance_img_row .product_ambiance_img {
            padding: 0 0 8%; } }
        @media (min-width: 320px) and (max-width: 479px) {
          .single-product .product_ambiance_container.second .product_ambiance_img_row .product_ambiance_img {
            padding: 0 0 8%; } }
        .single-product .product_ambiance_container.second .product_ambiance_img_row .product_ambiance_img .rounded_img {
          position: absolute;
          left: 0;
          top: 25%;
          padding: 20px;
          background-color: #fff;
          z-index: 99;
          width: 12vw;
          height: 12vw;
          transform: translate(-50%, -50%); }
          @media (min-width: 768px) and (max-width: 1199px) {
            .single-product .product_ambiance_container.second .product_ambiance_img_row .product_ambiance_img .rounded_img {
              width: 10vw;
              height: 10vw;
              padding: 10px; } }
          @media (min-width: 480px) and (max-width: 767px) {
            .single-product .product_ambiance_container.second .product_ambiance_img_row .product_ambiance_img .rounded_img {
              bottom: 8%;
              left: 50%;
              top: auto;
              width: 15vw;
              height: 15vw;
              padding: 10px;
              transform: translate(-50%, 50%); } }
          @media (min-width: 320px) and (max-width: 479px) {
            .single-product .product_ambiance_container.second .product_ambiance_img_row .product_ambiance_img .rounded_img {
              bottom: 8%;
              left: 50%;
              top: auto;
              width: 20vw;
              height: 20vw;
              padding: 10px;
              transform: translate(-50%, 50%); } }
  .single-product .product_ambiance_container .rectagular_img {
    width: 27vw;
    height: 27vw;
    max-width: 530px;
    max-height: 530px; }
  .single-product .product_ambiance_container .rounded_img {
    border-radius: 50%;
    width: 27vw;
    height: 27vw;
    max-width: 530px;
    max-height: 530px; }

.single-product .photo_video {
  margin: 80px auto; }
  .single-product .photo_video .photo_centered_container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }

.single-product .related_products {
  margin-top: 130px; }
  @media (min-width: 768px) and (max-width: 1199px) {
    .single-product .related_products {
      margin-top: 50px; } }
  @media (min-width: 480px) and (max-width: 767px) {
    .single-product .related_products {
      margin-top: 0; } }
  @media (min-width: 320px) and (max-width: 479px) {
    .single-product .related_products {
      margin-top: 0; } }
  .single-product .related_products h2 {
    font-size: 2em;
    line-height: 48px; }
    @media (min-width: 480px) and (max-width: 767px) {
      .single-product .related_products h2 {
        margin-bottom: 40px;
        width: 100%;
        text-align: center; } }
    @media (min-width: 320px) and (max-width: 479px) {
      .single-product .related_products h2 {
        margin-bottom: 40px;
        width: 100%;
        text-align: center; } }
  .single-product .related_products .owl-item:nth-child(odd) {
    transform: translateY(-40px); }
  .single-product .related_products .owl-item .item {
    width: 100%;
    padding: 70px 0;
    display: inline-block; }
    .single-product .related_products .owl-item .item > a {
      position: relative;
      display: block;
      width: 100%;
      height: 100%;
      overflow: hidden; }
      .single-product .related_products .owl-item .item > a .img_cat {
        z-index: 10;
        position: relative; }
        .single-product .related_products .owl-item .item > a .img_cat img {
          position: relative;
          z-index: 10;
          width: 70%;
          margin: 0 auto; }
          .single-product .related_products .owl-item .item > a .img_cat img.hover {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 85%;
            margin: 0 0 0 5%;
            margin: 0;
            padding: 0;
            opacity: 0; }
      .single-product .related_products .owl-item .item > a h2 {
        position: absolute;
        bottom: -15px;
        right: 20px;
        font-size: 1em;
        line-height: 60px;
        color: #000;
        z-index: 20;
        transition: all 0.25s ease-in; }
        @media (min-width: 480px) and (max-width: 767px) {
          .single-product .related_products .owl-item .item > a h2 {
            font-size: 0.875em;
            width: auto;
            margin-bottom: 0; } }
        @media (min-width: 320px) and (max-width: 479px) {
          .single-product .related_products .owl-item .item > a h2 {
            font-size: 0.875em;
            width: auto;
            margin-bottom: 0; } }
      .single-product .related_products .owl-item .item > a .inSituation {
        position: absolute;
        top: 0;
        left: -100%;
        height: 100%;
        z-index: 10;
        background-size: cover;
        background-position: center;
        width: 100%; }
      .single-product .related_products .owl-item .item > a .bgColor {
        width: 10px;
        position: absolute;
        height: 50%;
        left: 0;
        z-index: 5;
        display: block;
        bottom: 45px;
        background: #4e7385; }
      .single-product .related_products .owl-item .item > a .background_block {
        position: absolute;
        bottom: 45px;
        z-index: 0;
        background-color: #e1e1e1;
        width: 100%;
        height: 50%; }

.single-product .owl-nav .owl-prev {
  outline: none;
  position: absolute;
  bottom: 40px;
  left: 0; }
  .single-product .owl-nav .owl-prev i {
    font-size: 20px; }
  .single-product .owl-nav .owl-prev.disabled {
    opacity: 0.4; }
  @media (min-width: 480px) and (max-width: 767px) {
    .single-product .owl-nav .owl-prev {
      left: 7%; } }
  @media (min-width: 320px) and (max-width: 479px) {
    .single-product .owl-nav .owl-prev {
      left: 7%; } }

.single-product .owl-nav .owl-next {
  outline: none;
  position: absolute;
  bottom: 40px;
  right: 7%; }
  .single-product .owl-nav .owl-next i {
    font-size: 20px; }
  .single-product .owl-nav .owl-next.disabled {
    opacity: 0.4; }

.popUpColor {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11000;
  display: none; }
  .popUpColor .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #111;
    opacity: 0.9; }
  .popUpColor .closePopup {
    position: absolute;
    top: 40px;
    right: 40px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    transition: opacity 0.25s ease-in; }
    .popUpColor .closePopup:hover {
      opacity: 0.5; }
    @media (min-width: 320px) and (max-width: 479px) {
      .popUpColor .closePopup {
        top: 30px;
        right: 30px;
        font-size: 25px; } }
  .popUpColor img.color {
    width: 400px;
    height: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid #fff;
    transform: translate(-50%, -50%); }
    @media (min-width: 320px) and (max-width: 479px) {
      .popUpColor img.color {
        width: 225px;
        height: 225px; } }
  .popUpColor p {
    width: 400px;
    top: calc(50% + 220px);
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    color: #fff; }
    @media (min-width: 320px) and (max-width: 479px) {
      .popUpColor p {
        width: 225px;
        top: calc(50% + 132px); } }

.main-home-slider {
  margin-top: 37px;
  overflow-x: hidden; }
  .main-home-slider .bx-wrapper {
    box-shadow: none;
    border: 0;
    background: #fff;
    margin-bottom: 92px; }
    @media (min-width: 480px) and (max-width: 767px) {
      .main-home-slider .bx-wrapper {
        margin: 0 0 30px; } }
    @media (min-width: 320px) and (max-width: 479px) {
      .main-home-slider .bx-wrapper {
        margin: 0 0 30px; } }
  .main-home-slider .main-home-slider-img-container {
    position: relative; }
    .main-home-slider .main-home-slider-img-container:before {
      content: "";
      background: #e1e1e1;
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      z-index: 10;
      animation: revealImg 1.5s ease; }

@keyframes revealImg {
  0% {
    width: 0%;
    left: 0; }
  50% {
    width: 100%;
    left: 0; }
  100% {
    width: 0%;
    left: 100%; } }
    .main-home-slider .main-home-slider-img-container > div {
      animation: opacityImg 1.5s ease; }

@keyframes opacityImg {
  0% {
    opacity: 0; }
  49% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 1; } }
    .main-home-slider .main-home-slider-img-container li {
      position: relative; }
      .main-home-slider .main-home-slider-img-container li h2 {
        position: absolute;
        z-index: 10;
        bottom: 35px;
        left: 50px;
        display: block;
        font-family: "Maven Pro", sans-serif;
        font-size: 75px;
        font-weight: 100;
        line-height: 68px;
        color: #fff;
        max-width: 50%; }
        @media (min-width: 768px) and (max-width: 1199px) {
          .main-home-slider .main-home-slider-img-container li h2 {
            font-size: 50px;
            line-height: 46px; } }
        @media (min-width: 480px) and (max-width: 767px) {
          .main-home-slider .main-home-slider-img-container li h2 {
            font-size: 34px;
            line-height: 36px; } }
        @media (min-width: 320px) and (max-width: 479px) {
          .main-home-slider .main-home-slider-img-container li h2 {
            font-size: 34px;
            line-height: 36px;
            bottom: 20px;
            left: 20px; } }
  .main-home-slider .vertical_slider_pager {
    padding: 0 24% 0;
    max-width: 390px;
    position: relative;
    z-index: 20; }
    @media (min-width: 480px) and (max-width: 767px) {
      .main-home-slider .vertical_slider_pager {
        padding: 0 8% 40px;
        font-size: 0;
        max-width: 100%; } }
    @media (min-width: 320px) and (max-width: 479px) {
      .main-home-slider .vertical_slider_pager {
        padding: 0 8% 50px;
        font-size: 0;
        max-width: 100%; } }
    .main-home-slider .vertical_slider_pager span {
      font-family: "Maven Pro", sans-serif;
      font-size: 30px;
      font-weight: 300;
      color: #000;
      text-decoration: none;
      display: table;
      height: 25%;
      position: relative;
      width: 100%; }
      .main-home-slider .vertical_slider_pager span a {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        widows: 100%;
        display: block;
        color: #000;
        text-decoration: none;
        transition: color 0.25s ease-in; }
        @media (min-width: 480px) and (max-width: 767px) {
          .main-home-slider .vertical_slider_pager span a {
            position: relative;
            transform: translateY(0); } }
        @media (min-width: 320px) and (max-width: 479px) {
          .main-home-slider .vertical_slider_pager span a {
            position: relative;
            transform: translateY(0); } }
        .main-home-slider .vertical_slider_pager span a:before {
          content: '';
          display: block;
          width: 40px;
          height: 1px;
          background-color: #000;
          transform: translate(-172px, 15px);
          transition: all 0.25s ease-in;
          opacity: 0; }
          @media (min-width: 480px) and (max-width: 767px) {
            .main-home-slider .vertical_slider_pager span a:before {
              display: none; } }
          @media (min-width: 320px) and (max-width: 479px) {
            .main-home-slider .vertical_slider_pager span a:before {
              display: none; } }
        .main-home-slider .vertical_slider_pager span a:hover {
          color: #8b8b8b;
          text-decoration: none; }
          .main-home-slider .vertical_slider_pager span a:hover.active {
            color: #000;
            text-decoration: none; }
      @media (min-width: 1200px) and (max-width: 1599px) {
        .main-home-slider .vertical_slider_pager span {
          font-size: 25px; } }
      @media (min-width: 768px) and (max-width: 1199px) {
        .main-home-slider .vertical_slider_pager span {
          font-size: 18px; } }
      @media (min-width: 480px) and (max-width: 767px) {
        .main-home-slider .vertical_slider_pager span {
          display: table-cell;
          width: auto;
          font-size: 14px;
          vertical-align: top;
          padding: 0 20px 0 0; }
          .main-home-slider .vertical_slider_pager span:last-child {
            padding: 0; } }
      @media (min-width: 320px) and (max-width: 479px) {
        .main-home-slider .vertical_slider_pager span {
          width: auto;
          display: table-cell;
          font-size: 12px;
          vertical-align: top;
          padding: 0 10px 0 0; }
          .main-home-slider .vertical_slider_pager span:last-child {
            padding: 0; } }
      .main-home-slider .vertical_slider_pager span a.active {
        font-weight: 500; }
        .main-home-slider .vertical_slider_pager span a.active:before {
          opacity: 1;
          width: 130px; }

#wpsl-wrap {
  background-color: #4e7385;
  color: #fff; }
  #wpsl-wrap .wpsl-search {
    margin-bottom: 0;
    float: right;
    width: 50%;
    padding: 110px 8% 0;
    background-color: transparent; }
    @media (min-width: 480px) and (max-width: 767px) {
      #wpsl-wrap .wpsl-search {
        padding: 70px 8%;
        width: 100%; } }
    @media (min-width: 320px) and (max-width: 479px) {
      #wpsl-wrap .wpsl-search {
        padding: 70px 8%;
        width: 100%; } }
    #wpsl-wrap .wpsl-search #wpsl-search-wrap form {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      position: relative; }
      #wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-input {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        margin: 0; }
        #wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-input label {
          width: 100%;
          font-size: 42px;
          line-height: 44px;
          font-weight: normal;
          margin: 0 0 40px; }
        #wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-input #wpsl-search-input {
          width: 100%;
          background: transparent;
          border: none;
          border-bottom: 2px solid #ffffff;
          border-radius: 0;
          padding: 10px 0;
          height: auto;
          font-size: 14px;
          color: #fff; }
      #wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-search-btn-wrap {
        position: absolute;
        bottom: 11px;
        right: 0;
        width: auto;
        float: none;
        margin: 0; }
        #wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-search-btn-wrap input {
          padding: 0;
          background: transparent;
          color: #ffffff;
          font-size: 14px;
          border: none;
          margin: 0;
          box-shadow: none;
          transition: opacity 0.25s ease-in; }
          #wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-search-btn-wrap input:hover {
            opacity: 0.5; }
      #wpsl-wrap .wpsl-search #wpsl-search-wrap form :-ms-input-placeholder {
        color: #fff; }
      #wpsl-wrap .wpsl-search #wpsl-search-wrap form ::placeholder {
        color: #fff; }
      #wpsl-wrap .wpsl-search #wpsl-search-wrap form ::-webkit-input-placeholder {
        color: #fff; }
      #wpsl-wrap .wpsl-search #wpsl-search-wrap form :-ms-input-placeholder {
        color: #fff; }
      #wpsl-wrap .wpsl-search #wpsl-search-wrap form ::-ms-input-placeholder {
        color: #fff; }
      #wpsl-wrap .wpsl-search #wpsl-search-wrap form ::-moz-placeholder {
        color: #fff;
        opacity: 1; }
      #wpsl-wrap .wpsl-search #wpsl-search-wrap form :-moz-placeholder {
        color: #fff;
        opacity: 1; }
    #wpsl-wrap .wpsl-search #wpsl-search-wrap > p {
      color: #fff;
      margin: 10px 0 0 0;
      line-height: 16px;
      font-size: 12px; }
  #wpsl-wrap #wpsl-gmap {
    float: left;
    width: 50%;
    height: 100vh !important;
    max-height: 700px; }
    @media (min-width: 480px) and (max-width: 767px) {
      #wpsl-wrap #wpsl-gmap {
        width: 100%;
        height: 350px !important; } }
    @media (min-width: 320px) and (max-width: 479px) {
      #wpsl-wrap #wpsl-gmap {
        width: 100%;
        height: 350px !important; } }
    #wpsl-wrap #wpsl-gmap .wpsl-info-window p, #wpsl-wrap #wpsl-gmap .wpsl-info-window span {
      color: #314759; }
    #wpsl-wrap #wpsl-gmap .wpsl-info-window .wpsl-directions {
      color: #314759; }
  #wpsl-wrap #wpsl-result-list {
    float: right;
    width: 49.5%;
    padding: 55px 8% 0;
    position: relative; }
    @media (min-width: 480px) and (max-width: 767px) {
      #wpsl-wrap #wpsl-result-list {
        width: 100%;
        padding: 45px 8%; } }
    @media (min-width: 320px) and (max-width: 479px) {
      #wpsl-wrap #wpsl-result-list {
        width: 100%;
        padding: 45px 8%; } }
    #wpsl-wrap #wpsl-result-list #wpsl-stores {
      float: right;
      width: 100%;
      height: 310px !important;
      padding: 0 0 40px; }
      #wpsl-wrap #wpsl-result-list #wpsl-stores ul {
        height: 100%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        overflow: -moz-scrollbars-none;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        white-space: nowrap; }
        #wpsl-wrap #wpsl-result-list #wpsl-stores ul .wpsl-preloader img {
          display: none; }
        #wpsl-wrap #wpsl-result-list #wpsl-stores ul li {
          border: none;
          padding: 0;
          margin: 0 0 10px; }
          #wpsl-wrap #wpsl-result-list #wpsl-stores ul li .wpsl-store-location {
            margin: 0 0 20px; }
            #wpsl-wrap #wpsl-result-list #wpsl-stores ul li .wpsl-store-location p {
              margin: 0; }
              #wpsl-wrap #wpsl-result-list #wpsl-stores ul li .wpsl-store-location p strong {
                font-size: 21px;
                margin: 0 0 10px;
                width: 100%;
                display: block;
                font-weight: normal; }
              #wpsl-wrap #wpsl-result-list #wpsl-stores ul li .wpsl-store-location p a {
                color: #fff;
                text-decoration: none;
                transition: opacity 0.25s ease-in; }
                #wpsl-wrap #wpsl-result-list #wpsl-stores ul li .wpsl-store-location p a:hover {
                  opacity: 0.5; }
              #wpsl-wrap #wpsl-result-list #wpsl-stores ul li .wpsl-store-location p span {
                display: inline-block; }
            #wpsl-wrap #wpsl-result-list #wpsl-stores ul li .wpsl-store-location p + p {
              display: none; }
            #wpsl-wrap #wpsl-result-list #wpsl-stores ul li .wpsl-store-location .wpsl-more-info-listings {
              margin: 10px 0 0;
              display: block !important; }
              #wpsl-wrap #wpsl-result-list #wpsl-stores ul li .wpsl-store-location .wpsl-more-info-listings strong {
                font-size: 14px;
                display: inline-block;
                width: auto;
                margin: 0 3px 0 0; }
          #wpsl-wrap #wpsl-result-list #wpsl-stores ul li .wpsl-direction-wrap {
            display: none; }
    #wpsl-wrap #wpsl-result-list > i {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%) rotate(-90deg);
      color: #ffffff;
      font-size: 20px; }
      @media (min-width: 480px) and (max-width: 767px) {
        #wpsl-wrap #wpsl-result-list > i {
          bottom: 25px; } }
      @media (min-width: 320px) and (max-width: 479px) {
        #wpsl-wrap #wpsl-result-list > i {
          bottom: 25px; } }

.contact_form {
  padding: 90px 16%; }
  @media (min-width: 480px) and (max-width: 767px) {
    .contact_form {
      padding: 70px 8%; } }
  @media (min-width: 320px) and (max-width: 479px) {
    .contact_form {
      padding: 70px 8%; } }
  .contact_form h3 {
    width: 100%;
    font-size: 42px;
    font-weight: normal;
    margin: 0 0 30px; }
  .contact_form .gform_wrapper .validation_error {
    display: none; }
  .contact_form .gform_wrapper div.gform_body ul.top_label li {
    padding: 0;
    margin-top: 35px; }
    .contact_form .gform_wrapper div.gform_body ul.top_label li.gfield_error {
      background: transparent;
      border: none; }
      .contact_form .gform_wrapper div.gform_body ul.top_label li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
        border: none;
        border-bottom: 1px solid #4e7385;
        padding: 5px 0; }
      @media (min-width: 480px) and (max-width: 767px) {
        .contact_form .gform_wrapper div.gform_body ul.top_label li.gfield_error:not(.gf_left_half):not(.gf_right_half) {
          max-width: 100% !important; } }
      @media (min-width: 320px) and (max-width: 479px) {
        .contact_form .gform_wrapper div.gform_body ul.top_label li.gfield_error:not(.gf_left_half):not(.gf_right_half) {
          max-width: 100% !important; } }
    @media (min-width: 480px) and (max-width: 767px) {
      .contact_form .gform_wrapper div.gform_body ul.top_label li {
        margin-top: 20px; } }
    @media (min-width: 320px) and (max-width: 479px) {
      .contact_form .gform_wrapper div.gform_body ul.top_label li {
        margin-top: 20px; } }
    .contact_form .gform_wrapper div.gform_body ul.top_label li.gf_right_half, .contact_form .gform_wrapper div.gform_body ul.top_label li.gf_left_half {
      width: 50%; }
      .contact_form .gform_wrapper div.gform_body ul.top_label li.gf_right_half.gfield_error, .contact_form .gform_wrapper div.gform_body ul.top_label li.gf_left_half.gfield_error {
        margin-top: 35px;
        margin-bottom: 0; }
        @media (min-width: 480px) and (max-width: 767px) {
          .contact_form .gform_wrapper div.gform_body ul.top_label li.gf_right_half.gfield_error, .contact_form .gform_wrapper div.gform_body ul.top_label li.gf_left_half.gfield_error {
            max-width: 100% !important; } }
        @media (min-width: 320px) and (max-width: 479px) {
          .contact_form .gform_wrapper div.gform_body ul.top_label li.gf_right_half.gfield_error, .contact_form .gform_wrapper div.gform_body ul.top_label li.gf_left_half.gfield_error {
            max-width: 100% !important; } }
      @media (min-width: 480px) and (max-width: 767px) {
        .contact_form .gform_wrapper div.gform_body ul.top_label li.gf_right_half, .contact_form .gform_wrapper div.gform_body ul.top_label li.gf_left_half {
          width: 100%; } }
      @media (min-width: 320px) and (max-width: 479px) {
        .contact_form .gform_wrapper div.gform_body ul.top_label li.gf_right_half, .contact_form .gform_wrapper div.gform_body ul.top_label li.gf_left_half {
          width: 100%; } }
    .contact_form .gform_wrapper div.gform_body ul.top_label li.gf_left_half {
      padding-right: 30px; }
      @media (min-width: 480px) and (max-width: 767px) {
        .contact_form .gform_wrapper div.gform_body ul.top_label li.gf_left_half {
          padding-right: 0; } }
      @media (min-width: 320px) and (max-width: 479px) {
        .contact_form .gform_wrapper div.gform_body ul.top_label li.gf_left_half {
          padding-right: 0; } }
    .contact_form .gform_wrapper div.gform_body ul.top_label li.gf_right_half {
      padding-right: 0;
      padding-left: 30px; }
      @media (min-width: 480px) and (max-width: 767px) {
        .contact_form .gform_wrapper div.gform_body ul.top_label li.gf_right_half {
          padding-left: 0; } }
      @media (min-width: 320px) and (max-width: 479px) {
        .contact_form .gform_wrapper div.gform_body ul.top_label li.gf_right_half {
          padding-left: 0; } }
    .contact_form .gform_wrapper div.gform_body ul.top_label li label {
      display: none; }
    .contact_form .gform_wrapper div.gform_body ul.top_label li .ginput_container label {
      display: none; }
    .contact_form .gform_wrapper div.gform_body ul.top_label li input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
      border-bottom: 1px solid #4e7385;
      padding: 5px 0; }
    .contact_form .gform_wrapper div.gform_body ul.top_label li textarea {
      height: 75px;
      margin: 30px 0 0 0;
      border: 1px solid #4e7385;
      border-radius: 0; }
      @media (min-width: 480px) and (max-width: 767px) {
        .contact_form .gform_wrapper div.gform_body ul.top_label li textarea {
          margin-top: 20px; } }
      @media (min-width: 320px) and (max-width: 479px) {
        .contact_form .gform_wrapper div.gform_body ul.top_label li textarea {
          margin-top: 20px; } }
  .contact_form .gform_wrapper .gform_footer {
    padding: 0;
    margin: 55px 0 0 0; }
    .contact_form .gform_wrapper .gform_footer input.button {
      background: #4e7385;
      padding: 14px 25px;
      cursor: pointer;
      color: #fff;
      transition: color 0.25s ease-in, background 0.25s ease-in; }
      .contact_form .gform_wrapper .gform_footer input.button:hover {
        background: #464646; }
  .contact_form .gform_wrapper :-ms-input-placeholder {
    color: #464646; }
  .contact_form .gform_wrapper ::placeholder {
    color: #464646; }
  .contact_form .gform_wrapper ::-webkit-input-placeholder {
    color: #464646; }
  .contact_form .gform_wrapper :-ms-input-placeholder {
    color: #464646; }
  .contact_form .gform_wrapper ::-ms-input-placeholder {
    color: #464646; }
  .contact_form .gform_wrapper ::-moz-placeholder {
    color: #464646;
    opacity: 1; }
  .contact_form .gform_wrapper :-moz-placeholder {
    color: #464646;
    opacity: 1; }
  .contact_form .head_office_phone {
    margin: 40px 0 0 0;
    color: #000; }
    .contact_form .head_office_phone a {
      color: #000;
      text-decoration: none;
      transition: color 0.25s ease-in, border 0.25s ease-in; }
      .contact_form .head_office_phone a:hover {
        color: #4e7385; }

.wysiwyg {
  padding: 60px 15%;
  width: 100%;
  position: relative;
  overflow-x: hidden; }
  @media (min-width: 480px) and (max-width: 767px) {
    .wysiwyg {
      padding: 50px 10%; } }
  @media (min-width: 320px) and (max-width: 479px) {
    .wysiwyg {
      padding: 50px 10%; } }
  .wysiwyg h1 {
    font-size: 30px;
    line-height: 42px;
    font-weight: bold;
    margin: 0 0 50px; }
  .wysiwyg h2 {
    font-size: 25px;
    line-height: 38px;
    font-weight: bold;
    margin: 0 0 15px; }
  .wysiwyg h3 {
    font-size: 20px;
    line-height: 32px;
    font-weight: bold;
    margin: 0 0 40px; }
  .wysiwyg h4 {
    font-size: 16px;
    line-height: 28px;
    font-weight: bold;
    margin: 0 0 40px; }
  .wysiwyg h5 {
    font-size: 16px;
    line-height: 28px;
    font-weight: bold;
    margin: 0 0 10px; }
  .wysiwyg p {
    font-size: 14px;
    line-height: 28px;
    margin: 0 0 40px; }
    .wysiwyg p img {
      max-width: none;
      width: 120%;
      height: auto;
      display: block;
      margin: 0 0 0 -10%; }
      @media (min-width: 480px) and (max-width: 767px) {
        .wysiwyg p img {
          width: 110%;
          margin: 0 0 0 -5%; } }
      @media (min-width: 320px) and (max-width: 479px) {
        .wysiwyg p img {
          width: 110%;
          margin: 0 0 0 -5%; } }
  .wysiwyg ul, .wysiwyg ol {
    margin: 0 0 40px; }
    .wysiwyg ul li, .wysiwyg ol li {
      font-size: 14px;
      margin: 0 0 15px;
      line-height: 28px; }
  .wysiwyg ol li {
    position: relative;
    padding: 0 0 0 15px;
    list-style-type: none; }
    .wysiwyg ol li:before {
      top: -1px;
      left: 2px;
      position: absolute;
      content: "-"; }
  .wysiwyg ul {
    list-style: none; }
    .wysiwyg ul li {
      padding: 0 0 0 25px;
      list-style-type: none;
      background-image: url("../images/Check.svg");
      background-repeat: no-repeat;
      background-size: 15px 10px;
      background-position: 0 9px; }

.no-opacity {
  opacity: 0; }

.relative {
  position: relative; }

/* No files to import found in 7-overrides//* */
