@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
.bs4 {
  /*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2015 Daniel Eden
 */
  /*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
  /*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
  /*------Margin right-------*/
  /*------Margin Top-------*/
  /*------Margin Bottom-------*/
  /*------Padding all-------*/
  /*------Padding left-------*/
  /*------Padding right-------*/
  /*------Padding Left Right-------*/
  /*------Padding Top-------*/
  /*------Padding-------*/
  /*------Padding Bottom-------*/
  /*------Padding  Top Bottom-------*/ }
  .bs4 dl,
  .bs4 h1,
  .bs4 h2,
  .bs4 h3,
  .bs4 h4,
  .bs4 h5,
  .bs4 h6,
  .bs4 ol,
  .bs4 p,
  .bs4 pre,
  .bs4 ul {
    margin-top: 0; }
  .bs4 address,
  .bs4 dl,
  .bs4 ol,
  .bs4 p,
  .bs4 pre,
  .bs4 ul {
    margin-bottom: 1rem; }
  .bs4 img,
  .bs4 svg {
    vertical-align: middle; }
  .bs4 body,
  .bs4 caption {
    text-align: left; }
  .bs4 dd,
  .bs4 h1,
  .bs4 h2,
  .bs4 h3,
  .bs4 h4,
  .bs4 h5,
  .bs4 h6,
  .bs4 label {
    margin-bottom: .5rem; }
  .bs4 pre,
  .bs4 textarea {
    overflow: auto; }
  .bs4 article,
  .bs4 aside,
  .bs4 figcaption,
  .bs4 figure,
  .bs4 footer,
  .bs4 header,
  .bs4 hgroup,
  .bs4 legend,
  .bs4 main,
  .bs4 nav,
  .bs4 section {
    display: block; }
  .bs4 address,
  .bs4 legend {
    line-height: inherit; }
  .bs4 .badge,
  .bs4 progress,
  .bs4 sub,
  .bs4 sup {
    vertical-align: baseline; }
  .bs4 label,
  .bs4 output {
    display: inline-block; }
  .bs4 button,
  .bs4 hr,
  .bs4 input {
    overflow: visible; }
  .bs4 .btn,
  .bs4 .slick-slider {
    -webkit-user-select: none; }
  .bs4 .dropdown-menu,
  .bs4 .nav,
  .bs4 .navbar-nav {
    list-style: none; }
  .bs4 .slick-slider,
  .bs4 html {
    -webkit-tap-highlight-color: transparent; }
  .bs4 .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  .bs4 .animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }
  .bs4 .animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s; }
  .bs4 .animated.bounceIn,
  .bs4 .animated.bounceOut,
  .bs4 .animated.flipOutX,
  .bs4 .animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s; }

@-webkit-keyframes bounce {
  20%,
  53%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  20%,
  53%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
  .bs4 .bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom; }

@-webkit-keyframes flash {
  50%,
  from,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@keyframes flash {
  50%,
  from,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }
  .bs4 .flash {
    -webkit-animation-name: flash;
    animation-name: flash; }

@-webkit-keyframes pulse {
  from,
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); } }

@keyframes pulse {
  from,
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); } }
  .bs4 .pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse; }

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

@keyframes rubberBand {
  from,
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); } }
  .bs4 .rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand; }

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
  .bs4 .shake {
    -webkit-animation-name: shake;
    animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
  .bs4 .headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
  .bs4 .swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing; }

@-webkit-keyframes tada {
  from,
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); } }

@keyframes tada {
  from,
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); } }
  .bs4 .tada {
    -webkit-animation-name: tada;
    animation-name: tada; }

@-webkit-keyframes wobble {
  from,
  to {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); } }

@keyframes wobble {
  from,
  to {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); } }
  .bs4 .wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble; }

@-webkit-keyframes jello {
  11.1%,
  from,
  to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  11.1%,
  from,
  to {
    -webkit-transform: none;
    transform: none; }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }
  .bs4 .jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center; }

@-webkit-keyframes bounceIn {
  20%,
  40%,
  60%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  20%,
  40%,
  60%,
  80%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
  .bs4 .bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInDown {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
  .bs4 .bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInLeft {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
  .bs4 .bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }

@keyframes bounceInRight {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: none;
    transform: none; } }
  .bs4 .bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
  .bs4 .bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
  .bs4 .bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
  .bs4 .bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
  .bs4 .bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
  .bs4 .bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
  .bs4 .bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
  .bs4 .fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
  .bs4 .fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
  .bs4 .fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
  .bs4 .fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
  .bs4 .fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
  .bs4 .fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
  .bs4 .fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
  .bs4 .fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
  .bs4 .fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
  .bs4 .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
  .bs4 .fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
  .bs4 .fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
  .bs4 .fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
  .bs4 .fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
  .bs4 .fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
  .bs4 .fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
  .bs4 .fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
  .bs4 .fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
  .bs4 .animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
  .bs4 .flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX; }
  .bs4 .flipInY,
  .bs4 .flipOutX {
    -webkit-backface-visibility: visible !important; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
  .bs4 .flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
  .bs4 .flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
  .bs4 .flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
  .bs4 .lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
  .bs4 .lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
  .bs4 .rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
  .bs4 .rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
  .bs4 .rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
  .bs4 .rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
  .bs4 .rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
  .bs4 .rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
  .bs4 .rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
  .bs4 .rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
  .bs4 .rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
  .bs4 .rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
  .bs4 .hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge; }

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
  .bs4 .rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn; }

@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
  .bs4 .rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
  .bs4 .zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
  .bs4 .zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
  .bs4 .zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
  .bs4 .zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
  .bs4 .zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
  .bs4 .zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
  .bs4 .zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
  .bs4 .zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
  .bs4 .zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
  .bs4 .zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
  .bs4 .slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
  .bs4 .slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
  .bs4 .slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
  .bs4 .slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
  .bs4 .slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
  .bs4 .slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
  .bs4 .slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
  .bs4 .slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp; }
  .bs4 :root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
    ; }
  .bs4 *,
  .bs4 ::after,
  .bs4 ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .bs4 html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%; }
  .bs4 body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff; }
  .bs4 [tabindex="-1"]:focus {
    outline: 0 !important; }
  .bs4 abbr[data-original-title],
  .bs4 abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none; }
  .bs4 [type=button]:not(:disabled),
  .bs4 [type=reset]:not(:disabled),
  .bs4 [type=submit]:not(:disabled),
  .bs4 button:not(:disabled),
  .bs4 summary {
    cursor: pointer; }
  .bs4 address {
    font-style: normal; }
  .bs4 ol ol,
  .bs4 ol ul,
  .bs4 ul ol,
  .bs4 ul ul {
    margin-bottom: 0; }
  .bs4 dt {
    font-weight: 700; }
  .bs4 dd {
    margin-left: 0; }
  .bs4 blockquote,
  .bs4 figure {
    margin: 0 0 1rem; }
  .bs4 b,
  .bs4 strong {
    font-weight: bolder; }
  .bs4 small {
    font-size: 80%; }
  .bs4 sub,
  .bs4 sup {
    position: relative;
    font-size: 75%;
    line-height: 0; }
  .bs4 sub {
    bottom: -.25em; }
  .bs4 sup {
    top: -.5em; }
  .bs4 a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent; }
  .bs4 a:hover {
    color: #0056b3;
    text-decoration: underline; }
  .bs4 .btn-link,
  .bs4 .btn:hover {
    text-decoration: none; }
  .bs4 a:not([href]):not([tabindex]),
  .bs4 a:not([href]):not([tabindex]):focus,
  .bs4 a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }
  .bs4 a:not([href]):not([tabindex]):focus {
    outline: 0; }
  .bs4 code,
  .bs4 kbd,
  .bs4 pre,
  .bs4 samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em; }
  .bs4 img {
    border-style: none; }
  .bs4 svg {
    overflow: hidden; }
  .bs4 table {
    border-collapse: collapse; }
  .bs4 caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    caption-side: bottom; }
  .bs4 th {
    text-align: inherit; }
  .bs4 button {
    border-radius: 0; }
  .bs4 button:focus {
    outline: dotted 1px;
    outline: -webkit-focus-ring-color auto 5px; }
  .bs4 button,
  .bs4 input,
  .bs4 optgroup,
  .bs4 select,
  .bs4 textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit; }
  .bs4 button,
  .bs4 select {
    text-transform: none; }
  .bs4 select {
    word-wrap: normal; }
  .bs4 [type=button],
  .bs4 [type=reset],
  .bs4 [type=submit],
  .bs4 button {
    -webkit-appearance: button; }
  .bs4 [type=button]::-moz-focus-inner,
  .bs4 [type=reset]::-moz-focus-inner,
  .bs4 [type=submit]::-moz-focus-inner,
  .bs4 button::-moz-focus-inner {
    padding: 0;
    border-style: none; }
  .bs4 input[type=radio],
  .bs4 input[type=checkbox] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0; }
  .bs4 input[type=date],
  .bs4 input[type=time],
  .bs4 input[type=datetime-local],
  .bs4 input[type=month] {
    -webkit-appearance: listbox; }
  .bs4 textarea {
    resize: vertical; }
  .bs4 fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0; }
  .bs4 legend {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    color: inherit;
    white-space: normal; }
  .bs4 .badge,
  .bs4 .dropdown-header,
  .bs4 .dropdown-item,
  .bs4 .dropdown-toggle,
  .bs4 .input-group-text,
  .bs4 .navbar-brand,
  .bs4 .progress-bar {
    white-space: nowrap; }
  .bs4 [type=number]::-webkit-inner-spin-button,
  .bs4 [type=number]::-webkit-outer-spin-button {
    height: auto; }
  .bs4 [type=search] {
    outline-offset: -2px;
    -webkit-appearance: none; }
  .bs4 [type=search]::-webkit-search-decoration {
    -webkit-appearance: none; }
  .bs4 ::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button; }
  .bs4 .display-1,
  .bs4 .display-2,
  .bs4 .display-3,
  .bs4 .display-4 {
    line-height: 1.2; }
  .bs4 summary {
    display: list-item; }
  .bs4 template {
    display: none; }
  .bs4 [hidden] {
    display: none !important; }
  .bs4 .h1,
  .bs4 .h2,
  .bs4 .h3,
  .bs4 .h4,
  .bs4 .h5,
  .bs4 .h6,
  .bs4 h1,
  .bs4 h2,
  .bs4 h3,
  .bs4 h4,
  .bs4 h5,
  .bs4 h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2; }
  .bs4 .blockquote,
  .bs4 hr {
    margin-bottom: 1rem; }
  .bs4 .display-1,
  .bs4 .display-2,
  .bs4 .display-3,
  .bs4 .display-4,
  .bs4 .lead {
    font-weight: 300; }
  .bs4 .h1,
  .bs4 h1 {
    font-size: 2.5rem; }
  .bs4 .h2,
  .bs4 h2 {
    font-size: 2rem; }
  .bs4 .h3,
  .bs4 h3 {
    font-size: 1.75rem; }
  .bs4 .h4,
  .bs4 h4 {
    font-size: 1.5rem; }
  .bs4 .h5,
  .bs4 h5 {
    font-size: 1.25rem; }
  .bs4 .h6,
  .bs4 h6 {
    font-size: 1rem; }
  .bs4 .lead {
    font-size: 1.25rem; }
  .bs4 .display-1 {
    font-size: 6rem; }
  .bs4 .display-2 {
    font-size: 5.5rem; }
  .bs4 .display-3 {
    font-size: 4.5rem; }
  .bs4 .display-4 {
    font-size: 3.5rem; }
  .bs4 hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    margin-top: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .bs4 .img-fluid,
  .bs4 .img-thumbnail {
    max-width: 100%;
    height: auto; }
  .bs4 .small,
  .bs4 small {
    font-size: 80%;
    font-weight: 400; }
  .bs4 .mark,
  .bs4 mark {
    padding: .2em;
    background-color: #fcf8e3; }
  .bs4 .list-inline,
  .bs4 .list-unstyled {
    padding-left: 0;
    list-style: none; }
  .bs4 .list-inline-item {
    display: inline-block; }
  .bs4 .list-inline-item:not(:last-child) {
    margin-right: .5rem; }
  .bs4 .initialism {
    font-size: 90%;
    text-transform: uppercase; }
  .bs4 .blockquote {
    font-size: 1.25rem; }
  .bs4 .blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d; }
  .bs4 .blockquote-footer::before {
    content: "\2014\00A0"; }
  .bs4 .img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem; }
  .bs4 .figure {
    display: inline-block; }
  .bs4 .figure-img {
    margin-bottom: .5rem;
    line-height: 1; }
  .bs4 .figure-caption {
    font-size: 90%;
    color: #6c757d; }
  .bs4 code,
  .bs4 kbd {
    font-size: 87.5%; }
  .bs4 a > code,
  .bs4 pre code {
    color: inherit; }
  .bs4 code {
    color: #e83e8c;
    word-break: break-word; }
  .bs4 kbd {
    padding: .2rem .4rem;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem; }
  .bs4 kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }
  .bs4 .container,
  .bs4 .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%; }
  .bs4 .btn,
  .bs4 .btn-link,
  .bs4 .custom-select,
  .bs4 .dropdown-item,
  .bs4 .form-control,
  .bs4 .input-group-text {
    font-weight: 400; }
  .bs4 pre {
    display: block;
    font-size: 87.5%;
    color: #212529; }
  .bs4 pre code {
    font-size: inherit;
    word-break: normal; }
  .bs4 .pre-scrollable {
    max-height: 340px;
    overflow-y: scroll; }
  .bs4 .col,
  .bs4 .col-auto {
    max-width: 100%; }
  .bs4 .row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
  .bs4 .no-gutters {
    margin-right: 0;
    margin-left: 0; }
  .bs4 .no-gutters > .col,
  .bs4 .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0; }
  .bs4 .col,
  .bs4 .col-1,
  .bs4 .col-10,
  .bs4 .col-11,
  .bs4 .col-12,
  .bs4 .col-2,
  .bs4 .col-3,
  .bs4 .col-4,
  .bs4 .col-5,
  .bs4 .col-6,
  .bs4 .col-7,
  .bs4 .col-8,
  .bs4 .col-9,
  .bs4 .col-auto,
  .bs4 .col-lg,
  .bs4 .col-lg-1,
  .bs4 .col-lg-10,
  .bs4 .col-lg-11,
  .bs4 .col-lg-12,
  .bs4 .col-lg-2,
  .bs4 .col-lg-3,
  .bs4 .col-lg-4,
  .bs4 .col-lg-5,
  .bs4 .col-lg-6,
  .bs4 .col-lg-7,
  .bs4 .col-lg-8,
  .bs4 .col-lg-9,
  .bs4 .col-lg-auto,
  .bs4 .col-md,
  .bs4 .col-md-1,
  .bs4 .col-md-10,
  .bs4 .col-md-11,
  .bs4 .col-md-12,
  .bs4 .col-md-2,
  .bs4 .col-md-3,
  .bs4 .col-md-4,
  .bs4 .col-md-5,
  .bs4 .col-md-6,
  .bs4 .col-md-7,
  .bs4 .col-md-8,
  .bs4 .col-md-9,
  .bs4 .col-md-auto,
  .bs4 .col-sm,
  .bs4 .col-sm-1,
  .bs4 .col-sm-10,
  .bs4 .col-sm-11,
  .bs4 .col-sm-12,
  .bs4 .col-sm-2,
  .bs4 .col-sm-3,
  .bs4 .col-sm-4,
  .bs4 .col-sm-5,
  .bs4 .col-sm-6,
  .bs4 .col-sm-7,
  .bs4 .col-sm-8,
  .bs4 .col-sm-9,
  .bs4 .col-sm-auto,
  .bs4 .col-xl,
  .bs4 .col-xl-1,
  .bs4 .col-xl-10,
  .bs4 .col-xl-11,
  .bs4 .col-xl-12,
  .bs4 .col-xl-2,
  .bs4 .col-xl-3,
  .bs4 .col-xl-4,
  .bs4 .col-xl-5,
  .bs4 .col-xl-6,
  .bs4 .col-xl-7,
  .bs4 .col-xl-8,
  .bs4 .col-xl-9,
  .bs4 .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px; }
  .bs4 .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1; }
  .bs4 .col-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto; }
  .bs4 .col-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .bs4 .col-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .bs4 .col-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%; }
  .bs4 .col-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .bs4 .col-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .bs4 .col-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%; }
  .bs4 .col-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .bs4 .col-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .bs4 .col-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%; }
  .bs4 .col-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .bs4 .col-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .bs4 .col-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%; }
  .bs4 .order-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .bs4 .order-last {
    -ms-flex-order: 13;
    -webkit-box-ordinal-group: 14;
    order: 13; }
  .bs4 .order-0 {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0; }
  .bs4 .order-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; }
  .bs4 .order-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2; }
  .bs4 .order-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3; }
  .bs4 .order-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4; }
  .bs4 .order-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5; }
  .bs4 .order-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6; }
  .bs4 .order-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7; }
  .bs4 .order-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8; }
  .bs4 .order-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9; }
  .bs4 .order-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10; }
  .bs4 .order-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11; }
  .bs4 .order-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12; }
  .bs4 .offset-1 {
    margin-left: 8.333333%; }
  .bs4 .offset-2 {
    margin-left: 16.666667%; }
  .bs4 .offset-3 {
    margin-left: 25%; }
  .bs4 .offset-4 {
    margin-left: 33.333333%; }
  .bs4 .offset-5 {
    margin-left: 41.666667%; }
  .bs4 .offset-6 {
    margin-left: 50%; }
  .bs4 .offset-7 {
    margin-left: 58.333333%; }
  .bs4 .offset-8 {
    margin-left: 66.666667%; }
  .bs4 .offset-9 {
    margin-left: 75%; }
  .bs4 .offset-10 {
    margin-left: 83.333333%; }
  .bs4 .offset-11 {
    margin-left: 91.666667%; }
  @media (min-width: 576px) {
    .bs4 .col-sm {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      -webkit-box-flex: 1;
      flex-grow: 1;
      max-width: 100%; }
    .bs4 .col-sm-auto {
      -ms-flex: 0 0 auto;
      -webkit-box-flex: 0;
      flex: 0 0 auto;
      width: auto;
      max-width: 100%; }
    .bs4 .col-sm-1 {
      -ms-flex: 0 0 8.333333%;
      -webkit-box-flex: 0;
      flex: 0 0 8.333333%;
      max-width: 8.333333%; }
    .bs4 .col-sm-2 {
      -ms-flex: 0 0 16.666667%;
      -webkit-box-flex: 0;
      flex: 0 0 16.666667%;
      max-width: 16.666667%; }
    .bs4 .col-sm-3 {
      -ms-flex: 0 0 25%;
      -webkit-box-flex: 0;
      flex: 0 0 25%;
      max-width: 25%; }
    .bs4 .col-sm-4 {
      -ms-flex: 0 0 33.333333%;
      -webkit-box-flex: 0;
      flex: 0 0 33.333333%;
      max-width: 33.333333%; }
    .bs4 .col-sm-5 {
      -ms-flex: 0 0 41.666667%;
      -webkit-box-flex: 0;
      flex: 0 0 41.666667%;
      max-width: 41.666667%; }
    .bs4 .col-sm-6 {
      -ms-flex: 0 0 50%;
      -webkit-box-flex: 0;
      flex: 0 0 50%;
      max-width: 50%; }
    .bs4 .col-sm-7 {
      -ms-flex: 0 0 58.333333%;
      -webkit-box-flex: 0;
      flex: 0 0 58.333333%;
      max-width: 58.333333%; }
    .bs4 .col-sm-8 {
      -ms-flex: 0 0 66.666667%;
      -webkit-box-flex: 0;
      flex: 0 0 66.666667%;
      max-width: 66.666667%; }
    .bs4 .col-sm-9 {
      -ms-flex: 0 0 75%;
      -webkit-box-flex: 0;
      flex: 0 0 75%;
      max-width: 75%; }
    .bs4 .col-sm-10 {
      -ms-flex: 0 0 83.333333%;
      -webkit-box-flex: 0;
      flex: 0 0 83.333333%;
      max-width: 83.333333%; }
    .bs4 .col-sm-11 {
      -ms-flex: 0 0 91.666667%;
      -webkit-box-flex: 0;
      flex: 0 0 91.666667%;
      max-width: 91.666667%; }
    .bs4 .col-sm-12 {
      -ms-flex: 0 0 100%;
      -webkit-box-flex: 0;
      flex: 0 0 100%;
      max-width: 100%; }
    .bs4 .order-sm-first {
      -ms-flex-order: -1;
      -webkit-box-ordinal-group: 0;
      order: -1; }
    .bs4 .order-sm-last {
      -ms-flex-order: 13;
      -webkit-box-ordinal-group: 14;
      order: 13; }
    .bs4 .order-sm-0 {
      -ms-flex-order: 0;
      -webkit-box-ordinal-group: 1;
      order: 0; }
    .bs4 .order-sm-1 {
      -ms-flex-order: 1;
      -webkit-box-ordinal-group: 2;
      order: 1; }
    .bs4 .order-sm-2 {
      -ms-flex-order: 2;
      -webkit-box-ordinal-group: 3;
      order: 2; }
    .bs4 .order-sm-3 {
      -ms-flex-order: 3;
      -webkit-box-ordinal-group: 4;
      order: 3; }
    .bs4 .order-sm-4 {
      -ms-flex-order: 4;
      -webkit-box-ordinal-group: 5;
      order: 4; }
    .bs4 .order-sm-5 {
      -ms-flex-order: 5;
      -webkit-box-ordinal-group: 6;
      order: 5; }
    .bs4 .order-sm-6 {
      -ms-flex-order: 6;
      -webkit-box-ordinal-group: 7;
      order: 6; }
    .bs4 .order-sm-7 {
      -ms-flex-order: 7;
      -webkit-box-ordinal-group: 8;
      order: 7; }
    .bs4 .order-sm-8 {
      -ms-flex-order: 8;
      -webkit-box-ordinal-group: 9;
      order: 8; }
    .bs4 .order-sm-9 {
      -ms-flex-order: 9;
      -webkit-box-ordinal-group: 10;
      order: 9; }
    .bs4 .order-sm-10 {
      -ms-flex-order: 10;
      -webkit-box-ordinal-group: 11;
      order: 10; }
    .bs4 .order-sm-11 {
      -ms-flex-order: 11;
      -webkit-box-ordinal-group: 12;
      order: 11; }
    .bs4 .order-sm-12 {
      -ms-flex-order: 12;
      -webkit-box-ordinal-group: 13;
      order: 12; }
    .bs4 .offset-sm-0 {
      margin-left: 0; }
    .bs4 .offset-sm-1 {
      margin-left: 8.333333%; }
    .bs4 .offset-sm-2 {
      margin-left: 16.666667%; }
    .bs4 .offset-sm-3 {
      margin-left: 25%; }
    .bs4 .offset-sm-4 {
      margin-left: 33.333333%; }
    .bs4 .offset-sm-5 {
      margin-left: 41.666667%; }
    .bs4 .offset-sm-6 {
      margin-left: 50%; }
    .bs4 .offset-sm-7 {
      margin-left: 58.333333%; }
    .bs4 .offset-sm-8 {
      margin-left: 66.666667%; }
    .bs4 .offset-sm-9 {
      margin-left: 75%; }
    .bs4 .offset-sm-10 {
      margin-left: 83.333333%; }
    .bs4 .offset-sm-11 {
      margin-left: 91.666667%; } }
  @media (min-width: 768px) {
    .bs4 .col-md {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      -webkit-box-flex: 1;
      flex-grow: 1;
      max-width: 100%; }
    .bs4 .col-md-auto {
      -ms-flex: 0 0 auto;
      -webkit-box-flex: 0;
      flex: 0 0 auto;
      width: auto;
      max-width: 100%; }
    .bs4 .col-md-1 {
      -ms-flex: 0 0 8.333333%;
      -webkit-box-flex: 0;
      flex: 0 0 8.333333%;
      max-width: 8.333333%; }
    .bs4 .col-md-2 {
      -ms-flex: 0 0 16.666667%;
      -webkit-box-flex: 0;
      flex: 0 0 16.666667%;
      max-width: 16.666667%; }
    .bs4 .col-md-3 {
      -ms-flex: 0 0 25%;
      -webkit-box-flex: 0;
      flex: 0 0 25%;
      max-width: 25%; }
    .bs4 .col-md-4 {
      -ms-flex: 0 0 33.333333%;
      -webkit-box-flex: 0;
      flex: 0 0 33.333333%;
      max-width: 33.333333%; }
    .bs4 .col-md-5 {
      -ms-flex: 0 0 41.666667%;
      -webkit-box-flex: 0;
      flex: 0 0 41.666667%;
      max-width: 41.666667%; }
    .bs4 .col-md-6 {
      -ms-flex: 0 0 50%;
      -webkit-box-flex: 0;
      flex: 0 0 50%;
      max-width: 50%; }
    .bs4 .col-md-7 {
      -ms-flex: 0 0 58.333333%;
      -webkit-box-flex: 0;
      flex: 0 0 58.333333%;
      max-width: 58.333333%; }
    .bs4 .col-md-8 {
      -ms-flex: 0 0 66.666667%;
      -webkit-box-flex: 0;
      flex: 0 0 66.666667%;
      max-width: 66.666667%; }
    .bs4 .col-md-9 {
      -ms-flex: 0 0 75%;
      -webkit-box-flex: 0;
      flex: 0 0 75%;
      max-width: 75%; }
    .bs4 .col-md-10 {
      -ms-flex: 0 0 83.333333%;
      -webkit-box-flex: 0;
      flex: 0 0 83.333333%;
      max-width: 83.333333%; }
    .bs4 .col-md-11 {
      -ms-flex: 0 0 91.666667%;
      -webkit-box-flex: 0;
      flex: 0 0 91.666667%;
      max-width: 91.666667%; }
    .bs4 .col-md-12 {
      -ms-flex: 0 0 100%;
      -webkit-box-flex: 0;
      flex: 0 0 100%;
      max-width: 100%; }
    .bs4 .order-md-first {
      -ms-flex-order: -1;
      -webkit-box-ordinal-group: 0;
      order: -1; }
    .bs4 .order-md-last {
      -ms-flex-order: 13;
      -webkit-box-ordinal-group: 14;
      order: 13; }
    .bs4 .order-md-0 {
      -ms-flex-order: 0;
      -webkit-box-ordinal-group: 1;
      order: 0; }
    .bs4 .order-md-1 {
      -ms-flex-order: 1;
      -webkit-box-ordinal-group: 2;
      order: 1; }
    .bs4 .order-md-2 {
      -ms-flex-order: 2;
      -webkit-box-ordinal-group: 3;
      order: 2; }
    .bs4 .order-md-3 {
      -ms-flex-order: 3;
      -webkit-box-ordinal-group: 4;
      order: 3; }
    .bs4 .order-md-4 {
      -ms-flex-order: 4;
      -webkit-box-ordinal-group: 5;
      order: 4; }
    .bs4 .order-md-5 {
      -ms-flex-order: 5;
      -webkit-box-ordinal-group: 6;
      order: 5; }
    .bs4 .order-md-6 {
      -ms-flex-order: 6;
      -webkit-box-ordinal-group: 7;
      order: 6; }
    .bs4 .order-md-7 {
      -ms-flex-order: 7;
      -webkit-box-ordinal-group: 8;
      order: 7; }
    .bs4 .order-md-8 {
      -ms-flex-order: 8;
      -webkit-box-ordinal-group: 9;
      order: 8; }
    .bs4 .order-md-9 {
      -ms-flex-order: 9;
      -webkit-box-ordinal-group: 10;
      order: 9; }
    .bs4 .order-md-10 {
      -ms-flex-order: 10;
      -webkit-box-ordinal-group: 11;
      order: 10; }
    .bs4 .order-md-11 {
      -ms-flex-order: 11;
      -webkit-box-ordinal-group: 12;
      order: 11; }
    .bs4 .order-md-12 {
      -ms-flex-order: 12;
      -webkit-box-ordinal-group: 13;
      order: 12; }
    .bs4 .offset-md-0 {
      margin-left: 0; }
    .bs4 .offset-md-1 {
      margin-left: 8.333333%; }
    .bs4 .offset-md-2 {
      margin-left: 16.666667%; }
    .bs4 .offset-md-3 {
      margin-left: 25%; }
    .bs4 .offset-md-4 {
      margin-left: 33.333333%; }
    .bs4 .offset-md-5 {
      margin-left: 41.666667%; }
    .bs4 .offset-md-6 {
      margin-left: 50%; }
    .bs4 .offset-md-7 {
      margin-left: 58.333333%; }
    .bs4 .offset-md-8 {
      margin-left: 66.666667%; }
    .bs4 .offset-md-9 {
      margin-left: 75%; }
    .bs4 .offset-md-10 {
      margin-left: 83.333333%; }
    .bs4 .offset-md-11 {
      margin-left: 91.666667%; } }
  @media (min-width: 992px) {
    .bs4 .col-lg {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      -webkit-box-flex: 1;
      flex-grow: 1;
      max-width: 100%; }
    .bs4 .col-lg-auto {
      -ms-flex: 0 0 auto;
      -webkit-box-flex: 0;
      flex: 0 0 auto;
      width: auto;
      max-width: 100%; }
    .bs4 .col-lg-1 {
      -ms-flex: 0 0 8.333333%;
      -webkit-box-flex: 0;
      flex: 0 0 8.333333%;
      max-width: 8.333333%; }
    .bs4 .col-lg-2 {
      -ms-flex: 0 0 16.666667%;
      -webkit-box-flex: 0;
      flex: 0 0 16.666667%;
      max-width: 16.666667%; }
    .bs4 .col-lg-3 {
      -ms-flex: 0 0 25%;
      -webkit-box-flex: 0;
      flex: 0 0 25%;
      max-width: 25%; }
    .bs4 .col-lg-4 {
      -ms-flex: 0 0 33.333333%;
      -webkit-box-flex: 0;
      flex: 0 0 33.333333%;
      max-width: 33.333333%; }
    .bs4 .col-lg-5 {
      -ms-flex: 0 0 41.666667%;
      -webkit-box-flex: 0;
      flex: 0 0 41.666667%;
      max-width: 41.666667%; }
    .bs4 .col-lg-6 {
      -ms-flex: 0 0 50%;
      -webkit-box-flex: 0;
      flex: 0 0 50%;
      max-width: 50%; }
    .bs4 .col-lg-7 {
      -ms-flex: 0 0 58.333333%;
      -webkit-box-flex: 0;
      flex: 0 0 58.333333%;
      max-width: 58.333333%; }
    .bs4 .col-lg-8 {
      -ms-flex: 0 0 66.666667%;
      -webkit-box-flex: 0;
      flex: 0 0 66.666667%;
      max-width: 66.666667%; }
    .bs4 .col-lg-9 {
      -ms-flex: 0 0 75%;
      -webkit-box-flex: 0;
      flex: 0 0 75%;
      max-width: 75%; }
    .bs4 .col-lg-10 {
      -ms-flex: 0 0 83.333333%;
      -webkit-box-flex: 0;
      flex: 0 0 83.333333%;
      max-width: 83.333333%; }
    .bs4 .col-lg-11 {
      -ms-flex: 0 0 91.666667%;
      -webkit-box-flex: 0;
      flex: 0 0 91.666667%;
      max-width: 91.666667%; }
    .bs4 .col-lg-12 {
      -ms-flex: 0 0 100%;
      -webkit-box-flex: 0;
      flex: 0 0 100%;
      max-width: 100%; }
    .bs4 .order-lg-first {
      -ms-flex-order: -1;
      -webkit-box-ordinal-group: 0;
      order: -1; }
    .bs4 .order-lg-last {
      -ms-flex-order: 13;
      -webkit-box-ordinal-group: 14;
      order: 13; }
    .bs4 .order-lg-0 {
      -ms-flex-order: 0;
      -webkit-box-ordinal-group: 1;
      order: 0; }
    .bs4 .order-lg-1 {
      -ms-flex-order: 1;
      -webkit-box-ordinal-group: 2;
      order: 1; }
    .bs4 .order-lg-2 {
      -ms-flex-order: 2;
      -webkit-box-ordinal-group: 3;
      order: 2; }
    .bs4 .order-lg-3 {
      -ms-flex-order: 3;
      -webkit-box-ordinal-group: 4;
      order: 3; }
    .bs4 .order-lg-4 {
      -ms-flex-order: 4;
      -webkit-box-ordinal-group: 5;
      order: 4; }
    .bs4 .order-lg-5 {
      -ms-flex-order: 5;
      -webkit-box-ordinal-group: 6;
      order: 5; }
    .bs4 .order-lg-6 {
      -ms-flex-order: 6;
      -webkit-box-ordinal-group: 7;
      order: 6; }
    .bs4 .order-lg-7 {
      -ms-flex-order: 7;
      -webkit-box-ordinal-group: 8;
      order: 7; }
    .bs4 .order-lg-8 {
      -ms-flex-order: 8;
      -webkit-box-ordinal-group: 9;
      order: 8; }
    .bs4 .order-lg-9 {
      -ms-flex-order: 9;
      -webkit-box-ordinal-group: 10;
      order: 9; }
    .bs4 .order-lg-10 {
      -ms-flex-order: 10;
      -webkit-box-ordinal-group: 11;
      order: 10; }
    .bs4 .order-lg-11 {
      -ms-flex-order: 11;
      -webkit-box-ordinal-group: 12;
      order: 11; }
    .bs4 .order-lg-12 {
      -ms-flex-order: 12;
      -webkit-box-ordinal-group: 13;
      order: 12; }
    .bs4 .offset-lg-0 {
      margin-left: 0; }
    .bs4 .offset-lg-1 {
      margin-left: 8.333333%; }
    .bs4 .offset-lg-2 {
      margin-left: 16.666667%; }
    .bs4 .offset-lg-3 {
      margin-left: 25%; }
    .bs4 .offset-lg-4 {
      margin-left: 33.333333%; }
    .bs4 .offset-lg-5 {
      margin-left: 41.666667%; }
    .bs4 .offset-lg-6 {
      margin-left: 50%; }
    .bs4 .offset-lg-7 {
      margin-left: 58.333333%; }
    .bs4 .offset-lg-8 {
      margin-left: 66.666667%; }
    .bs4 .offset-lg-9 {
      margin-left: 75%; }
    .bs4 .offset-lg-10 {
      margin-left: 83.333333%; }
    .bs4 .offset-lg-11 {
      margin-left: 91.666667%; } }
  @media (min-width: 1200px) {
    .bs4 .col-xl {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      -webkit-box-flex: 1;
      flex-grow: 1;
      max-width: 100%; }
    .bs4 .col-xl-auto {
      -ms-flex: 0 0 auto;
      -webkit-box-flex: 0;
      flex: 0 0 auto;
      width: auto;
      max-width: 100%; }
    .bs4 .col-xl-1 {
      -ms-flex: 0 0 8.333333%;
      -webkit-box-flex: 0;
      flex: 0 0 8.333333%;
      max-width: 8.333333%; }
    .bs4 .col-xl-2 {
      -ms-flex: 0 0 16.666667%;
      -webkit-box-flex: 0;
      flex: 0 0 16.666667%;
      max-width: 16.666667%; }
    .bs4 .col-xl-3 {
      -ms-flex: 0 0 25%;
      -webkit-box-flex: 0;
      flex: 0 0 25%;
      max-width: 25%; }
    .bs4 .col-xl-4 {
      -ms-flex: 0 0 33.333333%;
      -webkit-box-flex: 0;
      flex: 0 0 33.333333%;
      max-width: 33.333333%; }
    .bs4 .col-xl-5 {
      -ms-flex: 0 0 41.666667%;
      -webkit-box-flex: 0;
      flex: 0 0 41.666667%;
      max-width: 41.666667%; }
    .bs4 .col-xl-6 {
      -ms-flex: 0 0 50%;
      -webkit-box-flex: 0;
      flex: 0 0 50%;
      max-width: 50%; }
    .bs4 .col-xl-7 {
      -ms-flex: 0 0 58.333333%;
      -webkit-box-flex: 0;
      flex: 0 0 58.333333%;
      max-width: 58.333333%; }
    .bs4 .col-xl-8 {
      -ms-flex: 0 0 66.666667%;
      -webkit-box-flex: 0;
      flex: 0 0 66.666667%;
      max-width: 66.666667%; }
    .bs4 .col-xl-9 {
      -ms-flex: 0 0 75%;
      -webkit-box-flex: 0;
      flex: 0 0 75%;
      max-width: 75%; }
    .bs4 .col-xl-10 {
      -ms-flex: 0 0 83.333333%;
      -webkit-box-flex: 0;
      flex: 0 0 83.333333%;
      max-width: 83.333333%; }
    .bs4 .col-xl-11 {
      -ms-flex: 0 0 91.666667%;
      -webkit-box-flex: 0;
      flex: 0 0 91.666667%;
      max-width: 91.666667%; }
    .bs4 .col-xl-12 {
      -ms-flex: 0 0 100%;
      -webkit-box-flex: 0;
      flex: 0 0 100%;
      max-width: 100%; }
    .bs4 .order-xl-first {
      -ms-flex-order: -1;
      -webkit-box-ordinal-group: 0;
      order: -1; }
    .bs4 .order-xl-last {
      -ms-flex-order: 13;
      -webkit-box-ordinal-group: 14;
      order: 13; }
    .bs4 .order-xl-0 {
      -ms-flex-order: 0;
      -webkit-box-ordinal-group: 1;
      order: 0; }
    .bs4 .order-xl-1 {
      -ms-flex-order: 1;
      -webkit-box-ordinal-group: 2;
      order: 1; }
    .bs4 .order-xl-2 {
      -ms-flex-order: 2;
      -webkit-box-ordinal-group: 3;
      order: 2; }
    .bs4 .order-xl-3 {
      -ms-flex-order: 3;
      -webkit-box-ordinal-group: 4;
      order: 3; }
    .bs4 .order-xl-4 {
      -ms-flex-order: 4;
      -webkit-box-ordinal-group: 5;
      order: 4; }
    .bs4 .order-xl-5 {
      -ms-flex-order: 5;
      -webkit-box-ordinal-group: 6;
      order: 5; }
    .bs4 .order-xl-6 {
      -ms-flex-order: 6;
      -webkit-box-ordinal-group: 7;
      order: 6; }
    .bs4 .order-xl-7 {
      -ms-flex-order: 7;
      -webkit-box-ordinal-group: 8;
      order: 7; }
    .bs4 .order-xl-8 {
      -ms-flex-order: 8;
      -webkit-box-ordinal-group: 9;
      order: 8; }
    .bs4 .order-xl-9 {
      -ms-flex-order: 9;
      -webkit-box-ordinal-group: 10;
      order: 9; }
    .bs4 .order-xl-10 {
      -ms-flex-order: 10;
      -webkit-box-ordinal-group: 11;
      order: 10; }
    .bs4 .order-xl-11 {
      -ms-flex-order: 11;
      -webkit-box-ordinal-group: 12;
      order: 11; }
    .bs4 .order-xl-12 {
      -ms-flex-order: 12;
      -webkit-box-ordinal-group: 13;
      order: 12; }
    .bs4 .offset-xl-0 {
      margin-left: 0; }
    .bs4 .offset-xl-1 {
      margin-left: 8.333333%; }
    .bs4 .offset-xl-2 {
      margin-left: 16.666667%; }
    .bs4 .offset-xl-3 {
      margin-left: 25%; }
    .bs4 .offset-xl-4 {
      margin-left: 33.333333%; }
    .bs4 .offset-xl-5 {
      margin-left: 41.666667%; }
    .bs4 .offset-xl-6 {
      margin-left: 50%; }
    .bs4 .offset-xl-7 {
      margin-left: 58.333333%; }
    .bs4 .offset-xl-8 {
      margin-left: 66.666667%; }
    .bs4 .offset-xl-9 {
      margin-left: 75%; }
    .bs4 .offset-xl-10 {
      margin-left: 83.333333%; }
    .bs4 .offset-xl-11 {
      margin-left: 91.666667%; } }
  .bs4 .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529; }
  .bs4 .table td,
  .bs4 .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .bs4 .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .bs4 .table tbody + tbody {
    border-top: 2px solid #dee2e6; }
  .bs4 .table-sm td,
  .bs4 .table-sm th {
    padding: .3rem; }
  .bs4 .table-bordered,
  .bs4 .table-bordered td,
  .bs4 .table-bordered th {
    border: 1px solid #dee2e6; }
  .bs4 .table-bordered thead td,
  .bs4 .table-bordered thead th {
    border-bottom-width: 2px; }
  .bs4 .table-borderless tbody + tbody,
  .bs4 .table-borderless td,
  .bs4 .table-borderless th,
  .bs4 .table-borderless thead th {
    border: 0; }
  .bs4 .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05); }
  .bs4 .table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075); }
  .bs4 .table-primary,
  .bs4 .table-primary > td,
  .bs4 .table-primary > th {
    background-color: #b8daff; }
  .bs4 .table-primary tbody + tbody,
  .bs4 .table-primary td,
  .bs4 .table-primary th,
  .bs4 .table-primary thead th {
    border-color: #7abaff; }
  .bs4 .table-hover .table-primary:hover,
  .bs4 .table-hover .table-primary:hover > td,
  .bs4 .table-hover .table-primary:hover > th {
    background-color: #9fcdff; }
  .bs4 .table-secondary,
  .bs4 .table-secondary > td,
  .bs4 .table-secondary > th {
    background-color: #d6d8db; }
  .bs4 .table-secondary tbody + tbody,
  .bs4 .table-secondary td,
  .bs4 .table-secondary th,
  .bs4 .table-secondary thead th {
    border-color: #b3b7bb; }
  .bs4 .table-hover .table-secondary:hover,
  .bs4 .table-hover .table-secondary:hover > td,
  .bs4 .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }
  .bs4 .table-success,
  .bs4 .table-success > td,
  .bs4 .table-success > th {
    background-color: #c3e6cb; }
  .bs4 .table-success tbody + tbody,
  .bs4 .table-success td,
  .bs4 .table-success th,
  .bs4 .table-success thead th {
    border-color: #8fd19e; }
  .bs4 .table-hover .table-success:hover,
  .bs4 .table-hover .table-success:hover > td,
  .bs4 .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }
  .bs4 .table-info,
  .bs4 .table-info > td,
  .bs4 .table-info > th {
    background-color: #bee5eb; }
  .bs4 .table-info tbody + tbody,
  .bs4 .table-info td,
  .bs4 .table-info th,
  .bs4 .table-info thead th {
    border-color: #86cfda; }
  .bs4 .table-hover .table-info:hover,
  .bs4 .table-hover .table-info:hover > td,
  .bs4 .table-hover .table-info:hover > th {
    background-color: #abdde5; }
  .bs4 .table-warning,
  .bs4 .table-warning > td,
  .bs4 .table-warning > th {
    background-color: #ffeeba; }
  .bs4 .table-warning tbody + tbody,
  .bs4 .table-warning td,
  .bs4 .table-warning th,
  .bs4 .table-warning thead th {
    border-color: #ffdf7e; }
  .bs4 .table-hover .table-warning:hover,
  .bs4 .table-hover .table-warning:hover > td,
  .bs4 .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }
  .bs4 .table-danger,
  .bs4 .table-danger > td,
  .bs4 .table-danger > th {
    background-color: #f5c6cb; }
  .bs4 .table-danger tbody + tbody,
  .bs4 .table-danger td,
  .bs4 .table-danger th,
  .bs4 .table-danger thead th {
    border-color: #ed969e; }
  .bs4 .table-hover .table-danger:hover,
  .bs4 .table-hover .table-danger:hover > td,
  .bs4 .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }
  .bs4 .table-light,
  .bs4 .table-light > td,
  .bs4 .table-light > th {
    background-color: #fdfdfe; }
  .bs4 .table-light tbody + tbody,
  .bs4 .table-light td,
  .bs4 .table-light th,
  .bs4 .table-light thead th {
    border-color: #fbfcfc; }
  .bs4 .table-hover .table-light:hover,
  .bs4 .table-hover .table-light:hover > td,
  .bs4 .table-hover .table-light:hover > th {
    background-color: #ececf6; }
  .bs4 .table-dark,
  .bs4 .table-dark > td,
  .bs4 .table-dark > th {
    background-color: #c6c8ca; }
  .bs4 .table-dark tbody + tbody,
  .bs4 .table-dark td,
  .bs4 .table-dark th,
  .bs4 .table-dark thead th {
    border-color: #95999c; }
  .bs4 .table-hover .table-dark:hover,
  .bs4 .table-hover .table-dark:hover > td,
  .bs4 .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }
  .bs4 .table-active,
  .bs4 .table-active > td,
  .bs4 .table-active > th,
  .bs4 .table-hover .table-active:hover,
  .bs4 .table-hover .table-active:hover > td,
  .bs4 .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }
  .bs4 .table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55; }
  .bs4 .table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .bs4 .table-dark {
    color: #fff;
    background-color: #343a40; }
  .bs4 .table-dark td,
  .bs4 .table-dark th,
  .bs4 .table-dark thead th {
    border-color: #454d55; }
  .bs4 .table-dark.table-bordered,
  .bs4 .table-responsive > .table-bordered {
    border: 0; }
  .bs4 .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .bs4 .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }
  @media (max-width: 575.98px) {
    .bs4 .table-responsive-sm {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch; }
    .bs4 .table-responsive-sm > .table-bordered {
      border: 0; } }
  @media (max-width: 767.98px) {
    .bs4 .table-responsive-md {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch; }
    .bs4 .table-responsive-md > .table-bordered {
      border: 0; } }
  @media (max-width: 991.98px) {
    .bs4 .table-responsive-lg {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch; }
    .bs4 .table-responsive-lg > .table-bordered {
      border: 0; } }
  @media (max-width: 1199.98px) {
    .bs4 .table-responsive-xl {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch; }
    .bs4 .table-responsive-xl > .table-bordered {
      border: 0; } }
  .bs4 .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  .bs4 .accordion > .card,
  .bs4 .collapsing,
  .bs4 .modal-open,
  .bs4 .progress,
  .bs4 .toast {
    overflow: hidden; }
  .bs4 .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .bs4 .form-control {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .bs4 .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .bs4 .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .bs4 .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .bs4 .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1; }
  .bs4 .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .bs4 .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .bs4 .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .bs4 .form-control:disabled,
  .bs4 .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }
  .bs4 select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff; }
  .bs4 .form-control-file,
  .bs4 .form-control-range {
    display: block;
    width: 100%; }
  .bs4 .col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5; }
  .bs4 .col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5; }
  .bs4 .col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5; }
  .bs4 .form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0; }
  .bs4 .form-control-plaintext.form-control-lg,
  .bs4 .form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0; }
  .bs4 .form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem; }
  .bs4 .form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem; }
  .bs4 select.form-control[multiple],
  .bs4 select.form-control[size],
  .bs4 textarea.form-control {
    height: auto; }
  .bs4 .form-group {
    margin-bottom: 1rem; }
  .bs4 .form-text {
    display: block;
    margin-top: .25rem; }
  .bs4 .form-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px; }
  .bs4 .form-row > .col,
  .bs4 .form-row > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px; }
  .bs4 .form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem; }
  .bs4 .form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem; }
  .bs4 .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }
  .bs4 .form-check-label {
    margin-bottom: 0; }
  .bs4 .form-check-inline {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem; }
  .bs4 .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0; }
  .bs4 .invalid-tooltip,
  .bs4 .valid-tooltip {
    position: absolute;
    z-index: 5;
    max-width: 100%;
    border-radius: .25rem;
    top: 100%;
    line-height: 1.5; }
  .bs4 .valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745; }
  .bs4 .valid-tooltip {
    display: none;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9); }
  .bs4 .custom-control-input.is-valid ~ .valid-feedback,
  .bs4 .custom-control-input.is-valid ~ .valid-tooltip,
  .bs4 .custom-file-input.is-valid ~ .valid-feedback,
  .bs4 .custom-file-input.is-valid ~ .valid-tooltip,
  .bs4 .custom-select.is-valid ~ .valid-feedback,
  .bs4 .custom-select.is-valid ~ .valid-tooltip,
  .bs4 .form-check-input.is-valid ~ .valid-feedback,
  .bs4 .form-check-input.is-valid ~ .valid-tooltip,
  .bs4 .form-control-file.is-valid ~ .valid-feedback,
  .bs4 .form-control-file.is-valid ~ .valid-tooltip,
  .bs4 .form-control.is-valid ~ .valid-feedback,
  .bs4 .form-control.is-valid ~ .valid-tooltip,
  .bs4 .was-validated .custom-control-input:valid ~ .valid-feedback,
  .bs4 .was-validated .custom-control-input:valid ~ .valid-tooltip,
  .bs4 .was-validated .custom-file-input:valid ~ .valid-feedback,
  .bs4 .was-validated .custom-file-input:valid ~ .valid-tooltip,
  .bs4 .was-validated .custom-select:valid ~ .valid-feedback,
  .bs4 .was-validated .custom-select:valid ~ .valid-tooltip,
  .bs4 .was-validated .form-check-input:valid ~ .valid-feedback,
  .bs4 .was-validated .form-check-input:valid ~ .valid-tooltip,
  .bs4 .was-validated .form-control-file:valid ~ .valid-feedback,
  .bs4 .was-validated .form-control-file:valid ~ .valid-tooltip,
  .bs4 .was-validated .form-control:valid ~ .valid-feedback,
  .bs4 .was-validated .form-control:valid ~ .valid-tooltip {
    display: block; }
  .bs4 .custom-control-input.is-valid ~ .custom-control-label,
  .bs4 .form-check-input.is-valid ~ .form-check-label,
  .bs4 .was-validated .custom-control-input:valid ~ .custom-control-label,
  .bs4 .was-validated .form-check-input:valid ~ .form-check-label {
    color: #28a745; }
  .bs4 .form-control.is-valid,
  .bs4 .was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem); }
  .bs4 .form-control.is-valid:focus,
  .bs4 .was-validated .form-control:valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .bs4 .was-validated textarea.form-control:valid,
  .bs4 textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem); }
  .bs4 .custom-select.is-valid,
  .bs4 .was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat #fff; }
  .bs4 .custom-select.is-valid:focus,
  .bs4 .was-validated .custom-select:valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .bs4 .custom-control-input.is-valid ~ .custom-control-label::before,
  .bs4 .was-validated .custom-control-input:valid ~ .custom-control-label::before {
    border-color: #28a745; }
  .bs4 .custom-control-input.is-valid:checked ~ .custom-control-label::before,
  .bs4 .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57; }
  .bs4 .custom-control-input.is-valid:focus ~ .custom-control-label::before,
  .bs4 .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .bs4 .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before,
  .bs4 .custom-file-input.is-valid ~ .custom-file-label,
  .bs4 .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
  .bs4 .was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #28a745; }
  .bs4 .custom-file-input.is-valid:focus ~ .custom-file-label,
  .bs4 .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .bs4 .invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545; }
  .bs4 .invalid-tooltip {
    display: none;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9); }
  .bs4 .collapsing,
  .bs4 .dropdown,
  .bs4 .dropleft,
  .bs4 .dropright,
  .bs4 .dropup {
    position: relative; }
  .bs4 .custom-control-input.is-invalid ~ .invalid-feedback,
  .bs4 .custom-control-input.is-invalid ~ .invalid-tooltip,
  .bs4 .custom-file-input.is-invalid ~ .invalid-feedback,
  .bs4 .custom-file-input.is-invalid ~ .invalid-tooltip,
  .bs4 .custom-select.is-invalid ~ .invalid-feedback,
  .bs4 .custom-select.is-invalid ~ .invalid-tooltip,
  .bs4 .form-check-input.is-invalid ~ .invalid-feedback,
  .bs4 .form-check-input.is-invalid ~ .invalid-tooltip,
  .bs4 .form-control-file.is-invalid ~ .invalid-feedback,
  .bs4 .form-control-file.is-invalid ~ .invalid-tooltip,
  .bs4 .form-control.is-invalid ~ .invalid-feedback,
  .bs4 .form-control.is-invalid ~ .invalid-tooltip,
  .bs4 .was-validated .custom-control-input:invalid ~ .invalid-feedback,
  .bs4 .was-validated .custom-control-input:invalid ~ .invalid-tooltip,
  .bs4 .was-validated .custom-file-input:invalid ~ .invalid-feedback,
  .bs4 .was-validated .custom-file-input:invalid ~ .invalid-tooltip,
  .bs4 .was-validated .custom-select:invalid ~ .invalid-feedback,
  .bs4 .was-validated .custom-select:invalid ~ .invalid-tooltip,
  .bs4 .was-validated .form-check-input:invalid ~ .invalid-feedback,
  .bs4 .was-validated .form-check-input:invalid ~ .invalid-tooltip,
  .bs4 .was-validated .form-control-file:invalid ~ .invalid-feedback,
  .bs4 .was-validated .form-control-file:invalid ~ .invalid-tooltip,
  .bs4 .was-validated .form-control:invalid ~ .invalid-feedback,
  .bs4 .was-validated .form-control:invalid ~ .invalid-tooltip {
    display: block; }
  .bs4 .custom-control-input.is-invalid ~ .custom-control-label,
  .bs4 .form-check-input.is-invalid ~ .form-check-label,
  .bs4 .was-validated .custom-control-input:invalid ~ .custom-control-label,
  .bs4 .was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545; }
  .bs4 .form-control.is-invalid,
  .bs4 .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem); }
  .bs4 .form-control.is-invalid:focus,
  .bs4 .was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .bs4 .was-validated textarea.form-control:invalid,
  .bs4 textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem); }
  .bs4 .custom-select.is-invalid,
  .bs4 .was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat #fff; }
  .bs4 .custom-select.is-invalid:focus,
  .bs4 .was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .bs4 .custom-control-input.is-invalid ~ .custom-control-label::before,
  .bs4 .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
    border-color: #dc3545; }
  .bs4 .custom-control-input.is-invalid:checked ~ .custom-control-label::before,
  .bs4 .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d; }
  .bs4 .custom-control-input.is-invalid:focus ~ .custom-control-label::before,
  .bs4 .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .bs4 .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before,
  .bs4 .custom-file-input.is-invalid ~ .custom-file-label,
  .bs4 .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
  .bs4 .was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545; }
  .bs4 .custom-file-input.is-invalid:focus ~ .custom-file-label,
  .bs4 .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .bs4 .btn.focus,
  .bs4 .btn:focus,
  .bs4 .custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .bs4 .form-inline {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .bs4 .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .bs4 .form-inline label {
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -ms-flex-align: center;
      -webkit-box-align: center;
      align-items: center;
      -ms-flex-pack: center;
      -webkit-box-pack: center;
      justify-content: center;
      margin-bottom: 0; }
    .bs4 .form-inline .form-group {
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -ms-flex: 0 0 auto;
      -webkit-box-flex: 0;
      flex: 0 0 auto;
      -ms-flex-flow: row wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      flex-flow: row wrap;
      -ms-flex-align: center;
      -webkit-box-align: center;
      align-items: center;
      margin-bottom: 0; }
    .bs4 .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .bs4 .form-inline .form-control-plaintext {
      display: inline-block; }
    .bs4 .form-inline .custom-select,
    .bs4 .form-inline .input-group {
      width: auto; }
    .bs4 .form-inline .form-check {
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -ms-flex-align: center;
      -webkit-box-align: center;
      align-items: center;
      -ms-flex-pack: center;
      -webkit-box-pack: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .bs4 .form-inline .form-check-input {
      position: relative;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: .25rem;
      margin-left: 0; }
    .bs4 .form-inline .custom-control {
      -ms-flex-align: center;
      -webkit-box-align: center;
      align-items: center;
      -ms-flex-pack: center;
      -webkit-box-pack: center;
      justify-content: center; }
    .bs4 .form-inline .custom-control-label {
      margin-bottom: 0; } }
  .bs4 .btn-block,
  .bs4 input[type=button].btn-block,
  .bs4 input[type=reset].btn-block,
  .bs4 input[type=submit].btn-block {
    width: 100%; }
  .bs4 .btn {
    display: inline-block;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; }
  .bs4 .dropdown-toggle::after,
  .bs4 .dropup .dropdown-toggle::after {
    vertical-align: .255em;
    content: ""; }
  @media (prefers-reduced-motion: reduce) {
    .bs4 .btn {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .bs4 .btn:hover {
    color: #212529; }
  .bs4 .btn.focus,
  .bs4 .btn:focus {
    outline: 0; }
  .bs4 .btn-primary.focus,
  .bs4 .btn-primary:focus,
  .bs4 .btn-primary:not(:disabled):not(.disabled).active:focus,
  .bs4 .btn-primary:not(:disabled):not(.disabled):active:focus,
  .bs4 .show > .btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
  .bs4 .btn.disabled,
  .bs4 .btn:disabled {
    opacity: .65; }
  .bs4 a.btn.disabled,
  .bs4 fieldset:disabled a.btn {
    pointer-events: none; }
  .bs4 .btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .bs4 .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .bs4 .btn-primary.disabled,
  .bs4 .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .bs4 .btn-primary:not(:disabled):not(.disabled).active,
  .bs4 .btn-primary:not(:disabled):not(.disabled):active,
  .bs4 .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
  .bs4 .btn-secondary.focus,
  .bs4 .btn-secondary:focus,
  .bs4 .btn-secondary:not(:disabled):not(.disabled).active:focus,
  .bs4 .btn-secondary:not(:disabled):not(.disabled):active:focus,
  .bs4 .show > .btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .bs4 .btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .bs4 .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .bs4 .btn-secondary.disabled,
  .bs4 .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .bs4 .btn-secondary:not(:disabled):not(.disabled).active,
  .bs4 .btn-secondary:not(:disabled):not(.disabled):active,
  .bs4 .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
  .bs4 .btn-success.focus,
  .bs4 .btn-success:focus,
  .bs4 .btn-success:not(:disabled):not(.disabled).active:focus,
  .bs4 .btn-success:not(:disabled):not(.disabled):active:focus,
  .bs4 .show > .btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .bs4 .btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .bs4 .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .bs4 .btn-success.disabled,
  .bs4 .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .bs4 .btn-success:not(:disabled):not(.disabled).active,
  .bs4 .btn-success:not(:disabled):not(.disabled):active,
  .bs4 .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
  .bs4 .btn-info.focus,
  .bs4 .btn-info:focus,
  .bs4 .btn-info:not(:disabled):not(.disabled).active:focus,
  .bs4 .btn-info:not(:disabled):not(.disabled):active:focus,
  .bs4 .show > .btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .bs4 .btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .bs4 .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .bs4 .btn-info.disabled,
  .bs4 .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .bs4 .btn-info:not(:disabled):not(.disabled).active,
  .bs4 .btn-info:not(:disabled):not(.disabled):active,
  .bs4 .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
  .bs4 .btn-warning.focus,
  .bs4 .btn-warning:focus,
  .bs4 .btn-warning:not(:disabled):not(.disabled).active:focus,
  .bs4 .btn-warning:not(:disabled):not(.disabled):active:focus,
  .bs4 .show > .btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .bs4 .btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .bs4 .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .bs4 .btn-warning.disabled,
  .bs4 .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .bs4 .btn-warning:not(:disabled):not(.disabled).active,
  .bs4 .btn-warning:not(:disabled):not(.disabled):active,
  .bs4 .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
  .bs4 .btn-danger.focus,
  .bs4 .btn-danger:focus,
  .bs4 .btn-danger:not(:disabled):not(.disabled).active:focus,
  .bs4 .btn-danger:not(:disabled):not(.disabled):active:focus,
  .bs4 .show > .btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .bs4 .btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .bs4 .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .bs4 .btn-danger.disabled,
  .bs4 .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .bs4 .btn-danger:not(:disabled):not(.disabled).active,
  .bs4 .btn-danger:not(:disabled):not(.disabled):active,
  .bs4 .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
  .bs4 .btn-light.focus,
  .bs4 .btn-light:focus,
  .bs4 .btn-light:not(:disabled):not(.disabled).active:focus,
  .bs4 .btn-light:not(:disabled):not(.disabled):active:focus,
  .bs4 .show > .btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .bs4 .btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .bs4 .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .bs4 .btn-light.disabled,
  .bs4 .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .bs4 .btn-light:not(:disabled):not(.disabled).active,
  .bs4 .btn-light:not(:disabled):not(.disabled):active,
  .bs4 .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
  .bs4 .btn-dark.focus,
  .bs4 .btn-dark:focus,
  .bs4 .btn-dark:not(:disabled):not(.disabled).active:focus,
  .bs4 .btn-dark:not(:disabled):not(.disabled):active:focus,
  .bs4 .show > .btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .bs4 .btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .bs4 .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .bs4 .btn-dark.disabled,
  .bs4 .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .bs4 .btn-dark:not(:disabled):not(.disabled).active,
  .bs4 .btn-dark:not(:disabled):not(.disabled):active,
  .bs4 .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
  .bs4 .btn-outline-primary.focus,
  .bs4 .btn-outline-primary:focus,
  .bs4 .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
  .bs4 .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
  .bs4 .show > .btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .bs4 .btn-outline-primary {
    color: #007bff;
    border-color: #007bff; }
  .bs4 .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .bs4 .btn-outline-primary.disabled,
  .bs4 .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .bs4 .btn-outline-primary:not(:disabled):not(.disabled).active,
  .bs4 .btn-outline-primary:not(:disabled):not(.disabled):active,
  .bs4 .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .bs4 .btn-outline-secondary.focus,
  .bs4 .btn-outline-secondary:focus,
  .bs4 .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
  .bs4 .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
  .bs4 .show > .btn-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .bs4 .btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d; }
  .bs4 .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .bs4 .btn-outline-secondary.disabled,
  .bs4 .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .bs4 .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .bs4 .btn-outline-secondary:not(:disabled):not(.disabled):active,
  .bs4 .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .bs4 .btn-outline-success.focus,
  .bs4 .btn-outline-success:focus,
  .bs4 .btn-outline-success:not(:disabled):not(.disabled).active:focus,
  .bs4 .btn-outline-success:not(:disabled):not(.disabled):active:focus,
  .bs4 .show > .btn-outline-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .bs4 .btn-outline-success {
    color: #28a745;
    border-color: #28a745; }
  .bs4 .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .bs4 .btn-outline-success.disabled,
  .bs4 .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .bs4 .btn-outline-success:not(:disabled):not(.disabled).active,
  .bs4 .btn-outline-success:not(:disabled):not(.disabled):active,
  .bs4 .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .bs4 .btn-outline-info.focus,
  .bs4 .btn-outline-info:focus,
  .bs4 .btn-outline-info:not(:disabled):not(.disabled).active:focus,
  .bs4 .btn-outline-info:not(:disabled):not(.disabled):active:focus,
  .bs4 .show > .btn-outline-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .bs4 .btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8; }
  .bs4 .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .bs4 .btn-outline-info.disabled,
  .bs4 .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .bs4 .btn-outline-info:not(:disabled):not(.disabled).active,
  .bs4 .btn-outline-info:not(:disabled):not(.disabled):active,
  .bs4 .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .bs4 .btn-outline-warning.focus,
  .bs4 .btn-outline-warning:focus,
  .bs4 .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
  .bs4 .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
  .bs4 .show > .btn-outline-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .bs4 .btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107; }
  .bs4 .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .bs4 .btn-outline-warning.disabled,
  .bs4 .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .bs4 .btn-outline-warning:not(:disabled):not(.disabled).active,
  .bs4 .btn-outline-warning:not(:disabled):not(.disabled):active,
  .bs4 .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .bs4 .btn-outline-danger.focus,
  .bs4 .btn-outline-danger:focus,
  .bs4 .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
  .bs4 .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
  .bs4 .show > .btn-outline-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .bs4 .btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545; }
  .bs4 .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .bs4 .btn-outline-danger.disabled,
  .bs4 .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .bs4 .btn-outline-danger:not(:disabled):not(.disabled).active,
  .bs4 .btn-outline-danger:not(:disabled):not(.disabled):active,
  .bs4 .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .bs4 .btn-outline-light.focus,
  .bs4 .btn-outline-light:focus,
  .bs4 .btn-outline-light:not(:disabled):not(.disabled).active:focus,
  .bs4 .btn-outline-light:not(:disabled):not(.disabled):active:focus,
  .bs4 .show > .btn-outline-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .bs4 .btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa; }
  .bs4 .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .bs4 .btn-outline-light.disabled,
  .bs4 .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .bs4 .btn-outline-light:not(:disabled):not(.disabled).active,
  .bs4 .btn-outline-light:not(:disabled):not(.disabled):active,
  .bs4 .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .bs4 .btn-outline-dark.focus,
  .bs4 .btn-outline-dark:focus,
  .bs4 .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
  .bs4 .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
  .bs4 .show > .btn-outline-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .bs4 .btn-outline-dark {
    color: #343a40;
    border-color: #343a40; }
  .bs4 .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .bs4 .btn-outline-dark.disabled,
  .bs4 .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .bs4 .btn-outline-dark:not(:disabled):not(.disabled).active,
  .bs4 .btn-outline-dark:not(:disabled):not(.disabled):active,
  .bs4 .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .bs4 .btn-link {
    color: #007bff; }
  .bs4 .btn-link:hover {
    color: #0056b3;
    text-decoration: underline; }
  .bs4 .btn-link.focus,
  .bs4 .btn-link:focus {
    text-decoration: underline;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .bs4 .breadcrumb-item + .breadcrumb-item:hover::before,
  .bs4 .card-link:hover,
  .bs4 .dropdown-item.active,
  .bs4 .dropdown-item:active,
  .bs4 .dropdown-item:focus,
  .bs4 .dropdown-item:hover,
  .bs4 .list-group-item-action:focus,
  .bs4 .list-group-item-action:hover,
  .bs4 .nav-link:focus,
  .bs4 .nav-link:hover,
  .bs4 .navbar-brand:focus,
  .bs4 .navbar-brand:hover,
  .bs4 .page-link:hover,
  .bs4 a.badge:focus,
  .bs4 a.badge:hover {
    text-decoration: none; }
  .bs4 .btn-link.disabled,
  .bs4 .btn-link:disabled {
    color: #6c757d;
    pointer-events: none; }
  .bs4 .btn-group-lg > .btn,
  .bs4 .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem; }
  .bs4 .btn-group-sm > .btn,
  .bs4 .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem; }
  .bs4 .btn-block {
    display: block; }
  .bs4 .btn-block + .btn-block {
    margin-top: .5rem; }
  .bs4 .fade {
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .bs4 .fade {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .bs4 .fade:not(.show) {
    opacity: 0; }
  .bs4 .collapse:not(.show) {
    display: none; }
  .bs4 .collapsing {
    height: 0;
    -webkit-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .bs4 .collapsing {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .bs4 .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent; }
  .bs4 .dropdown-toggle:empty::after {
    margin-left: 0; }
  .bs4 .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: .25rem; }
  .bs4 .dropdown-menu-left {
    right: auto;
    left: 0; }
  .bs4 .dropdown-menu-right {
    right: 0;
    left: auto; }
  @media (min-width: 576px) {
    .bs4 .dropdown-menu-sm-left {
      right: auto;
      left: 0; }
    .bs4 .dropdown-menu-sm-right {
      right: 0;
      left: auto; } }
  @media (min-width: 768px) {
    .bs4 .dropdown-menu-md-left {
      right: auto;
      left: 0; }
    .bs4 .dropdown-menu-md-right {
      right: 0;
      left: auto; } }
  @media (min-width: 992px) {
    .bs4 .dropdown-menu-lg-left {
      right: auto;
      left: 0; }
    .bs4 .dropdown-menu-lg-right {
      right: 0;
      left: auto; } }
  @media (min-width: 1200px) {
    .bs4 .dropdown-menu-xl-left {
      right: auto;
      left: 0; }
    .bs4 .dropdown-menu-xl-right {
      right: 0;
      left: auto; } }
  .bs4 .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem; }
  .bs4 .dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent; }
  .bs4 .dropleft .dropdown-toggle::before,
  .bs4 .dropright .dropdown-toggle::after {
    content: "";
    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent; }
  .bs4 .dropup .dropdown-toggle:empty::after {
    margin-left: 0; }
  .bs4 .dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem; }
  .bs4 .dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    border-right: 0;
    border-left: .3em solid;
    vertical-align: 0; }
  .bs4 .dropright .dropdown-toggle:empty::after {
    margin-left: 0; }
  .bs4 .dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem; }
  .bs4 .dropleft .dropdown-toggle::after {
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none; }
  .bs4 .dropleft .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    border-right: .3em solid;
    vertical-align: 0; }
  .bs4 .dropleft .dropdown-toggle:empty::after {
    margin-left: 0; }
  .bs4 .dropdown-menu[x-placement^=top],
  .bs4 .dropdown-menu[x-placement^=right],
  .bs4 .dropdown-menu[x-placement^=bottom],
  .bs4 .dropdown-menu[x-placement^=left] {
    right: auto;
    bottom: auto; }
  .bs4 .dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef; }
  .bs4 .btn-group-toggle > .btn,
  .bs4 .btn-group-toggle > .btn-group > .btn,
  .bs4 .custom-control-label,
  .bs4 .custom-file,
  .bs4 .dropdown-header,
  .bs4 .input-group-text,
  .bs4 .nav {
    margin-bottom: 0; }
  .bs4 .dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    color: #212529;
    text-align: inherit;
    background-color: transparent;
    border: 0; }
  .bs4 .btn-group > .btn-group:not(:last-child) > .btn,
  .bs4 .btn-group > .btn:not(:last-child):not(.dropdown-toggle),
  .bs4 .input-group > .custom-file:not(:last-child) .custom-file-label,
  .bs4 .input-group > .custom-file:not(:last-child) .custom-file-label::after,
  .bs4 .input-group > .custom-select:not(:last-child),
  .bs4 .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .bs4 .btn-group > .btn-group:not(:first-child) > .btn,
  .bs4 .btn-group > .btn:not(:first-child),
  .bs4 .input-group > .custom-file:not(:first-child) .custom-file-label,
  .bs4 .input-group > .custom-select:not(:first-child),
  .bs4 .input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .bs4 .dropdown-item:focus,
  .bs4 .dropdown-item:hover {
    color: #16181b;
    background-color: #f8f9fa; }
  .bs4 .dropdown-item.active,
  .bs4 .dropdown-item:active {
    color: #fff;
    background-color: #007bff; }
  .bs4 .dropdown-item.disabled,
  .bs4 .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }
  .bs4 .dropdown-menu.show {
    display: block; }
  .bs4 .dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    font-size: .875rem;
    color: #6c757d; }
  .bs4 .dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529; }
  .bs4 .btn-group,
  .bs4 .btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    vertical-align: middle; }
  .bs4 .btn-group-vertical > .btn,
  .bs4 .btn-group > .btn {
    position: relative;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto; }
  .bs4 .btn-group-vertical > .btn.active,
  .bs4 .btn-group-vertical > .btn:active,
  .bs4 .btn-group-vertical > .btn:focus,
  .bs4 .btn-group-vertical > .btn:hover,
  .bs4 .btn-group > .btn.active,
  .bs4 .btn-group > .btn:active,
  .bs4 .btn-group > .btn:focus,
  .bs4 .btn-group > .btn:hover {
    z-index: 1; }
  .bs4 .btn-toolbar {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start; }
  .bs4 .btn-toolbar .input-group {
    width: auto; }
  .bs4 .btn-group > .btn-group:not(:first-child),
  .bs4 .btn-group > .btn:not(:first-child) {
    margin-left: -1px; }
  .bs4 .dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem; }
  .bs4 .dropdown-toggle-split::after,
  .bs4 .dropright .dropdown-toggle-split::after,
  .bs4 .dropup .dropdown-toggle-split::after {
    margin-left: 0; }
  .bs4 .input-group-append,
  .bs4 .input-group-append .btn + .btn,
  .bs4 .input-group-append .btn + .input-group-text,
  .bs4 .input-group-append .input-group-text + .btn,
  .bs4 .input-group-append .input-group-text + .input-group-text,
  .bs4 .input-group-prepend .btn + .btn,
  .bs4 .input-group-prepend .btn + .input-group-text,
  .bs4 .input-group-prepend .input-group-text + .btn,
  .bs4 .input-group-prepend .input-group-text + .input-group-text,
  .bs4 .input-group > .custom-file + .custom-file,
  .bs4 .input-group > .custom-file + .custom-select,
  .bs4 .input-group > .custom-file + .form-control,
  .bs4 .input-group > .custom-select + .custom-file,
  .bs4 .input-group > .custom-select + .custom-select,
  .bs4 .input-group > .custom-select + .form-control,
  .bs4 .input-group > .form-control + .custom-file,
  .bs4 .input-group > .form-control + .custom-select,
  .bs4 .input-group > .form-control + .form-control,
  .bs4 .input-group > .form-control-plaintext + .custom-file,
  .bs4 .input-group > .form-control-plaintext + .custom-select,
  .bs4 .input-group > .form-control-plaintext + .form-control {
    margin-left: -1px; }
  .bs4 .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }
  .bs4 .btn-group-sm > .btn + .dropdown-toggle-split,
  .bs4 .btn-sm + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem; }
  .bs4 .btn-group-lg > .btn + .dropdown-toggle-split,
  .bs4 .btn-lg + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem; }
  .bs4 .btn-group-vertical {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center; }
  .bs4 .btn-group-vertical > .btn,
  .bs4 .btn-group-vertical > .btn-group {
    width: 100%; }
  .bs4 .btn-group-vertical > .btn-group:not(:first-child),
  .bs4 .btn-group-vertical > .btn:not(:first-child) {
    margin-top: -1px; }
  .bs4 .btn-group-vertical > .btn-group:not(:last-child) > .btn,
  .bs4 .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .bs4 .btn-group-vertical > .btn-group:not(:first-child) > .btn,
  .bs4 .btn-group-vertical > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .bs4 .btn-group-toggle > .btn input[type=radio],
  .bs4 .btn-group-toggle > .btn input[type=checkbox],
  .bs4 .btn-group-toggle > .btn-group > .btn input[type=radio],
  .bs4 .btn-group-toggle > .btn-group > .btn input[type=checkbox] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }
  .bs4 .input-group {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
    width: 100%; }
  .bs4 .input-group > .custom-file,
  .bs4 .input-group > .custom-select,
  .bs4 .input-group > .form-control,
  .bs4 .input-group > .form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
  .bs4 .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
  .bs4 .input-group > .custom-select:focus,
  .bs4 .input-group > .form-control:focus {
    z-index: 3; }
  .bs4 .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .bs4 .input-group > .custom-file {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .bs4 .input-group-append,
  .bs4 .input-group-prepend {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex; }
  .bs4 .input-group-text,
  .bs4 .nav,
  .bs4 .navbar {
    display: -ms-flexbox; }
  .bs4 .input-group-append .btn,
  .bs4 .input-group-prepend .btn {
    position: relative;
    z-index: 2; }
  .bs4 .input-group-append .btn:focus,
  .bs4 .input-group-prepend .btn:focus {
    z-index: 3; }
  .bs4 .input-group-prepend {
    margin-right: -1px; }
  .bs4 .input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem; }
  .bs4 .nav,
  .bs4 .navbar {
    -ms-flex-wrap: wrap; }
  .bs4 .input-group-text input[type=radio],
  .bs4 .input-group-text input[type=checkbox] {
    margin-top: 0; }
  .bs4 .input-group-lg > .custom-select,
  .bs4 .input-group-lg > .form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px); }
  .bs4 .input-group-lg > .custom-select,
  .bs4 .input-group-lg > .form-control,
  .bs4 .input-group-lg > .input-group-append > .btn,
  .bs4 .input-group-lg > .input-group-append > .input-group-text,
  .bs4 .input-group-lg > .input-group-prepend > .btn,
  .bs4 .input-group-lg > .input-group-prepend > .input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem; }
  .bs4 .input-group-sm > .custom-select,
  .bs4 .input-group-sm > .form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px); }
  .bs4 .input-group-sm > .custom-select,
  .bs4 .input-group-sm > .form-control,
  .bs4 .input-group-sm > .input-group-append > .btn,
  .bs4 .input-group-sm > .input-group-append > .input-group-text,
  .bs4 .input-group-sm > .input-group-prepend > .btn,
  .bs4 .input-group-sm > .input-group-prepend > .input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem; }
  .bs4 .input-group-lg > .custom-select,
  .bs4 .input-group-sm > .custom-select {
    padding-right: 1.75rem; }
  .bs4 .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
  .bs4 .input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
  .bs4 .input-group > .input-group-append:not(:last-child) > .btn,
  .bs4 .input-group > .input-group-append:not(:last-child) > .input-group-text,
  .bs4 .input-group > .input-group-prepend > .btn,
  .bs4 .input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .bs4 .input-group > .input-group-append > .btn,
  .bs4 .input-group > .input-group-append > .input-group-text,
  .bs4 .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
  .bs4 .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
  .bs4 .input-group > .input-group-prepend:not(:first-child) > .btn,
  .bs4 .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .bs4 .custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem; }
  .bs4 .custom-control-inline {
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    margin-right: 1rem; }
  .bs4 .custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
  .bs4 .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .bs4 .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .bs4 .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .bs4 .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
  .bs4 .custom-control-input:disabled ~ .custom-control-label::before {
    background-color: #e9ecef; }
  .bs4 .custom-control-label {
    position: relative;
    vertical-align: top; }
  .bs4 .custom-control-label::after,
  .bs4 .custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: ""; }
  .bs4 .custom-control-label::before {
    pointer-events: none;
    background-color: #fff;
    border: 1px solid #adb5bd; }
  .bs4 .custom-control-label::after {
    background: 50%/50% 50% no-repeat; }
  .bs4 .custom-checkbox .custom-control-label::before {
    border-radius: .25rem; }
  .bs4 .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }
  .bs4 .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff; }
  .bs4 .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before,
  .bs4 .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before,
  .bs4 .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }
  .bs4 .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }
  .bs4 .custom-radio .custom-control-label::before {
    border-radius: 50%; }
  .bs4 .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }
  .bs4 .custom-switch {
    padding-left: 2.25rem; }
  .bs4 .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem; }
  .bs4 .custom-switch .custom-control-label::after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .bs4 .custom-switch .custom-control-label::after {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .bs4 .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
    -ms-transform: translateX(0.75rem);
    transform: translateX(0.75rem); }
  .bs4 .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }
  .bs4 .custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .bs4 .custom-file-input:focus ~ .custom-file-label,
  .bs4 .custom-select:focus {
    border-color: #80bdff;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .bs4 .custom-select:focus {
    outline: 0; }
  .bs4 .custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff; }
  .bs4 .custom-file-input:disabled ~ .custom-file-label,
  .bs4 .custom-select:disabled {
    background-color: #e9ecef; }
  .bs4 .custom-select[multiple],
  .bs4 .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none; }
  .bs4 .custom-select:disabled {
    color: #6c757d; }
  .bs4 .custom-select::-ms-expand {
    display: none; }
  .bs4 .custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem; }
  .bs4 .custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem; }
  .bs4 .custom-file,
  .bs4 .custom-file-input,
  .bs4 .custom-file-label {
    height: calc(1.5em + .75rem + 2px); }
  .bs4 .custom-file {
    position: relative;
    display: inline-block;
    width: 100%; }
  .bs4 .custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0;
    opacity: 0; }
  .bs4 .custom-file-label,
  .bs4 .custom-file-label::after {
    position: absolute;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    top: 0;
    right: 0; }
  .bs4 .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .bs4 .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }
  .bs4 .custom-file-label {
    left: 0;
    z-index: 1;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem; }
  .bs4 .custom-file-label::after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0; }
  .bs4 .custom-range {
    width: 100%;
    height: calc(1rem + .4rem);
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .bs4 .custom-range:focus {
    outline: 0; }
  .bs4 .custom-range:focus::-webkit-slider-thumb {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .bs4 .custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .bs4 .custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .bs4 .custom-range::-moz-focus-outer {
    border: 0; }
  .bs4 .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none; }
  @media (prefers-reduced-motion: reduce) {
    .bs4 .custom-range::-webkit-slider-thumb {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .bs4 .custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff; }
  .bs4 .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .bs4 .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none; }
  @media (prefers-reduced-motion: reduce) {
    .bs4 .custom-range::-moz-range-thumb {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .bs4 .custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff; }
  .bs4 .custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .bs4 .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    appearance: none; }
  @media (prefers-reduced-motion: reduce) {
    .bs4 .custom-range::-ms-thumb {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .bs4 .custom-range::-ms-thumb:active {
    background-color: #b3d7ff; }
  .bs4 .custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem; }
  .bs4 .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .bs4 .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .bs4 .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .bs4 .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .bs4 .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .bs4 .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .bs4 .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }
  .bs4 .custom-control-label::before,
  .bs4 .custom-file-label,
  .bs4 .custom-select {
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .bs4 .custom-control-label::before,
    .bs4 .custom-file-label,
    .bs4 .custom-select {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .bs4 .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0; }
  .bs4 .nav-link,
  .bs4 .navbar {
    padding: .5rem 1rem; }
  .bs4 .nav-link {
    display: block; }
  .bs4 .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }
  .bs4 .nav-tabs {
    border-bottom: 1px solid #dee2e6; }
  .bs4 .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .bs4 .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem; }
  .bs4 .nav-tabs .nav-link:focus,
  .bs4 .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6; }
  .bs4 .nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent; }
  .bs4 .nav-tabs .nav-item.show .nav-link,
  .bs4 .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .bs4 .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .bs4 .nav-pills .nav-link {
    border-radius: .25rem; }
  .bs4 .nav-pills .nav-link.active,
  .bs4 .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff; }
  .bs4 .nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    text-align: center; }
  .bs4 .nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    text-align: center; }
  .bs4 .tab-content > .tab-pane {
    display: none; }
  .bs4 .tab-content > .active {
    display: block; }
  .bs4 .navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .bs4 .navbar > .container,
  .bs4 .navbar > .container-fluid {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .bs4 .navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit; }
  .bs4 .card,
  .bs4 .navbar-nav {
    display: -ms-flexbox; }
  .bs4 .navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0; }
  .bs4 .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .bs4 .navbar-nav .dropdown-menu {
    position: static;
    float: none; }
  .bs4 .navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem; }
  .bs4 .navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .bs4 .navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem; }
  .bs4 .navbar-toggler:focus,
  .bs4 .navbar-toggler:hover {
    text-decoration: none; }
  .bs4 .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: center center no-repeat;
    background-size: 100% 100%; }
  @media (max-width: 575.98px) {
    .bs4 .navbar-expand-sm > .container,
    .bs4 .navbar-expand-sm > .container-fluid {
      padding-right: 0;
      padding-left: 0; } }
  @media (min-width: 576px) {
    .bs4 .navbar-expand-sm {
      -ms-flex-flow: row nowrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      flex-flow: row nowrap;
      -ms-flex-pack: start;
      -webkit-box-pack: start;
      justify-content: flex-start; }
    .bs4 .navbar-expand-sm .navbar-nav {
      -ms-flex-direction: row;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      flex-direction: row; }
    .bs4 .navbar-expand-sm .navbar-nav .dropdown-menu {
      position: absolute; }
    .bs4 .navbar-expand-sm .navbar-nav .nav-link {
      padding-right: .5rem;
      padding-left: .5rem; }
    .bs4 .navbar-expand-sm > .container,
    .bs4 .navbar-expand-sm > .container-fluid {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .bs4 .navbar-expand-sm .navbar-collapse {
      display: -ms-flexbox !important;
      display: -webkit-box !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
    .bs4 .navbar-expand-sm .navbar-toggler {
      display: none; } }
  @media (max-width: 767.98px) {
    .bs4 .navbar-expand-md > .container,
    .bs4 .navbar-expand-md > .container-fluid {
      padding-right: 0;
      padding-left: 0; } }
  @media (min-width: 768px) {
    .bs4 .navbar-expand-md {
      -ms-flex-flow: row nowrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      flex-flow: row nowrap;
      -ms-flex-pack: start;
      -webkit-box-pack: start;
      justify-content: flex-start; }
    .bs4 .navbar-expand-md .navbar-nav {
      -ms-flex-direction: row;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      flex-direction: row; }
    .bs4 .navbar-expand-md .navbar-nav .dropdown-menu {
      position: absolute; }
    .bs4 .navbar-expand-md .navbar-nav .nav-link {
      padding-right: .5rem;
      padding-left: .5rem; }
    .bs4 .navbar-expand-md > .container,
    .bs4 .navbar-expand-md > .container-fluid {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .bs4 .navbar-expand-md .navbar-collapse {
      display: -ms-flexbox !important;
      display: -webkit-box !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
    .bs4 .navbar-expand-md .navbar-toggler {
      display: none; } }
  @media (max-width: 991.98px) {
    .bs4 .navbar-expand-lg > .container,
    .bs4 .navbar-expand-lg > .container-fluid {
      padding-right: 0;
      padding-left: 0; } }
  @media (min-width: 992px) {
    .bs4 .navbar-expand-lg {
      -ms-flex-flow: row nowrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      flex-flow: row nowrap;
      -ms-flex-pack: start;
      -webkit-box-pack: start;
      justify-content: flex-start; }
    .bs4 .navbar-expand-lg .navbar-nav {
      -ms-flex-direction: row;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      flex-direction: row; }
    .bs4 .navbar-expand-lg .navbar-nav .dropdown-menu {
      position: absolute; }
    .bs4 .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: .5rem;
      padding-left: .5rem; }
    .bs4 .navbar-expand-lg > .container,
    .bs4 .navbar-expand-lg > .container-fluid {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .bs4 .navbar-expand-lg .navbar-collapse {
      display: -ms-flexbox !important;
      display: -webkit-box !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
    .bs4 .navbar-expand-lg .navbar-toggler {
      display: none; } }
  @media (max-width: 1199.98px) {
    .bs4 .navbar-expand-xl > .container,
    .bs4 .navbar-expand-xl > .container-fluid {
      padding-right: 0;
      padding-left: 0; } }
  @media (min-width: 1200px) {
    .bs4 .navbar-expand-xl {
      -ms-flex-flow: row nowrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      flex-flow: row nowrap;
      -ms-flex-pack: start;
      -webkit-box-pack: start;
      justify-content: flex-start; }
    .bs4 .navbar-expand-xl .navbar-nav {
      -ms-flex-direction: row;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      flex-direction: row; }
    .bs4 .navbar-expand-xl .navbar-nav .dropdown-menu {
      position: absolute; }
    .bs4 .navbar-expand-xl .navbar-nav .nav-link {
      padding-right: .5rem;
      padding-left: .5rem; }
    .bs4 .navbar-expand-xl > .container,
    .bs4 .navbar-expand-xl > .container-fluid {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
    .bs4 .navbar-expand-xl .navbar-collapse {
      display: -ms-flexbox !important;
      display: -webkit-box !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
      flex-basis: auto; }
    .bs4 .navbar-expand-xl .navbar-toggler {
      display: none; } }
  .bs4 .navbar-expand {
    -ms-flex-flow: row nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start; }
  .bs4 .navbar-expand > .container,
  .bs4 .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .bs4 .navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row; }
  .bs4 .navbar-expand .navbar-nav .dropdown-menu {
    position: absolute; }
  .bs4 .navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }
  .bs4 .navbar-expand > .container,
  .bs4 .navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .bs4 .navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .bs4 .navbar-expand .navbar-toggler {
    display: none; }
  .bs4 .navbar-light .navbar-brand,
  .bs4 .navbar-light .navbar-brand:focus,
  .bs4 .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.9); }
  .bs4 .navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5); }
  .bs4 .navbar-light .navbar-nav .nav-link:focus,
  .bs4 .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7); }
  .bs4 .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }
  .bs4 .navbar-light .navbar-nav .active > .nav-link,
  .bs4 .navbar-light .navbar-nav .nav-link.active,
  .bs4 .navbar-light .navbar-nav .nav-link.show,
  .bs4 .navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0, 0, 0, 0.9); }
  .bs4 .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1); }
  .bs4 .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
  .bs4 .navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5); }
  .bs4 .navbar-light .navbar-text a,
  .bs4 .navbar-light .navbar-text a:focus,
  .bs4 .navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, 0.9); }
  .bs4 .navbar-dark .navbar-brand,
  .bs4 .navbar-dark .navbar-brand:focus,
  .bs4 .navbar-dark .navbar-brand:hover {
    color: #fff; }
  .bs4 .navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5); }
  .bs4 .navbar-dark .navbar-nav .nav-link:focus,
  .bs4 .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75); }
  .bs4 .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }
  .bs4 .navbar-dark .navbar-nav .active > .nav-link,
  .bs4 .navbar-dark .navbar-nav .nav-link.active,
  .bs4 .navbar-dark .navbar-nav .nav-link.show,
  .bs4 .navbar-dark .navbar-nav .show > .nav-link {
    color: #fff; }
  .bs4 .navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1); }
  .bs4 .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
  .bs4 .navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5); }
  .bs4 .navbar-dark .navbar-text a,
  .bs4 .navbar-dark .navbar-text a:focus,
  .bs4 .navbar-dark .navbar-text a:hover {
    color: #fff; }
  .bs4 .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: .25rem; }
  .bs4 .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .bs4 .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem; }
  .bs4 .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem; }
  .bs4 .card-body {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    padding: 1.25rem; }
  .bs4 .card-footer,
  .bs4 .card-header {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03); }
  .bs4 .card-title {
    margin-bottom: .75rem; }
  .bs4 .card-header,
  .bs4 .card-subtitle,
  .bs4 .card-text:last-child {
    margin-bottom: 0; }
  .bs4 .card-subtitle {
    margin-top: -.375rem; }
  .bs4 .card-link + .card-link {
    margin-left: 1.25rem; }
  .bs4 .card-header-pills,
  .bs4 .card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem; }
  .bs4 .card-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .bs4 .card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0; }
  .bs4 .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }
  .bs4 .card-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .bs4 .card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px); }
  .bs4 .card-header-tabs {
    margin-bottom: -.75rem;
    border-bottom: 0; }
  .bs4 .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem; }
  .bs4 .alert,
  .bs4 .btn .badge,
  .bs4 .page-link {
    position: relative; }
  .bs4 .card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px); }
  .bs4 .card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px); }
  .bs4 .card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px); }
  .bs4 .card-deck {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column; }
  .bs4 .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .bs4 .card-deck {
      -ms-flex-flow: row wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
    .bs4 .card-deck .card {
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -ms-flex: 1 0 0%;
      -webkit-box-flex: 1;
      flex: 1 0 0%;
      -ms-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column;
      margin-right: 15px;
      margin-bottom: 0;
      margin-left: 15px; } }
  .bs4 .card-group {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column; }
  .bs4 .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 576px) {
    .bs4 .card-group {
      -ms-flex-flow: row wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      flex-flow: row wrap; }
    .bs4 .card-group > .card {
      -ms-flex: 1 0 0%;
      -webkit-box-flex: 1;
      flex: 1 0 0%;
      margin-bottom: 0; }
    .bs4 .card-group > .card + .card {
      margin-left: 0;
      border-left: 0; }
    .bs4 .card-group > .card:not(:last-child) {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .bs4 .card-group > .card:not(:last-child) .card-header,
    .bs4 .card-group > .card:not(:last-child) .card-img-top {
      border-top-right-radius: 0; }
    .bs4 .card-group > .card:not(:last-child) .card-footer,
    .bs4 .card-group > .card:not(:last-child) .card-img-bottom {
      border-bottom-right-radius: 0; }
    .bs4 .card-group > .card:not(:first-child) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
    .bs4 .card-group > .card:not(:first-child) .card-header,
    .bs4 .card-group > .card:not(:first-child) .card-img-top {
      border-top-left-radius: 0; }
    .bs4 .card-group > .card:not(:first-child) .card-footer,
    .bs4 .card-group > .card:not(:first-child) .card-img-bottom {
      border-bottom-left-radius: 0; }
    .bs4 .card-columns {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3;
      -webkit-column-gap: 1.25rem;
      -moz-column-gap: 1.25rem;
      column-gap: 1.25rem;
      orphans: 1;
      widows: 1; }
    .bs4 .card-columns .card {
      display: inline-block;
      width: 100%; } }
  .bs4 .card-columns .card {
    margin-bottom: .75rem; }
  .bs4 .accordion > .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0; }
  .bs4 .accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0; }
  .bs4 .accordion > .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .bs4 .accordion > .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .bs4 .breadcrumb,
  .bs4 .pagination {
    border-radius: .25rem;
    list-style: none; }
  .bs4 .accordion > .card .card-header {
    margin-bottom: -1px; }
  .bs4 .breadcrumb {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    background-color: #e9ecef; }
  .bs4 .breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem; }
  .bs4 .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"; }
  .bs4 .breadcrumb-item.active {
    color: #6c757d; }
  .bs4 .pagination {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    padding-left: 0; }
  .bs4 .page-link {
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6; }
  .bs4 .page-link:hover {
    z-index: 2;
    color: #0056b3;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .bs4 .page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .bs4 .page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem; }
  .bs4 .page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem; }
  .bs4 .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .bs4 .page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6; }
  .bs4 .pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5; }
  .bs4 .pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem; }
  .bs4 .pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem; }
  .bs4 .pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5; }
  .bs4 .badge,
  .bs4 .close {
    font-weight: 700;
    line-height: 1; }
  .bs4 .pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem; }
  .bs4 .pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem; }
  .bs4 .badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    text-align: center;
    border-radius: .25rem;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .bs4 .badge {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .bs4 .badge:empty {
    display: none; }
  .bs4 .btn .badge {
    top: -1px; }
  .bs4 .badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem; }
  .bs4 .badge-primary {
    color: #fff;
    background-color: #007bff; }
  .bs4 a.badge-primary:focus,
  .bs4 a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc; }
  .bs4 a.badge-primary.focus,
  .bs4 a.badge-primary:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .bs4 .badge-secondary {
    color: #fff;
    background-color: #6c757d; }
  .bs4 a.badge-secondary:focus,
  .bs4 a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62; }
  .bs4 a.badge-secondary.focus,
  .bs4 a.badge-secondary:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .bs4 .badge-success {
    color: #fff;
    background-color: #28a745; }
  .bs4 a.badge-success:focus,
  .bs4 a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34; }
  .bs4 a.badge-success.focus,
  .bs4 a.badge-success:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .bs4 .badge-info {
    color: #fff;
    background-color: #17a2b8; }
  .bs4 a.badge-info:focus,
  .bs4 a.badge-info:hover {
    color: #fff;
    background-color: #117a8b; }
  .bs4 a.badge-info.focus,
  .bs4 a.badge-info:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .bs4 .badge-warning {
    color: #212529;
    background-color: #ffc107; }
  .bs4 a.badge-warning:focus,
  .bs4 a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00; }
  .bs4 a.badge-warning.focus,
  .bs4 a.badge-warning:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .bs4 .badge-danger {
    color: #fff;
    background-color: #dc3545; }
  .bs4 a.badge-danger:focus,
  .bs4 a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130; }
  .bs4 a.badge-danger.focus,
  .bs4 a.badge-danger:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .bs4 .badge-light {
    color: #212529;
    background-color: #f8f9fa; }
  .bs4 a.badge-light:focus,
  .bs4 a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5; }
  .bs4 a.badge-light.focus,
  .bs4 a.badge-light:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .bs4 .badge-dark {
    color: #fff;
    background-color: #343a40; }
  .bs4 a.badge-dark:focus,
  .bs4 a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124; }
  .bs4 a.badge-dark.focus,
  .bs4 a.badge-dark:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .bs4 .jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem; }
  @media (min-width: 576px) {
    .bs4 .jumbotron {
      padding: 4rem 2rem; } }
  .bs4 .jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0; }
  .bs4 .alert {
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem; }
  .bs4 .alert-heading {
    color: inherit; }
  .bs4 .alert-link {
    font-weight: 700; }
  .bs4 .alert-dismissible {
    padding-right: 4rem; }
  .bs4 .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit; }
  .bs4 .alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff; }
  .bs4 .alert-primary hr {
    border-top-color: #9fcdff; }
  .bs4 .alert-primary .alert-link {
    color: #002752; }
  .bs4 .alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db; }
  .bs4 .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .bs4 .alert-secondary .alert-link {
    color: #202326; }
  .bs4 .alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb; }
  .bs4 .alert-success hr {
    border-top-color: #b1dfbb; }
  .bs4 .alert-success .alert-link {
    color: #0b2e13; }
  .bs4 .alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb; }
  .bs4 .alert-info hr {
    border-top-color: #abdde5; }
  .bs4 .alert-info .alert-link {
    color: #062c33; }
  .bs4 .alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba; }
  .bs4 .alert-warning hr {
    border-top-color: #ffe8a1; }
  .bs4 .alert-warning .alert-link {
    color: #533f03; }
  .bs4 .alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb; }
  .bs4 .alert-danger hr {
    border-top-color: #f1b0b7; }
  .bs4 .alert-danger .alert-link {
    color: #491217; }
  .bs4 .alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe; }
  .bs4 .alert-light hr {
    border-top-color: #ececf6; }
  .bs4 .alert-light .alert-link {
    color: #686868; }
  .bs4 .alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca; }
  .bs4 .alert-dark hr {
    border-top-color: #b9bbbe; }
  .bs4 .alert-dark .alert-link {
    color: #040505; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }
  .bs4 .progress {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    height: 1rem;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem; }
  .bs4 .progress-bar {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #007bff;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease; }
  .bs4 .progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem; }
  .bs4 .progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    .bs4 .progress-bar {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; }
    .bs4 .progress-bar-animated {
      -webkit-animation: none;
      animation: none; } }
  .bs4 .media {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .bs4 .media-body {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1; }
  .bs4 .list-group {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0; }
  .bs4 .list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit; }
  .bs4 .list-group-item-action:focus,
  .bs4 .list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    background-color: #f8f9fa; }
  .bs4 .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }
  .bs4 .list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125); }
  .bs4 .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem; }
  .bs4 .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem; }
  .bs4 .list-group-item.disabled,
  .bs4 .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .bs4 .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .bs4 .list-group-horizontal {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row; }
  .bs4 .list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0; }
  .bs4 .list-group-horizontal .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0; }
  .bs4 .list-group-horizontal .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0; }
  @media (min-width: 576px) {
    .bs4 .list-group-horizontal-sm {
      -ms-flex-direction: row;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      flex-direction: row; }
    .bs4 .list-group-horizontal-sm .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
    .bs4 .list-group-horizontal-sm .list-group-item:first-child {
      border-top-left-radius: .25rem;
      border-bottom-left-radius: .25rem;
      border-top-right-radius: 0; }
    .bs4 .list-group-horizontal-sm .list-group-item:last-child {
      margin-right: 0;
      border-top-right-radius: .25rem;
      border-bottom-right-radius: .25rem;
      border-bottom-left-radius: 0; } }
  @media (min-width: 768px) {
    .bs4 .list-group-horizontal-md {
      -ms-flex-direction: row;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      flex-direction: row; }
    .bs4 .list-group-horizontal-md .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
    .bs4 .list-group-horizontal-md .list-group-item:first-child {
      border-top-left-radius: .25rem;
      border-bottom-left-radius: .25rem;
      border-top-right-radius: 0; }
    .bs4 .list-group-horizontal-md .list-group-item:last-child {
      margin-right: 0;
      border-top-right-radius: .25rem;
      border-bottom-right-radius: .25rem;
      border-bottom-left-radius: 0; } }
  @media (min-width: 992px) {
    .bs4 .list-group-horizontal-lg {
      -ms-flex-direction: row;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      flex-direction: row; }
    .bs4 .list-group-horizontal-lg .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
    .bs4 .list-group-horizontal-lg .list-group-item:first-child {
      border-top-left-radius: .25rem;
      border-bottom-left-radius: .25rem;
      border-top-right-radius: 0; }
    .bs4 .list-group-horizontal-lg .list-group-item:last-child {
      margin-right: 0;
      border-top-right-radius: .25rem;
      border-bottom-right-radius: .25rem;
      border-bottom-left-radius: 0; } }
  @media (min-width: 1200px) {
    .bs4 .list-group-horizontal-xl {
      -ms-flex-direction: row;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      flex-direction: row; }
    .bs4 .list-group-horizontal-xl .list-group-item {
      margin-right: -1px;
      margin-bottom: 0; }
    .bs4 .list-group-horizontal-xl .list-group-item:first-child {
      border-top-left-radius: .25rem;
      border-bottom-left-radius: .25rem;
      border-top-right-radius: 0; }
    .bs4 .list-group-horizontal-xl .list-group-item:last-child {
      margin-right: 0;
      border-top-right-radius: .25rem;
      border-bottom-right-radius: .25rem;
      border-bottom-left-radius: 0; } }
  .bs4 .list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0; }
  .bs4 .list-group-flush .list-group-item:last-child {
    margin-bottom: -1px; }
  .bs4 .list-group-flush:first-child .list-group-item:first-child {
    border-top: 0; }
  .bs4 .list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0; }
  .bs4 .list-group-item-primary {
    color: #004085;
    background-color: #b8daff; }
  .bs4 .list-group-item-primary.list-group-item-action:focus,
  .bs4 .list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff; }
  .bs4 .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085; }
  .bs4 .list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db; }
  .bs4 .list-group-item-secondary.list-group-item-action:focus,
  .bs4 .list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf; }
  .bs4 .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41; }
  .bs4 .list-group-item-success {
    color: #155724;
    background-color: #c3e6cb; }
  .bs4 .list-group-item-success.list-group-item-action:focus,
  .bs4 .list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb; }
  .bs4 .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }
  .bs4 .list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb; }
  .bs4 .list-group-item-info.list-group-item-action:focus,
  .bs4 .list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5; }
  .bs4 .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }
  .bs4 .list-group-item-warning {
    color: #856404;
    background-color: #ffeeba; }
  .bs4 .list-group-item-warning.list-group-item-action:focus,
  .bs4 .list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1; }
  .bs4 .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }
  .bs4 .list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb; }
  .bs4 .list-group-item-danger.list-group-item-action:focus,
  .bs4 .list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7; }
  .bs4 .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }
  .bs4 .list-group-item-light {
    color: #818182;
    background-color: #fdfdfe; }
  .bs4 .list-group-item-light.list-group-item-action:focus,
  .bs4 .list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6; }
  .bs4 .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }
  .bs4 .list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca; }
  .bs4 .list-group-item-dark.list-group-item-action:focus,
  .bs4 .list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .bs4 .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }
  .bs4 .close {
    float: right;
    font-size: 1.5rem;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5; }
  .bs4 .popover,
  .bs4 .tooltip {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    text-decoration: none; }
  .bs4 .modal-title,
  .bs4 .popover,
  .bs4 .tooltip {
    line-height: 1.5; }
  .bs4 .popover,
  .bs4 .text-hide,
  .bs4 .tooltip {
    text-shadow: none; }
  .bs4 .close:hover {
    color: #000;
    text-decoration: none; }
  .bs4 .close:not(:disabled):not(.disabled):focus,
  .bs4 .close:not(:disabled):not(.disabled):hover {
    opacity: .75; }
  .bs4 button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .bs4 .toast,
  .bs4 .toast-header {
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box; }
  .bs4 a.close.disabled {
    pointer-events: none; }
  .bs4 .toast {
    max-width: 350px;
    font-size: .875rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: .25rem; }
  .bs4 .toast:not(:last-child) {
    margin-bottom: .75rem; }
  .bs4 .toast.showing {
    opacity: 1; }
  .bs4 .toast.show {
    display: block;
    opacity: 1; }
  .bs4 .toast.hide {
    display: none; }
  .bs4 .toast-header {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  .bs4 .toast-body {
    padding: .75rem; }
  .bs4 .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }
  .bs4 .modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0; }
  .bs4 .modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none; }
  .bs4 .modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    -ms-transform: translate(0, -50px);
    transform: translate(0, -50px); }
  @media (prefers-reduced-motion: reduce) {
    .bs4 .modal.fade .modal-dialog {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .bs4 .modal.show .modal-dialog {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .bs4 .modal-dialog-scrollable {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    max-height: calc(100% - 1rem); }
  .bs4 .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .bs4 .modal-dialog-scrollable .modal-footer,
  .bs4 .modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .bs4 .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }
  .bs4 .modal-dialog-centered {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    min-height: calc(100% - 1rem); }
  .bs4 .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .bs4 .modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 100%; }
  .bs4 .modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none; }
  .bs4 .modal-dialog-centered.modal-dialog-scrollable::before {
    content: none; }
  .bs4 .carousel-inner::after,
  .bs4 .clearfix::after,
  .bs4 .embed-responsive::before,
  .bs4 .popover .arrow::after,
  .bs4 .popover .arrow::before,
  .bs4 .stretched-link::after,
  .bs4 .tooltip .arrow::before {
    content: ""; }
  .bs4 .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: .3rem;
    outline: 0; }
  .bs4 .modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000; }
  .bs4 .modal-backdrop.fade {
    opacity: 0; }
  .bs4 .modal-backdrop.show {
    opacity: .5; }
  .bs4 .modal-header {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem; }
  .bs4 .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }
  .bs4 .modal-title {
    margin-bottom: 0; }
  .bs4 .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    padding: 1rem; }
  .bs4 .modal-footer {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem; }
  .bs4 .popover,
  .bs4 .popover .arrow,
  .bs4 .popover .arrow::after,
  .bs4 .popover .arrow::before,
  .bs4 .tooltip,
  .bs4 .tooltip .arrow {
    position: absolute;
    display: block; }
  .bs4 .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .bs4 .modal-footer > :not(:last-child) {
    margin-right: .25rem; }
  .bs4 .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll; }
  @media (min-width: 576px) {
    .bs4 .modal-dialog {
      max-width: 500px;
      margin: 1.75rem auto; }
    .bs4 .modal-dialog-scrollable {
      max-height: calc(100% - 3.5rem); }
    .bs4 .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
    .bs4 .modal-dialog-centered {
      min-height: calc(100% - 3.5rem); }
    .bs4 .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
    .bs4 .modal-sm {
      max-width: 300px; } }
  @media (min-width: 992px) {
    .bs4 .modal-lg,
    .bs4 .modal-xl {
      max-width: 800px; } }
  @media (min-width: 1200px) {
    .bs4 .modal-xl {
      max-width: 1140px; } }
  .bs4 .tooltip {
    z-index: 1070;
    margin: 0;
    text-align: left;
    text-align: start;
    opacity: 0; }
  .bs4 .tooltip.show {
    opacity: .9; }
  .bs4 .tooltip .arrow {
    width: .8rem;
    height: .4rem; }
  .bs4 .tooltip .arrow::before {
    position: absolute;
    border-color: transparent;
    border-style: solid; }
  .bs4 .bs-tooltip-auto[x-placement^=top],
  .bs4 .bs-tooltip-top {
    padding: .4rem 0; }
  .bs4 .bs-tooltip-auto[x-placement^=top] .arrow,
  .bs4 .bs-tooltip-top .arrow {
    bottom: 0; }
  .bs4 .bs-tooltip-auto[x-placement^=top] .arrow::before,
  .bs4 .bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000; }
  .bs4 .bs-tooltip-auto[x-placement^=right],
  .bs4 .bs-tooltip-right {
    padding: 0 .4rem; }
  .bs4 .bs-tooltip-auto[x-placement^=right] .arrow,
  .bs4 .bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem; }
  .bs4 .bs-tooltip-auto[x-placement^=right] .arrow::before,
  .bs4 .bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000; }
  .bs4 .bs-tooltip-auto[x-placement^=bottom],
  .bs4 .bs-tooltip-bottom {
    padding: .4rem 0; }
  .bs4 .bs-tooltip-auto[x-placement^=bottom] .arrow,
  .bs4 .bs-tooltip-bottom .arrow {
    top: 0; }
  .bs4 .bs-tooltip-auto[x-placement^=bottom] .arrow::before,
  .bs4 .bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000; }
  .bs4 .bs-tooltip-auto[x-placement^=left],
  .bs4 .bs-tooltip-left {
    padding: 0 .4rem; }
  .bs4 .bs-tooltip-auto[x-placement^=left] .arrow,
  .bs4 .bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem; }
  .bs4 .bs-tooltip-auto[x-placement^=left] .arrow::before,
  .bs4 .bs-tooltip-left .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000; }
  .bs4 .tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem; }
  .bs4 .popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    text-align: left;
    text-align: start;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: .3rem; }
  .bs4 .popover .arrow {
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem; }
  .bs4 .popover .arrow::after,
  .bs4 .popover .arrow::before {
    border-color: transparent;
    border-style: solid; }
  .bs4 .bs-popover-auto[x-placement^=top],
  .bs4 .bs-popover-top {
    margin-bottom: .5rem; }
  .bs4 .bs-popover-auto[x-placement^=top] > .arrow,
  .bs4 .bs-popover-top > .arrow {
    bottom: calc((.5rem + 1px) * -1); }
  .bs4 .bs-popover-auto[x-placement^=top] > .arrow::before,
  .bs4 .bs-popover-top > .arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25); }
  .bs4 .bs-popover-auto[x-placement^=top] > .arrow::after,
  .bs4 .bs-popover-top > .arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff; }
  .bs4 .bs-popover-auto[x-placement^=right],
  .bs4 .bs-popover-right {
    margin-left: .5rem; }
  .bs4 .bs-popover-auto[x-placement^=right] > .arrow,
  .bs4 .bs-popover-right > .arrow {
    left: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0; }
  .bs4 .bs-popover-auto[x-placement^=right] > .arrow::before,
  .bs4 .bs-popover-right > .arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25); }
  .bs4 .bs-popover-auto[x-placement^=right] > .arrow::after,
  .bs4 .bs-popover-right > .arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff; }
  .bs4 .bs-popover-auto[x-placement^=bottom],
  .bs4 .bs-popover-bottom {
    margin-top: .5rem; }
  .bs4 .bs-popover-auto[x-placement^=bottom] > .arrow,
  .bs4 .bs-popover-bottom > .arrow {
    top: calc((.5rem + 1px) * -1); }
  .bs4 .bs-popover-auto[x-placement^=bottom] > .arrow::before,
  .bs4 .bs-popover-bottom > .arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  .bs4 .bs-popover-auto[x-placement^=bottom] > .arrow::after,
  .bs4 .bs-popover-bottom > .arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem;
    border-bottom-color: #fff; }
  .bs4 .bs-popover-auto[x-placement^=bottom] .popover-header::before,
  .bs4 .bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }
  .bs4 .carousel,
  .bs4 .carousel-inner,
  .bs4 .carousel-item {
    position: relative; }
  .bs4 .bs-popover-auto[x-placement^=left],
  .bs4 .bs-popover-left {
    margin-right: .5rem; }
  .bs4 .bs-popover-auto[x-placement^=left] > .arrow,
  .bs4 .bs-popover-left > .arrow {
    right: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0; }
  .bs4 .bs-popover-auto[x-placement^=left] > .arrow::before,
  .bs4 .bs-popover-left > .arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, 0.25); }
  .bs4 .bs-popover-auto[x-placement^=left] > .arrow::after,
  .bs4 .bs-popover-left > .arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff; }
  .bs4 .popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px); }
  .bs4 .popover-header:empty {
    display: none; }
  .bs4 .popover-body {
    padding: .5rem .75rem;
    color: #212529; }
  .bs4 .carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y; }
  .bs4 .carousel-inner {
    width: 100%;
    overflow: hidden; }
  .bs4 .carousel-inner::after {
    display: block;
    clear: both; }
  .bs4 .carousel-item {
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .bs4 .carousel-item {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .bs4 .carousel-item-next,
  .bs4 .carousel-item-prev,
  .bs4 .carousel-item.active {
    display: block; }
  .bs4 .active.carousel-item-right,
  .bs4 .carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); }
  .bs4 .active.carousel-item-left,
  .bs4 .carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%); }
  .bs4 .carousel-fade .carousel-item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .bs4 .carousel-fade .carousel-item-next.carousel-item-left,
  .bs4 .carousel-fade .carousel-item-prev.carousel-item-right,
  .bs4 .carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1; }
  .bs4 .carousel-fade .active.carousel-item-left,
  .bs4 .carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    -webkit-transition: 0s .6s opacity;
    -o-transition: 0s .6s opacity;
    transition: 0s .6s opacity; }
  @media (prefers-reduced-motion: reduce) {
    .bs4 .carousel-fade .active.carousel-item-left,
    .bs4 .carousel-fade .active.carousel-item-right {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .bs4 .carousel-control-next,
  .bs4 .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    -webkit-transition: opacity .15s ease;
    -o-transition: opacity .15s ease;
    transition: opacity .15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .bs4 .carousel-control-next,
    .bs4 .carousel-control-prev {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .bs4 .carousel-control-next:focus,
  .bs4 .carousel-control-next:hover,
  .bs4 .carousel-control-prev:focus,
  .bs4 .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }
  .bs4 .carousel-control-prev {
    left: 0; }
  .bs4 .carousel-control-next {
    right: 0; }
  .bs4 .carousel-control-next-icon,
  .bs4 .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: 50%/100% 100% no-repeat; }
  .bs4 .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); }
  .bs4 .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); }
  .bs4 .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none; }
  .bs4 .spinner-border,
  .bs4 .spinner-grow {
    display: inline-block;
    vertical-align: text-bottom; }
  .bs4 .carousel-indicators li {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    -webkit-transition: opacity .6s ease;
    -o-transition: opacity .6s ease;
    transition: opacity .6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .bs4 .carousel-indicators li {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .bs4 .carousel-indicators .active {
    opacity: 1; }
  .bs4 .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center; }

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
  .bs4 .spinner-border {
    width: 2rem;
    height: 2rem;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite; }
  .bs4 .spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em; }

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    opacity: 1; } }

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    opacity: 1; } }
  .bs4 .spinner-grow {
    width: 2rem;
    height: 2rem;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite; }
  .bs4 .spinner-grow-sm {
    width: 1rem;
    height: 1rem; }
  .bs4 .align-baseline {
    vertical-align: baseline !important; }
  .bs4 .align-top {
    vertical-align: top !important; }
  .bs4 .align-middle {
    vertical-align: middle !important; }
  .bs4 .align-bottom {
    vertical-align: bottom !important; }
  .bs4 .align-text-bottom {
    vertical-align: text-bottom !important; }
  .bs4 .align-text-top {
    vertical-align: text-top !important; }
  .bs4 .bg-primary {
    background-color: #007bff !important; }
  .bs4 a.bg-primary:focus,
  .bs4 a.bg-primary:hover,
  .bs4 button.bg-primary:focus,
  .bs4 button.bg-primary:hover {
    background-color: #0062cc !important; }
  .bs4 .bg-secondary {
    background-color: #6c757d !important; }
  .bs4 a.bg-secondary:focus,
  .bs4 a.bg-secondary:hover,
  .bs4 button.bg-secondary:focus,
  .bs4 button.bg-secondary:hover {
    background-color: #545b62 !important; }
  .bs4 .bg-success {
    background-color: #28a745 !important; }
  .bs4 a.bg-success:focus,
  .bs4 a.bg-success:hover,
  .bs4 button.bg-success:focus,
  .bs4 button.bg-success:hover {
    background-color: #1e7e34 !important; }
  .bs4 .bg-info {
    background-color: #17a2b8 !important; }
  .bs4 a.bg-info:focus,
  .bs4 a.bg-info:hover,
  .bs4 button.bg-info:focus,
  .bs4 button.bg-info:hover {
    background-color: #117a8b !important; }
  .bs4 .bg-warning {
    background-color: #ffc107 !important; }
  .bs4 a.bg-warning:focus,
  .bs4 a.bg-warning:hover,
  .bs4 button.bg-warning:focus,
  .bs4 button.bg-warning:hover {
    background-color: #d39e00 !important; }
  .bs4 .bg-danger {
    background-color: #dc3545 !important; }
  .bs4 a.bg-danger:focus,
  .bs4 a.bg-danger:hover,
  .bs4 button.bg-danger:focus,
  .bs4 button.bg-danger:hover {
    background-color: #bd2130 !important; }
  .bs4 .bg-light {
    background-color: #f8f9fa !important; }
  .bs4 a.bg-light:focus,
  .bs4 a.bg-light:hover,
  .bs4 button.bg-light:focus,
  .bs4 button.bg-light:hover {
    background-color: #dae0e5 !important; }
  .bs4 .bg-dark {
    background-color: #343a40 !important; }
  .bs4 a.bg-dark:focus,
  .bs4 a.bg-dark:hover,
  .bs4 button.bg-dark:focus,
  .bs4 button.bg-dark:hover {
    background-color: #1d2124 !important; }
  .bs4 .bg-white {
    background-color: #fff !important; }
  .bs4 .bg-transparent {
    background-color: transparent !important; }
  .bs4 .border {
    border: 1px solid #dee2e6 !important; }
  .bs4 .border-top {
    border-top: 1px solid #dee2e6 !important; }
  .bs4 .border-right {
    border-right: 1px solid #dee2e6 !important; }
  .bs4 .border-bottom {
    border-bottom: 1px solid #dee2e6 !important; }
  .bs4 .border-left {
    border-left: 1px solid #dee2e6 !important; }
  .bs4 .border-0 {
    border: 0 !important; }
  .bs4 .border-top-0 {
    border-top: 0 !important; }
  .bs4 .border-right-0 {
    border-right: 0 !important; }
  .bs4 .border-bottom-0 {
    border-bottom: 0 !important; }
  .bs4 .border-left-0 {
    border-left: 0 !important; }
  .bs4 .border-primary {
    border-color: #007bff !important; }
  .bs4 .border-secondary {
    border-color: #6c757d !important; }
  .bs4 .border-success {
    border-color: #28a745 !important; }
  .bs4 .border-info {
    border-color: #17a2b8 !important; }
  .bs4 .border-warning {
    border-color: #ffc107 !important; }
  .bs4 .border-danger {
    border-color: #dc3545 !important; }
  .bs4 .border-light {
    border-color: #f8f9fa !important; }
  .bs4 .border-dark {
    border-color: #343a40 !important; }
  .bs4 .border-white {
    border-color: #fff !important; }
  .bs4 .rounded-sm {
    border-radius: .2rem !important; }
  .bs4 .rounded-right,
  .bs4 .rounded-top {
    border-top-right-radius: .25rem !important; }
  .bs4 .rounded-bottom,
  .bs4 .rounded-right {
    border-bottom-right-radius: .25rem !important; }
  .bs4 .rounded-left,
  .bs4 .rounded-top {
    border-top-left-radius: .25rem !important; }
  .bs4 .rounded-bottom,
  .bs4 .rounded-left {
    border-bottom-left-radius: .25rem !important; }
  .bs4 .rounded {
    border-radius: .25rem !important; }
  .bs4 .rounded-lg {
    border-radius: .3rem !important; }
  .bs4 .rounded-circle {
    border-radius: 50% !important; }
  .bs4 .rounded-pill {
    border-radius: 50rem !important; }
  .bs4 .rounded-0 {
    border-radius: 0 !important; }
  .bs4 .clearfix::after {
    display: block;
    clear: both; }
  .bs4 .d-none {
    display: none !important; }
  .bs4 .d-inline {
    display: inline !important; }
  .bs4 .d-inline-block {
    display: inline-block !important; }
  .bs4 .d-block {
    display: block !important; }
  .bs4 .d-table {
    display: table !important; }
  .bs4 .d-table-row {
    display: table-row !important; }
  .bs4 .d-table-cell {
    display: table-cell !important; }
  .bs4 .d-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important; }
  .bs4 .d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important; }
  @media (min-width: 576px) {
    .bs4 .d-sm-none {
      display: none !important; }
    .bs4 .d-sm-inline {
      display: inline !important; }
    .bs4 .d-sm-inline-block {
      display: inline-block !important; }
    .bs4 .d-sm-block {
      display: block !important; }
    .bs4 .d-sm-table {
      display: table !important; }
    .bs4 .d-sm-table-row {
      display: table-row !important; }
    .bs4 .d-sm-table-cell {
      display: table-cell !important; }
    .bs4 .d-sm-flex {
      display: -ms-flexbox !important;
      display: -webkit-box !important;
      display: flex !important; }
    .bs4 .d-sm-inline-flex {
      display: -ms-inline-flexbox !important;
      display: -webkit-inline-box !important;
      display: inline-flex !important; } }
  @media (min-width: 768px) {
    .bs4 .d-md-none {
      display: none !important; }
    .bs4 .d-md-inline {
      display: inline !important; }
    .bs4 .d-md-inline-block {
      display: inline-block !important; }
    .bs4 .d-md-block {
      display: block !important; }
    .bs4 .d-md-table {
      display: table !important; }
    .bs4 .d-md-table-row {
      display: table-row !important; }
    .bs4 .d-md-table-cell {
      display: table-cell !important; }
    .bs4 .d-md-flex {
      display: -ms-flexbox !important;
      display: -webkit-box !important;
      display: flex !important; }
    .bs4 .d-md-inline-flex {
      display: -ms-inline-flexbox !important;
      display: -webkit-inline-box !important;
      display: inline-flex !important; } }
  @media (min-width: 992px) {
    .bs4 .d-lg-none {
      display: none !important; }
    .bs4 .d-lg-inline {
      display: inline !important; }
    .bs4 .d-lg-inline-block {
      display: inline-block !important; }
    .bs4 .d-lg-block {
      display: block !important; }
    .bs4 .d-lg-table {
      display: table !important; }
    .bs4 .d-lg-table-row {
      display: table-row !important; }
    .bs4 .d-lg-table-cell {
      display: table-cell !important; }
    .bs4 .d-lg-flex {
      display: -ms-flexbox !important;
      display: -webkit-box !important;
      display: flex !important; }
    .bs4 .d-lg-inline-flex {
      display: -ms-inline-flexbox !important;
      display: -webkit-inline-box !important;
      display: inline-flex !important; } }
  @media (min-width: 1200px) {
    .bs4 .d-xl-none {
      display: none !important; }
    .bs4 .d-xl-inline {
      display: inline !important; }
    .bs4 .d-xl-inline-block {
      display: inline-block !important; }
    .bs4 .d-xl-block {
      display: block !important; }
    .bs4 .d-xl-table {
      display: table !important; }
    .bs4 .d-xl-table-row {
      display: table-row !important; }
    .bs4 .d-xl-table-cell {
      display: table-cell !important; }
    .bs4 .d-xl-flex {
      display: -ms-flexbox !important;
      display: -webkit-box !important;
      display: flex !important; }
    .bs4 .d-xl-inline-flex {
      display: -ms-inline-flexbox !important;
      display: -webkit-inline-box !important;
      display: inline-flex !important; } }
  @media print {
    .bs4 .d-print-none {
      display: none !important; }
    .bs4 .d-print-inline {
      display: inline !important; }
    .bs4 .d-print-inline-block {
      display: inline-block !important; }
    .bs4 .d-print-block {
      display: block !important; }
    .bs4 .d-print-table {
      display: table !important; }
    .bs4 .d-print-table-row {
      display: table-row !important; }
    .bs4 .d-print-table-cell {
      display: table-cell !important; }
    .bs4 .d-print-flex {
      display: -ms-flexbox !important;
      display: -webkit-box !important;
      display: flex !important; }
    .bs4 .d-print-inline-flex {
      display: -ms-inline-flexbox !important;
      display: -webkit-inline-box !important;
      display: inline-flex !important; } }
  .bs4 .embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden; }
  .bs4 .embed-responsive::before {
    display: block; }
  .bs4 .embed-responsive .embed-responsive-item,
  .bs4 .embed-responsive embed,
  .bs4 .embed-responsive iframe,
  .bs4 .embed-responsive object,
  .bs4 .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }
  .bs4 .embed-responsive-21by9::before {
    padding-top: 42.857143%; }
  .bs4 .embed-responsive-16by9::before {
    padding-top: 56.25%; }
  .bs4 .embed-responsive-4by3::before {
    padding-top: 75%; }
  .bs4 .embed-responsive-1by1::before {
    padding-top: 100%; }
  .bs4 .flex-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important; }
  .bs4 .flex-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important; }
  .bs4 .flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important; }
  .bs4 .flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important; }
  .bs4 .flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .bs4 .flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .bs4 .flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .bs4 .flex-fill {
    -ms-flex: 1 1 auto !important;
    -webkit-box-flex: 1 !important;
    flex: 1 1 auto !important; }
  .bs4 .flex-grow-0 {
    -ms-flex-positive: 0 !important;
    -webkit-box-flex: 0 !important;
    flex-grow: 0 !important; }
  .bs4 .flex-grow-1 {
    -ms-flex-positive: 1 !important;
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important; }
  .bs4 .flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .bs4 .flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .bs4 .justify-content-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important; }
  .bs4 .justify-content-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important; }
  .bs4 .justify-content-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important; }
  .bs4 .justify-content-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important; }
  .bs4 .justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .bs4 .align-items-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important; }
  .bs4 .align-items-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important; }
  .bs4 .align-items-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important; }
  .bs4 .align-items-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important; }
  .bs4 .align-items-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important; }
  .bs4 .align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .bs4 .align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .bs4 .align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .bs4 .align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .bs4 .align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .bs4 .align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .bs4 .align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important; }
  .bs4 .align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .bs4 .align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .bs4 .align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important; }
  .bs4 .align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .bs4 .align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important; }
  .bs4 .float-left {
    float: left !important; }
  .bs4 .float-right {
    float: right !important; }
  .bs4 .float-none {
    float: none !important; }
  .bs4 .overflow-auto {
    overflow: auto !important; }
  .bs4 .overflow-hidden {
    overflow: hidden !important; }
  .bs4 .position-static {
    position: static !important; }
  .bs4 .position-relative {
    position: relative !important; }
  .bs4 .position-absolute {
    position: absolute !important; }
  .bs4 .position-fixed {
    position: fixed !important; }
  .bs4 .position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important; }
  .bs4 .fixed-bottom,
  .bs4 .fixed-top {
    position: fixed;
    z-index: 1030;
    right: 0;
    left: 0; }
  .bs4 .fixed-top {
    top: 0; }
  .bs4 .fixed-bottom {
    bottom: 0; }
  @supports ((position: -webkit-sticky) or (position: sticky)) {
    .bs4 .sticky-top {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 1020; } }
  .bs4 .sr-only {
    white-space: nowrap; }
  .bs4 .sr-only-focusable:active,
  .bs4 .sr-only-focusable:focus {
    white-space: normal; }
  .bs4 .shadow-sm {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }
  .bs4 .shadow {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }
  .bs4 .shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }
  .bs4 .shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .bs4 .w-25 {
    width: 25% !important; }
  .bs4 .w-50 {
    width: 50% !important; }
  .bs4 .w-75 {
    width: 75% !important; }
  .bs4 .w-100 {
    width: 100% !important; }
  .bs4 .w-auto {
    width: auto !important; }
  .bs4 .h-25 {
    height: 25% !important; }
  .bs4 .h-50 {
    height: 50% !important; }
  .bs4 .h-75 {
    height: 75% !important; }
  .bs4 .h-100 {
    height: 100% !important; }
  .bs4 .h-auto {
    height: auto !important; }
  .bs4 .mw-100 {
    max-width: 100% !important; }
  .bs4 .mh-100 {
    max-height: 100% !important; }
  .bs4 .min-vw-100 {
    min-width: 100vw !important; }
  .bs4 .min-vh-100 {
    min-height: 100vh !important; }
  .bs4 .vw-100 {
    width: 100vw !important; }
  .bs4 .vh-100 {
    height: 100vh !important; }
  .bs4 .stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    background-color: rgba(0, 0, 0, 0); }
  .bs4 .m-0 {
    margin: 0 !important; }
  .bs4 .mt-0,
  .bs4 .my-0 {
    margin-top: 0 !important; }
  .bs4 .mr-0,
  .bs4 .mx-0 {
    margin-right: 0 !important; }
  .bs4 .mb-0,
  .bs4 .my-0 {
    margin-bottom: 0 !important; }
  .bs4 .ml-0,
  .bs4 .mx-0 {
    margin-left: 0 !important; }
  .bs4 .m-1 {
    margin: .25rem !important; }
  .bs4 .mt-1,
  .bs4 .my-1 {
    margin-top: .25rem !important; }
  .bs4 .mr-1,
  .bs4 .mx-1 {
    margin-right: .25rem !important; }
  .bs4 .mb-1,
  .bs4 .my-1 {
    margin-bottom: .25rem !important; }
  .bs4 .ml-1,
  .bs4 .mx-1 {
    margin-left: .25rem !important; }
  .bs4 .m-2 {
    margin: .5rem !important; }
  .bs4 .mt-2,
  .bs4 .my-2 {
    margin-top: .5rem !important; }
  .bs4 .mr-2,
  .bs4 .mx-2 {
    margin-right: .5rem !important; }
  .bs4 .mb-2,
  .bs4 .my-2 {
    margin-bottom: .5rem !important; }
  .bs4 .ml-2,
  .bs4 .mx-2 {
    margin-left: .5rem !important; }
  .bs4 .m-3 {
    margin: 1rem !important; }
  .bs4 .mt-3,
  .bs4 .my-3 {
    margin-top: 1rem !important; }
  .bs4 .mr-3,
  .bs4 .mx-3 {
    margin-right: 1rem !important; }
  .bs4 .mb-3,
  .bs4 .my-3 {
    margin-bottom: 1rem !important; }
  .bs4 .ml-3,
  .bs4 .mx-3 {
    margin-left: 1rem !important; }
  .bs4 .m-4 {
    margin: 1.5rem !important; }
  .bs4 .mt-4,
  .bs4 .my-4 {
    margin-top: 1.5rem !important; }
  .bs4 .mr-4,
  .bs4 .mx-4 {
    margin-right: 1.5rem !important; }
  .bs4 .mb-4,
  .bs4 .my-4 {
    margin-bottom: 1.5rem !important; }
  .bs4 .ml-4,
  .bs4 .mx-4 {
    margin-left: 1.5rem !important; }
  .bs4 .m-5 {
    margin: 3rem !important; }
  .bs4 .mt-5,
  .bs4 .my-5 {
    margin-top: 3rem !important; }
  .bs4 .mr-5,
  .bs4 .mx-5 {
    margin-right: 3rem !important; }
  .bs4 .mb-5,
  .bs4 .my-5 {
    margin-bottom: 3rem !important; }
  .bs4 .ml-5,
  .bs4 .mx-5 {
    margin-left: 3rem !important; }
  .bs4 .p-0 {
    padding: 0 !important; }
  .bs4 .pt-0,
  .bs4 .py-0 {
    padding-top: 0 !important; }
  .bs4 .pr-0,
  .bs4 .px-0 {
    padding-right: 0 !important; }
  .bs4 .pb-0,
  .bs4 .py-0 {
    padding-bottom: 0 !important; }
  .bs4 .pl-0,
  .bs4 .px-0 {
    padding-left: 0 !important; }
  .bs4 .p-1 {
    padding: .25rem !important; }
  .bs4 .pt-1,
  .bs4 .py-1 {
    padding-top: .25rem !important; }
  .bs4 .pr-1,
  .bs4 .px-1 {
    padding-right: .25rem !important; }
  .bs4 .pb-1,
  .bs4 .py-1 {
    padding-bottom: .25rem !important; }
  .bs4 .pl-1,
  .bs4 .px-1 {
    padding-left: .25rem !important; }
  .bs4 .p-2 {
    padding: .5rem !important; }
  .bs4 .pt-2,
  .bs4 .py-2 {
    padding-top: .5rem !important; }
  .bs4 .pr-2,
  .bs4 .px-2 {
    padding-right: .5rem !important; }
  .bs4 .pb-2,
  .bs4 .py-2 {
    padding-bottom: .5rem !important; }
  .bs4 .pl-2,
  .bs4 .px-2 {
    padding-left: .5rem !important; }
  .bs4 .p-3 {
    padding: 1rem !important; }
  .bs4 .pt-3,
  .bs4 .py-3 {
    padding-top: 1rem !important; }
  .bs4 .pr-3,
  .bs4 .px-3 {
    padding-right: 1rem !important; }
  .bs4 .pb-3,
  .bs4 .py-3 {
    padding-bottom: 1rem !important; }
  .bs4 .pl-3,
  .bs4 .px-3 {
    padding-left: 1rem !important; }
  .bs4 .p-4 {
    padding: 1.5rem !important; }
  .bs4 .pt-4,
  .bs4 .py-4 {
    padding-top: 1.5rem !important; }
  .bs4 .pr-4,
  .bs4 .px-4 {
    padding-right: 1.5rem !important; }
  .bs4 .pb-4,
  .bs4 .py-4 {
    padding-bottom: 1.5rem !important; }
  .bs4 .pl-4,
  .bs4 .px-4 {
    padding-left: 1.5rem !important; }
  .bs4 .p-5 {
    padding: 3rem !important; }
  .bs4 .pt-5,
  .bs4 .py-5 {
    padding-top: 3rem !important; }
  .bs4 .pr-5,
  .bs4 .px-5 {
    padding-right: 3rem !important; }
  .bs4 .pb-5,
  .bs4 .py-5 {
    padding-bottom: 3rem !important; }
  .bs4 .pl-5,
  .bs4 .px-5 {
    padding-left: 3rem !important; }
  .bs4 .m-n1 {
    margin: -.25rem !important; }
  .bs4 .mt-n1,
  .bs4 .my-n1 {
    margin-top: -.25rem !important; }
  .bs4 .mr-n1,
  .bs4 .mx-n1 {
    margin-right: -.25rem !important; }
  .bs4 .mb-n1,
  .bs4 .my-n1 {
    margin-bottom: -.25rem !important; }
  .bs4 .ml-n1,
  .bs4 .mx-n1 {
    margin-left: -.25rem !important; }
  .bs4 .m-n2 {
    margin: -.5rem !important; }
  .bs4 .mt-n2,
  .bs4 .my-n2 {
    margin-top: -.5rem !important; }
  .bs4 .mr-n2,
  .bs4 .mx-n2 {
    margin-right: -.5rem !important; }
  .bs4 .mb-n2,
  .bs4 .my-n2 {
    margin-bottom: -.5rem !important; }
  .bs4 .ml-n2,
  .bs4 .mx-n2 {
    margin-left: -.5rem !important; }
  .bs4 .m-n3 {
    margin: -1rem !important; }
  .bs4 .mt-n3,
  .bs4 .my-n3 {
    margin-top: -1rem !important; }
  .bs4 .mr-n3,
  .bs4 .mx-n3 {
    margin-right: -1rem !important; }
  .bs4 .mb-n3,
  .bs4 .my-n3 {
    margin-bottom: -1rem !important; }
  .bs4 .ml-n3,
  .bs4 .mx-n3 {
    margin-left: -1rem !important; }
  .bs4 .m-n4 {
    margin: -1.5rem !important; }
  .bs4 .mt-n4,
  .bs4 .my-n4 {
    margin-top: -1.5rem !important; }
  .bs4 .mr-n4,
  .bs4 .mx-n4 {
    margin-right: -1.5rem !important; }
  .bs4 .mb-n4,
  .bs4 .my-n4 {
    margin-bottom: -1.5rem !important; }
  .bs4 .ml-n4,
  .bs4 .mx-n4 {
    margin-left: -1.5rem !important; }
  .bs4 .m-n5 {
    margin: -3rem !important; }
  .bs4 .mt-n5,
  .bs4 .my-n5 {
    margin-top: -3rem !important; }
  .bs4 .mr-n5,
  .bs4 .mx-n5 {
    margin-right: -3rem !important; }
  .bs4 .mb-n5,
  .bs4 .my-n5 {
    margin-bottom: -3rem !important; }
  .bs4 .ml-n5,
  .bs4 .mx-n5 {
    margin-left: -3rem !important; }
  .bs4 .m-auto {
    margin: auto !important; }
  .bs4 .mt-auto,
  .bs4 .my-auto {
    margin-top: auto !important; }
  .bs4 .mr-auto,
  .bs4 .mx-auto {
    margin-right: auto !important; }
  .bs4 .mb-auto,
  .bs4 .my-auto {
    margin-bottom: auto !important; }
  .bs4 .ml-auto,
  .bs4 .mx-auto {
    margin-left: auto !important; }
  @media (min-width: 576px) {
    .bs4 .flex-sm-row {
      -ms-flex-direction: row !important;
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
      flex-direction: row !important; }
    .bs4 .flex-sm-column {
      -ms-flex-direction: column !important;
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
      flex-direction: column !important; }
    .bs4 .flex-sm-row-reverse {
      -ms-flex-direction: row-reverse !important;
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: reverse !important;
      flex-direction: row-reverse !important; }
    .bs4 .flex-sm-column-reverse {
      -ms-flex-direction: column-reverse !important;
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: reverse !important;
      flex-direction: column-reverse !important; }
    .bs4 .flex-sm-wrap {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }
    .bs4 .flex-sm-nowrap {
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }
    .bs4 .flex-sm-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }
    .bs4 .flex-sm-fill {
      -ms-flex: 1 1 auto !important;
      -webkit-box-flex: 1 !important;
      flex: 1 1 auto !important; }
    .bs4 .flex-sm-grow-0 {
      -ms-flex-positive: 0 !important;
      -webkit-box-flex: 0 !important;
      flex-grow: 0 !important; }
    .bs4 .flex-sm-grow-1 {
      -ms-flex-positive: 1 !important;
      -webkit-box-flex: 1 !important;
      flex-grow: 1 !important; }
    .bs4 .flex-sm-shrink-0 {
      -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important; }
    .bs4 .flex-sm-shrink-1 {
      -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important; }
    .bs4 .justify-content-sm-start {
      -ms-flex-pack: start !important;
      -webkit-box-pack: start !important;
      justify-content: flex-start !important; }
    .bs4 .justify-content-sm-end {
      -ms-flex-pack: end !important;
      -webkit-box-pack: end !important;
      justify-content: flex-end !important; }
    .bs4 .justify-content-sm-center {
      -ms-flex-pack: center !important;
      -webkit-box-pack: center !important;
      justify-content: center !important; }
    .bs4 .justify-content-sm-between {
      -ms-flex-pack: justify !important;
      -webkit-box-pack: justify !important;
      justify-content: space-between !important; }
    .bs4 .justify-content-sm-around {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }
    .bs4 .align-items-sm-start {
      -ms-flex-align: start !important;
      -webkit-box-align: start !important;
      align-items: flex-start !important; }
    .bs4 .align-items-sm-end {
      -ms-flex-align: end !important;
      -webkit-box-align: end !important;
      align-items: flex-end !important; }
    .bs4 .align-items-sm-center {
      -ms-flex-align: center !important;
      -webkit-box-align: center !important;
      align-items: center !important; }
    .bs4 .align-items-sm-baseline {
      -ms-flex-align: baseline !important;
      -webkit-box-align: baseline !important;
      align-items: baseline !important; }
    .bs4 .align-items-sm-stretch {
      -ms-flex-align: stretch !important;
      -webkit-box-align: stretch !important;
      align-items: stretch !important; }
    .bs4 .align-content-sm-start {
      -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }
    .bs4 .align-content-sm-end {
      -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }
    .bs4 .align-content-sm-center {
      -ms-flex-line-pack: center !important;
      align-content: center !important; }
    .bs4 .align-content-sm-between {
      -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }
    .bs4 .align-content-sm-around {
      -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }
    .bs4 .align-content-sm-stretch {
      -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }
    .bs4 .align-self-sm-auto {
      -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important; }
    .bs4 .align-self-sm-start {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important; }
    .bs4 .align-self-sm-end {
      -ms-flex-item-align: end !important;
      align-self: flex-end !important; }
    .bs4 .align-self-sm-center {
      -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important; }
    .bs4 .align-self-sm-baseline {
      -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }
    .bs4 .align-self-sm-stretch {
      -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important; }
    .bs4 .float-sm-left {
      float: left !important; }
    .bs4 .float-sm-right {
      float: right !important; }
    .bs4 .float-sm-none {
      float: none !important; }
    .bs4 .m-sm-0 {
      margin: 0 !important; }
    .bs4 .mt-sm-0,
    .bs4 .my-sm-0 {
      margin-top: 0 !important; }
    .bs4 .mr-sm-0,
    .bs4 .mx-sm-0 {
      margin-right: 0 !important; }
    .bs4 .mb-sm-0,
    .bs4 .my-sm-0 {
      margin-bottom: 0 !important; }
    .bs4 .ml-sm-0,
    .bs4 .mx-sm-0 {
      margin-left: 0 !important; }
    .bs4 .m-sm-1 {
      margin: .25rem !important; }
    .bs4 .mt-sm-1,
    .bs4 .my-sm-1 {
      margin-top: .25rem !important; }
    .bs4 .mr-sm-1,
    .bs4 .mx-sm-1 {
      margin-right: .25rem !important; }
    .bs4 .mb-sm-1,
    .bs4 .my-sm-1 {
      margin-bottom: .25rem !important; }
    .bs4 .ml-sm-1,
    .bs4 .mx-sm-1 {
      margin-left: .25rem !important; }
    .bs4 .m-sm-2 {
      margin: .5rem !important; }
    .bs4 .mt-sm-2,
    .bs4 .my-sm-2 {
      margin-top: .5rem !important; }
    .bs4 .mr-sm-2,
    .bs4 .mx-sm-2 {
      margin-right: .5rem !important; }
    .bs4 .mb-sm-2,
    .bs4 .my-sm-2 {
      margin-bottom: .5rem !important; }
    .bs4 .ml-sm-2,
    .bs4 .mx-sm-2 {
      margin-left: .5rem !important; }
    .bs4 .m-sm-3 {
      margin: 1rem !important; }
    .bs4 .mt-sm-3,
    .bs4 .my-sm-3 {
      margin-top: 1rem !important; }
    .bs4 .mr-sm-3,
    .bs4 .mx-sm-3 {
      margin-right: 1rem !important; }
    .bs4 .mb-sm-3,
    .bs4 .my-sm-3 {
      margin-bottom: 1rem !important; }
    .bs4 .ml-sm-3,
    .bs4 .mx-sm-3 {
      margin-left: 1rem !important; }
    .bs4 .m-sm-4 {
      margin: 1.5rem !important; }
    .bs4 .mt-sm-4,
    .bs4 .my-sm-4 {
      margin-top: 1.5rem !important; }
    .bs4 .mr-sm-4,
    .bs4 .mx-sm-4 {
      margin-right: 1.5rem !important; }
    .bs4 .mb-sm-4,
    .bs4 .my-sm-4 {
      margin-bottom: 1.5rem !important; }
    .bs4 .ml-sm-4,
    .bs4 .mx-sm-4 {
      margin-left: 1.5rem !important; }
    .bs4 .m-sm-5 {
      margin: 3rem !important; }
    .bs4 .mt-sm-5,
    .bs4 .my-sm-5 {
      margin-top: 3rem !important; }
    .bs4 .mr-sm-5,
    .bs4 .mx-sm-5 {
      margin-right: 3rem !important; }
    .bs4 .mb-sm-5,
    .bs4 .my-sm-5 {
      margin-bottom: 3rem !important; }
    .bs4 .ml-sm-5,
    .bs4 .mx-sm-5 {
      margin-left: 3rem !important; }
    .bs4 .p-sm-0 {
      padding: 0 !important; }
    .bs4 .pt-sm-0,
    .bs4 .py-sm-0 {
      padding-top: 0 !important; }
    .bs4 .pr-sm-0,
    .bs4 .px-sm-0 {
      padding-right: 0 !important; }
    .bs4 .pb-sm-0,
    .bs4 .py-sm-0 {
      padding-bottom: 0 !important; }
    .bs4 .pl-sm-0,
    .bs4 .px-sm-0 {
      padding-left: 0 !important; }
    .bs4 .p-sm-1 {
      padding: .25rem !important; }
    .bs4 .pt-sm-1,
    .bs4 .py-sm-1 {
      padding-top: .25rem !important; }
    .bs4 .pr-sm-1,
    .bs4 .px-sm-1 {
      padding-right: .25rem !important; }
    .bs4 .pb-sm-1,
    .bs4 .py-sm-1 {
      padding-bottom: .25rem !important; }
    .bs4 .pl-sm-1,
    .bs4 .px-sm-1 {
      padding-left: .25rem !important; }
    .bs4 .p-sm-2 {
      padding: .5rem !important; }
    .bs4 .pt-sm-2,
    .bs4 .py-sm-2 {
      padding-top: .5rem !important; }
    .bs4 .pr-sm-2,
    .bs4 .px-sm-2 {
      padding-right: .5rem !important; }
    .bs4 .pb-sm-2,
    .bs4 .py-sm-2 {
      padding-bottom: .5rem !important; }
    .bs4 .pl-sm-2,
    .bs4 .px-sm-2 {
      padding-left: .5rem !important; }
    .bs4 .p-sm-3 {
      padding: 1rem !important; }
    .bs4 .pt-sm-3,
    .bs4 .py-sm-3 {
      padding-top: 1rem !important; }
    .bs4 .pr-sm-3,
    .bs4 .px-sm-3 {
      padding-right: 1rem !important; }
    .bs4 .pb-sm-3,
    .bs4 .py-sm-3 {
      padding-bottom: 1rem !important; }
    .bs4 .pl-sm-3,
    .bs4 .px-sm-3 {
      padding-left: 1rem !important; }
    .bs4 .p-sm-4 {
      padding: 1.5rem !important; }
    .bs4 .pt-sm-4,
    .bs4 .py-sm-4 {
      padding-top: 1.5rem !important; }
    .bs4 .pr-sm-4,
    .bs4 .px-sm-4 {
      padding-right: 1.5rem !important; }
    .bs4 .pb-sm-4,
    .bs4 .py-sm-4 {
      padding-bottom: 1.5rem !important; }
    .bs4 .pl-sm-4,
    .bs4 .px-sm-4 {
      padding-left: 1.5rem !important; }
    .bs4 .p-sm-5 {
      padding: 3rem !important; }
    .bs4 .pt-sm-5,
    .bs4 .py-sm-5 {
      padding-top: 3rem !important; }
    .bs4 .pr-sm-5,
    .bs4 .px-sm-5 {
      padding-right: 3rem !important; }
    .bs4 .pb-sm-5,
    .bs4 .py-sm-5 {
      padding-bottom: 3rem !important; }
    .bs4 .pl-sm-5,
    .bs4 .px-sm-5 {
      padding-left: 3rem !important; }
    .bs4 .m-sm-n1 {
      margin: -.25rem !important; }
    .bs4 .mt-sm-n1,
    .bs4 .my-sm-n1 {
      margin-top: -.25rem !important; }
    .bs4 .mr-sm-n1,
    .bs4 .mx-sm-n1 {
      margin-right: -.25rem !important; }
    .bs4 .mb-sm-n1,
    .bs4 .my-sm-n1 {
      margin-bottom: -.25rem !important; }
    .bs4 .ml-sm-n1,
    .bs4 .mx-sm-n1 {
      margin-left: -.25rem !important; }
    .bs4 .m-sm-n2 {
      margin: -.5rem !important; }
    .bs4 .mt-sm-n2,
    .bs4 .my-sm-n2 {
      margin-top: -.5rem !important; }
    .bs4 .mr-sm-n2,
    .bs4 .mx-sm-n2 {
      margin-right: -.5rem !important; }
    .bs4 .mb-sm-n2,
    .bs4 .my-sm-n2 {
      margin-bottom: -.5rem !important; }
    .bs4 .ml-sm-n2,
    .bs4 .mx-sm-n2 {
      margin-left: -.5rem !important; }
    .bs4 .m-sm-n3 {
      margin: -1rem !important; }
    .bs4 .mt-sm-n3,
    .bs4 .my-sm-n3 {
      margin-top: -1rem !important; }
    .bs4 .mr-sm-n3,
    .bs4 .mx-sm-n3 {
      margin-right: -1rem !important; }
    .bs4 .mb-sm-n3,
    .bs4 .my-sm-n3 {
      margin-bottom: -1rem !important; }
    .bs4 .ml-sm-n3,
    .bs4 .mx-sm-n3 {
      margin-left: -1rem !important; }
    .bs4 .m-sm-n4 {
      margin: -1.5rem !important; }
    .bs4 .mt-sm-n4,
    .bs4 .my-sm-n4 {
      margin-top: -1.5rem !important; }
    .bs4 .mr-sm-n4,
    .bs4 .mx-sm-n4 {
      margin-right: -1.5rem !important; }
    .bs4 .mb-sm-n4,
    .bs4 .my-sm-n4 {
      margin-bottom: -1.5rem !important; }
    .bs4 .ml-sm-n4,
    .bs4 .mx-sm-n4 {
      margin-left: -1.5rem !important; }
    .bs4 .m-sm-n5 {
      margin: -3rem !important; }
    .bs4 .mt-sm-n5,
    .bs4 .my-sm-n5 {
      margin-top: -3rem !important; }
    .bs4 .mr-sm-n5,
    .bs4 .mx-sm-n5 {
      margin-right: -3rem !important; }
    .bs4 .mb-sm-n5,
    .bs4 .my-sm-n5 {
      margin-bottom: -3rem !important; }
    .bs4 .ml-sm-n5,
    .bs4 .mx-sm-n5 {
      margin-left: -3rem !important; }
    .bs4 .m-sm-auto {
      margin: auto !important; }
    .bs4 .mt-sm-auto,
    .bs4 .my-sm-auto {
      margin-top: auto !important; }
    .bs4 .mr-sm-auto,
    .bs4 .mx-sm-auto {
      margin-right: auto !important; }
    .bs4 .mb-sm-auto,
    .bs4 .my-sm-auto {
      margin-bottom: auto !important; }
    .bs4 .ml-sm-auto,
    .bs4 .mx-sm-auto {
      margin-left: auto !important; } }
  @media (min-width: 768px) {
    .bs4 .flex-md-row {
      -ms-flex-direction: row !important;
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
      flex-direction: row !important; }
    .bs4 .flex-md-column {
      -ms-flex-direction: column !important;
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
      flex-direction: column !important; }
    .bs4 .flex-md-row-reverse {
      -ms-flex-direction: row-reverse !important;
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: reverse !important;
      flex-direction: row-reverse !important; }
    .bs4 .flex-md-column-reverse {
      -ms-flex-direction: column-reverse !important;
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: reverse !important;
      flex-direction: column-reverse !important; }
    .bs4 .flex-md-wrap {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }
    .bs4 .flex-md-nowrap {
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }
    .bs4 .flex-md-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }
    .bs4 .flex-md-fill {
      -ms-flex: 1 1 auto !important;
      -webkit-box-flex: 1 !important;
      flex: 1 1 auto !important; }
    .bs4 .flex-md-grow-0 {
      -ms-flex-positive: 0 !important;
      -webkit-box-flex: 0 !important;
      flex-grow: 0 !important; }
    .bs4 .flex-md-grow-1 {
      -ms-flex-positive: 1 !important;
      -webkit-box-flex: 1 !important;
      flex-grow: 1 !important; }
    .bs4 .flex-md-shrink-0 {
      -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important; }
    .bs4 .flex-md-shrink-1 {
      -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important; }
    .bs4 .justify-content-md-start {
      -ms-flex-pack: start !important;
      -webkit-box-pack: start !important;
      justify-content: flex-start !important; }
    .bs4 .justify-content-md-end {
      -ms-flex-pack: end !important;
      -webkit-box-pack: end !important;
      justify-content: flex-end !important; }
    .bs4 .justify-content-md-center {
      -ms-flex-pack: center !important;
      -webkit-box-pack: center !important;
      justify-content: center !important; }
    .bs4 .justify-content-md-between {
      -ms-flex-pack: justify !important;
      -webkit-box-pack: justify !important;
      justify-content: space-between !important; }
    .bs4 .justify-content-md-around {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }
    .bs4 .align-items-md-start {
      -ms-flex-align: start !important;
      -webkit-box-align: start !important;
      align-items: flex-start !important; }
    .bs4 .align-items-md-end {
      -ms-flex-align: end !important;
      -webkit-box-align: end !important;
      align-items: flex-end !important; }
    .bs4 .align-items-md-center {
      -ms-flex-align: center !important;
      -webkit-box-align: center !important;
      align-items: center !important; }
    .bs4 .align-items-md-baseline {
      -ms-flex-align: baseline !important;
      -webkit-box-align: baseline !important;
      align-items: baseline !important; }
    .bs4 .align-items-md-stretch {
      -ms-flex-align: stretch !important;
      -webkit-box-align: stretch !important;
      align-items: stretch !important; }
    .bs4 .align-content-md-start {
      -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }
    .bs4 .align-content-md-end {
      -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }
    .bs4 .align-content-md-center {
      -ms-flex-line-pack: center !important;
      align-content: center !important; }
    .bs4 .align-content-md-between {
      -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }
    .bs4 .align-content-md-around {
      -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }
    .bs4 .align-content-md-stretch {
      -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }
    .bs4 .align-self-md-auto {
      -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important; }
    .bs4 .align-self-md-start {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important; }
    .bs4 .align-self-md-end {
      -ms-flex-item-align: end !important;
      align-self: flex-end !important; }
    .bs4 .align-self-md-center {
      -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important; }
    .bs4 .align-self-md-baseline {
      -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }
    .bs4 .align-self-md-stretch {
      -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important; }
    .bs4 .float-md-left {
      float: left !important; }
    .bs4 .float-md-right {
      float: right !important; }
    .bs4 .float-md-none {
      float: none !important; }
    .bs4 .m-md-0 {
      margin: 0 !important; }
    .bs4 .mt-md-0,
    .bs4 .my-md-0 {
      margin-top: 0 !important; }
    .bs4 .mr-md-0,
    .bs4 .mx-md-0 {
      margin-right: 0 !important; }
    .bs4 .mb-md-0,
    .bs4 .my-md-0 {
      margin-bottom: 0 !important; }
    .bs4 .ml-md-0,
    .bs4 .mx-md-0 {
      margin-left: 0 !important; }
    .bs4 .m-md-1 {
      margin: .25rem !important; }
    .bs4 .mt-md-1,
    .bs4 .my-md-1 {
      margin-top: .25rem !important; }
    .bs4 .mr-md-1,
    .bs4 .mx-md-1 {
      margin-right: .25rem !important; }
    .bs4 .mb-md-1,
    .bs4 .my-md-1 {
      margin-bottom: .25rem !important; }
    .bs4 .ml-md-1,
    .bs4 .mx-md-1 {
      margin-left: .25rem !important; }
    .bs4 .m-md-2 {
      margin: .5rem !important; }
    .bs4 .mt-md-2,
    .bs4 .my-md-2 {
      margin-top: .5rem !important; }
    .bs4 .mr-md-2,
    .bs4 .mx-md-2 {
      margin-right: .5rem !important; }
    .bs4 .mb-md-2,
    .bs4 .my-md-2 {
      margin-bottom: .5rem !important; }
    .bs4 .ml-md-2,
    .bs4 .mx-md-2 {
      margin-left: .5rem !important; }
    .bs4 .m-md-3 {
      margin: 1rem !important; }
    .bs4 .mt-md-3,
    .bs4 .my-md-3 {
      margin-top: 1rem !important; }
    .bs4 .mr-md-3,
    .bs4 .mx-md-3 {
      margin-right: 1rem !important; }
    .bs4 .mb-md-3,
    .bs4 .my-md-3 {
      margin-bottom: 1rem !important; }
    .bs4 .ml-md-3,
    .bs4 .mx-md-3 {
      margin-left: 1rem !important; }
    .bs4 .m-md-4 {
      margin: 1.5rem !important; }
    .bs4 .mt-md-4,
    .bs4 .my-md-4 {
      margin-top: 1.5rem !important; }
    .bs4 .mr-md-4,
    .bs4 .mx-md-4 {
      margin-right: 1.5rem !important; }
    .bs4 .mb-md-4,
    .bs4 .my-md-4 {
      margin-bottom: 1.5rem !important; }
    .bs4 .ml-md-4,
    .bs4 .mx-md-4 {
      margin-left: 1.5rem !important; }
    .bs4 .m-md-5 {
      margin: 3rem !important; }
    .bs4 .mt-md-5,
    .bs4 .my-md-5 {
      margin-top: 3rem !important; }
    .bs4 .mr-md-5,
    .bs4 .mx-md-5 {
      margin-right: 3rem !important; }
    .bs4 .mb-md-5,
    .bs4 .my-md-5 {
      margin-bottom: 3rem !important; }
    .bs4 .ml-md-5,
    .bs4 .mx-md-5 {
      margin-left: 3rem !important; }
    .bs4 .p-md-0 {
      padding: 0 !important; }
    .bs4 .pt-md-0,
    .bs4 .py-md-0 {
      padding-top: 0 !important; }
    .bs4 .pr-md-0,
    .bs4 .px-md-0 {
      padding-right: 0 !important; }
    .bs4 .pb-md-0,
    .bs4 .py-md-0 {
      padding-bottom: 0 !important; }
    .bs4 .pl-md-0,
    .bs4 .px-md-0 {
      padding-left: 0 !important; }
    .bs4 .p-md-1 {
      padding: .25rem !important; }
    .bs4 .pt-md-1,
    .bs4 .py-md-1 {
      padding-top: .25rem !important; }
    .bs4 .pr-md-1,
    .bs4 .px-md-1 {
      padding-right: .25rem !important; }
    .bs4 .pb-md-1,
    .bs4 .py-md-1 {
      padding-bottom: .25rem !important; }
    .bs4 .pl-md-1,
    .bs4 .px-md-1 {
      padding-left: .25rem !important; }
    .bs4 .p-md-2 {
      padding: .5rem !important; }
    .bs4 .pt-md-2,
    .bs4 .py-md-2 {
      padding-top: .5rem !important; }
    .bs4 .pr-md-2,
    .bs4 .px-md-2 {
      padding-right: .5rem !important; }
    .bs4 .pb-md-2,
    .bs4 .py-md-2 {
      padding-bottom: .5rem !important; }
    .bs4 .pl-md-2,
    .bs4 .px-md-2 {
      padding-left: .5rem !important; }
    .bs4 .p-md-3 {
      padding: 1rem !important; }
    .bs4 .pt-md-3,
    .bs4 .py-md-3 {
      padding-top: 1rem !important; }
    .bs4 .pr-md-3,
    .bs4 .px-md-3 {
      padding-right: 1rem !important; }
    .bs4 .pb-md-3,
    .bs4 .py-md-3 {
      padding-bottom: 1rem !important; }
    .bs4 .pl-md-3,
    .bs4 .px-md-3 {
      padding-left: 1rem !important; }
    .bs4 .p-md-4 {
      padding: 1.5rem !important; }
    .bs4 .pt-md-4,
    .bs4 .py-md-4 {
      padding-top: 1.5rem !important; }
    .bs4 .pr-md-4,
    .bs4 .px-md-4 {
      padding-right: 1.5rem !important; }
    .bs4 .pb-md-4,
    .bs4 .py-md-4 {
      padding-bottom: 1.5rem !important; }
    .bs4 .pl-md-4,
    .bs4 .px-md-4 {
      padding-left: 1.5rem !important; }
    .bs4 .p-md-5 {
      padding: 3rem !important; }
    .bs4 .pt-md-5,
    .bs4 .py-md-5 {
      padding-top: 3rem !important; }
    .bs4 .pr-md-5,
    .bs4 .px-md-5 {
      padding-right: 3rem !important; }
    .bs4 .pb-md-5,
    .bs4 .py-md-5 {
      padding-bottom: 3rem !important; }
    .bs4 .pl-md-5,
    .bs4 .px-md-5 {
      padding-left: 3rem !important; }
    .bs4 .m-md-n1 {
      margin: -.25rem !important; }
    .bs4 .mt-md-n1,
    .bs4 .my-md-n1 {
      margin-top: -.25rem !important; }
    .bs4 .mr-md-n1,
    .bs4 .mx-md-n1 {
      margin-right: -.25rem !important; }
    .bs4 .mb-md-n1,
    .bs4 .my-md-n1 {
      margin-bottom: -.25rem !important; }
    .bs4 .ml-md-n1,
    .bs4 .mx-md-n1 {
      margin-left: -.25rem !important; }
    .bs4 .m-md-n2 {
      margin: -.5rem !important; }
    .bs4 .mt-md-n2,
    .bs4 .my-md-n2 {
      margin-top: -.5rem !important; }
    .bs4 .mr-md-n2,
    .bs4 .mx-md-n2 {
      margin-right: -.5rem !important; }
    .bs4 .mb-md-n2,
    .bs4 .my-md-n2 {
      margin-bottom: -.5rem !important; }
    .bs4 .ml-md-n2,
    .bs4 .mx-md-n2 {
      margin-left: -.5rem !important; }
    .bs4 .m-md-n3 {
      margin: -1rem !important; }
    .bs4 .mt-md-n3,
    .bs4 .my-md-n3 {
      margin-top: -1rem !important; }
    .bs4 .mr-md-n3,
    .bs4 .mx-md-n3 {
      margin-right: -1rem !important; }
    .bs4 .mb-md-n3,
    .bs4 .my-md-n3 {
      margin-bottom: -1rem !important; }
    .bs4 .ml-md-n3,
    .bs4 .mx-md-n3 {
      margin-left: -1rem !important; }
    .bs4 .m-md-n4 {
      margin: -1.5rem !important; }
    .bs4 .mt-md-n4,
    .bs4 .my-md-n4 {
      margin-top: -1.5rem !important; }
    .bs4 .mr-md-n4,
    .bs4 .mx-md-n4 {
      margin-right: -1.5rem !important; }
    .bs4 .mb-md-n4,
    .bs4 .my-md-n4 {
      margin-bottom: -1.5rem !important; }
    .bs4 .ml-md-n4,
    .bs4 .mx-md-n4 {
      margin-left: -1.5rem !important; }
    .bs4 .m-md-n5 {
      margin: -3rem !important; }
    .bs4 .mt-md-n5,
    .bs4 .my-md-n5 {
      margin-top: -3rem !important; }
    .bs4 .mr-md-n5,
    .bs4 .mx-md-n5 {
      margin-right: -3rem !important; }
    .bs4 .mb-md-n5,
    .bs4 .my-md-n5 {
      margin-bottom: -3rem !important; }
    .bs4 .ml-md-n5,
    .bs4 .mx-md-n5 {
      margin-left: -3rem !important; }
    .bs4 .m-md-auto {
      margin: auto !important; }
    .bs4 .mt-md-auto,
    .bs4 .my-md-auto {
      margin-top: auto !important; }
    .bs4 .mr-md-auto,
    .bs4 .mx-md-auto {
      margin-right: auto !important; }
    .bs4 .mb-md-auto,
    .bs4 .my-md-auto {
      margin-bottom: auto !important; }
    .bs4 .ml-md-auto,
    .bs4 .mx-md-auto {
      margin-left: auto !important; } }
  @media (min-width: 992px) {
    .bs4 .flex-lg-row {
      -ms-flex-direction: row !important;
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
      flex-direction: row !important; }
    .bs4 .flex-lg-column {
      -ms-flex-direction: column !important;
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
      flex-direction: column !important; }
    .bs4 .flex-lg-row-reverse {
      -ms-flex-direction: row-reverse !important;
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: reverse !important;
      flex-direction: row-reverse !important; }
    .bs4 .flex-lg-column-reverse {
      -ms-flex-direction: column-reverse !important;
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: reverse !important;
      flex-direction: column-reverse !important; }
    .bs4 .flex-lg-wrap {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }
    .bs4 .flex-lg-nowrap {
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }
    .bs4 .flex-lg-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }
    .bs4 .flex-lg-fill {
      -ms-flex: 1 1 auto !important;
      -webkit-box-flex: 1 !important;
      flex: 1 1 auto !important; }
    .bs4 .flex-lg-grow-0 {
      -ms-flex-positive: 0 !important;
      -webkit-box-flex: 0 !important;
      flex-grow: 0 !important; }
    .bs4 .flex-lg-grow-1 {
      -ms-flex-positive: 1 !important;
      -webkit-box-flex: 1 !important;
      flex-grow: 1 !important; }
    .bs4 .flex-lg-shrink-0 {
      -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important; }
    .bs4 .flex-lg-shrink-1 {
      -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important; }
    .bs4 .justify-content-lg-start {
      -ms-flex-pack: start !important;
      -webkit-box-pack: start !important;
      justify-content: flex-start !important; }
    .bs4 .justify-content-lg-end {
      -ms-flex-pack: end !important;
      -webkit-box-pack: end !important;
      justify-content: flex-end !important; }
    .bs4 .justify-content-lg-center {
      -ms-flex-pack: center !important;
      -webkit-box-pack: center !important;
      justify-content: center !important; }
    .bs4 .justify-content-lg-between {
      -ms-flex-pack: justify !important;
      -webkit-box-pack: justify !important;
      justify-content: space-between !important; }
    .bs4 .justify-content-lg-around {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }
    .bs4 .align-items-lg-start {
      -ms-flex-align: start !important;
      -webkit-box-align: start !important;
      align-items: flex-start !important; }
    .bs4 .align-items-lg-end {
      -ms-flex-align: end !important;
      -webkit-box-align: end !important;
      align-items: flex-end !important; }
    .bs4 .align-items-lg-center {
      -ms-flex-align: center !important;
      -webkit-box-align: center !important;
      align-items: center !important; }
    .bs4 .align-items-lg-baseline {
      -ms-flex-align: baseline !important;
      -webkit-box-align: baseline !important;
      align-items: baseline !important; }
    .bs4 .align-items-lg-stretch {
      -ms-flex-align: stretch !important;
      -webkit-box-align: stretch !important;
      align-items: stretch !important; }
    .bs4 .align-content-lg-start {
      -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }
    .bs4 .align-content-lg-end {
      -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }
    .bs4 .align-content-lg-center {
      -ms-flex-line-pack: center !important;
      align-content: center !important; }
    .bs4 .align-content-lg-between {
      -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }
    .bs4 .align-content-lg-around {
      -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }
    .bs4 .align-content-lg-stretch {
      -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }
    .bs4 .align-self-lg-auto {
      -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important; }
    .bs4 .align-self-lg-start {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important; }
    .bs4 .align-self-lg-end {
      -ms-flex-item-align: end !important;
      align-self: flex-end !important; }
    .bs4 .align-self-lg-center {
      -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important; }
    .bs4 .align-self-lg-baseline {
      -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }
    .bs4 .align-self-lg-stretch {
      -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important; }
    .bs4 .float-lg-left {
      float: left !important; }
    .bs4 .float-lg-right {
      float: right !important; }
    .bs4 .float-lg-none {
      float: none !important; }
    .bs4 .m-lg-0 {
      margin: 0 !important; }
    .bs4 .mt-lg-0,
    .bs4 .my-lg-0 {
      margin-top: 0 !important; }
    .bs4 .mr-lg-0,
    .bs4 .mx-lg-0 {
      margin-right: 0 !important; }
    .bs4 .mb-lg-0,
    .bs4 .my-lg-0 {
      margin-bottom: 0 !important; }
    .bs4 .ml-lg-0,
    .bs4 .mx-lg-0 {
      margin-left: 0 !important; }
    .bs4 .m-lg-1 {
      margin: .25rem !important; }
    .bs4 .mt-lg-1,
    .bs4 .my-lg-1 {
      margin-top: .25rem !important; }
    .bs4 .mr-lg-1,
    .bs4 .mx-lg-1 {
      margin-right: .25rem !important; }
    .bs4 .mb-lg-1,
    .bs4 .my-lg-1 {
      margin-bottom: .25rem !important; }
    .bs4 .ml-lg-1,
    .bs4 .mx-lg-1 {
      margin-left: .25rem !important; }
    .bs4 .m-lg-2 {
      margin: .5rem !important; }
    .bs4 .mt-lg-2,
    .bs4 .my-lg-2 {
      margin-top: .5rem !important; }
    .bs4 .mr-lg-2,
    .bs4 .mx-lg-2 {
      margin-right: .5rem !important; }
    .bs4 .mb-lg-2,
    .bs4 .my-lg-2 {
      margin-bottom: .5rem !important; }
    .bs4 .ml-lg-2,
    .bs4 .mx-lg-2 {
      margin-left: .5rem !important; }
    .bs4 .m-lg-3 {
      margin: 1rem !important; }
    .bs4 .mt-lg-3,
    .bs4 .my-lg-3 {
      margin-top: 1rem !important; }
    .bs4 .mr-lg-3,
    .bs4 .mx-lg-3 {
      margin-right: 1rem !important; }
    .bs4 .mb-lg-3,
    .bs4 .my-lg-3 {
      margin-bottom: 1rem !important; }
    .bs4 .ml-lg-3,
    .bs4 .mx-lg-3 {
      margin-left: 1rem !important; }
    .bs4 .m-lg-4 {
      margin: 1.5rem !important; }
    .bs4 .mt-lg-4,
    .bs4 .my-lg-4 {
      margin-top: 1.5rem !important; }
    .bs4 .mr-lg-4,
    .bs4 .mx-lg-4 {
      margin-right: 1.5rem !important; }
    .bs4 .mb-lg-4,
    .bs4 .my-lg-4 {
      margin-bottom: 1.5rem !important; }
    .bs4 .ml-lg-4,
    .bs4 .mx-lg-4 {
      margin-left: 1.5rem !important; }
    .bs4 .m-lg-5 {
      margin: 3rem !important; }
    .bs4 .mt-lg-5,
    .bs4 .my-lg-5 {
      margin-top: 3rem !important; }
    .bs4 .mr-lg-5,
    .bs4 .mx-lg-5 {
      margin-right: 3rem !important; }
    .bs4 .mb-lg-5,
    .bs4 .my-lg-5 {
      margin-bottom: 3rem !important; }
    .bs4 .ml-lg-5,
    .bs4 .mx-lg-5 {
      margin-left: 3rem !important; }
    .bs4 .p-lg-0 {
      padding: 0 !important; }
    .bs4 .pt-lg-0,
    .bs4 .py-lg-0 {
      padding-top: 0 !important; }
    .bs4 .pr-lg-0,
    .bs4 .px-lg-0 {
      padding-right: 0 !important; }
    .bs4 .pb-lg-0,
    .bs4 .py-lg-0 {
      padding-bottom: 0 !important; }
    .bs4 .pl-lg-0,
    .bs4 .px-lg-0 {
      padding-left: 0 !important; }
    .bs4 .p-lg-1 {
      padding: .25rem !important; }
    .bs4 .pt-lg-1,
    .bs4 .py-lg-1 {
      padding-top: .25rem !important; }
    .bs4 .pr-lg-1,
    .bs4 .px-lg-1 {
      padding-right: .25rem !important; }
    .bs4 .pb-lg-1,
    .bs4 .py-lg-1 {
      padding-bottom: .25rem !important; }
    .bs4 .pl-lg-1,
    .bs4 .px-lg-1 {
      padding-left: .25rem !important; }
    .bs4 .p-lg-2 {
      padding: .5rem !important; }
    .bs4 .pt-lg-2,
    .bs4 .py-lg-2 {
      padding-top: .5rem !important; }
    .bs4 .pr-lg-2,
    .bs4 .px-lg-2 {
      padding-right: .5rem !important; }
    .bs4 .pb-lg-2,
    .bs4 .py-lg-2 {
      padding-bottom: .5rem !important; }
    .bs4 .pl-lg-2,
    .bs4 .px-lg-2 {
      padding-left: .5rem !important; }
    .bs4 .p-lg-3 {
      padding: 1rem !important; }
    .bs4 .pt-lg-3,
    .bs4 .py-lg-3 {
      padding-top: 1rem !important; }
    .bs4 .pr-lg-3,
    .bs4 .px-lg-3 {
      padding-right: 1rem !important; }
    .bs4 .pb-lg-3,
    .bs4 .py-lg-3 {
      padding-bottom: 1rem !important; }
    .bs4 .pl-lg-3,
    .bs4 .px-lg-3 {
      padding-left: 1rem !important; }
    .bs4 .p-lg-4 {
      padding: 1.5rem !important; }
    .bs4 .pt-lg-4,
    .bs4 .py-lg-4 {
      padding-top: 1.5rem !important; }
    .bs4 .pr-lg-4,
    .bs4 .px-lg-4 {
      padding-right: 1.5rem !important; }
    .bs4 .pb-lg-4,
    .bs4 .py-lg-4 {
      padding-bottom: 1.5rem !important; }
    .bs4 .pl-lg-4,
    .bs4 .px-lg-4 {
      padding-left: 1.5rem !important; }
    .bs4 .p-lg-5 {
      padding: 3rem !important; }
    .bs4 .pt-lg-5,
    .bs4 .py-lg-5 {
      padding-top: 3rem !important; }
    .bs4 .pr-lg-5,
    .bs4 .px-lg-5 {
      padding-right: 3rem !important; }
    .bs4 .pb-lg-5,
    .bs4 .py-lg-5 {
      padding-bottom: 3rem !important; }
    .bs4 .pl-lg-5,
    .bs4 .px-lg-5 {
      padding-left: 3rem !important; }
    .bs4 .m-lg-n1 {
      margin: -.25rem !important; }
    .bs4 .mt-lg-n1,
    .bs4 .my-lg-n1 {
      margin-top: -.25rem !important; }
    .bs4 .mr-lg-n1,
    .bs4 .mx-lg-n1 {
      margin-right: -.25rem !important; }
    .bs4 .mb-lg-n1,
    .bs4 .my-lg-n1 {
      margin-bottom: -.25rem !important; }
    .bs4 .ml-lg-n1,
    .bs4 .mx-lg-n1 {
      margin-left: -.25rem !important; }
    .bs4 .m-lg-n2 {
      margin: -.5rem !important; }
    .bs4 .mt-lg-n2,
    .bs4 .my-lg-n2 {
      margin-top: -.5rem !important; }
    .bs4 .mr-lg-n2,
    .bs4 .mx-lg-n2 {
      margin-right: -.5rem !important; }
    .bs4 .mb-lg-n2,
    .bs4 .my-lg-n2 {
      margin-bottom: -.5rem !important; }
    .bs4 .ml-lg-n2,
    .bs4 .mx-lg-n2 {
      margin-left: -.5rem !important; }
    .bs4 .m-lg-n3 {
      margin: -1rem !important; }
    .bs4 .mt-lg-n3,
    .bs4 .my-lg-n3 {
      margin-top: -1rem !important; }
    .bs4 .mr-lg-n3,
    .bs4 .mx-lg-n3 {
      margin-right: -1rem !important; }
    .bs4 .mb-lg-n3,
    .bs4 .my-lg-n3 {
      margin-bottom: -1rem !important; }
    .bs4 .ml-lg-n3,
    .bs4 .mx-lg-n3 {
      margin-left: -1rem !important; }
    .bs4 .m-lg-n4 {
      margin: -1.5rem !important; }
    .bs4 .mt-lg-n4,
    .bs4 .my-lg-n4 {
      margin-top: -1.5rem !important; }
    .bs4 .mr-lg-n4,
    .bs4 .mx-lg-n4 {
      margin-right: -1.5rem !important; }
    .bs4 .mb-lg-n4,
    .bs4 .my-lg-n4 {
      margin-bottom: -1.5rem !important; }
    .bs4 .ml-lg-n4,
    .bs4 .mx-lg-n4 {
      margin-left: -1.5rem !important; }
    .bs4 .m-lg-n5 {
      margin: -3rem !important; }
    .bs4 .mt-lg-n5,
    .bs4 .my-lg-n5 {
      margin-top: -3rem !important; }
    .bs4 .mr-lg-n5,
    .bs4 .mx-lg-n5 {
      margin-right: -3rem !important; }
    .bs4 .mb-lg-n5,
    .bs4 .my-lg-n5 {
      margin-bottom: -3rem !important; }
    .bs4 .ml-lg-n5,
    .bs4 .mx-lg-n5 {
      margin-left: -3rem !important; }
    .bs4 .m-lg-auto {
      margin: auto !important; }
    .bs4 .mt-lg-auto,
    .bs4 .my-lg-auto {
      margin-top: auto !important; }
    .bs4 .mr-lg-auto,
    .bs4 .mx-lg-auto {
      margin-right: auto !important; }
    .bs4 .mb-lg-auto,
    .bs4 .my-lg-auto {
      margin-bottom: auto !important; }
    .bs4 .ml-lg-auto,
    .bs4 .mx-lg-auto {
      margin-left: auto !important; } }
  @media (min-width: 1200px) {
    .bs4 .flex-xl-row {
      -ms-flex-direction: row !important;
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
      flex-direction: row !important; }
    .bs4 .flex-xl-column {
      -ms-flex-direction: column !important;
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
      flex-direction: column !important; }
    .bs4 .flex-xl-row-reverse {
      -ms-flex-direction: row-reverse !important;
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: reverse !important;
      flex-direction: row-reverse !important; }
    .bs4 .flex-xl-column-reverse {
      -ms-flex-direction: column-reverse !important;
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: reverse !important;
      flex-direction: column-reverse !important; }
    .bs4 .flex-xl-wrap {
      -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }
    .bs4 .flex-xl-nowrap {
      -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }
    .bs4 .flex-xl-wrap-reverse {
      -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }
    .bs4 .flex-xl-fill {
      -ms-flex: 1 1 auto !important;
      -webkit-box-flex: 1 !important;
      flex: 1 1 auto !important; }
    .bs4 .flex-xl-grow-0 {
      -ms-flex-positive: 0 !important;
      -webkit-box-flex: 0 !important;
      flex-grow: 0 !important; }
    .bs4 .flex-xl-grow-1 {
      -ms-flex-positive: 1 !important;
      -webkit-box-flex: 1 !important;
      flex-grow: 1 !important; }
    .bs4 .flex-xl-shrink-0 {
      -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important; }
    .bs4 .flex-xl-shrink-1 {
      -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important; }
    .bs4 .justify-content-xl-start {
      -ms-flex-pack: start !important;
      -webkit-box-pack: start !important;
      justify-content: flex-start !important; }
    .bs4 .justify-content-xl-end {
      -ms-flex-pack: end !important;
      -webkit-box-pack: end !important;
      justify-content: flex-end !important; }
    .bs4 .justify-content-xl-center {
      -ms-flex-pack: center !important;
      -webkit-box-pack: center !important;
      justify-content: center !important; }
    .bs4 .justify-content-xl-between {
      -ms-flex-pack: justify !important;
      -webkit-box-pack: justify !important;
      justify-content: space-between !important; }
    .bs4 .justify-content-xl-around {
      -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }
    .bs4 .align-items-xl-start {
      -ms-flex-align: start !important;
      -webkit-box-align: start !important;
      align-items: flex-start !important; }
    .bs4 .align-items-xl-end {
      -ms-flex-align: end !important;
      -webkit-box-align: end !important;
      align-items: flex-end !important; }
    .bs4 .align-items-xl-center {
      -ms-flex-align: center !important;
      -webkit-box-align: center !important;
      align-items: center !important; }
    .bs4 .align-items-xl-baseline {
      -ms-flex-align: baseline !important;
      -webkit-box-align: baseline !important;
      align-items: baseline !important; }
    .bs4 .align-items-xl-stretch {
      -ms-flex-align: stretch !important;
      -webkit-box-align: stretch !important;
      align-items: stretch !important; }
    .bs4 .align-content-xl-start {
      -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }
    .bs4 .align-content-xl-end {
      -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }
    .bs4 .align-content-xl-center {
      -ms-flex-line-pack: center !important;
      align-content: center !important; }
    .bs4 .align-content-xl-between {
      -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }
    .bs4 .align-content-xl-around {
      -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }
    .bs4 .align-content-xl-stretch {
      -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }
    .bs4 .align-self-xl-auto {
      -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important; }
    .bs4 .align-self-xl-start {
      -ms-flex-item-align: start !important;
      align-self: flex-start !important; }
    .bs4 .align-self-xl-end {
      -ms-flex-item-align: end !important;
      align-self: flex-end !important; }
    .bs4 .align-self-xl-center {
      -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important; }
    .bs4 .align-self-xl-baseline {
      -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }
    .bs4 .align-self-xl-stretch {
      -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important; }
    .bs4 .float-xl-left {
      float: left !important; }
    .bs4 .float-xl-right {
      float: right !important; }
    .bs4 .float-xl-none {
      float: none !important; }
    .bs4 .m-xl-0 {
      margin: 0 !important; }
    .bs4 .mt-xl-0,
    .bs4 .my-xl-0 {
      margin-top: 0 !important; }
    .bs4 .mr-xl-0,
    .bs4 .mx-xl-0 {
      margin-right: 0 !important; }
    .bs4 .mb-xl-0,
    .bs4 .my-xl-0 {
      margin-bottom: 0 !important; }
    .bs4 .ml-xl-0,
    .bs4 .mx-xl-0 {
      margin-left: 0 !important; }
    .bs4 .m-xl-1 {
      margin: .25rem !important; }
    .bs4 .mt-xl-1,
    .bs4 .my-xl-1 {
      margin-top: .25rem !important; }
    .bs4 .mr-xl-1,
    .bs4 .mx-xl-1 {
      margin-right: .25rem !important; }
    .bs4 .mb-xl-1,
    .bs4 .my-xl-1 {
      margin-bottom: .25rem !important; }
    .bs4 .ml-xl-1,
    .bs4 .mx-xl-1 {
      margin-left: .25rem !important; }
    .bs4 .m-xl-2 {
      margin: .5rem !important; }
    .bs4 .mt-xl-2,
    .bs4 .my-xl-2 {
      margin-top: .5rem !important; }
    .bs4 .mr-xl-2,
    .bs4 .mx-xl-2 {
      margin-right: .5rem !important; }
    .bs4 .mb-xl-2,
    .bs4 .my-xl-2 {
      margin-bottom: .5rem !important; }
    .bs4 .ml-xl-2,
    .bs4 .mx-xl-2 {
      margin-left: .5rem !important; }
    .bs4 .m-xl-3 {
      margin: 1rem !important; }
    .bs4 .mt-xl-3,
    .bs4 .my-xl-3 {
      margin-top: 1rem !important; }
    .bs4 .mr-xl-3,
    .bs4 .mx-xl-3 {
      margin-right: 1rem !important; }
    .bs4 .mb-xl-3,
    .bs4 .my-xl-3 {
      margin-bottom: 1rem !important; }
    .bs4 .ml-xl-3,
    .bs4 .mx-xl-3 {
      margin-left: 1rem !important; }
    .bs4 .m-xl-4 {
      margin: 1.5rem !important; }
    .bs4 .mt-xl-4,
    .bs4 .my-xl-4 {
      margin-top: 1.5rem !important; }
    .bs4 .mr-xl-4,
    .bs4 .mx-xl-4 {
      margin-right: 1.5rem !important; }
    .bs4 .mb-xl-4,
    .bs4 .my-xl-4 {
      margin-bottom: 1.5rem !important; }
    .bs4 .ml-xl-4,
    .bs4 .mx-xl-4 {
      margin-left: 1.5rem !important; }
    .bs4 .m-xl-5 {
      margin: 3rem !important; }
    .bs4 .mt-xl-5,
    .bs4 .my-xl-5 {
      margin-top: 3rem !important; }
    .bs4 .mr-xl-5,
    .bs4 .mx-xl-5 {
      margin-right: 3rem !important; }
    .bs4 .mb-xl-5,
    .bs4 .my-xl-5 {
      margin-bottom: 3rem !important; }
    .bs4 .ml-xl-5,
    .bs4 .mx-xl-5 {
      margin-left: 3rem !important; }
    .bs4 .p-xl-0 {
      padding: 0 !important; }
    .bs4 .pt-xl-0,
    .bs4 .py-xl-0 {
      padding-top: 0 !important; }
    .bs4 .pr-xl-0,
    .bs4 .px-xl-0 {
      padding-right: 0 !important; }
    .bs4 .pb-xl-0,
    .bs4 .py-xl-0 {
      padding-bottom: 0 !important; }
    .bs4 .pl-xl-0,
    .bs4 .px-xl-0 {
      padding-left: 0 !important; }
    .bs4 .p-xl-1 {
      padding: .25rem !important; }
    .bs4 .pt-xl-1,
    .bs4 .py-xl-1 {
      padding-top: .25rem !important; }
    .bs4 .pr-xl-1,
    .bs4 .px-xl-1 {
      padding-right: .25rem !important; }
    .bs4 .pb-xl-1,
    .bs4 .py-xl-1 {
      padding-bottom: .25rem !important; }
    .bs4 .pl-xl-1,
    .bs4 .px-xl-1 {
      padding-left: .25rem !important; }
    .bs4 .p-xl-2 {
      padding: .5rem !important; }
    .bs4 .pt-xl-2,
    .bs4 .py-xl-2 {
      padding-top: .5rem !important; }
    .bs4 .pr-xl-2,
    .bs4 .px-xl-2 {
      padding-right: .5rem !important; }
    .bs4 .pb-xl-2,
    .bs4 .py-xl-2 {
      padding-bottom: .5rem !important; }
    .bs4 .pl-xl-2,
    .bs4 .px-xl-2 {
      padding-left: .5rem !important; }
    .bs4 .p-xl-3 {
      padding: 1rem !important; }
    .bs4 .pt-xl-3,
    .bs4 .py-xl-3 {
      padding-top: 1rem !important; }
    .bs4 .pr-xl-3,
    .bs4 .px-xl-3 {
      padding-right: 1rem !important; }
    .bs4 .pb-xl-3,
    .bs4 .py-xl-3 {
      padding-bottom: 1rem !important; }
    .bs4 .pl-xl-3,
    .bs4 .px-xl-3 {
      padding-left: 1rem !important; }
    .bs4 .p-xl-4 {
      padding: 1.5rem !important; }
    .bs4 .pt-xl-4,
    .bs4 .py-xl-4 {
      padding-top: 1.5rem !important; }
    .bs4 .pr-xl-4,
    .bs4 .px-xl-4 {
      padding-right: 1.5rem !important; }
    .bs4 .pb-xl-4,
    .bs4 .py-xl-4 {
      padding-bottom: 1.5rem !important; }
    .bs4 .pl-xl-4,
    .bs4 .px-xl-4 {
      padding-left: 1.5rem !important; }
    .bs4 .p-xl-5 {
      padding: 3rem !important; }
    .bs4 .pt-xl-5,
    .bs4 .py-xl-5 {
      padding-top: 3rem !important; }
    .bs4 .pr-xl-5,
    .bs4 .px-xl-5 {
      padding-right: 3rem !important; }
    .bs4 .pb-xl-5,
    .bs4 .py-xl-5 {
      padding-bottom: 3rem !important; }
    .bs4 .pl-xl-5,
    .bs4 .px-xl-5 {
      padding-left: 3rem !important; }
    .bs4 .m-xl-n1 {
      margin: -.25rem !important; }
    .bs4 .mt-xl-n1,
    .bs4 .my-xl-n1 {
      margin-top: -.25rem !important; }
    .bs4 .mr-xl-n1,
    .bs4 .mx-xl-n1 {
      margin-right: -.25rem !important; }
    .bs4 .mb-xl-n1,
    .bs4 .my-xl-n1 {
      margin-bottom: -.25rem !important; }
    .bs4 .ml-xl-n1,
    .bs4 .mx-xl-n1 {
      margin-left: -.25rem !important; }
    .bs4 .m-xl-n2 {
      margin: -.5rem !important; }
    .bs4 .mt-xl-n2,
    .bs4 .my-xl-n2 {
      margin-top: -.5rem !important; }
    .bs4 .mr-xl-n2,
    .bs4 .mx-xl-n2 {
      margin-right: -.5rem !important; }
    .bs4 .mb-xl-n2,
    .bs4 .my-xl-n2 {
      margin-bottom: -.5rem !important; }
    .bs4 .ml-xl-n2,
    .bs4 .mx-xl-n2 {
      margin-left: -.5rem !important; }
    .bs4 .m-xl-n3 {
      margin: -1rem !important; }
    .bs4 .mt-xl-n3,
    .bs4 .my-xl-n3 {
      margin-top: -1rem !important; }
    .bs4 .mr-xl-n3,
    .bs4 .mx-xl-n3 {
      margin-right: -1rem !important; }
    .bs4 .mb-xl-n3,
    .bs4 .my-xl-n3 {
      margin-bottom: -1rem !important; }
    .bs4 .ml-xl-n3,
    .bs4 .mx-xl-n3 {
      margin-left: -1rem !important; }
    .bs4 .m-xl-n4 {
      margin: -1.5rem !important; }
    .bs4 .mt-xl-n4,
    .bs4 .my-xl-n4 {
      margin-top: -1.5rem !important; }
    .bs4 .mr-xl-n4,
    .bs4 .mx-xl-n4 {
      margin-right: -1.5rem !important; }
    .bs4 .mb-xl-n4,
    .bs4 .my-xl-n4 {
      margin-bottom: -1.5rem !important; }
    .bs4 .ml-xl-n4,
    .bs4 .mx-xl-n4 {
      margin-left: -1.5rem !important; }
    .bs4 .m-xl-n5 {
      margin: -3rem !important; }
    .bs4 .mt-xl-n5,
    .bs4 .my-xl-n5 {
      margin-top: -3rem !important; }
    .bs4 .mr-xl-n5,
    .bs4 .mx-xl-n5 {
      margin-right: -3rem !important; }
    .bs4 .mb-xl-n5,
    .bs4 .my-xl-n5 {
      margin-bottom: -3rem !important; }
    .bs4 .ml-xl-n5,
    .bs4 .mx-xl-n5 {
      margin-left: -3rem !important; }
    .bs4 .m-xl-auto {
      margin: auto !important; }
    .bs4 .mt-xl-auto,
    .bs4 .my-xl-auto {
      margin-top: auto !important; }
    .bs4 .mr-xl-auto,
    .bs4 .mx-xl-auto {
      margin-right: auto !important; }
    .bs4 .mb-xl-auto,
    .bs4 .my-xl-auto {
      margin-bottom: auto !important; }
    .bs4 .ml-xl-auto,
    .bs4 .mx-xl-auto {
      margin-left: auto !important; } }
  .bs4 .fa.fa-pull-left,
  .bs4 .fa.pull-left {
    margin-right: .3em; }
  .bs4 .text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }
  .bs4 .text-justify {
    text-align: justify !important; }
  .bs4 .text-wrap {
    white-space: normal !important; }
  .bs4 .text-nowrap {
    white-space: nowrap !important; }
  .bs4 .text-truncate {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .bs4 .text-left {
    text-align: left !important; }
  .bs4 .text-right {
    text-align: right !important; }
  .bs4 .text-center {
    text-align: center !important; }
  @media (min-width: 576px) {
    .bs4 .text-sm-left {
      text-align: left !important; }
    .bs4 .text-sm-right {
      text-align: right !important; }
    .bs4 .text-sm-center {
      text-align: center !important; } }
  @media (min-width: 768px) {
    .bs4 .text-md-left {
      text-align: left !important; }
    .bs4 .text-md-right {
      text-align: right !important; }
    .bs4 .text-md-center {
      text-align: center !important; } }
  @media (min-width: 992px) {
    .bs4 .text-lg-left {
      text-align: left !important; }
    .bs4 .text-lg-right {
      text-align: right !important; }
    .bs4 .text-lg-center {
      text-align: center !important; } }
  @media (min-width: 1200px) {
    .bs4 .text-xl-left {
      text-align: left !important; }
    .bs4 .text-xl-right {
      text-align: right !important; }
    .bs4 .text-xl-center {
      text-align: center !important; } }
  .bs4 .bx-wrapper .bx-controls-auto,
  .bs4 .bx-wrapper .bx-pager,
  .bs4 .fa-fw,
  .bs4 .fa-li {
    text-align: center; }
  .bs4 .text-lowercase {
    text-transform: lowercase !important; }
  .bs4 .text-uppercase {
    text-transform: uppercase !important; }
  .bs4 .text-capitalize {
    text-transform: capitalize !important; }
  .bs4 .font-weight-light {
    font-weight: 300 !important; }
  .bs4 .font-weight-lighter {
    font-weight: lighter !important; }
  .bs4 .font-weight-normal {
    font-weight: 400 !important; }
  .bs4 .font-weight-bold {
    font-weight: 700 !important; }
  .bs4 .font-weight-bolder {
    font-weight: bolder !important; }
  .bs4 .font-italic {
    font-style: italic !important; }
  .bs4 .text-white {
    color: #fff !important; }
  .bs4 .text-primary {
    color: #007bff !important; }
  .bs4 a.text-primary:focus,
  .bs4 a.text-primary:hover {
    color: #0056b3 !important; }
  .bs4 .text-secondary {
    color: #6c757d !important; }
  .bs4 a.text-secondary:focus,
  .bs4 a.text-secondary:hover {
    color: #494f54 !important; }
  .bs4 .text-success {
    color: #28a745 !important; }
  .bs4 a.text-success:focus,
  .bs4 a.text-success:hover {
    color: #19692c !important; }
  .bs4 .text-info {
    color: #17a2b8 !important; }
  .bs4 a.text-info:focus,
  .bs4 a.text-info:hover {
    color: #0f6674 !important; }
  .bs4 .text-warning {
    color: #ffc107 !important; }
  .bs4 a.text-warning:focus,
  .bs4 a.text-warning:hover {
    color: #ba8b00 !important; }
  .bs4 .text-danger {
    color: #dc3545 !important; }
  .bs4 a.text-danger:focus,
  .bs4 a.text-danger:hover {
    color: #a71d2a !important; }
  .bs4 .text-light {
    color: #f8f9fa !important; }
  .bs4 a.text-light:focus,
  .bs4 a.text-light:hover {
    color: #cbd3da !important; }
  .bs4 .text-dark {
    color: #343a40 !important; }
  .bs4 a.text-dark:focus,
  .bs4 a.text-dark:hover {
    color: #121416 !important; }
  .bs4 .text-body {
    color: #212529 !important; }
  .bs4 .text-muted {
    color: #6c757d !important; }
  .bs4 .text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important; }
  .bs4 .text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important; }
  .bs4 .text-hide {
    font: 0/0 a;
    color: transparent;
    background-color: transparent;
    border: 0; }
  .bs4 .text-decoration-none {
    text-decoration: none !important; }
  .bs4 .text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important; }
  .bs4 .text-reset {
    color: inherit !important; }
  .bs4 .visible {
    visibility: visible !important; }
  .bs4 .invisible {
    visibility: hidden !important; }
  .bs4 .slick-loading .slick-slide,
  .bs4 .slick-loading .slick-track {
    visibility: hidden; }
  @media print {
    .bs4 blockquote,
    .bs4 img,
    .bs4 pre,
    .bs4 tr {
      page-break-inside: avoid; }
    .bs4 *,
    .bs4 ::after,
    .bs4 ::before {
      text-shadow: none !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important; }
    .bs4 a:not(.btn) {
      text-decoration: underline; }
    .bs4 abbr[title]::after {
      content: " (" attr(title) ")"; }
    .bs4 pre {
      white-space: pre-wrap !important; }
    .bs4 blockquote,
    .bs4 pre {
      border: 1px solid #adb5bd; }
    .bs4 thead {
      display: table-header-group; }
    .bs4 h2,
    .bs4 h3,
    .bs4 p {
      orphans: 3;
      widows: 3; }
    .bs4 h2,
    .bs4 h3 {
      page-break-after: avoid; }
    @page {
      .bs4 {
        size: a3; } }
    .bs4 .container,
    .bs4 body {
      min-width: 992px !important; }
    .bs4 .navbar {
      display: none; }
    .bs4 .badge {
      border: 1px solid #000; }
    .bs4 .table {
      border-collapse: collapse !important; }
    .bs4 .table td,
    .bs4 .table th {
      background-color: #fff !important; }
    .bs4 .table-bordered td,
    .bs4 .table-bordered th {
      border: 1px solid #dee2e6 !important; }
    .bs4 .table-dark {
      color: inherit; }
    .bs4 .table-dark tbody + tbody,
    .bs4 .table-dark td,
    .bs4 .table-dark th,
    .bs4 .table-dark thead th {
      border-color: #dee2e6; }
    .bs4 .table .thead-dark th {
      color: inherit;
      border-color: #dee2e6; } }
  .bs4 .fa,
  .bs4 .fa-stack {
    display: inline-block; }

@font-face {
  .bs4 {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal; } }
  .bs4 .fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .bs4 .fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%; }
  .bs4 .fa-2x {
    font-size: 2em; }
  .bs4 .fa-3x {
    font-size: 3em; }
  .bs4 .fa-4x {
    font-size: 4em; }
  .bs4 .fa-5x {
    font-size: 5em; }
  .bs4 .fa-fw {
    width: 1.28571429em; }
  .bs4 .fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none; }
  .bs4 .fa.fa-pull-right,
  .bs4 .fa.pull-right {
    margin-left: .3em; }
  .bs4 .fa-ul > li {
    position: relative; }
  .bs4 .fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em; }
  .bs4 .fa-li.fa-lg {
    left: -1.85714286em; }
  .bs4 .fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em; }
  .bs4 .fa-pull-left {
    float: left; }
  .bs4 .fa-pull-right,
  .bs4 .pull-right {
    float: right; }
  .bs4 .pull-left {
    float: left; }
  .bs4 .fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear; }
  .bs4 .fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8); }

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

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
  .bs4 .fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  .bs4 .fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  .bs4 .fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg); }
  .bs4 .fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1); }
  .bs4 .fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1); }
  .bs4 :root .fa-flip-horizontal,
  .bs4 :root .fa-flip-vertical,
  .bs4 :root .fa-rotate-180,
  .bs4 :root .fa-rotate-270,
  .bs4 :root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none; }
  .bs4 .fa-stack {
    position: relative;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle; }
  .bs4 .fa-stack-1x,
  .bs4 .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center; }
  .bs4 .fa-stack-1x {
    line-height: inherit; }
  .bs4 .fa-stack-2x {
    font-size: 2em; }
  .bs4 .fa-inverse {
    color: #fff; }
  .bs4 .fa-glass:before {
    content: "\f000"; }
  .bs4 .fa-music:before {
    content: "\f001"; }
  .bs4 .fa-search:before {
    content: "\f002"; }
  .bs4 .fa-envelope-o:before {
    content: "\f003"; }
  .bs4 .fa-heart:before {
    content: "\f004"; }
  .bs4 .fa-star:before {
    content: "\f005"; }
  .bs4 .fa-star-o:before {
    content: "\f006"; }
  .bs4 .fa-user:before {
    content: "\f007"; }
  .bs4 .fa-film:before {
    content: "\f008"; }
  .bs4 .fa-th-large:before {
    content: "\f009"; }
  .bs4 .fa-th:before {
    content: "\f00a"; }
  .bs4 .fa-th-list:before {
    content: "\f00b"; }
  .bs4 .fa-check:before {
    content: "\f00c"; }
  .bs4 .fa-close:before,
  .bs4 .fa-remove:before,
  .bs4 .fa-times:before {
    content: "\f00d"; }
  .bs4 .fa-search-plus:before {
    content: "\f00e"; }
  .bs4 .fa-search-minus:before {
    content: "\f010"; }
  .bs4 .fa-power-off:before {
    content: "\f011"; }
  .bs4 .fa-signal:before {
    content: "\f012"; }
  .bs4 .fa-cog:before,
  .bs4 .fa-gear:before {
    content: "\f013"; }
  .bs4 .fa-trash-o:before {
    content: "\f014"; }
  .bs4 .fa-home:before {
    content: "\f015"; }
  .bs4 .fa-file-o:before {
    content: "\f016"; }
  .bs4 .fa-clock-o:before {
    content: "\f017"; }
  .bs4 .fa-road:before {
    content: "\f018"; }
  .bs4 .fa-download:before {
    content: "\f019"; }
  .bs4 .fa-arrow-circle-o-down:before {
    content: "\f01a"; }
  .bs4 .fa-arrow-circle-o-up:before {
    content: "\f01b"; }
  .bs4 .fa-inbox:before {
    content: "\f01c"; }
  .bs4 .fa-play-circle-o:before {
    content: "\f01d"; }
  .bs4 .fa-repeat:before,
  .bs4 .fa-rotate-right:before {
    content: "\f01e"; }
  .bs4 .fa-refresh:before {
    content: "\f021"; }
  .bs4 .fa-list-alt:before {
    content: "\f022"; }
  .bs4 .fa-lock:before {
    content: "\f023"; }
  .bs4 .fa-flag:before {
    content: "\f024"; }
  .bs4 .fa-headphones:before {
    content: "\f025"; }
  .bs4 .fa-volume-off:before {
    content: "\f026"; }
  .bs4 .fa-volume-down:before {
    content: "\f027"; }
  .bs4 .fa-volume-up:before {
    content: "\f028"; }
  .bs4 .fa-qrcode:before {
    content: "\f029"; }
  .bs4 .fa-barcode:before {
    content: "\f02a"; }
  .bs4 .fa-tag:before {
    content: "\f02b"; }
  .bs4 .fa-tags:before {
    content: "\f02c"; }
  .bs4 .fa-book:before {
    content: "\f02d"; }
  .bs4 .fa-bookmark:before {
    content: "\f02e"; }
  .bs4 .fa-print:before {
    content: "\f02f"; }
  .bs4 .fa-camera:before {
    content: "\f030"; }
  .bs4 .fa-font:before {
    content: "\f031"; }
  .bs4 .fa-bold:before {
    content: "\f032"; }
  .bs4 .fa-italic:before {
    content: "\f033"; }
  .bs4 .fa-text-height:before {
    content: "\f034"; }
  .bs4 .fa-text-width:before {
    content: "\f035"; }
  .bs4 .fa-align-left:before {
    content: "\f036"; }
  .bs4 .fa-align-center:before {
    content: "\f037"; }
  .bs4 .fa-align-right:before {
    content: "\f038"; }
  .bs4 .fa-align-justify:before {
    content: "\f039"; }
  .bs4 .fa-list:before {
    content: "\f03a"; }
  .bs4 .fa-dedent:before,
  .bs4 .fa-outdent:before {
    content: "\f03b"; }
  .bs4 .fa-indent:before {
    content: "\f03c"; }
  .bs4 .fa-video-camera:before {
    content: "\f03d"; }
  .bs4 .fa-image:before,
  .bs4 .fa-photo:before,
  .bs4 .fa-picture-o:before {
    content: "\f03e"; }
  .bs4 .fa-pencil:before {
    content: "\f040"; }
  .bs4 .fa-map-marker:before {
    content: "\f041"; }
  .bs4 .fa-adjust:before {
    content: "\f042"; }
  .bs4 .fa-tint:before {
    content: "\f043"; }
  .bs4 .fa-edit:before,
  .bs4 .fa-pencil-square-o:before {
    content: "\f044"; }
  .bs4 .fa-share-square-o:before {
    content: "\f045"; }
  .bs4 .fa-check-square-o:before {
    content: "\f046"; }
  .bs4 .fa-arrows:before {
    content: "\f047"; }
  .bs4 .fa-step-backward:before {
    content: "\f048"; }
  .bs4 .fa-fast-backward:before {
    content: "\f049"; }
  .bs4 .fa-backward:before {
    content: "\f04a"; }
  .bs4 .fa-play:before {
    content: "\f04b"; }
  .bs4 .fa-pause:before {
    content: "\f04c"; }
  .bs4 .fa-stop:before {
    content: "\f04d"; }
  .bs4 .fa-forward:before {
    content: "\f04e"; }
  .bs4 .fa-fast-forward:before {
    content: "\f050"; }
  .bs4 .fa-step-forward:before {
    content: "\f051"; }
  .bs4 .fa-eject:before {
    content: "\f052"; }
  .bs4 .fa-chevron-left:before {
    content: "\f053"; }
  .bs4 .fa-chevron-right:before {
    content: "\f054"; }
  .bs4 .fa-plus-circle:before {
    content: "\f055"; }
  .bs4 .fa-minus-circle:before {
    content: "\f056"; }
  .bs4 .fa-times-circle:before {
    content: "\f057"; }
  .bs4 .fa-check-circle:before {
    content: "\f058"; }
  .bs4 .fa-question-circle:before {
    content: "\f059"; }
  .bs4 .fa-info-circle:before {
    content: "\f05a"; }
  .bs4 .fa-crosshairs:before {
    content: "\f05b"; }
  .bs4 .fa-times-circle-o:before {
    content: "\f05c"; }
  .bs4 .fa-check-circle-o:before {
    content: "\f05d"; }
  .bs4 .fa-ban:before {
    content: "\f05e"; }
  .bs4 .fa-arrow-left:before {
    content: "\f060"; }
  .bs4 .fa-arrow-right:before {
    content: "\f061"; }
  .bs4 .fa-arrow-up:before {
    content: "\f062"; }
  .bs4 .fa-arrow-down:before {
    content: "\f063"; }
  .bs4 .fa-mail-forward:before,
  .bs4 .fa-share:before {
    content: "\f064"; }
  .bs4 .fa-expand:before {
    content: "\f065"; }
  .bs4 .fa-compress:before {
    content: "\f066"; }
  .bs4 .fa-plus:before {
    content: "\f067"; }
  .bs4 .fa-minus:before {
    content: "\f068"; }
  .bs4 .fa-asterisk:before {
    content: "\f069"; }
  .bs4 .fa-exclamation-circle:before {
    content: "\f06a"; }
  .bs4 .fa-gift:before {
    content: "\f06b"; }
  .bs4 .fa-leaf:before {
    content: "\f06c"; }
  .bs4 .fa-fire:before {
    content: "\f06d"; }
  .bs4 .fa-eye:before {
    content: "\f06e"; }
  .bs4 .fa-eye-slash:before {
    content: "\f070"; }
  .bs4 .fa-exclamation-triangle:before,
  .bs4 .fa-warning:before {
    content: "\f071"; }
  .bs4 .fa-plane:before {
    content: "\f072"; }
  .bs4 .fa-calendar:before {
    content: "\f073"; }
  .bs4 .fa-random:before {
    content: "\f074"; }
  .bs4 .fa-comment:before {
    content: "\f075"; }
  .bs4 .fa-magnet:before {
    content: "\f076"; }
  .bs4 .fa-chevron-up:before {
    content: "\f077"; }
  .bs4 .fa-chevron-down:before {
    content: "\f078"; }
  .bs4 .fa-retweet:before {
    content: "\f079"; }
  .bs4 .fa-shopping-cart:before {
    content: "\f07a"; }
  .bs4 .fa-folder:before {
    content: "\f07b"; }
  .bs4 .fa-folder-open:before {
    content: "\f07c"; }
  .bs4 .fa-arrows-v:before {
    content: "\f07d"; }
  .bs4 .fa-arrows-h:before {
    content: "\f07e"; }
  .bs4 .fa-bar-chart-o:before,
  .bs4 .fa-bar-chart:before {
    content: "\f080"; }
  .bs4 .fa-twitter-square:before {
    content: "\f081"; }
  .bs4 .fa-facebook-square:before {
    content: "\f082"; }
  .bs4 .fa-camera-retro:before {
    content: "\f083"; }
  .bs4 .fa-key:before {
    content: "\f084"; }
  .bs4 .fa-cogs:before,
  .bs4 .fa-gears:before {
    content: "\f085"; }
  .bs4 .fa-comments:before {
    content: "\f086"; }
  .bs4 .fa-thumbs-o-up:before {
    content: "\f087"; }
  .bs4 .fa-thumbs-o-down:before {
    content: "\f088"; }
  .bs4 .fa-star-half:before {
    content: "\f089"; }
  .bs4 .fa-heart-o:before {
    content: "\f08a"; }
  .bs4 .fa-sign-out:before {
    content: "\f08b"; }
  .bs4 .fa-linkedin-square:before {
    content: "\f08c"; }
  .bs4 .fa-thumb-tack:before {
    content: "\f08d"; }
  .bs4 .fa-external-link:before {
    content: "\f08e"; }
  .bs4 .fa-sign-in:before {
    content: "\f090"; }
  .bs4 .fa-trophy:before {
    content: "\f091"; }
  .bs4 .fa-github-square:before {
    content: "\f092"; }
  .bs4 .fa-upload:before {
    content: "\f093"; }
  .bs4 .fa-lemon-o:before {
    content: "\f094"; }
  .bs4 .fa-phone:before {
    content: "\f095"; }
  .bs4 .fa-square-o:before {
    content: "\f096"; }
  .bs4 .fa-bookmark-o:before {
    content: "\f097"; }
  .bs4 .fa-phone-square:before {
    content: "\f098"; }
  .bs4 .fa-twitter:before {
    content: "\f099"; }
  .bs4 .fa-facebook-f:before,
  .bs4 .fa-facebook:before {
    content: "\f09a"; }
  .bs4 .fa-github:before {
    content: "\f09b"; }
  .bs4 .fa-unlock:before {
    content: "\f09c"; }
  .bs4 .fa-credit-card:before {
    content: "\f09d"; }
  .bs4 .fa-feed:before,
  .bs4 .fa-rss:before {
    content: "\f09e"; }
  .bs4 .fa-hdd-o:before {
    content: "\f0a0"; }
  .bs4 .fa-bullhorn:before {
    content: "\f0a1"; }
  .bs4 .fa-bell:before {
    content: "\f0f3"; }
  .bs4 .fa-certificate:before {
    content: "\f0a3"; }
  .bs4 .fa-hand-o-right:before {
    content: "\f0a4"; }
  .bs4 .fa-hand-o-left:before {
    content: "\f0a5"; }
  .bs4 .fa-hand-o-up:before {
    content: "\f0a6"; }
  .bs4 .fa-hand-o-down:before {
    content: "\f0a7"; }
  .bs4 .fa-arrow-circle-left:before {
    content: "\f0a8"; }
  .bs4 .fa-arrow-circle-right:before {
    content: "\f0a9"; }
  .bs4 .fa-arrow-circle-up:before {
    content: "\f0aa"; }
  .bs4 .fa-arrow-circle-down:before {
    content: "\f0ab"; }
  .bs4 .fa-globe:before {
    content: "\f0ac"; }
  .bs4 .fa-wrench:before {
    content: "\f0ad"; }
  .bs4 .fa-tasks:before {
    content: "\f0ae"; }
  .bs4 .fa-filter:before {
    content: "\f0b0"; }
  .bs4 .fa-briefcase:before {
    content: "\f0b1"; }
  .bs4 .fa-arrows-alt:before {
    content: "\f0b2"; }
  .bs4 .fa-group:before,
  .bs4 .fa-users:before {
    content: "\f0c0"; }
  .bs4 .fa-chain:before,
  .bs4 .fa-link:before {
    content: "\f0c1"; }
  .bs4 .fa-cloud:before {
    content: "\f0c2"; }
  .bs4 .fa-flask:before {
    content: "\f0c3"; }
  .bs4 .fa-cut:before,
  .bs4 .fa-scissors:before {
    content: "\f0c4"; }
  .bs4 .fa-copy:before,
  .bs4 .fa-files-o:before {
    content: "\f0c5"; }
  .bs4 .fa-paperclip:before {
    content: "\f0c6"; }
  .bs4 .fa-floppy-o:before,
  .bs4 .fa-save:before {
    content: "\f0c7"; }
  .bs4 .fa-square:before {
    content: "\f0c8"; }
  .bs4 .fa-bars:before,
  .bs4 .fa-navicon:before,
  .bs4 .fa-reorder:before {
    content: "\f0c9"; }
  .bs4 .fa-list-ul:before {
    content: "\f0ca"; }
  .bs4 .fa-list-ol:before {
    content: "\f0cb"; }
  .bs4 .fa-strikethrough:before {
    content: "\f0cc"; }
  .bs4 .fa-underline:before {
    content: "\f0cd"; }
  .bs4 .fa-table:before {
    content: "\f0ce"; }
  .bs4 .fa-magic:before {
    content: "\f0d0"; }
  .bs4 .fa-truck:before {
    content: "\f0d1"; }
  .bs4 .fa-pinterest:before {
    content: "\f0d2"; }
  .bs4 .fa-pinterest-square:before {
    content: "\f0d3"; }
  .bs4 .fa-google-plus-square:before {
    content: "\f0d4"; }
  .bs4 .fa-google-plus:before {
    content: "\f0d5"; }
  .bs4 .fa-money:before {
    content: "\f0d6"; }
  .bs4 .fa-caret-down:before {
    content: "\f0d7"; }
  .bs4 .fa-caret-up:before {
    content: "\f0d8"; }
  .bs4 .fa-caret-left:before {
    content: "\f0d9"; }
  .bs4 .fa-caret-right:before {
    content: "\f0da"; }
  .bs4 .fa-columns:before {
    content: "\f0db"; }
  .bs4 .fa-sort:before,
  .bs4 .fa-unsorted:before {
    content: "\f0dc"; }
  .bs4 .fa-sort-desc:before,
  .bs4 .fa-sort-down:before {
    content: "\f0dd"; }
  .bs4 .fa-sort-asc:before,
  .bs4 .fa-sort-up:before {
    content: "\f0de"; }
  .bs4 .fa-envelope:before {
    content: "\f0e0"; }
  .bs4 .fa-linkedin:before {
    content: "\f0e1"; }
  .bs4 .fa-rotate-left:before,
  .bs4 .fa-undo:before {
    content: "\f0e2"; }
  .bs4 .fa-gavel:before,
  .bs4 .fa-legal:before {
    content: "\f0e3"; }
  .bs4 .fa-dashboard:before,
  .bs4 .fa-tachometer:before {
    content: "\f0e4"; }
  .bs4 .fa-comment-o:before {
    content: "\f0e5"; }
  .bs4 .fa-comments-o:before {
    content: "\f0e6"; }
  .bs4 .fa-bolt:before,
  .bs4 .fa-flash:before {
    content: "\f0e7"; }
  .bs4 .fa-sitemap:before {
    content: "\f0e8"; }
  .bs4 .fa-umbrella:before {
    content: "\f0e9"; }
  .bs4 .fa-clipboard:before,
  .bs4 .fa-paste:before {
    content: "\f0ea"; }
  .bs4 .fa-lightbulb-o:before {
    content: "\f0eb"; }
  .bs4 .fa-exchange:before {
    content: "\f0ec"; }
  .bs4 .fa-cloud-download:before {
    content: "\f0ed"; }
  .bs4 .fa-cloud-upload:before {
    content: "\f0ee"; }
  .bs4 .fa-user-md:before {
    content: "\f0f0"; }
  .bs4 .fa-stethoscope:before {
    content: "\f0f1"; }
  .bs4 .fa-suitcase:before {
    content: "\f0f2"; }
  .bs4 .fa-bell-o:before {
    content: "\f0a2"; }
  .bs4 .fa-coffee:before {
    content: "\f0f4"; }
  .bs4 .fa-cutlery:before {
    content: "\f0f5"; }
  .bs4 .fa-file-text-o:before {
    content: "\f0f6"; }
  .bs4 .fa-building-o:before {
    content: "\f0f7"; }
  .bs4 .fa-hospital-o:before {
    content: "\f0f8"; }
  .bs4 .fa-ambulance:before {
    content: "\f0f9"; }
  .bs4 .fa-medkit:before {
    content: "\f0fa"; }
  .bs4 .fa-fighter-jet:before {
    content: "\f0fb"; }
  .bs4 .fa-beer:before {
    content: "\f0fc"; }
  .bs4 .fa-h-square:before {
    content: "\f0fd"; }
  .bs4 .fa-plus-square:before {
    content: "\f0fe"; }
  .bs4 .fa-angle-double-left:before {
    content: "\f100"; }
  .bs4 .fa-angle-double-right:before {
    content: "\f101"; }
  .bs4 .fa-angle-double-up:before {
    content: "\f102"; }
  .bs4 .fa-angle-double-down:before {
    content: "\f103"; }
  .bs4 .fa-angle-left:before {
    content: "\f104"; }
  .bs4 .fa-angle-right:before {
    content: "\f105"; }
  .bs4 .fa-angle-up:before {
    content: "\f106"; }
  .bs4 .fa-angle-down:before {
    content: "\f107"; }
  .bs4 .fa-desktop:before {
    content: "\f108"; }
  .bs4 .fa-laptop:before {
    content: "\f109"; }
  .bs4 .fa-tablet:before {
    content: "\f10a"; }
  .bs4 .fa-mobile-phone:before,
  .bs4 .fa-mobile:before {
    content: "\f10b"; }
  .bs4 .fa-circle-o:before {
    content: "\f10c"; }
  .bs4 .fa-quote-left:before {
    content: "\f10d"; }
  .bs4 .fa-quote-right:before {
    content: "\f10e"; }
  .bs4 .fa-spinner:before {
    content: "\f110"; }
  .bs4 .fa-circle:before {
    content: "\f111"; }
  .bs4 .fa-mail-reply:before,
  .bs4 .fa-reply:before {
    content: "\f112"; }
  .bs4 .fa-github-alt:before {
    content: "\f113"; }
  .bs4 .fa-folder-o:before {
    content: "\f114"; }
  .bs4 .fa-folder-open-o:before {
    content: "\f115"; }
  .bs4 .fa-smile-o:before {
    content: "\f118"; }
  .bs4 .fa-frown-o:before {
    content: "\f119"; }
  .bs4 .fa-meh-o:before {
    content: "\f11a"; }
  .bs4 .fa-gamepad:before {
    content: "\f11b"; }
  .bs4 .fa-keyboard-o:before {
    content: "\f11c"; }
  .bs4 .fa-flag-o:before {
    content: "\f11d"; }
  .bs4 .fa-flag-checkered:before {
    content: "\f11e"; }
  .bs4 .fa-terminal:before {
    content: "\f120"; }
  .bs4 .fa-code:before {
    content: "\f121"; }
  .bs4 .fa-mail-reply-all:before,
  .bs4 .fa-reply-all:before {
    content: "\f122"; }
  .bs4 .fa-star-half-empty:before,
  .bs4 .fa-star-half-full:before,
  .bs4 .fa-star-half-o:before {
    content: "\f123"; }
  .bs4 .fa-location-arrow:before {
    content: "\f124"; }
  .bs4 .fa-crop:before {
    content: "\f125"; }
  .bs4 .fa-code-fork:before {
    content: "\f126"; }
  .bs4 .fa-chain-broken:before,
  .bs4 .fa-unlink:before {
    content: "\f127"; }
  .bs4 .fa-question:before {
    content: "\f128"; }
  .bs4 .fa-info:before {
    content: "\f129"; }
  .bs4 .fa-exclamation:before {
    content: "\f12a"; }
  .bs4 .fa-superscript:before {
    content: "\f12b"; }
  .bs4 .fa-subscript:before {
    content: "\f12c"; }
  .bs4 .fa-eraser:before {
    content: "\f12d"; }
  .bs4 .fa-puzzle-piece:before {
    content: "\f12e"; }
  .bs4 .fa-microphone:before {
    content: "\f130"; }
  .bs4 .fa-microphone-slash:before {
    content: "\f131"; }
  .bs4 .fa-shield:before {
    content: "\f132"; }
  .bs4 .fa-calendar-o:before {
    content: "\f133"; }
  .bs4 .fa-fire-extinguisher:before {
    content: "\f134"; }
  .bs4 .fa-rocket:before {
    content: "\f135"; }
  .bs4 .fa-maxcdn:before {
    content: "\f136"; }
  .bs4 .fa-chevron-circle-left:before {
    content: "\f137"; }
  .bs4 .fa-chevron-circle-right:before {
    content: "\f138"; }
  .bs4 .fa-chevron-circle-up:before {
    content: "\f139"; }
  .bs4 .fa-chevron-circle-down:before {
    content: "\f13a"; }
  .bs4 .fa-html5:before {
    content: "\f13b"; }
  .bs4 .fa-css3:before {
    content: "\f13c"; }
  .bs4 .fa-anchor:before {
    content: "\f13d"; }
  .bs4 .fa-unlock-alt:before {
    content: "\f13e"; }
  .bs4 .fa-bullseye:before {
    content: "\f140"; }
  .bs4 .fa-ellipsis-h:before {
    content: "\f141"; }
  .bs4 .fa-ellipsis-v:before {
    content: "\f142"; }
  .bs4 .fa-rss-square:before {
    content: "\f143"; }
  .bs4 .fa-play-circle:before {
    content: "\f144"; }
  .bs4 .fa-ticket:before {
    content: "\f145"; }
  .bs4 .fa-minus-square:before {
    content: "\f146"; }
  .bs4 .fa-minus-square-o:before {
    content: "\f147"; }
  .bs4 .fa-level-up:before {
    content: "\f148"; }
  .bs4 .fa-level-down:before {
    content: "\f149"; }
  .bs4 .fa-check-square:before {
    content: "\f14a"; }
  .bs4 .fa-pencil-square:before {
    content: "\f14b"; }
  .bs4 .fa-external-link-square:before {
    content: "\f14c"; }
  .bs4 .fa-share-square:before {
    content: "\f14d"; }
  .bs4 .fa-compass:before {
    content: "\f14e"; }
  .bs4 .fa-caret-square-o-down:before,
  .bs4 .fa-toggle-down:before {
    content: "\f150"; }
  .bs4 .fa-caret-square-o-up:before,
  .bs4 .fa-toggle-up:before {
    content: "\f151"; }
  .bs4 .fa-caret-square-o-right:before,
  .bs4 .fa-toggle-right:before {
    content: "\f152"; }
  .bs4 .fa-eur:before,
  .bs4 .fa-euro:before {
    content: "\f153"; }
  .bs4 .fa-gbp:before {
    content: "\f154"; }
  .bs4 .fa-dollar:before,
  .bs4 .fa-usd:before {
    content: "\f155"; }
  .bs4 .fa-inr:before,
  .bs4 .fa-rupee:before {
    content: "\f156"; }
  .bs4 .fa-cny:before,
  .bs4 .fa-jpy:before,
  .bs4 .fa-rmb:before,
  .bs4 .fa-yen:before {
    content: "\f157"; }
  .bs4 .fa-rouble:before,
  .bs4 .fa-rub:before,
  .bs4 .fa-ruble:before {
    content: "\f158"; }
  .bs4 .fa-krw:before,
  .bs4 .fa-won:before {
    content: "\f159"; }
  .bs4 .fa-bitcoin:before,
  .bs4 .fa-btc:before {
    content: "\f15a"; }
  .bs4 .fa-file:before {
    content: "\f15b"; }
  .bs4 .fa-file-text:before {
    content: "\f15c"; }
  .bs4 .fa-sort-alpha-asc:before {
    content: "\f15d"; }
  .bs4 .fa-sort-alpha-desc:before {
    content: "\f15e"; }
  .bs4 .fa-sort-amount-asc:before {
    content: "\f160"; }
  .bs4 .fa-sort-amount-desc:before {
    content: "\f161"; }
  .bs4 .fa-sort-numeric-asc:before {
    content: "\f162"; }
  .bs4 .fa-sort-numeric-desc:before {
    content: "\f163"; }
  .bs4 .fa-thumbs-up:before {
    content: "\f164"; }
  .bs4 .fa-thumbs-down:before {
    content: "\f165"; }
  .bs4 .fa-youtube-square:before {
    content: "\f166"; }
  .bs4 .fa-youtube:before {
    content: "\f167"; }
  .bs4 .fa-xing:before {
    content: "\f168"; }
  .bs4 .fa-xing-square:before {
    content: "\f169"; }
  .bs4 .fa-youtube-play:before {
    content: "\f16a"; }
  .bs4 .fa-dropbox:before {
    content: "\f16b"; }
  .bs4 .fa-stack-overflow:before {
    content: "\f16c"; }
  .bs4 .fa-instagram:before {
    content: "\f16d"; }
  .bs4 .fa-flickr:before {
    content: "\f16e"; }
  .bs4 .fa-adn:before {
    content: "\f170"; }
  .bs4 .fa-bitbucket:before {
    content: "\f171"; }
  .bs4 .fa-bitbucket-square:before {
    content: "\f172"; }
  .bs4 .fa-tumblr:before {
    content: "\f173"; }
  .bs4 .fa-tumblr-square:before {
    content: "\f174"; }
  .bs4 .fa-long-arrow-down:before {
    content: "\f175"; }
  .bs4 .fa-long-arrow-up:before {
    content: "\f176"; }
  .bs4 .fa-long-arrow-left:before {
    content: "\f177"; }
  .bs4 .fa-long-arrow-right:before {
    content: "\f178"; }
  .bs4 .fa-apple:before {
    content: "\f179"; }
  .bs4 .fa-windows:before {
    content: "\f17a"; }
  .bs4 .fa-android:before {
    content: "\f17b"; }
  .bs4 .fa-linux:before {
    content: "\f17c"; }
  .bs4 .fa-dribbble:before {
    content: "\f17d"; }
  .bs4 .fa-skype:before {
    content: "\f17e"; }
  .bs4 .fa-foursquare:before {
    content: "\f180"; }
  .bs4 .fa-trello:before {
    content: "\f181"; }
  .bs4 .fa-female:before {
    content: "\f182"; }
  .bs4 .fa-male:before {
    content: "\f183"; }
  .bs4 .fa-gittip:before,
  .bs4 .fa-gratipay:before {
    content: "\f184"; }
  .bs4 .fa-sun-o:before {
    content: "\f185"; }
  .bs4 .fa-moon-o:before {
    content: "\f186"; }
  .bs4 .fa-archive:before {
    content: "\f187"; }
  .bs4 .fa-bug:before {
    content: "\f188"; }
  .bs4 .fa-vk:before {
    content: "\f189"; }
  .bs4 .fa-weibo:before {
    content: "\f18a"; }
  .bs4 .fa-renren:before {
    content: "\f18b"; }
  .bs4 .fa-pagelines:before {
    content: "\f18c"; }
  .bs4 .fa-stack-exchange:before {
    content: "\f18d"; }
  .bs4 .fa-arrow-circle-o-right:before {
    content: "\f18e"; }
  .bs4 .fa-arrow-circle-o-left:before {
    content: "\f190"; }
  .bs4 .fa-caret-square-o-left:before,
  .bs4 .fa-toggle-left:before {
    content: "\f191"; }
  .bs4 .fa-dot-circle-o:before {
    content: "\f192"; }
  .bs4 .fa-wheelchair:before {
    content: "\f193"; }
  .bs4 .fa-vimeo-square:before {
    content: "\f194"; }
  .bs4 .fa-try:before,
  .bs4 .fa-turkish-lira:before {
    content: "\f195"; }
  .bs4 .fa-plus-square-o:before {
    content: "\f196"; }
  .bs4 .fa-space-shuttle:before {
    content: "\f197"; }
  .bs4 .fa-slack:before {
    content: "\f198"; }
  .bs4 .fa-envelope-square:before {
    content: "\f199"; }
  .bs4 .fa-wordpress:before {
    content: "\f19a"; }
  .bs4 .fa-openid:before {
    content: "\f19b"; }
  .bs4 .fa-bank:before,
  .bs4 .fa-institution:before,
  .bs4 .fa-university:before {
    content: "\f19c"; }
  .bs4 .fa-graduation-cap:before,
  .bs4 .fa-mortar-board:before {
    content: "\f19d"; }
  .bs4 .fa-yahoo:before {
    content: "\f19e"; }
  .bs4 .fa-google:before {
    content: "\f1a0"; }
  .bs4 .fa-reddit:before {
    content: "\f1a1"; }
  .bs4 .fa-reddit-square:before {
    content: "\f1a2"; }
  .bs4 .fa-stumbleupon-circle:before {
    content: "\f1a3"; }
  .bs4 .fa-stumbleupon:before {
    content: "\f1a4"; }
  .bs4 .fa-delicious:before {
    content: "\f1a5"; }
  .bs4 .fa-digg:before {
    content: "\f1a6"; }
  .bs4 .fa-pied-piper-pp:before {
    content: "\f1a7"; }
  .bs4 .fa-pied-piper-alt:before {
    content: "\f1a8"; }
  .bs4 .fa-drupal:before {
    content: "\f1a9"; }
  .bs4 .fa-joomla:before {
    content: "\f1aa"; }
  .bs4 .fa-language:before {
    content: "\f1ab"; }
  .bs4 .fa-fax:before {
    content: "\f1ac"; }
  .bs4 .fa-building:before {
    content: "\f1ad"; }
  .bs4 .fa-child:before {
    content: "\f1ae"; }
  .bs4 .fa-paw:before {
    content: "\f1b0"; }
  .bs4 .fa-spoon:before {
    content: "\f1b1"; }
  .bs4 .fa-cube:before {
    content: "\f1b2"; }
  .bs4 .fa-cubes:before {
    content: "\f1b3"; }
  .bs4 .fa-behance:before {
    content: "\f1b4"; }
  .bs4 .fa-behance-square:before {
    content: "\f1b5"; }
  .bs4 .fa-steam:before {
    content: "\f1b6"; }
  .bs4 .fa-steam-square:before {
    content: "\f1b7"; }
  .bs4 .fa-recycle:before {
    content: "\f1b8"; }
  .bs4 .fa-automobile:before,
  .bs4 .fa-car:before {
    content: "\f1b9"; }
  .bs4 .fa-cab:before,
  .bs4 .fa-taxi:before {
    content: "\f1ba"; }
  .bs4 .fa-tree:before {
    content: "\f1bb"; }
  .bs4 .fa-spotify:before {
    content: "\f1bc"; }
  .bs4 .fa-deviantart:before {
    content: "\f1bd"; }
  .bs4 .fa-soundcloud:before {
    content: "\f1be"; }
  .bs4 .fa-database:before {
    content: "\f1c0"; }
  .bs4 .fa-file-pdf-o:before {
    content: "\f1c1"; }
  .bs4 .fa-file-word-o:before {
    content: "\f1c2"; }
  .bs4 .fa-file-excel-o:before {
    content: "\f1c3"; }
  .bs4 .fa-file-powerpoint-o:before {
    content: "\f1c4"; }
  .bs4 .fa-file-image-o:before,
  .bs4 .fa-file-photo-o:before,
  .bs4 .fa-file-picture-o:before {
    content: "\f1c5"; }
  .bs4 .fa-file-archive-o:before,
  .bs4 .fa-file-zip-o:before {
    content: "\f1c6"; }
  .bs4 .fa-file-audio-o:before,
  .bs4 .fa-file-sound-o:before {
    content: "\f1c7"; }
  .bs4 .fa-file-movie-o:before,
  .bs4 .fa-file-video-o:before {
    content: "\f1c8"; }
  .bs4 .fa-file-code-o:before {
    content: "\f1c9"; }
  .bs4 .fa-vine:before {
    content: "\f1ca"; }
  .bs4 .fa-codepen:before {
    content: "\f1cb"; }
  .bs4 .fa-jsfiddle:before {
    content: "\f1cc"; }
  .bs4 .fa-life-bouy:before,
  .bs4 .fa-life-buoy:before,
  .bs4 .fa-life-ring:before,
  .bs4 .fa-life-saver:before,
  .bs4 .fa-support:before {
    content: "\f1cd"; }
  .bs4 .fa-circle-o-notch:before {
    content: "\f1ce"; }
  .bs4 .fa-ra:before,
  .bs4 .fa-rebel:before,
  .bs4 .fa-resistance:before {
    content: "\f1d0"; }
  .bs4 .fa-empire:before,
  .bs4 .fa-ge:before {
    content: "\f1d1"; }
  .bs4 .fa-git-square:before {
    content: "\f1d2"; }
  .bs4 .fa-git:before {
    content: "\f1d3"; }
  .bs4 .fa-hacker-news:before,
  .bs4 .fa-y-combinator-square:before,
  .bs4 .fa-yc-square:before {
    content: "\f1d4"; }
  .bs4 .fa-tencent-weibo:before {
    content: "\f1d5"; }
  .bs4 .fa-qq:before {
    content: "\f1d6"; }
  .bs4 .fa-wechat:before,
  .bs4 .fa-weixin:before {
    content: "\f1d7"; }
  .bs4 .fa-paper-plane:before,
  .bs4 .fa-send:before {
    content: "\f1d8"; }
  .bs4 .fa-paper-plane-o:before,
  .bs4 .fa-send-o:before {
    content: "\f1d9"; }
  .bs4 .fa-history:before {
    content: "\f1da"; }
  .bs4 .fa-circle-thin:before {
    content: "\f1db"; }
  .bs4 .fa-header:before {
    content: "\f1dc"; }
  .bs4 .fa-paragraph:before {
    content: "\f1dd"; }
  .bs4 .fa-sliders:before {
    content: "\f1de"; }
  .bs4 .fa-share-alt:before {
    content: "\f1e0"; }
  .bs4 .fa-share-alt-square:before {
    content: "\f1e1"; }
  .bs4 .fa-bomb:before {
    content: "\f1e2"; }
  .bs4 .fa-futbol-o:before,
  .bs4 .fa-soccer-ball-o:before {
    content: "\f1e3"; }
  .bs4 .fa-tty:before {
    content: "\f1e4"; }
  .bs4 .fa-binoculars:before {
    content: "\f1e5"; }
  .bs4 .fa-plug:before {
    content: "\f1e6"; }
  .bs4 .fa-slideshare:before {
    content: "\f1e7"; }
  .bs4 .fa-twitch:before {
    content: "\f1e8"; }
  .bs4 .fa-yelp:before {
    content: "\f1e9"; }
  .bs4 .fa-newspaper-o:before {
    content: "\f1ea"; }
  .bs4 .fa-wifi:before {
    content: "\f1eb"; }
  .bs4 .fa-calculator:before {
    content: "\f1ec"; }
  .bs4 .fa-paypal:before {
    content: "\f1ed"; }
  .bs4 .fa-google-wallet:before {
    content: "\f1ee"; }
  .bs4 .fa-cc-visa:before {
    content: "\f1f0"; }
  .bs4 .fa-cc-mastercard:before {
    content: "\f1f1"; }
  .bs4 .fa-cc-discover:before {
    content: "\f1f2"; }
  .bs4 .fa-cc-amex:before {
    content: "\f1f3"; }
  .bs4 .fa-cc-paypal:before {
    content: "\f1f4"; }
  .bs4 .fa-cc-stripe:before {
    content: "\f1f5"; }
  .bs4 .fa-bell-slash:before {
    content: "\f1f6"; }
  .bs4 .fa-bell-slash-o:before {
    content: "\f1f7"; }
  .bs4 .fa-trash:before {
    content: "\f1f8"; }
  .bs4 .fa-copyright:before {
    content: "\f1f9"; }
  .bs4 .fa-at:before {
    content: "\f1fa"; }
  .bs4 .fa-eyedropper:before {
    content: "\f1fb"; }
  .bs4 .fa-paint-brush:before {
    content: "\f1fc"; }
  .bs4 .fa-birthday-cake:before {
    content: "\f1fd"; }
  .bs4 .fa-area-chart:before {
    content: "\f1fe"; }
  .bs4 .fa-pie-chart:before {
    content: "\f200"; }
  .bs4 .fa-line-chart:before {
    content: "\f201"; }
  .bs4 .fa-lastfm:before {
    content: "\f202"; }
  .bs4 .fa-lastfm-square:before {
    content: "\f203"; }
  .bs4 .fa-toggle-off:before {
    content: "\f204"; }
  .bs4 .fa-toggle-on:before {
    content: "\f205"; }
  .bs4 .fa-bicycle:before {
    content: "\f206"; }
  .bs4 .fa-bus:before {
    content: "\f207"; }
  .bs4 .fa-ioxhost:before {
    content: "\f208"; }
  .bs4 .fa-angellist:before {
    content: "\f209"; }
  .bs4 .fa-cc:before {
    content: "\f20a"; }
  .bs4 .fa-ils:before,
  .bs4 .fa-shekel:before,
  .bs4 .fa-sheqel:before {
    content: "\f20b"; }
  .bs4 .fa-meanpath:before {
    content: "\f20c"; }
  .bs4 .fa-buysellads:before {
    content: "\f20d"; }
  .bs4 .fa-connectdevelop:before {
    content: "\f20e"; }
  .bs4 .fa-dashcube:before {
    content: "\f210"; }
  .bs4 .fa-forumbee:before {
    content: "\f211"; }
  .bs4 .fa-leanpub:before {
    content: "\f212"; }
  .bs4 .fa-sellsy:before {
    content: "\f213"; }
  .bs4 .fa-shirtsinbulk:before {
    content: "\f214"; }
  .bs4 .fa-simplybuilt:before {
    content: "\f215"; }
  .bs4 .fa-skyatlas:before {
    content: "\f216"; }
  .bs4 .fa-cart-plus:before {
    content: "\f217"; }
  .bs4 .fa-cart-arrow-down:before {
    content: "\f218"; }
  .bs4 .fa-diamond:before {
    content: "\f219"; }
  .bs4 .fa-ship:before {
    content: "\f21a"; }
  .bs4 .fa-user-secret:before {
    content: "\f21b"; }
  .bs4 .fa-motorcycle:before {
    content: "\f21c"; }
  .bs4 .fa-street-view:before {
    content: "\f21d"; }
  .bs4 .fa-heartbeat:before {
    content: "\f21e"; }
  .bs4 .fa-venus:before {
    content: "\f221"; }
  .bs4 .fa-mars:before {
    content: "\f222"; }
  .bs4 .fa-mercury:before {
    content: "\f223"; }
  .bs4 .fa-intersex:before,
  .bs4 .fa-transgender:before {
    content: "\f224"; }
  .bs4 .fa-transgender-alt:before {
    content: "\f225"; }
  .bs4 .fa-venus-double:before {
    content: "\f226"; }
  .bs4 .fa-mars-double:before {
    content: "\f227"; }
  .bs4 .fa-venus-mars:before {
    content: "\f228"; }
  .bs4 .fa-mars-stroke:before {
    content: "\f229"; }
  .bs4 .fa-mars-stroke-v:before {
    content: "\f22a"; }
  .bs4 .fa-mars-stroke-h:before {
    content: "\f22b"; }
  .bs4 .fa-neuter:before {
    content: "\f22c"; }
  .bs4 .fa-genderless:before {
    content: "\f22d"; }
  .bs4 .fa-facebook-official:before {
    content: "\f230"; }
  .bs4 .fa-pinterest-p:before {
    content: "\f231"; }
  .bs4 .fa-whatsapp:before {
    content: "\f232"; }
  .bs4 .fa-server:before {
    content: "\f233"; }
  .bs4 .fa-user-plus:before {
    content: "\f234"; }
  .bs4 .fa-user-times:before {
    content: "\f235"; }
  .bs4 .fa-bed:before,
  .bs4 .fa-hotel:before {
    content: "\f236"; }
  .bs4 .fa-viacoin:before {
    content: "\f237"; }
  .bs4 .fa-train:before {
    content: "\f238"; }
  .bs4 .fa-subway:before {
    content: "\f239"; }
  .bs4 .fa-medium:before {
    content: "\f23a"; }
  .bs4 .fa-y-combinator:before,
  .bs4 .fa-yc:before {
    content: "\f23b"; }
  .bs4 .fa-optin-monster:before {
    content: "\f23c"; }
  .bs4 .fa-opencart:before {
    content: "\f23d"; }
  .bs4 .fa-expeditedssl:before {
    content: "\f23e"; }
  .bs4 .fa-battery-4:before,
  .bs4 .fa-battery-full:before,
  .bs4 .fa-battery:before {
    content: "\f240"; }
  .bs4 .fa-battery-3:before,
  .bs4 .fa-battery-three-quarters:before {
    content: "\f241"; }
  .bs4 .fa-battery-2:before,
  .bs4 .fa-battery-half:before {
    content: "\f242"; }
  .bs4 .fa-battery-1:before,
  .bs4 .fa-battery-quarter:before {
    content: "\f243"; }
  .bs4 .fa-battery-0:before,
  .bs4 .fa-battery-empty:before {
    content: "\f244"; }
  .bs4 .fa-mouse-pointer:before {
    content: "\f245"; }
  .bs4 .fa-i-cursor:before {
    content: "\f246"; }
  .bs4 .fa-object-group:before {
    content: "\f247"; }
  .bs4 .fa-object-ungroup:before {
    content: "\f248"; }
  .bs4 .fa-sticky-note:before {
    content: "\f249"; }
  .bs4 .fa-sticky-note-o:before {
    content: "\f24a"; }
  .bs4 .fa-cc-jcb:before {
    content: "\f24b"; }
  .bs4 .fa-cc-diners-club:before {
    content: "\f24c"; }
  .bs4 .fa-clone:before {
    content: "\f24d"; }
  .bs4 .fa-balance-scale:before {
    content: "\f24e"; }
  .bs4 .fa-hourglass-o:before {
    content: "\f250"; }
  .bs4 .fa-hourglass-1:before,
  .bs4 .fa-hourglass-start:before {
    content: "\f251"; }
  .bs4 .fa-hourglass-2:before,
  .bs4 .fa-hourglass-half:before {
    content: "\f252"; }
  .bs4 .fa-hourglass-3:before,
  .bs4 .fa-hourglass-end:before {
    content: "\f253"; }
  .bs4 .fa-hourglass:before {
    content: "\f254"; }
  .bs4 .fa-hand-grab-o:before,
  .bs4 .fa-hand-rock-o:before {
    content: "\f255"; }
  .bs4 .fa-hand-paper-o:before,
  .bs4 .fa-hand-stop-o:before {
    content: "\f256"; }
  .bs4 .fa-hand-scissors-o:before {
    content: "\f257"; }
  .bs4 .fa-hand-lizard-o:before {
    content: "\f258"; }
  .bs4 .fa-hand-spock-o:before {
    content: "\f259"; }
  .bs4 .fa-hand-pointer-o:before {
    content: "\f25a"; }
  .bs4 .fa-hand-peace-o:before {
    content: "\f25b"; }
  .bs4 .fa-trademark:before {
    content: "\f25c"; }
  .bs4 .fa-registered:before {
    content: "\f25d"; }
  .bs4 .fa-creative-commons:before {
    content: "\f25e"; }
  .bs4 .fa-gg:before {
    content: "\f260"; }
  .bs4 .fa-gg-circle:before {
    content: "\f261"; }
  .bs4 .fa-tripadvisor:before {
    content: "\f262"; }
  .bs4 .fa-odnoklassniki:before {
    content: "\f263"; }
  .bs4 .fa-odnoklassniki-square:before {
    content: "\f264"; }
  .bs4 .fa-get-pocket:before {
    content: "\f265"; }
  .bs4 .fa-wikipedia-w:before {
    content: "\f266"; }
  .bs4 .fa-safari:before {
    content: "\f267"; }
  .bs4 .fa-chrome:before {
    content: "\f268"; }
  .bs4 .fa-firefox:before {
    content: "\f269"; }
  .bs4 .fa-opera:before {
    content: "\f26a"; }
  .bs4 .fa-internet-explorer:before {
    content: "\f26b"; }
  .bs4 .fa-television:before,
  .bs4 .fa-tv:before {
    content: "\f26c"; }
  .bs4 .fa-contao:before {
    content: "\f26d"; }
  .bs4 .fa-500px:before {
    content: "\f26e"; }
  .bs4 .fa-amazon:before {
    content: "\f270"; }
  .bs4 .fa-calendar-plus-o:before {
    content: "\f271"; }
  .bs4 .fa-calendar-minus-o:before {
    content: "\f272"; }
  .bs4 .fa-calendar-times-o:before {
    content: "\f273"; }
  .bs4 .fa-calendar-check-o:before {
    content: "\f274"; }
  .bs4 .fa-industry:before {
    content: "\f275"; }
  .bs4 .fa-map-pin:before {
    content: "\f276"; }
  .bs4 .fa-map-signs:before {
    content: "\f277"; }
  .bs4 .fa-map-o:before {
    content: "\f278"; }
  .bs4 .fa-map:before {
    content: "\f279"; }
  .bs4 .fa-commenting:before {
    content: "\f27a"; }
  .bs4 .fa-commenting-o:before {
    content: "\f27b"; }
  .bs4 .fa-houzz:before {
    content: "\f27c"; }
  .bs4 .fa-vimeo:before {
    content: "\f27d"; }
  .bs4 .fa-black-tie:before {
    content: "\f27e"; }
  .bs4 .fa-fonticons:before {
    content: "\f280"; }
  .bs4 .fa-reddit-alien:before {
    content: "\f281"; }
  .bs4 .fa-edge:before {
    content: "\f282"; }
  .bs4 .fa-credit-card-alt:before {
    content: "\f283"; }
  .bs4 .fa-codiepie:before {
    content: "\f284"; }
  .bs4 .fa-modx:before {
    content: "\f285"; }
  .bs4 .fa-fort-awesome:before {
    content: "\f286"; }
  .bs4 .fa-usb:before {
    content: "\f287"; }
  .bs4 .fa-product-hunt:before {
    content: "\f288"; }
  .bs4 .fa-mixcloud:before {
    content: "\f289"; }
  .bs4 .fa-scribd:before {
    content: "\f28a"; }
  .bs4 .fa-pause-circle:before {
    content: "\f28b"; }
  .bs4 .fa-pause-circle-o:before {
    content: "\f28c"; }
  .bs4 .fa-stop-circle:before {
    content: "\f28d"; }
  .bs4 .fa-stop-circle-o:before {
    content: "\f28e"; }
  .bs4 .fa-shopping-bag:before {
    content: "\f290"; }
  .bs4 .fa-shopping-basket:before {
    content: "\f291"; }
  .bs4 .fa-hashtag:before {
    content: "\f292"; }
  .bs4 .fa-bluetooth:before {
    content: "\f293"; }
  .bs4 .fa-bluetooth-b:before {
    content: "\f294"; }
  .bs4 .fa-percent:before {
    content: "\f295"; }
  .bs4 .fa-gitlab:before {
    content: "\f296"; }
  .bs4 .fa-wpbeginner:before {
    content: "\f297"; }
  .bs4 .fa-wpforms:before {
    content: "\f298"; }
  .bs4 .fa-envira:before {
    content: "\f299"; }
  .bs4 .fa-universal-access:before {
    content: "\f29a"; }
  .bs4 .fa-wheelchair-alt:before {
    content: "\f29b"; }
  .bs4 .fa-question-circle-o:before {
    content: "\f29c"; }
  .bs4 .fa-blind:before {
    content: "\f29d"; }
  .bs4 .fa-audio-description:before {
    content: "\f29e"; }
  .bs4 .fa-volume-control-phone:before {
    content: "\f2a0"; }
  .bs4 .fa-braille:before {
    content: "\f2a1"; }
  .bs4 .fa-assistive-listening-systems:before {
    content: "\f2a2"; }
  .bs4 .fa-american-sign-language-interpreting:before,
  .bs4 .fa-asl-interpreting:before {
    content: "\f2a3"; }
  .bs4 .fa-deaf:before,
  .bs4 .fa-deafness:before,
  .bs4 .fa-hard-of-hearing:before {
    content: "\f2a4"; }
  .bs4 .fa-glide:before {
    content: "\f2a5"; }
  .bs4 .fa-glide-g:before {
    content: "\f2a6"; }
  .bs4 .fa-sign-language:before,
  .bs4 .fa-signing:before {
    content: "\f2a7"; }
  .bs4 .fa-low-vision:before {
    content: "\f2a8"; }
  .bs4 .fa-viadeo:before {
    content: "\f2a9"; }
  .bs4 .fa-viadeo-square:before {
    content: "\f2aa"; }
  .bs4 .fa-snapchat:before {
    content: "\f2ab"; }
  .bs4 .fa-snapchat-ghost:before {
    content: "\f2ac"; }
  .bs4 .fa-snapchat-square:before {
    content: "\f2ad"; }
  .bs4 .fa-pied-piper:before {
    content: "\f2ae"; }
  .bs4 .fa-first-order:before {
    content: "\f2b0"; }
  .bs4 .fa-yoast:before {
    content: "\f2b1"; }
  .bs4 .fa-themeisle:before {
    content: "\f2b2"; }
  .bs4 .fa-google-plus-circle:before,
  .bs4 .fa-google-plus-official:before {
    content: "\f2b3"; }
  .bs4 .fa-fa:before,
  .bs4 .fa-font-awesome:before {
    content: "\f2b4"; }
  .bs4 .fa-handshake-o:before {
    content: "\f2b5"; }
  .bs4 .fa-envelope-open:before {
    content: "\f2b6"; }
  .bs4 .fa-envelope-open-o:before {
    content: "\f2b7"; }
  .bs4 .fa-linode:before {
    content: "\f2b8"; }
  .bs4 .fa-address-book:before {
    content: "\f2b9"; }
  .bs4 .fa-address-book-o:before {
    content: "\f2ba"; }
  .bs4 .fa-address-card:before,
  .bs4 .fa-vcard:before {
    content: "\f2bb"; }
  .bs4 .fa-address-card-o:before,
  .bs4 .fa-vcard-o:before {
    content: "\f2bc"; }
  .bs4 .fa-user-circle:before {
    content: "\f2bd"; }
  .bs4 .fa-user-circle-o:before {
    content: "\f2be"; }
  .bs4 .fa-user-o:before {
    content: "\f2c0"; }
  .bs4 .fa-id-badge:before {
    content: "\f2c1"; }
  .bs4 .fa-drivers-license:before,
  .bs4 .fa-id-card:before {
    content: "\f2c2"; }
  .bs4 .fa-drivers-license-o:before,
  .bs4 .fa-id-card-o:before {
    content: "\f2c3"; }
  .bs4 .fa-quora:before {
    content: "\f2c4"; }
  .bs4 .fa-free-code-camp:before {
    content: "\f2c5"; }
  .bs4 .fa-telegram:before {
    content: "\f2c6"; }
  .bs4 .fa-thermometer-4:before,
  .bs4 .fa-thermometer-full:before,
  .bs4 .fa-thermometer:before {
    content: "\f2c7"; }
  .bs4 .fa-thermometer-3:before,
  .bs4 .fa-thermometer-three-quarters:before {
    content: "\f2c8"; }
  .bs4 .fa-thermometer-2:before,
  .bs4 .fa-thermometer-half:before {
    content: "\f2c9"; }
  .bs4 .fa-thermometer-1:before,
  .bs4 .fa-thermometer-quarter:before {
    content: "\f2ca"; }
  .bs4 .fa-thermometer-0:before,
  .bs4 .fa-thermometer-empty:before {
    content: "\f2cb"; }
  .bs4 .fa-shower:before {
    content: "\f2cc"; }
  .bs4 .fa-bath:before,
  .bs4 .fa-bathtub:before,
  .bs4 .fa-s15:before {
    content: "\f2cd"; }
  .bs4 .fa-podcast:before {
    content: "\f2ce"; }
  .bs4 .fa-window-maximize:before {
    content: "\f2d0"; }
  .bs4 .fa-window-minimize:before {
    content: "\f2d1"; }
  .bs4 .fa-window-restore:before {
    content: "\f2d2"; }
  .bs4 .fa-times-rectangle:before,
  .bs4 .fa-window-close:before {
    content: "\f2d3"; }
  .bs4 .fa-times-rectangle-o:before,
  .bs4 .fa-window-close-o:before {
    content: "\f2d4"; }
  .bs4 .fa-bandcamp:before {
    content: "\f2d5"; }
  .bs4 .fa-grav:before {
    content: "\f2d6"; }
  .bs4 .fa-etsy:before {
    content: "\f2d7"; }
  .bs4 .fa-imdb:before {
    content: "\f2d8"; }
  .bs4 .fa-ravelry:before {
    content: "\f2d9"; }
  .bs4 .fa-eercast:before {
    content: "\f2da"; }
  .bs4 .fa-microchip:before {
    content: "\f2db"; }
  .bs4 .fa-snowflake-o:before {
    content: "\f2dc"; }
  .bs4 .fa-superpowers:before {
    content: "\f2dd"; }
  .bs4 .fa-wpexplorer:before {
    content: "\f2de"; }
  .bs4 .fa-meetup:before {
    content: "\f2e0"; }
  .bs4 .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }
  .bs4 .sr-only-focusable:active,
  .bs4 .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto; }
  .bs4 .bx-wrapper {
    position: relative;
    margin-bottom: 60px;
    padding: 0;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border: 5px solid #fff;
    background: #fff; }
  .bs4 .bx-wrapper img {
    max-width: 100%;
    display: block; }
  .bs4 .bxslider {
    margin: 0;
    padding: 0; }
  .bs4 ul.bxslider {
    list-style: none; }
  .bs4 .bx-viewport {
    -webkit-transform: translatez(0); }
  .bs4 .bx-wrapper .bx-controls-auto,
  .bs4 .bx-wrapper .bx-pager {
    position: absolute;
    bottom: -30px;
    width: 100%; }
  .bs4 .bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000; }
  .bs4 .bx-wrapper .bx-pager {
    font-size: .85em;
    font-family: Arial;
    font-weight: 700;
    color: #666;
    padding-top: 20px; }
  .bs4 .bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  .bs4 .bx-wrapper .bx-pager.bx-default-pager a.active,
  .bs4 .bx-wrapper .bx-pager.bx-default-pager a:focus,
  .bs4 .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #000; }
  .bs4 .bx-wrapper .bx-controls-auto .bx-controls-auto-item,
  .bs4 .bx-wrapper .bx-pager-item {
    display: inline-block;
    vertical-align: bottom; }
  .bs4 .bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0; }
  .bs4 .bx-wrapper .bx-prev {
    left: 10px;
    background: url(images/controls.png) 0 -32px no-repeat; }
  .bs4 .bx-wrapper .bx-prev:focus,
  .bs4 .bx-wrapper .bx-prev:hover {
    background-position: 0 0; }
  .bs4 .bx-wrapper .bx-next {
    right: 10px;
    background: url(images/controls.png) -43px -32px no-repeat; }
  .bs4 .bx-wrapper .bx-next:focus,
  .bs4 .bx-wrapper .bx-next:hover {
    background-position: -43px 0; }
  .bs4 .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999; }
  .bs4 .bx-wrapper .bx-controls-direction a.disabled {
    display: none; }
  .bs4 .bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -11px no-repeat;
    margin: 0 3px; }
  .bs4 .bx-wrapper .bx-controls-auto .bx-start.active,
  .bs4 .bx-wrapper .bx-controls-auto .bx-start:focus,
  .bs4 .bx-wrapper .bx-controls-auto .bx-start:hover {
    background-position: -86px 0; }
  .bs4 .bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -44px no-repeat;
    margin: 0 3px; }
  .bs4 .bx-wrapper .bx-controls-auto .bx-stop.active,
  .bs4 .bx-wrapper .bx-controls-auto .bx-stop:focus,
  .bs4 .bx-wrapper .bx-controls-auto .bx-stop:hover {
    background-position: -86px -33px; }
  .bs4 .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%; }
  .bs4 .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px; }
  .bs4 .bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666;
    background: rgba(80, 80, 80, 0.75);
    width: 100%; }
  .bs4 .bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px; }
  .bs4 .slick-dots li button:before,
  .bs4 .slick-next:before,
  .bs4 .slick-prev:before {
    font-family: slick;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .bs4 .slick-loading .slick-list {
    background: url(ajax-loader.gif) center center no-repeat #fff; }

@font-face {
  .bs4 {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url(fonts/slick.eot);
    src: url(fonts/slick.eot?#iefix) format("embedded-opentype"), url(fonts/slick.woff) format("woff"), url(fonts/slick.ttf) format("truetype"), url(fonts/slick.svg#slick) format("svg"); } }
  .bs4 .slick-next,
  .bs4 .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0; }
  .bs4 .slick-next:focus,
  .bs4 .slick-next:hover,
  .bs4 .slick-prev:focus,
  .bs4 .slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0; }
  .bs4 .slick-next:focus:before,
  .bs4 .slick-next:hover:before,
  .bs4 .slick-prev:focus:before,
  .bs4 .slick-prev:hover:before {
    opacity: 1; }
  .bs4 .slick-next.slick-disabled:before,
  .bs4 .slick-prev.slick-disabled:before {
    opacity: .25; }
  .bs4 .slick-next:before,
  .bs4 .slick-prev:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff; }
  .bs4 .slick-prev {
    left: -25px; }
  .bs4 [dir=rtl] .slick-prev {
    right: -25px;
    left: auto; }
  .bs4 .slick-prev:before {
    content: '←'; }
  .bs4 .slick-next:before,
  .bs4 [dir=rtl] .slick-prev:before {
    content: '→'; }
  .bs4 .slick-next {
    right: -25px; }
  .bs4 [dir=rtl] .slick-next {
    right: auto;
    left: -25px; }
  .bs4 [dir=rtl] .slick-next:before {
    content: '←'; }
  .bs4 .slick-dotted.slick-slider {
    margin-bottom: 30px; }
  .bs4 .slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center; }
  .bs4 .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
  .bs4 .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0; }
  .bs4 .slick-dots li button:focus,
  .bs4 .slick-dots li button:hover {
    outline: 0; }
  .bs4 .slick-dots li button:focus:before,
  .bs4 .slick-dots li button:hover:before {
    opacity: 1; }
  .bs4 .slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000; }
  .bs4 .slick-list,
  .bs4 .slick-slider,
  .bs4 .slick-track {
    position: relative;
    display: block; }
  .bs4 .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000; }
  .bs4 .slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y; }
  .bs4 .slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0; }
  .bs4 .slick-list:focus {
    outline: 0; }
  .bs4 .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }
  .bs4 .slick-slider .slick-list,
  .bs4 .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .bs4 .slick-track {
    top: 0;
    left: 0; }
  .bs4 .slick-track:after,
  .bs4 .slick-track:before {
    display: table;
    content: ''; }
  .bs4 .slick-track:after {
    clear: both; }
  .bs4 .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px; }
  .bs4 [dir=rtl] .slick-slide {
    float: right; }
  .bs4 .slick-slide img {
    display: block; }
  .bs4 .slick-slide.slick-loading img {
    display: none; }
  .bs4 .slick-slide.dragging img {
    pointer-events: none; }
  .bs4 .slick-initialized .slick-slide {
    display: block; }
  .bs4 .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }
  .bs4 .slick-arrow.slick-hidden {
    display: none; }
  .bs4 ul.circle {
    padding-left: 20px; }
    .bs4 ul.circle > li {
      list-style-type: circle;
      margin-bottom: 5px; }
  .bs4 ul.decimal {
    padding-left: 20px; }
    .bs4 ul.decimal > li {
      list-style-type: decimal;
      margin-bottom: 5px; }
  .bs4 ul.disc {
    padding-left: 20px; }
    .bs4 ul.disc > li {
      list-style-type: disc;
      margin-bottom: 5px; }
      .bs4 ul.disc > li a {
        display: block; }
        .bs4 ul.disc > li a:hover {
          color: #dd5500;
          -webkit-text-decoration-line: underline;
          text-decoration-line: underline; }
  .bs4 ul.cjk {
    padding-left: 20px; }
    .bs4 ul.cjk > li {
      list-style-type: cjk-ideographic;
      margin-bottom: 5px; }
  .bs4 .border-n {
    border: none !important; }
  .bs4 .border-tb {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd; }
  .bs4 .border-t-g {
    border-top: 1px solid #ddd; }
  .bs4 .border-r {
    border-right: 1px solid #ededed; }
  .bs4 .border-b {
    border-bottom: 1px solid #ddd; }
  .bs4 .border-b-g {
    border-bottom: 1px solid #ededed; }
  .bs4 .border-b-2b {
    border-bottom: 2px solid #0f51a3; }
  .bs4 .border-t-w {
    border-top: 1px solid #fff; }
  .bs4 .border-md-r {
    border-bottom: 1px solid #000; }
  @media (min-width: 992px) {
    .bs4 .border-md-r {
      border-right: 1px solid #000;
      border-bottom: none; } }
  .bs4 .border-back {
    position: relative; }
    .bs4 .border-back span {
      background: #fff;
      padding: 0 10px;
      font-size: inherit;
      font-weight: inherit; }
    .bs4 .border-back:before {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 1px;
      background-color: #ddd;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: -1; }
  .bs4 .underline {
    text-decoration: underline; }
  .bs4 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  @media (max-width: 768px) {
    .bs4 .btn-sm-flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media (min-width: 1200px) {
    .bs4 .w-md-100 {
      width: 100% !important; }
    .bs4 .w-md-80 {
      width: 80% !important; }
    .bs4 .w-md-60 {
      width: 60% !important; }
    .bs4 .w-md-50 {
      width: 50% !important; }
    .bs4 .w-md-25 {
      width: 25% !important; }
    .bs4 .w-md-80px {
      width: 80px !important; }
    .bs4 .w-md-120px {
      width: 120px !important; }
    .bs4 .w-md-175px {
      width: 175px !important;
      line-height: 40px !important; }
    .bs4 .w-md-240px {
      width: 240px !important; }
    .bs4 .w-md-320px {
      width: 320px !important;
      height: 64px; }
    .bs4 .w-md-400px {
      width: 400px !important; } }
  @media (max-width: 768px) {
    .bs4 .w-sm-100 {
      width: 100% !important; }
    .bs4 .w-sm-88 {
      width: 88% !important; }
    .bs4 .w-sm-80 {
      width: 80% !important; }
    .bs4 .w-sm-60 {
      width: 60% !important; }
    .bs4 .w-sm-50 {
      width: 50% !important; }
    .bs4 .w-sm-25 {
      width: 25% !important; }
    .bs4 .w-sm-80px {
      width: 80px !important; }
    .bs4 .w-sm-120px {
      width: 120px !important; }
    .bs4 .w-sm-175px {
      width: 175px !important;
      line-height: 40px !important; }
    .bs4 .w-sm-240px {
      width: 240px !important; }
    .bs4 .w-sm-320px {
      width: 320px !important;
      height: 64px; }
    .bs4 .w-sm-400px {
      width: 400px !important; } }
  .bs4 .ml-0 {
    margin-left: 0px !important; }
  .bs4 .ml-10 {
    margin-left: 10px !important; }
  .bs4 .ml-15 {
    margin-left: 15px !important; }
  .bs4 .ml-20 {
    margin-left: 20px !important; }
  .bs4 .ml-30 {
    margin-left: 30px !important; }
  .bs4 .ml-40 {
    margin-left: 40px !important; }
  .bs4 .ml-48 {
    margin-left: 48px !important; }
  .bs4 .ml-50 {
    margin-left: 50px !important; }
  .bs4 .ml-60 {
    margin-left: 60px !important; }
  .bs4 .ml-70 {
    margin-left: 70px !important; }
  .bs4 .ml-80 {
    margin-left: 80px !important; }
  .bs4 .ml-90 {
    margin-left: 90px !important; }
  .bs4 .ml-100 {
    margin-left: 100px !important; }
  .bs4 .mr-0 {
    margin-right: 0px !important; }
  .bs4 .mr-10 {
    margin-right: 10px !important; }
  .bs4 .mr-15 {
    margin-right: 15px !important; }
  .bs4 .mr-20 {
    margin-right: 20px !important; }
  .bs4 .mr-30 {
    margin-right: 30px !important; }
  .bs4 .mr-40 {
    margin-right: 40px !important; }
  .bs4 .mr-50 {
    margin-right: 50px !important; }
  .bs4 .mr-60 {
    margin-right: 60px !important; }
  .bs4 .mr-70 {
    margin-right: 70px !important; }
  .bs4 .mr-80 {
    margin-right: 80px !important; }
  .bs4 .mr-90 {
    margin-right: 90px !important; }
  .bs4 .mr-100 {
    margin-right: 100px !important; }
  .bs4 .mt-0 {
    margin-top: 0px !important; }
  .bs4 .mt-7 {
    margin-top: 7px !important; }
  .bs4 .mt-10 {
    margin-top: 10px !important; }
  .bs4 .mt-15 {
    margin-top: 15px !important; }
  .bs4 .mt-20 {
    margin-top: 20px !important; }
  .bs4 .mt-30 {
    margin-top: 30px !important; }
  .bs4 .mt-35 {
    margin-top: 35px !important; }
  .bs4 .mt-40 {
    margin-top: 40px !important; }
  .bs4 .mt-45 {
    margin-top: 45px !important; }
  .bs4 .mt-50 {
    margin-top: 50px !important; }
  .bs4 .mt-52 {
    margin-top: 52px !important; }
  .bs4 .mt-60 {
    margin-top: 60px !important; }
  .bs4 .mt-70 {
    margin-top: 70px !important; }
  .bs4 .mt-80 {
    margin-top: 80px !important; }
  .bs4 .mt-90 {
    margin-top: 90px !important; }
  .bs4 .mt-100 {
    margin-top: 100px !important; }
  .bs4 .mt-110 {
    margin-top: 110px !important; }
  .bs4 .mt-180 {
    margin-top: 180px !important; }
  .bs4 .mb-0 {
    margin-bottom: 0px !important; }
  .bs4 .mb-5 {
    margin-bottom: 5px !important; }
  .bs4 .mb-7-5 {
    margin-bottom: 7.5px !important; }
  .bs4 .mb-10 {
    margin-bottom: 10px !important; }
  .bs4 .mb-15 {
    margin-bottom: 15px !important; }
  .bs4 .mb-20 {
    margin-bottom: 20px !important; }
  .bs4 .mb-25 {
    margin-bottom: 25px !important; }
  .bs4 .mb-30 {
    margin-bottom: 30px !important; }
  .bs4 .mb-35 {
    margin-bottom: 35px !important; }
  .bs4 .mb-40 {
    margin-bottom: 40px !important; }
  .bs4 .mb-50 {
    margin-bottom: 50px !important; }
  .bs4 .mb-58 {
    margin-bottom: 58px !important; }
  .bs4 .mb-60 {
    margin-bottom: 60px !important; }
  .bs4 .mb-70 {
    margin-bottom: 70px !important; }
  .bs4 .mb-80 {
    margin-bottom: 80px !important; }
  .bs4 .mb-83 {
    margin-bottom: 83px !important; }
  .bs4 .mb-85 {
    margin-bottom: 85px !important; }
  .bs4 .mb-90 {
    margin-bottom: 90px !important; }
  .bs4 .mb-100 {
    margin-bottom: 100px !important; }
  .bs4 .mtb-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important; }
  .bs4 .p-60 {
    padding: 60px !important; }
  .bs4 .pl-0 {
    padding-left: 0px !important; }
  .bs4 .pl-10 {
    padding-left: 10px !important; }
  .bs4 .pl-15 {
    padding-left: 15px !important; }
  .bs4 .pl-20 {
    padding-left: 20px !important; }
  .bs4 .pl-30 {
    padding-left: 30px !important; }
  .bs4 .pl-40 {
    padding-left: 40px !important; }
  .bs4 .pl-50 {
    padding-left: 50px !important; }
  .bs4 .pl-60 {
    padding-left: 60px !important; }
  .bs4 .pl-70 {
    padding-left: 70px !important; }
  .bs4 .pl-80 {
    padding-left: 80px !important; }
  .bs4 .pl-90 {
    padding-left: 90px !important; }
  .bs4 .pl-100 {
    padding-left: 100px !important; }
  .bs4 .pr-0 {
    padding-right: 0px !important; }
  .bs4 .pr-10 {
    padding-right: 10px !important; }
  .bs4 .pr-15 {
    padding-right: 15px !important; }
  .bs4 .pr-20 {
    padding-right: 20px !important; }
  .bs4 .pr-30 {
    padding-right: 30px !important; }
  .bs4 .pr-40 {
    padding-right: 40px !important; }
  .bs4 .pr-50 {
    padding-right: 50px !important; }
  .bs4 .pr-60 {
    padding-right: 60px !important; }
  .bs4 .pr-70 {
    padding-right: 70px !important; }
  .bs4 .pr-80 {
    padding-right: 80px !important; }
  .bs4 .pr-90 {
    padding-right: 90px !important; }
  .bs4 .pr-100 {
    padding-right: 100px !important; }
  .bs4 .plr-0 {
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .bs4 .plr-15 {
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .bs4 .plr-25 {
    padding-left: 25px !important;
    padding-right: 25px !important; }
  .bs4 .plr-35 {
    padding-left: 35px !important;
    padding-right: 35px !important; }
  .bs4 .plr-40 {
    padding-left: 40px !important;
    padding-right: 40px !important; }
  .bs4 .plr-45 {
    padding-left: 45px !important;
    padding-right: 45px !important; }
  .bs4 .plr-50 {
    padding-left: 50px !important;
    padding-right: 50px !important; }
  .bs4 .plr-80 {
    padding-left: 80px !important;
    padding-right: 80px !important; }
  .bs4 .plr-100 {
    padding-left: 100px !important;
    padding-right: 100px !important; }
  .bs4 .pt-0 {
    padding-top: 0px !important; }
  .bs4 .pt-10 {
    padding-top: 10px !important; }
  .bs4 .pt-15 {
    padding-top: 15px !important; }
  .bs4 .pt-20 {
    padding-top: 20px !important; }
  .bs4 .pt-25 {
    padding-top: 25px !important; }
  .bs4 .pt-30 {
    padding-top: 30px !important; }
  .bs4 .pt-40 {
    padding-top: 40px !important; }
  .bs4 .pt-45 {
    padding-top: 45px !important; }
  .bs4 .pt-50 {
    padding-top: 50px !important; }
  .bs4 .pt-60 {
    padding-top: 60px !important; }
  .bs4 .pt-70 {
    padding-top: 70px !important; }
  .bs4 .pt-75 {
    padding-top: 75px !important; }
  .bs4 .pt-80 {
    padding-top: 80px !important; }
  .bs4 .pt-90 {
    padding-top: 90px !important; }
  .bs4 .pt-94 {
    padding-top: 94px !important; }
  .bs4 .pt-95 {
    padding-top: 95px !important; }
  .bs4 .pt-100 {
    padding-top: 100px !important; }
  .bs4 .pt-110 {
    padding-top: 110px !important; }
  .bs4 .pt-140 {
    padding-top: 140px !important; }
  .bs4 .p-15 {
    padding: 15px !important; }
  .bs4 .p-50 {
    padding: 50px !important; }
  .bs4 .p-48 {
    padding: 48px !important; }
  .bs4 .p-40 {
    padding: 40px !important; }
  .bs4 .p-38 {
    padding: 38px !important; }
  .bs4 .p-30 {
    padding: 30px !important; }
  .bs4 .pb-0 {
    padding-bottom: 0px !important; }
  .bs4 .pb-10 {
    padding-bottom: 10px !important; }
  .bs4 .pb-15 {
    padding-bottom: 15px !important; }
  .bs4 .pb-20 {
    padding-bottom: 20px !important; }
  .bs4 .pb-25 {
    padding-bottom: 25px !important; }
  .bs4 .pb-30 {
    padding-bottom: 30px !important; }
  .bs4 .pb-40 {
    padding-bottom: 40px !important; }
  .bs4 .pb-45 {
    padding-bottom: 45px !important; }
  .bs4 .pb-50 {
    padding-bottom: 50px !important; }
  .bs4 .pb-55 {
    padding-bottom: 55px !important; }
  .bs4 .pb-58 {
    padding-bottom: 58px !important; }
  .bs4 .pb-60 {
    padding-bottom: 60px !important; }
  .bs4 .pb-65 {
    padding-bottom: 65px !important; }
  .bs4 .pb-70 {
    padding-bottom: 70px !important; }
  .bs4 .pb-75 {
    padding-bottom: 75px !important; }
  .bs4 .pb-80 {
    padding-bottom: 80px !important; }
  .bs4 .pb-90 {
    padding-bottom: 90px !important; }
  .bs4 .pb-95 {
    padding-bottom: 95px !important; }
  .bs4 .pb-100 {
    padding-bottom: 100px !important; }
  .bs4 .pb-110 {
    padding-bottom: 110px !important; }
  .bs4 .pb-120 {
    padding-bottom: 120px !important; }
  .bs4 .pb-130 {
    padding-bottom: 130px !important; }
  .bs4 .pb-140 {
    padding-bottom: 140px !important; }
  .bs4 .ptb-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important; }
  .bs4 .ptb-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }
  .bs4 .ptb-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  .bs4 .ptb-11 {
    padding-top: 11px !important;
    padding-bottom: 11px !important; }
  .bs4 .ptb-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important; }
  .bs4 .ptb-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }
  .bs4 .ptb-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }
  .bs4 .ptb-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important; }
  .bs4 .ptb-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important; }
  .bs4 .ptb-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important; }
  .bs4 .ptb-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important; }
  .bs4 .ptb-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important; }
  .bs4 .ptb-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important; }
  .bs4 .ptb-58 {
    padding-top: 58px !important;
    padding-bottom: 58px !important; }
  .bs4 .ptb-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important; }
  .bs4 .ptb-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important; }
  .bs4 .ptb-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important; }
  .bs4 .ptb-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important; }
  .bs4 .ptb-92 {
    padding-top: 92px !important;
    padding-bottom: 92px !important; }
  .bs4 .ptb-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important; }
  .bs4 .ptb-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important; }
  .bs4 .ptb-118 {
    padding-top: 118px !important;
    padding-bottom: 118px !important; }
  .bs4 .ptb-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important; }
  .bs4 .ptb-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important; }
  .bs4 .ptb-132 {
    padding-top: 132px !important;
    padding-bottom: 132px !important; }
  .bs4 .ptb-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important; }
  .bs4 .ptb-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important; }
  .bs4 .ptb-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important; }
  .bs4 .ptb-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important; }
  .bs4 .ptb-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important; }
  .bs4 .ptb-240 {
    padding-top: 240px !important;
    padding-bottom: 240px !important; }
  @media (min-width: 768px) {
    .bs4 .pl-md-0 {
      padding-left: 0 !important; }
    .bs4 .pr-md-0 {
      padding-right: 0 !important; }
    .bs4 .pl-md-30 {
      padding-left: 30px !important; }
    .bs4 .mb-md-100 {
      margin-bottom: 100px !important; } }
  @media (max-width: 768px) {
    .bs4 .mb-sm-30 {
      margin-bottom: 30px; } }

.kv_part {
  width: 100%; }
  .kv_part img {
    width: 100%; }
  @media (max-width: 991px) {
    .kv_part {
      padding-top: 60px; } }

.bg {
  background-image: url(../images/bg.jpg);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0 45px 0;
  position: relative; }
  @media (min-width: 992px) {
    .bg .container {
      max-width: 1200px;
      padding: 0; } }
  @media (max-width: 991px) {
    .bg .container {
      padding: 0 15px; }
    .bg div > .container {
      padding: 0 15px;
      width: 90%; } }
  @media (max-width: 991px) {
    .bg {
      padding: 60px 0 45px 0; } }
  @media (max-width: 768px) {
    .bg {
      padding: 50px 0 45px 0; } }
  .bg:before {
    position: absolute;
    content: '';
    display: inline-block;
    background-image: url(../images/footer_bg.png);
    width: 100%;
    padding-top: 8%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    bottom: 0px;
    z-index: 2; }
  .bg .nav-section {
    margin-bottom: 100px; }
    @media (max-width: 991px) {
      .bg .nav-section {
        margin-bottom: 30px; } }
    .bg .nav-section .nav {
      padding: 0;
      margin: 0; }
      @media (max-width: 991px) {
        .bg .nav-section .nav {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      .bg .nav-section .nav li {
        -ms-flex: 0 0 calc(33% - 10px);
        -webkit-box-flex: 0;
        flex: 0 0 calc(33% - 10px);
        max-width: calc(33% - 10px);
        position: relative;
        margin-bottom: 10px;
        margin-right: 10px; }
        @media (max-width: 991px) {
          .bg .nav-section .nav li {
            -ms-flex: 0 0 30;
            -webkit-box-flex: 0;
            flex: 0 0 30%;
            max-width: 30%;
            margin-right: 3.333333%;
            margin-bottom: 15px; } }
        .bg .nav-section .nav li a {
          display: block;
          width: 100%; }
          @media (min-width: 992px) {
            .bg .nav-section .nav li a {
              font-size: 22px;
              height: 90px;
              font-weight: 500;
              text-align: center; } }
          @media (max-width: 991px) {
            .bg .nav-section .nav li a {
              padding: 0; } }
        .bg .nav-section .nav li:first-child:before {
          position: absolute;
          content: '';
          display: inline-block;
          background-image: url(../images/menu_bg.png);
          background-size: contain;
          background-repeat: no-repeat;
          width: 124px;
          height: 97px;
          top: -40px;
          left: 0;
          z-index: 2; }
          @media (max-width: 991px) {
            .bg .nav-section .nav li:first-child:before {
              width: 70%;
              height: 160%;
              top: -75px;
              left: -30px; } }
          @media (max-width: 768px) {
            .bg .nav-section .nav li:first-child:before {
              width: 70%;
              height: 160%;
              top: -27px;
              left: -10px; } }
        @media (min-width: 992px) {
          .bg .nav-section .nav li .text-one {
            line-height: 70px; }
          .bg .nav-section .nav li .text-two {
            line-height: 35px; }
          .bg .nav-section .nav li:nth-child(odd) {
            background-color: #ffce00; }
            .bg .nav-section .nav li:nth-child(odd) a {
              color: #4b4b4b; }
              .bg .nav-section .nav li:nth-child(odd) a:hover {
                background-color: #ffce00; }
          .bg .nav-section .nav li:nth-child(even) {
            background-color: #4a93dd; }
            .bg .nav-section .nav li:nth-child(even) a {
              color: #fff; }
              .bg .nav-section .nav li:nth-child(even) a:hover {
                background-color: #4a93dd; } }
  .bg .more {
    font-size: 24px;
    display: inline-block;
    text-align: center;
    padding: 18px 70px;
    background: #4b4b4b;
    color: #fff; }
    @media (max-width: 991px) {
      .bg .more {
        font-size: 18px;
        font-size: 20px;
        padding: 5px 35px; } }
    .bg .more i {
      position: relative;
      top: -2px;
      display: inline-block;
      width: 0;
      height: 0;
      margin-left: 20px;
      border-style: solid;
      border-width: 7.5px 0 7.5px 13.0px;
      border-color: transparent transparent transparent #fff; }
      @media (max-width: 991px) {
        .bg .more i {
          top: 0px; } }
    .bg .more:hover {
      color: #fff;
      text-decoration: none; }
  .bg .section01-bg {
    overflow: hidden; }
    .bg .section01-bg .container {
      background-image: url(../images/section-bg.png);
      padding: 110px 0;
      background-size: 100% 100%;
      position: relative; }
      @media (max-width: 992px) {
        .bg .section01-bg .container {
          padding: 50px 15px; } }
      .bg .section01-bg .container:before {
        position: absolute;
        content: '';
        display: inline-block;
        width: 150vw;
        height: 100%;
        left: -150vw;
        top: 0;
        background-image: url(../images/section-bg.png);
        background-size: 100% 100%;
        z-index: 1; }
      .bg .section01-bg .container:after {
        position: absolute;
        content: '';
        display: inline-block;
        height: 100%;
        width: 18px;
        right: -18px;
        top: 0;
        background-image: url(../images/right_shadow.png);
        background-size: 100% 100%;
        z-index: 1; }
        @media (max-width: 992px) {
          .bg .section01-bg .container:after {
            width: 8px;
            right: -8px; } }
    @media (max-width: 991px) {
      .bg .section01-bg .section01-item {
        text-align: center; } }
    .bg .section01-bg .section01-item h2 {
      font-size: 40px;
      font-weight: 800;
      margin-bottom: 15px;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
      .bg .section01-bg .section01-item h2 span,
      .bg .section01-bg .section01-item h2 i {
        display: inline-block; }
      .bg .section01-bg .section01-item h2 i {
        margin: 0 10px; }
      @media (max-width: 991px) {
        .bg .section01-bg .section01-item h2 {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          font-size: 26px; } }
    .bg .section01-bg .section01-item .title {
      display: inline-block;
      font-size: 18px;
      font-weight: 800;
      background-color: #ffce00;
      padding: 10px;
      margin-bottom: 15px;
      text-align: justify;
      color: #4b4b4b; }
      @media (max-width: 991px) {
        .bg .section01-bg .section01-item .title {
          text-align: center; } }
    .bg .section01-bg .section01-item p {
      font-size: 16px;
      margin-bottom: 50px; }
      @media (max-width: 991px) {
        .bg .section01-bg .section01-item p {
          text-align: center;
          margin-bottom: 15px;
          font-size: 15px; } }
    .bg .section01-bg .section01-img {
      padding: 12px 0 12px 12px;
      border-width: 2px;
      border-color: #ffce00;
      border-top-style: dashed;
      border-bottom-style: dashed;
      border-left-style: dashed; }
      @media (max-width: 991px) {
        .bg .section01-bg .section01-img {
          padding: 6px;
          border-style: dashed;
          margin-bottom: 15px; } }
  .bg .section02-bg {
    overflow: hidden; }
    .bg .section02-bg .container {
      background-image: url(../images/section-bg.png);
      padding: 110px 0;
      background-size: 100% 100%;
      position: relative; }
      @media (max-width: 992px) {
        .bg .section02-bg .container {
          padding: 50px 15px; } }
      .bg .section02-bg .container:before {
        position: absolute;
        content: '';
        display: inline-block;
        width: 150vw;
        height: 100%;
        right: -150vw;
        top: 0;
        background-image: url(../images/section-bg.png);
        background-size: 100% 100%;
        z-index: 1; }
      .bg .section02-bg .container:after {
        position: absolute;
        content: '';
        display: inline-block;
        width: 18px;
        height: 100%;
        left: -18px;
        top: 0;
        background-image: url(../images/left_shadow.png);
        background-size: 100% 100%;
        z-index: 1; }
        @media (max-width: 992px) {
          .bg .section02-bg .container:after {
            width: 8px;
            left: -8px; } }
    .bg .section02-bg .section02-item {
      text-align: right; }
      @media (max-width: 991px) {
        .bg .section02-bg .section02-item {
          text-align: center; } }
      .bg .section02-bg .section02-item h2 {
        font-size: 40px;
        font-weight: 800;
        margin-bottom: 15px;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end; }
        @media (min-width: 992px) {
          .bg .section02-bg .section02-item h2 {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; } }
        .bg .section02-bg .section02-item h2 span,
        .bg .section02-bg .section02-item h2 i {
          display: inline-block; }
        .bg .section02-bg .section02-item h2 i {
          margin: 0 10px; }
        @media (max-width: 991px) {
          .bg .section02-bg .section02-item h2 {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            font-size: 26px; } }
      .bg .section02-bg .section02-item .title {
        display: inline-block;
        font-size: 18px;
        font-weight: 800;
        background-color: #4a93dd;
        padding: 10px;
        margin-bottom: 15px;
        text-align: right;
        color: #fff; }
        @media (max-width: 991px) {
          .bg .section02-bg .section02-item .title {
            text-align: center; } }
      .bg .section02-bg .section02-item p {
        font-size: 16px;
        margin-bottom: 50px; }
        @media (max-width: 991px) {
          .bg .section02-bg .section02-item p {
            text-align: center;
            margin-bottom: 15px;
            font-size: 15px; } }
            
    .bg .section02-bg .section02-img {
      padding: 12px 12px 12px 0px;
      border-width: 2px;
      border-color: #4a93dd;
      border-top-style: dashed;
      border-bottom-style: dashed;
      border-right-style: dashed; }
      @media (max-width: 991px) {
        .bg .section02-bg .section02-img {
          padding: 6px;
          border-style: dashed;
          margin-bottom: 15px; } }
  .bg .section03-bg {
    overflow: hidden; }
    .bg .section03-bg .container {
      background-image: url(../images/section-bg.png);
      padding: 110px 0;
      background-size: 100% 100%;
      position: relative; }
      @media (max-width: 992px) {
        .bg .section03-bg .container {
          padding: 50px 15px; } }
      .bg .section03-bg .container:before {
        position: absolute;
        content: '';
        display: inline-block;
        width: 150vw;
        height: 100%;
        left: -150vw;
        top: 0;
        background-image: url(../images/section-bg.png);
        background-size: 100% 100%;
        z-index: 1; }
      .bg .section03-bg .container:after {
        position: absolute;
        content: '';
        display: inline-block;
        width: 18px;
        height: 100%;
        right: -18px;
        top: 0;
        background-image: url(../images/right_shadow.png);
        background-size: 100% 100%;
        z-index: 1; }
        @media (max-width: 992px) {
          .bg .section03-bg .container:after {
            width: 8px;
            right: -8px; } }
    @media (max-width: 991px) {
      .bg .section03-bg .section03-item {
        text-align: center; } }
    .bg .section03-bg .section03-item h2 {
      font-size: 40px;
      font-weight: 800;
      margin-bottom: 15px;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
      .bg .section03-bg .section03-item h2 span,
      .bg .section03-bg .section03-item h2 i {
        display: inline-block; }
      .bg .section03-bg .section03-item h2 i {
        margin: 0 10px; }
      @media (max-width: 991px) {
        .bg .section03-bg .section03-item h2 {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          font-size: 26px; } }
    .bg .section03-bg .section03-item .title {
      display: inline-block;
      font-size: 18px;
      font-weight: 800;
      background-color: #ffce00;
      padding: 10px;
      margin-bottom: 15px;
      text-align: justify;
      color: #4b4b4b; }
      @media (max-width: 991px) {
        .bg .section03-bg .section03-item .title {
          text-align: center; } }
    .bg .section03-bg .section03-item p {
      font-size: 16px;
      margin-bottom: 50px; }
      @media (max-width: 991px) {
        .bg .section03-bg .section03-item p {
          text-align: center;
          margin-bottom: 15px;
          font-size: 15px; } }
    .bg .section03-bg .section03-img {
      padding: 12px 0 12px 12px;
      border-width: 2px;
      border-color: #ffce00;
      border-top-style: dashed;
      border-bottom-style: dashed;
      border-left-style: dashed; }
      @media (max-width: 991px) {
        .bg .section03-bg .section03-img {
          padding: 6px;
          border-style: dashed;
          margin-bottom: 15px; } }
  .bg .section04-bg {
    overflow: hidden; }
    .bg .section04-bg .container {
      background-image: url(../images/section-bg.png);
      padding: 110px 0;
      background-size: 100% 100%;
      position: relative; }
      @media (max-width: 992px) {
        .bg .section04-bg .container {
          padding: 50px 15px; } }
      .bg .section04-bg .container:before {
        position: absolute;
        content: '';
        display: inline-block;
        width: 150vw;
        height: 100%;
        right: -150vw;
        top: 0;
        background-image: url(../images/section-bg.png);
        background-size: 100% 100%;
        z-index: 1; }
      .bg .section04-bg .container:after {
        position: absolute;
        content: '';
        display: inline-block;
        width: 18px;
        height: 100%;
        left: -18px;
        top: 0;
        background-image: url(../images/left_shadow.png);
        background-size: 100% 100%;
        z-index: 1; }
        @media (max-width: 992px) {
          .bg .section04-bg .container:after {
            width: 8px;
            left: -8px; } }
    .bg .section04-bg .section04-item {
      text-align: right; }
      @media (max-width: 991px) {
        .bg .section04-bg .section04-item {
          text-align: center; } }
      .bg .section04-bg .section04-item h2 {
        font-size: 40px;
        font-weight: 800;
        margin-bottom: 15px;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end; }
        @media (min-width: 992px) {
          .bg .section04-bg .section04-item h2 {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; } }
        .bg .section04-bg .section04-item h2 span,
        .bg .section04-bg .section04-item h2 i {
          display: inline-block; }
        .bg .section04-bg .section04-item h2 i {
          margin: 0 10px; }
        @media (max-width: 991px) {
          .bg .section04-bg .section04-item h2 {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            font-size: 26px; } }
      .bg .section04-bg .section04-item .title {
        display: inline-block;
        font-size: 18px;
        font-weight: 800;
        background-color: #4a93dd;
        padding: 10px;
        margin-bottom: 15px;
        text-align: justify;
        color: #fff; }
        @media (max-width: 991px) {
          .bg .section04-bg .section04-item .title {
            text-align: center; } }
      .bg .section04-bg .section04-item p {
        font-size: 16px;
        margin-bottom: 50px; }
        @media (max-width: 991px) {
          .bg .section04-bg .section04-item p {
            text-align: center;
            margin-bottom: 15px;
            font-size: 15px; } }
    .bg .section04-bg .section04-img {
      padding: 12px 12px 12px 0px;
      border-width: 2px;
      border-color: #4a93dd;
      border-top-style: dashed;
      border-bottom-style: dashed;
      border-right-style: dashed; }
      @media (max-width: 991px) {
        .bg .section04-bg .section04-img {
          padding: 6px;
          border-style: dashed;
          margin-bottom: 15px; } }
  .bg .section05-bg {
    overflow: hidden; }
    .bg .section05-bg .container {
      background-image: url(../images/section-bg.png);
      padding: 110px 0;
      background-size: 100% 100%;
      position: relative; }
      @media (max-width: 992px) {
        .bg .section05-bg .container {
          padding: 50px 15px; } }
      .bg .section05-bg .container:before {
        position: absolute;
        content: '';
        display: inline-block;
        width: 150vw;
        height: 100%;
        left: -150vw;
        top: 0;
        background-image: url(../images/section-bg.png);
        background-size: 100% 100%;
        z-index: 1; }
      .bg .section05-bg .container:after {
        position: absolute;
        content: '';
        display: inline-block;
        width: 18px;
        height: 100%;
        right: -18px;
        top: 0;
        background-image: url(../images/right_shadow.png);
        background-size: 100% 100%;
        z-index: 1; }
        @media (max-width: 992px) {
          .bg .section05-bg .container:after {
            width: 8px;
            right: -8px; } }
    @media (max-width: 991px) {
      .bg .section05-bg .section05-item {
        text-align: center; } }
    .bg .section05-bg .section05-item h2 {
      font-size: 30px;
      font-weight: 800;
      margin-bottom: 15px;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
      .bg .section05-bg .section05-item h2 span,
      .bg .section05-bg .section05-item h2 i {
        display: inline-block; }
      .bg .section05-bg .section05-item h2 i {
        margin: 0 10px; }
      @media (max-width: 991px) {
        .bg .section05-bg .section05-item h2 {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          font-size: 26px; } }
    .bg .section05-bg .section05-item .title {
      display: inline-block;
      font-size: 18px;
      font-weight: 800;
      background-color: #ffce00;
      padding: 10px;
      margin-bottom: 15px;
      text-align: justify;
      color: #4b4b4b; }
      @media (max-width: 991px) {
        .bg .section05-bg .section05-item .title {
          text-align: center; } }
    .bg .section05-bg .section05-item p {
      font-size: 16px;
      margin-bottom: 50px; }
      @media (max-width: 991px) {
        .bg .section05-bg .section05-item p {
          text-align: center;
          margin-bottom: 15px;
          font-size: 15px; } }
    .bg .section05-bg .section05-img {
      padding: 12px 0 12px 12px;
      border-width: 2px;
      border-color: #ffce00;
      border-top-style: dashed;
      border-bottom-style: dashed;
      border-left-style: dashed; }
      @media (max-width: 991px) {
        .bg .section05-bg .section05-img {
          padding: 6px;
          border-style: dashed;
          margin-bottom: 15px; } }
  .bg .section06-bg {
    overflow: hidden; }
    .bg .section06-bg .container {
      background-image: url(../images/section-bg.png);
      padding: 110px 0;
      background-size: 100% 100%;
      position: relative; }
      @media (max-width: 992px) {
        .bg .section06-bg .container {
          padding: 50px 15px; } }
      .bg .section06-bg .container:before {
        position: absolute;
        content: '';
        display: inline-block;
        width: 150vw;
        height: 100%;
        right: -150vw;
        top: 0;
        background-image: url(../images/section-bg.png);
        background-size: 100% 100%;
        z-index: 1; }
      .bg .section06-bg .container:after {
        position: absolute;
        content: '';
        display: inline-block;
        width: 18px;
        height: 100%;
        left: -18px;
        top: 0;
        background-image: url(../images/left_shadow.png);
        background-size: 100% 100%;
        z-index: 1; }
        @media (max-width: 992px) {
          .bg .section06-bg .container:after {
            width: 8px;
            left: -8px; } }
    .bg .section06-bg .section06-item {
      text-align: right; }
      @media (max-width: 991px) {
        .bg .section06-bg .section06-item {
          text-align: center; } }
      .bg .section06-bg .section06-item h2 {
        font-size: 40px;
        font-weight: 800;
        margin-bottom: 15px;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end; }
        @media (min-width: 992px) {
          .bg .section06-bg .section06-item h2 {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; } }
        .bg .section06-bg .section06-item h2 span,
        .bg .section06-bg .section06-item h2 i {
          display: inline-block; }
        .bg .section06-bg .section06-item h2 i {
          margin: 0 10px; }
        @media (max-width: 991px) {
          .bg .section06-bg .section06-item h2 {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            font-size: 26px; } }
      .bg .section06-bg .section06-item .title {
        display: inline-block;
        font-size: 18px;
        font-weight: 800;
        background-color: #4a93dd;
        padding: 10px;
        margin-bottom: 15px;
        text-align: justify;
        color: #fff; }
        @media (max-width: 991px) {
          .bg .section06-bg .section06-item .title {
            text-align: center; } }
      .bg .section06-bg .section06-item p {
        font-size: 16px;
        margin-bottom: 50px; }
        @media (max-width: 991px) {
          .bg .section06-bg .section06-item p {
            text-align: center;
            margin-bottom: 15px;
            font-size: 15px; } }
    .bg .section06-bg .section06-img {
      padding: 12px 12px 12px 0px;
      border-width: 2px;
      border-color: #4a93dd;
      border-top-style: dashed;
      border-bottom-style: dashed;
      border-right-style: dashed; }
      @media (max-width: 991px) {
        .bg .section06-bg .section06-img {
          padding: 6px;
          border-style: dashed;
          margin-bottom: 15px; } }
  .bg .section07-bg {
    overflow: hidden; }
    .bg .section07-bg .container {
      background-image: url(../images/section-bg.png);
      padding: 110px 0;
      background-size: 100% 100%;
      position: relative; }
      @media (max-width: 992px) {
        .bg .section07-bg .container {
          padding: 50px 15px; } }
      .bg .section07-bg .container:before {
        position: absolute;
        content: '';
        display: inline-block;
        width: 150vw;
        height: 100%;
        left: -150vw;
        top: 0;
        background-image: url(../images/section-bg.png);
        background-size: 100% 100%;
        z-index: 1; }
      .bg .section07-bg .container:after {
        position: absolute;
        content: '';
        display: inline-block;
        width: 18px;
        height: 100%;
        right: -18px;
        top: 0;
        background-image: url(../images/right_shadow.png);
        background-size: 100% 100%;
        z-index: 1; }
        @media (max-width: 992px) {
          .bg .section07-bg .container:after {
            width: 8px;
            right: -8px; } }
    @media (max-width: 991px) {
      .bg .section07-bg .section07-item {
        text-align: center; } }
    .bg .section07-bg .section07-item h2 {
      font-size: 40px;
      font-weight: 800;
      margin-bottom: 15px;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
      .bg .section07-bg .section07-item h2 span,
      .bg .section07-bg .section07-item h2 i {
        display: inline-block; }
      .bg .section07-bg .section07-item h2 i {
        margin: 0 10px; }
      @media (max-width: 991px) {
        .bg .section07-bg .section07-item h2 {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          font-size: 26px; } }
    .bg .section07-bg .section07-item .title {
      display: inline-block;
      font-size: 18px;
      font-weight: 800;
      background-color: #ffce00;
      padding: 10px;
      margin-bottom: 15px;
      text-align: justify;
      color: #4b4b4b; }
      @media (max-width: 991px) {
        .bg .section07-bg .section07-item .title {
          text-align: center; } }
    .bg .section07-bg .section07-item p {
      font-size: 16px;
      margin-bottom: 50px; }
      @media (max-width: 991px) {
        .bg .section07-bg .section07-item p {
          text-align: center;
          margin-bottom: 15px;
          font-size: 15px; } }
    .bg .section07-bg .section07-img {
      padding: 12px 0 12px 12px;
      border-width: 2px;
      border-color: #ffce00;
      border-top-style: dashed;
      border-bottom-style: dashed;
      border-left-style: dashed; }
      @media (max-width: 991px) {
        .bg .section07-bg .section07-img {
          padding: 6px;
          border-style: dashed;
          margin-bottom: 15px; } }
  .bg .section01-bg,
  .bg .section02-bg,
  .bg .section03-bg,
  .bg .section04-bg,
  .bg .section05-bg,
  .bg .section06-bg {
    margin-bottom: 45px; }
  .bg .fixed-btn-wrap .fixed-btn {
    width: 100%;
    margin: 0 auto;
    left: 0%;
    bottom: 0px;
    padding: 5px 0;
    z-index: 999;
    background-color: #4da5f1; }
    @media (max-width: 768px) {
      .bg .fixed-btn-wrap .fixed-btn {
        padding: 0; } }
    .bg .fixed-btn-wrap .fixed-btn ul {
      margin: 0;
      padding: 0; }
      .bg .fixed-btn-wrap .fixed-btn ul li {
        width: 33.3333%;
        padding: 7.5px 25px; }
        @media (max-width: 768px) {
          .bg .fixed-btn-wrap .fixed-btn ul li {
            padding: 7.5px; } }
        .bg .fixed-btn-wrap .fixed-btn ul li a {
          display: block;
          width: 100%;
          padding-top: 14%;
          background-size: 100%;
          background-position: bottom;
          background-repeat: no-repeat; }
          @media (max-width: 768px) {
            .bg .fixed-btn-wrap .fixed-btn ul li a {
              padding-top: 30%; } }
        @media (min-width: 769px) {
          .bg .fixed-btn-wrap .fixed-btn ul li:nth-child(1) a {
            background-image: url(../images/d-btn01.png); }
            .bg .fixed-btn-wrap .fixed-btn ul li:nth-child(1) a:hover {
              background-image: url(../images/d-btn01-h.png); } }
        @media (max-width: 768px) {
          .bg .fixed-btn-wrap .fixed-btn ul li:nth-child(1) a {
            background-image: url(../images/d-btn01-m.png); } }
        @media (min-width: 769px) {
          .bg .fixed-btn-wrap .fixed-btn ul li:nth-child(2) a {
            background-image: url(../images/d-btn02.png); }
            .bg .fixed-btn-wrap .fixed-btn ul li:nth-child(2) a:hover {
              background-image: url(../images/d-btn02-h.png); } }
        @media (max-width: 768px) {
          .bg .fixed-btn-wrap .fixed-btn ul li:nth-child(2) a {
            background-image: url(../images/d-btn02-m.png); } }
        @media (min-width: 769px) {
          .bg .fixed-btn-wrap .fixed-btn ul li:nth-child(3) a {
            background-image: url(../images/d-btn03.png); }
            .bg .fixed-btn-wrap .fixed-btn ul li:nth-child(3) a:hover {
              background-image: url(../images/d-btn03-h.png); } }
        @media (max-width: 768px) {
          .bg .fixed-btn-wrap .fixed-btn ul li:nth-child(3) a {
            background-image: url(../images/d-btn03-m.png); } }

.cd-top {
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  display: inline-block;
  height: 50px;
  opacity: 0;
  width: 50px;
  position: fixed;
  bottom: 80px;
  right: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  background-image: url(../images/top.png);
  background-size: cover;
  visibility: hidden;
  color: #fff;
  z-index: 777; }
  .cd-top.cd-fade-out {
    visibility: visible;
    opacity: .8; }
    .cd-top.cd-fade-out:hover {
      opacity: 1; }
