@import url("https://fonts.googleapis.com/css?family=Lato:400,700|Oswald:300,400,500|Fira+Sans:300,400,500,600|Archivo+Narrow:400,500,600&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Roboto+Mono|Roboto+Slab:300,400,700|Roboto+Condensed:300,400,700&display=swap");

/*! start css: /modules/system/assets/css/framework.extras.css */
body.oc-loading,
body.oc-loading * {
  cursor: wait !important;
}
.stripe-loading-indicator {
  height: 5px;
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 2000;
}
.stripe-loading-indicator .stripe,
.stripe-loading-indicator .stripe-loaded {
  height: 5px;
  display: block;
  background: #0090c0;
  position: absolute;
  -webkit-box-shadow: inset 0 1px 1px -1px #FFF, inset 0 -1px 1px -1px #FFF;
  box-shadow: inset 0 1px 1px -1px #FFF, inset 0 -1px 1px -1px #FFF;
}
.stripe-loading-indicator .stripe {
  width: 100%;
  -webkit-animation: oc-infinite-loader 60s linear;
  animation: oc-infinite-loader 60s linear;
}
.stripe-loading-indicator .stripe-loaded {
  width: 0;
  
  filter: alpha(opacity=0);
}
.stripe-loading-indicator.loaded {
  
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.stripe-loading-indicator.loaded .stripe-loaded {
  
  filter: alpha(opacity=100);
  -webkit-transition: width 0.3s linear;
  transition: width 0.3s linear;
  width: 100% !important;
}
.stripe-loading-indicator.hide {
  display: none;
}
body > p.flash-message {
  position: fixed;
  width: 500px;
  left: 50%;
  top: 13px;
  margin-left: -250px;
  color: #ffffff;
  font-size: 14px;
  padding: 10px 30px 10px 15px;
  z-index: 10300;
  word-wrap: break-word;
  text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.15);
  text-align: center;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
body > p.flash-message.fade {
  
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s, width 0s;
  transition: all 0.5s, width 0s;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
body > p.flash-message.fade.in {
  
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
body > p.flash-message.success {
  background: #8da85e;
}
body > p.flash-message.error {
  background: #cc3300;
}
body > p.flash-message.warning {
  background: #f0ad4e;
}
body > p.flash-message.info {
  background: #5fb6f5;
}
body > p.flash-message button.close {
  float: none;
  position: absolute;
  right: 10px;
  top: 8px;
  color: white;
  font-size: 21px;
  line-height: 1;
  font-weight: bold;
  .2;
  filter: alpha(opacity=20);
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  outline: none;
}
body > p.flash-message button.close:hover,
body > p.flash-message button.close:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
  .5;
  filter: alpha(opacity=50);
}
@media (max-width: 768px) {
  body > p.flash-message {
    left: 10px;
    right: 10px;
    top: 10px;
    margin-left: 0;
    width: auto;
  }
}
[data-request][data-request-validate] [data-validate-for]:not(.visible),
[data-request][data-request-validate] [data-validate-error]:not(.visible) {
  display: none;
}
a.oc-loading:after,
button.oc-loading:after,
span.oc-loading:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-left: .4em;
  height: 1em;
  width: 1em;
  animation: oc-rotate-loader 0.8s infinite linear;
  border: .2em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  .5;
  filter: alpha(opacity=50);
}
@-moz-keyframes oc-rotate-loader {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes oc-rotate-loader {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-o-keyframes oc-rotate-loader {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@-ms-keyframes oc-rotate-loader {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
@keyframes oc-rotate-loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes oc-infinite-loader {
  0% {
    width: 0;
  }
  10% {
    width: 42%;
  }
  20% {
    width: 63%;
  }
  30% {
    width: 78.75%;
  }
  40% {
    width: 88.59375%;
  }
  50% {
    width: 94.130859375%;
  }
  60% {
    width: 97.07244873046875%;
  }
  70% {
    width: 98.58920574188232%;
  }
  80% {
    width: 99.35943391174078%;
  }
  90% {
    width: 99.74755670045852%;
  }
  100% {
    width: 99.9423761471391%;
  }
}
@-webkit-keyframes oc-infinite-loader {
  0% {
    width: 0;
  }
  10% {
    width: 42%;
  }
  20% {
    width: 63%;
  }
  30% {
    width: 78.75%;
  }
  40% {
    width: 88.59375%;
  }
  50% {
    width: 94.130859375%;
  }
  60% {
    width: 97.07244873046875%;
  }
  70% {
    width: 98.58920574188232%;
  }
  80% {
    width: 99.35943391174078%;
  }
  90% {
    width: 99.74755670045852%;
  }
  100% {
    width: 99.9423761471391%;
  }
}
@-o-keyframes oc-infinite-loader {
  0% {
    width: 0;
  }
  10% {
    width: 42%;
  }
  20% {
    width: 63%;
  }
  30% {
    width: 78.75%;
  }
  40% {
    width: 88.59375%;
  }
  50% {
    width: 94.130859375%;
  }
  60% {
    width: 97.07244873046875%;
  }
  70% {
    width: 98.58920574188232%;
  }
  80% {
    width: 99.35943391174078%;
  }
  90% {
    width: 99.74755670045852%;
  }
  100% {
    width: 99.9423761471391%;
  }
}
@-ms-keyframes oc-infinite-loader {
  0% {
    width: 0;
  }
  10% {
    width: 42%;
  }
  20% {
    width: 63%;
  }
  30% {
    width: 78.75%;
  }
  40% {
    width: 88.59375%;
  }
  50% {
    width: 94.130859375%;
  }
  60% {
    width: 97.07244873046875%;
  }
  70% {
    width: 98.58920574188232%;
  }
  80% {
    width: 99.35943391174078%;
  }
  90% {
    width: 99.74755670045852%;
  }
  100% {
    width: 99.9423761471391%;
  }
}
@keyframes oc-infinite-loader {
  0% {
    width: 0;
  }
  10% {
    width: 42%;
  }
  20% {
    width: 63%;
  }
  30% {
    width: 78.75%;
  }
  40% {
    width: 88.59375%;
  }
  50% {
    width: 94.130859375%;
  }
  60% {
    width: 97.07244873046875%;
  }
  70% {
    width: 98.58920574188232%;
  }
  80% {
    width: 99.35943391174078%;
  }
  90% {
    width: 99.74755670045852%;
  }
  100% {
    width: 99.9423761471391%;
  }
}



/*! end css */
/*! start css: /themes/sch/assets/css/root.e7c9152f.css */
:root {
  --background: url(assets/img/bg_sch.c507e5ab.jpg);
  --font-color: #000;
  --dark-color: #000;
  --dark-color--rgb: 0, 0, 0;
  --light-color: #fff;
  --light-color--rgb: #fff;
  --link-color-negative: #fff;
  --link-color-negative--rgb: 255, 255, 255;
  --main-color: #1A2E4C;
  --main-color--rgb: 26, 46, 76;
  --success-color: #218838;
  --info-color: #40a9ff;
  --danger-color: #dc3545;
  --warning-color: #fd7e14;
  --primary-color: #345C98;
  --primary-color--rgb: 52, 92, 152;
  --secondary-color: #096dd9;
  --secondary-color--rgb: 9, 109, 217;
  --visited-color: #6610f2;
  --visited-color--rgb: 102, 16, 242;
  --button-color: #e9ecf1;
  --button-text-color--primary: #345C98;
  --button-text-color--secondary: #096dd9;
  --button-text-color--hover: #fff;
  --button-text-color--40: #6c80a2;
  --button-text-color--disabled: #6c80a2;
  --button-border-bottom-color: #cad1dd;
  --button-icon-color: #cad1dd;
  --button-icon-color--rgb: 202, 210, 222;
  --inverse-color: #fff;
  --inverse-color--rgb: 255, 255, 255;
  --bg-color: #e9ecf1;
  --bg-color--1: #cad1dd;
  --bg-color--2: #6c80a2;
  --fb-color: #4862a3;
  --fb-color--hover: #384d80;
  --tw-color: #55acee;
  --tw-color--hover: #2795e9;
  --yt-color: #cd322c;
  --yt-color--hover: #a32823;
  --vk-color: #44678d;
  --vk-color--hover: #334e6b;
  --ok-color: #de8512;
  --ok-color--hover: #af690e;
  --vm-color: #00a4db;
  --vm-color--hover: #007ea8;
  --gg-color: #eb5b4c;
  --gg-color--hover: #e6311e;
  --pdf-color: #ba0806;
  --word-color: #2b5796;
  --excel-color: #226f43;
  --pp-color: #cc4c33;
  --arch-color: #592357;
  --link-color: #007dc6;
  --top-panel-font-color: #fff;
  --special-section-title-background-color: #cad1dd;
  --font-family: Open Sans, sans-serif;
  --letter-spacing: auto;
  --font-size--main: 13px;
  --font-size--sm: 11px;
  --font-size: 13px;
  --font-weight--thin: 100;
  --font-weight--extra-light: 200;
  --font-weight--light: 300;
  --font-weight--regular: 400;
  --font-weight--medium: 500;
  --font-weight--semi-bold: 600;
  --font-weight--bold: 700;
  --font-weight--extra-bold: 800;
  --font-weight--black: 900;
  --breakpoint-xs: 0;
  --breakpoint-sm: 568px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1600px;
}


/*! end css */
/*! start css: /themes/sch/assets/css/loader.9e9f9993.css */
.page-content {
  
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.pace-done .page-content {
  
}

.pace {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 9999;
  position: absolute;
  zoom: 1;
}

.pace .pace-progress {
  background: var(--secondary-color);
  height: 3px;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
}

.pace-inactive {
  display: none;
}

body.oc-loading,
body.oc-loading * {
  cursor: wait !important;
}

.stripe-loading-indicator {
  height: 3px;
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 2000;
}

.stripe-loading-indicator .stripe,
.stripe-loading-indicator .stripe-loaded {
  height: 3px;
  background: var(--secondary-color);
  display: block;
  position: absolute;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.stripe-loading-indicator .stripe {
  width: 100%;
  -webkit-animation: infinite-loader 60s linear;
          animation: infinite-loader 60s linear;
}

.stripe-loading-indicator .stripe-loaded {
  width: 0;
  
  filter: alpha(opacity=0);
}

.stripe-loading-indicator.loaded {
  
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s linear;
  -o-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.stripe-loading-indicator.loaded .stripe-loaded {
  
  filter: alpha(opacity=100);
  -webkit-transition: width 0.5s linear;
  -o-transition: width 0.5s linear;
  transition: width 0.5s linear;
  width: 100% !important;
}

.stripe-loading-indicator.hide {
  display: none;
}

@-webkit-keyframes infinite-loader {
  0% {
    width: 0%;
  }

  10% {
    width: 42%;
  }

  20% {
    width: 63%;
  }

  30% {
    width: 78.75%;
  }

  40% {
    width: 88.59375%;
  }

  50% {
    width: 94.130859375%;
  }

  60% {
    width: 97.07244873046875%;
  }

  70% {
    width: 98.58920574188232%;
  }

  80% {
    width: 99.35943391174078%;
  }

  90% {
    width: 99.74755670045852%;
  }

  100% {
    width: 99.9423761471391%;
  }
}

@keyframes infinite-loader {
  0% {
    width: 0%;
  }

  10% {
    width: 42%;
  }

  20% {
    width: 63%;
  }

  30% {
    width: 78.75%;
  }

  40% {
    width: 88.59375%;
  }

  50% {
    width: 94.130859375%;
  }

  60% {
    width: 97.07244873046875%;
  }

  70% {
    width: 98.58920574188232%;
  }

  80% {
    width: 99.35943391174078%;
  }

  90% {
    width: 99.74755670045852%;
  }

  100% {
    width: 99.9423761471391%;
  }
}


/*! end css */
/*! start css: /themes/sch/assets/css/vendors.80e5316f.css */
/**
 * Swiper 4.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 1, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  .35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  .2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014   \A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 568px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
      order: -1;
}

.order-last {
  -ms-flex-order: 13;
      order: 13;
}

.order-0 {
  -ms-flex-order: 0;
      order: 0;
}

.order-1 {
  -ms-flex-order: 1;
      order: 1;
}

.order-2 {
  -ms-flex-order: 2;
      order: 2;
}

.order-3 {
  -ms-flex-order: 3;
      order: 3;
}

.order-4 {
  -ms-flex-order: 4;
      order: 4;
}

.order-5 {
  -ms-flex-order: 5;
      order: 5;
}

.order-6 {
  -ms-flex-order: 6;
      order: 6;
}

.order-7 {
  -ms-flex-order: 7;
      order: 7;
}

.order-8 {
  -ms-flex-order: 8;
      order: 8;
}

.order-9 {
  -ms-flex-order: 9;
      order: 9;
}

.order-10 {
  -ms-flex-order: 10;
      order: 10;
}

.order-11 {
  -ms-flex-order: 11;
      order: 11;
}

.order-12 {
  -ms-flex-order: 12;
      order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 568px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -ms-flex-order: -1;
        order: -1;
  }

  .order-sm-last {
    -ms-flex-order: 13;
        order: 13;
  }

  .order-sm-0 {
    -ms-flex-order: 0;
        order: 0;
  }

  .order-sm-1 {
    -ms-flex-order: 1;
        order: 1;
  }

  .order-sm-2 {
    -ms-flex-order: 2;
        order: 2;
  }

  .order-sm-3 {
    -ms-flex-order: 3;
        order: 3;
  }

  .order-sm-4 {
    -ms-flex-order: 4;
        order: 4;
  }

  .order-sm-5 {
    -ms-flex-order: 5;
        order: 5;
  }

  .order-sm-6 {
    -ms-flex-order: 6;
        order: 6;
  }

  .order-sm-7 {
    -ms-flex-order: 7;
        order: 7;
  }

  .order-sm-8 {
    -ms-flex-order: 8;
        order: 8;
  }

  .order-sm-9 {
    -ms-flex-order: 9;
        order: 9;
  }

  .order-sm-10 {
    -ms-flex-order: 10;
        order: 10;
  }

  .order-sm-11 {
    -ms-flex-order: 11;
        order: 11;
  }

  .order-sm-12 {
    -ms-flex-order: 12;
        order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -ms-flex-order: -1;
        order: -1;
  }

  .order-md-last {
    -ms-flex-order: 13;
        order: 13;
  }

  .order-md-0 {
    -ms-flex-order: 0;
        order: 0;
  }

  .order-md-1 {
    -ms-flex-order: 1;
        order: 1;
  }

  .order-md-2 {
    -ms-flex-order: 2;
        order: 2;
  }

  .order-md-3 {
    -ms-flex-order: 3;
        order: 3;
  }

  .order-md-4 {
    -ms-flex-order: 4;
        order: 4;
  }

  .order-md-5 {
    -ms-flex-order: 5;
        order: 5;
  }

  .order-md-6 {
    -ms-flex-order: 6;
        order: 6;
  }

  .order-md-7 {
    -ms-flex-order: 7;
        order: 7;
  }

  .order-md-8 {
    -ms-flex-order: 8;
        order: 8;
  }

  .order-md-9 {
    -ms-flex-order: 9;
        order: 9;
  }

  .order-md-10 {
    -ms-flex-order: 10;
        order: 10;
  }

  .order-md-11 {
    -ms-flex-order: 11;
        order: 11;
  }

  .order-md-12 {
    -ms-flex-order: 12;
        order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -ms-flex-order: -1;
        order: -1;
  }

  .order-lg-last {
    -ms-flex-order: 13;
        order: 13;
  }

  .order-lg-0 {
    -ms-flex-order: 0;
        order: 0;
  }

  .order-lg-1 {
    -ms-flex-order: 1;
        order: 1;
  }

  .order-lg-2 {
    -ms-flex-order: 2;
        order: 2;
  }

  .order-lg-3 {
    -ms-flex-order: 3;
        order: 3;
  }

  .order-lg-4 {
    -ms-flex-order: 4;
        order: 4;
  }

  .order-lg-5 {
    -ms-flex-order: 5;
        order: 5;
  }

  .order-lg-6 {
    -ms-flex-order: 6;
        order: 6;
  }

  .order-lg-7 {
    -ms-flex-order: 7;
        order: 7;
  }

  .order-lg-8 {
    -ms-flex-order: 8;
        order: 8;
  }

  .order-lg-9 {
    -ms-flex-order: 9;
        order: 9;
  }

  .order-lg-10 {
    -ms-flex-order: 10;
        order: 10;
  }

  .order-lg-11 {
    -ms-flex-order: 11;
        order: 11;
  }

  .order-lg-12 {
    -ms-flex-order: 12;
        order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -ms-flex-order: -1;
        order: -1;
  }

  .order-xl-last {
    -ms-flex-order: 13;
        order: 13;
  }

  .order-xl-0 {
    -ms-flex-order: 0;
        order: 0;
  }

  .order-xl-1 {
    -ms-flex-order: 1;
        order: 1;
  }

  .order-xl-2 {
    -ms-flex-order: 2;
        order: 2;
  }

  .order-xl-3 {
    -ms-flex-order: 3;
        order: 3;
  }

  .order-xl-4 {
    -ms-flex-order: 4;
        order: 4;
  }

  .order-xl-5 {
    -ms-flex-order: 5;
        order: 5;
  }

  .order-xl-6 {
    -ms-flex-order: 6;
        order: 6;
  }

  .order-xl-7 {
    -ms-flex-order: 7;
        order: 7;
  }

  .order-xl-8 {
    -ms-flex-order: 8;
        order: 8;
  }

  .order-xl-9 {
    -ms-flex-order: 9;
        order: 9;
  }

  .order-xl-10 {
    -ms-flex-order: 10;
        order: 10;
  }

  .order-xl-11 {
    -ms-flex-order: 11;
        order: 11;
  }

  .order-xl-12 {
    -ms-flex-order: 12;
        order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1600px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-positive: 1;
        flex-grow: 1;
    max-width: 100%;
  }

  .col-xxl-auto {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xxl-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xxl-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xxl-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xxl-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xxl-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xxl-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xxl-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xxl-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xxl-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xxl-first {
    -ms-flex-order: -1;
        order: -1;
  }

  .order-xxl-last {
    -ms-flex-order: 13;
        order: 13;
  }

  .order-xxl-0 {
    -ms-flex-order: 0;
        order: 0;
  }

  .order-xxl-1 {
    -ms-flex-order: 1;
        order: 1;
  }

  .order-xxl-2 {
    -ms-flex-order: 2;
        order: 2;
  }

  .order-xxl-3 {
    -ms-flex-order: 3;
        order: 3;
  }

  .order-xxl-4 {
    -ms-flex-order: 4;
        order: 4;
  }

  .order-xxl-5 {
    -ms-flex-order: 5;
        order: 5;
  }

  .order-xxl-6 {
    -ms-flex-order: 6;
        order: 6;
  }

  .order-xxl-7 {
    -ms-flex-order: 7;
        order: 7;
  }

  .order-xxl-8 {
    -ms-flex-order: 8;
        order: 8;
  }

  .order-xxl-9 {
    -ms-flex-order: 9;
        order: 9;
  }

  .order-xxl-10 {
    -ms-flex-order: 10;
        order: 10;
  }

  .order-xxl-11 {
    -ms-flex-order: 11;
        order: 11;
  }

  .order-xxl-12 {
    -ms-flex-order: 12;
        order: 12;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66667%;
  }
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 567.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1599.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  
}

.form-control::placeholder {
  color: #6c757d;
  
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.input-group-sm > .input-group-append > .form-control-plaintext.btn,
.form-control-plaintext.form-control-lg,
.input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.input-group-lg > .input-group-append > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm,
.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg,
.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated
  .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated
  .custom-select:valid ~ .valid-feedback,
.was-validated
  .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip,
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip,
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label::before,
.custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip,
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated
  .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated
  .custom-select:invalid ~ .invalid-feedback,
.was-validated
  .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip,
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip,
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label::before,
.custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip,
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 568px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.btn:hover,
.btn:focus {
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  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);
}

.btn.disabled,
.btn:disabled {
  .65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
  background-image: none;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus,
.btn-primary.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);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-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);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.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);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-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);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.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);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-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);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus,
.btn-info.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);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-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);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.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);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-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);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.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);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-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);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.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);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-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);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.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);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-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);
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus,
.btn-outline-primary.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);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.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);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.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);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.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);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.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);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.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);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.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);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.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);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.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);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.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);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus,
.btn-outline-danger.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);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.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);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.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);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.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);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.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);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.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);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.fade:not(.show) {
  
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  -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);
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #dee2e6;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%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");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  
}

.custom-file-input:focus ~ .custom-file-label {
  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);
}

.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #80bdff;
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:focus {
  outline: none;
  -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);
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-align: center;
      align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 567.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 568px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1599.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1600px) {
  .navbar-expand-xxl {
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }

  .navbar-expand-xxl .navbar-nav {
    -ms-flex-direction: row;
        flex-direction: row;
  }

  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .navbar-expand-xxl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }

  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
      flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%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");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%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");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      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: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 568px) {
  .card-deck {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0;
        flex: 1 0;
    -ms-flex-direction: column;
        flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 568px) {
  .card-group {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }

  .card-group > .card {
    -ms-flex: 1 0;
        flex: 1 0;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }

  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }

  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }

  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 568px) {
  .card-columns {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.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);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

.badge-primary[href]:hover,
.badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

.badge-secondary[href]:hover,
.badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-success[href]:hover,
.badge-success[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-info[href]:hover,
.badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

.badge-warning[href]:hover,
.badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge-danger[href]:hover,
.badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

.badge-light[href]:hover,
.badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

.badge-dark[href]:hover,
.badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 568px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.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;
  }
}

.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.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;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}

.media-body {
  -ms-flex: 1 1;
      flex: 1 1;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item:hover,
.list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      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: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  
}

.modal-backdrop.show {
  .5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 568px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  
}

.tooltip.show {
  .9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top .arrow,
.bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right .arrow,
.bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom .arrow,
.bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left .arrow,
.bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  -o-transition: transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.carousel-fade .carousel-item {
  
  -webkit-transition-duration: .6s;
       -o-transition-duration: .6s;
          transition-duration: .6s;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  .5;
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%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");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%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");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 568px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1600px) {
  .d-xxl-none {
    display: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -ms-flex-direction: row !important;
      flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
      flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
      flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
      flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
      flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
      flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
      justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
      justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
      justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
      justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
      align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
      align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
      align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
      align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
      align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 568px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }

  .flex-sm-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-sm-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }

  .align-items-sm-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }

  .align-items-sm-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }

  .flex-md-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-md-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }

  .align-items-md-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }

  .align-items-md-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }

  .flex-lg-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-lg-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }

  .align-items-lg-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }

  .align-items-lg-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }

  .flex-xl-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-xl-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }

  .align-items-xl-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }

  .align-items-xl-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1600px) {
  .flex-xxl-row {
    -ms-flex-direction: row !important;
        flex-direction: row !important;
  }

  .flex-xxl-column {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
  }

  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .flex-xxl-fill {
    -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
  }

  .flex-xxl-grow-0 {
    -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .justify-content-xxl-start {
    -ms-flex-pack: start !important;
        justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    -ms-flex-pack: end !important;
        justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    -ms-flex-pack: center !important;
        justify-content: center !important;
  }

  .justify-content-xxl-between {
    -ms-flex-pack: justify !important;
        justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .align-items-xxl-start {
    -ms-flex-align: start !important;
        align-items: flex-start !important;
  }

  .align-items-xxl-end {
    -ms-flex-align: end !important;
        align-items: flex-end !important;
  }

  .align-items-xxl-center {
    -ms-flex-align: center !important;
        align-items: center !important;
  }

  .align-items-xxl-baseline {
    -ms-flex-align: baseline !important;
        align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    -ms-flex-align: stretch !important;
        align-items: stretch !important;
  }

  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 568px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

@media (min-width: 1600px) {
  .float-xxl-left {
    float: left !important;
  }

  .float-xxl-right {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.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;
}

.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;
}

.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;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 568px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1600px) {
  .m-xxl-0 {
    margin: 0 !important;
  }

  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }

  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }

  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }

  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }

  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }

  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }

  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }

  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }

  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }

  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }

  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }

  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }

  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }

  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 568px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1600px) {
  .text-xxl-left {
    text-align: left !important;
  }

  .text-xxl-right {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #1d2124 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

@page {
    size: a3;
}

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}


/*! end css */
/*! start css: /themes/sch/assets/css/main.3d37cf4c.css */


/* open-sans-300 - latin_cyrillic */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url(assets/img/open-sans-300.b8d1a3fa.eot);
  /* IE9 Compat Modes */
  src: local("Open Sans Light"), local("OpenSans-Light"), url(assets/img/open-sans-300.b8d1a3fa.eot) format("embedded-opentype"), url(assets/img/open-sans-300.b3ab8515.woff2) format("woff2"), url(assets/img/open-sans-300.b345be9c.woff) format("woff"), url(assets/img/open-sans-300.1a593c1e.ttf) format("truetype"), url(assets/img/open-sans-300.9d6a1b18.svg) format("svg");
  /* Legacy iOS */
}

/* open-sans-regular - latin_cyrillic */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(assets/img/open-sans-regular.d7d9b449.eot);
  /* IE9 Compat Modes */
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url(assets/img/open-sans-regular.d7d9b449.eot) format("embedded-opentype"), url(assets/img/open-sans-regular.ca41c456.woff2) format("woff2"), url(assets/img/open-sans-regular.717cff60.woff) format("woff"), url(assets/img/open-sans-regular.af6af4ff.ttf) format("truetype"), url(assets/img/open-sans-regular.e749dfdc.svg) format("svg");
  /* Legacy iOS */
}

/* open-sans-300italic - latin_cyrillic */

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url(assets/img/open-sans-300italic.484a16d0.eot);
  /* IE9 Compat Modes */
  src: local("Open Sans Light Italic"), local("OpenSans-LightItalic"), url(assets/img/open-sans-300italic.484a16d0.eot) format("embedded-opentype"), url(assets/img/open-sans-300italic.03bf511a.woff2) format("woff2"), url(assets/img/open-sans-300italic.ae576096.woff) format("woff"), url(assets/img/open-sans-300italic.c3b56326.ttf) format("truetype"), url(assets/img/open-sans-300italic.2b7d927e.svg) format("svg");
  /* Legacy iOS */
}

/* open-sans-italic - latin_cyrillic */

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url(assets/img/open-sans-italic.e4bad5ba.eot);
  /* IE9 Compat Modes */
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url(assets/img/open-sans-italic.e4bad5ba.eot) format("embedded-opentype"), url(assets/img/open-sans-italic.6eab44f4.woff2) format("woff2"), url(assets/img/open-sans-italic.6a9fd57a.woff) format("woff"), url(assets/img/open-sans-italic.7ecec7db.ttf) format("truetype"), url(assets/img/open-sans-italic.173cf499.svg) format("svg");
  /* Legacy iOS */
}

/* open-sans-600 - latin_cyrillic */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url(assets/img/open-sans-600.1eb14e72.eot);
  /* IE9 Compat Modes */
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url(assets/img/open-sans-600.1eb14e72.eot) format("embedded-opentype"), url(assets/img/open-sans-600.5b4c987e.woff2) format("woff2"), url(assets/img/open-sans-600.e1994fe8.woff) format("woff"), url(assets/img/open-sans-600.96b2583f.ttf) format("truetype"), url(assets/img/open-sans-600.404b2a84.svg) format("svg");
  /* Legacy iOS */
}

/* open-sans-700 - latin_cyrillic */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url(assets/img/open-sans-700.de97bfb9.eot);
  /* IE9 Compat Modes */
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(assets/img/open-sans-700.de97bfb9.eot) format("embedded-opentype"), url(assets/img/open-sans-700.b5435212.woff2) format("woff2"), url(assets/img/open-sans-700.7b0613a3.woff) format("woff"), url(assets/img/open-sans-700.a2f22d57.ttf) format("truetype"), url(assets/img/open-sans-700.7a89438d.svg) format("svg");
  /* Legacy iOS */
}

/* open-sans-600italic - latin_cyrillic */

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url(assets/img/open-sans-600italic.1da45942.eot);
  /* IE9 Compat Modes */
  src: local("Open Sans SemiBold Italic"), local("OpenSans-SemiBoldItalic"), url(assets/img/open-sans-600italic.1da45942.eot) format("embedded-opentype"), url(assets/img/open-sans-600italic.8226e42a.woff2) format("woff2"), url(assets/img/open-sans-600italic.a8465a42.woff) format("woff"), url(assets/img/open-sans-600italic.02735bb5.ttf) format("truetype"), url(assets/img/open-sans-600italic.f0b3c947.svg) format("svg");
  /* Legacy iOS */
}

/* open-sans-700italic - latin_cyrillic */

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url(assets/img/open-sans-700italic.8b5a2200.eot);
  /* IE9 Compat Modes */
  src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"), url(assets/img/open-sans-700italic.8b5a2200.eot) format("embedded-opentype"), url(assets/img/open-sans-700italic.86692741.woff2) format("woff2"), url(assets/img/open-sans-700italic.9b01c456.woff) format("woff"), url(assets/img/open-sans-700italic.05277a3d.ttf) format("truetype"), url(assets/img/open-sans-700italic.af7c0dcc.svg) format("svg");
  /* Legacy iOS */
}

/* open-sans-800italic - latin_cyrillic */

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: url(assets/img/open-sans-800italic.a4bdb9e1.eot);
  /* IE9 Compat Modes */
  src: local("Open Sans ExtraBold Italic"), local("OpenSans-ExtraBoldItalic"), url(assets/img/open-sans-800italic.a4bdb9e1.eot) format("embedded-opentype"), url(assets/img/open-sans-800italic.0b7ac6b3.woff2) format("woff2"), url(assets/img/open-sans-800italic.07500a18.woff) format("woff"), url(assets/img/open-sans-800italic.84062037.ttf) format("truetype"), url(assets/img/open-sans-800italic.8c389cc0.svg) format("svg");
  /* Legacy iOS */
}

/* open-sans-800 - latin_cyrillic */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url(assets/img/open-sans-800.e7ffb7cb.eot);
  /* IE9 Compat Modes */
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url(assets/img/open-sans-800.e7ffb7cb.eot) format("embedded-opentype"), url(assets/img/open-sans-800.c371fc0b.woff2) format("woff2"), url(assets/img/open-sans-800.3a589001.woff) format("woff"), url(assets/img/open-sans-800.3bddab08.ttf) format("truetype"), url(assets/img/open-sans-800.2df27241.svg) format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: 'avers-edu';
  src: url(assets/img/avers-edu.4fb043bd.eot);
  src: url(assets/img/avers-edu.4fb043bd.eot) format("embedded-opentype"), url(assets/img/avers-edu.c2965b4f.ttf) format("truetype"), url(assets/img/avers-edu.f65c91d5.woff) format("woff"), url(assets/img/avers-edu.39297e73.svg) format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'avers-edu' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-emo-happy:before {
  content: "\EFDD";
}

.icon-odnoklassniki-rect-1:before {
  content: "\EFDC";
}

.icon-emo-wink2:before {
  content: "\EFDF";
}

.icon-emo-unhappy:before {
  content: "\EFE0";
}

.icon-emo-sleep:before {
  content: "\EFE1";
}

.icon-emo-thumbsup:before {
  content: "\EFE2";
}

.icon-emo-devil:before {
  content: "\EFE3";
}

.icon-emo-surprised:before {
  content: "\EFE4";
}

.icon-emo-tongue:before {
  content: "\EFE5";
}

.icon-emo-coffee:before {
  content: "\EFE6";
}

.icon-emo-sunglasses:before {
  content: "\EFE7";
}

.icon-emo-displeased:before {
  content: "\EFE8";
}

.icon-emo-beer:before {
  content: "\EFE9";
}

.icon-emo-grin:before {
  content: "\EFEA";
}

.icon-emo-angry:before {
  content: "\EFEB";
}

.icon-emo-saint:before {
  content: "\EFEC";
}

.icon-emo-cry:before {
  content: "\EFED";
}

.icon-emo-shoot:before {
  content: "\EFEE";
}

.icon-emo-squint:before {
  content: "\EFEF";
}

.icon-emo-laugh:before {
  content: "\EFF0";
}

.icon-spin1:before {
  content: "\EFF1";
}

.icon-spin2:before {
  content: "\EFF2";
}

.icon-spin3:before {
  content: "\EFF3";
}

.icon-spin4:before {
  content: "\EFF4";
}

.icon-spin5:before {
  content: "\EFF5";
}

.icon-spin6:before {
  content: "\EFF6";
}

.icon-firefox:before {
  content: "\EFF7";
}

.icon-chrome-1:before {
  content: "\EFF8";
}

.icon-opera:before {
  content: "\EFF9";
}

.icon-ie-1:before {
  content: "\EFFA";
}

.icon-crown:before {
  content: "\EFFB";
}

.icon-crown-plus:before {
  content: "\EFFC";
}

.icon-crown-minus:before {
  content: "\EFFD";
}

.icon-marquee:before {
  content: "\EFFE";
}

.icon-glass:before {
  content: "\E808";
}

.icon-music:before {
  content: "\E809";
}

.icon-search:before {
  content: "\E80A";
}

.icon-mail:before {
  content: "\E80B";
}

.icon-mail-alt:before {
  content: "\E80C";
}

.icon-heart:before {
  content: "\E80D";
}

.icon-heart-empty:before {
  content: "\E80E";
}

.icon-star:before {
  content: "\E80F";
}

.icon-star-empty:before {
  content: "\E810";
}

.icon-star-half:before {
  content: "\E811";
}

.icon-star-half-alt:before {
  content: "\E812";
}

.icon-user:before {
  content: "\E813";
}

.icon-users:before {
  content: "\E814";
}

.icon-male:before {
  content: "\E815";
}

.icon-female:before {
  content: "\E816";
}

.icon-video:before {
  content: "\E817";
}

.icon-videocam:before {
  content: "\E818";
}

.icon-picture:before {
  content: "\E819";
}

.icon-camera:before {
  content: "\E81A";
}

.icon-camera-alt:before {
  content: "\E81B";
}

.icon-th-large:before {
  content: "\E81C";
}

.icon-th:before {
  content: "\E81D";
}

.icon-th-list:before {
  content: "\E81E";
}

.icon-ok:before {
  content: "\E81F";
}

.icon-ok-circled:before {
  content: "\E820";
}

.icon-ok-circled2:before {
  content: "\E821";
}

.icon-ok-squared:before {
  content: "\E822";
}

.icon-cancel:before {
  content: "\E823";
}

.icon-cancel-circled:before {
  content: "\E824";
}

.icon-cancel-circled2:before {
  content: "\E825";
}

.icon-plus:before {
  content: "\E826";
}

.icon-plus-circled:before {
  content: "\E827";
}

.icon-plus-squared:before {
  content: "\E828";
}

.icon-plus-squared-alt:before {
  content: "\E829";
}

.icon-minus:before {
  content: "\E82A";
}

.icon-minus-circled:before {
  content: "\E82B";
}

.icon-minus-squared:before {
  content: "\E82C";
}

.icon-minus-squared-alt:before {
  content: "\E82D";
}

.icon-help:before {
  content: "\E82E";
}

.icon-help-circled:before {
  content: "\E82F";
}

.icon-info-circled:before {
  content: "\E830";
}

.icon-info:before {
  content: "\E831";
}

.icon-home:before {
  content: "\E832";
}

.icon-link:before {
  content: "\E833";
}

.icon-unlink:before {
  content: "\E834";
}

.icon-link-ext:before {
  content: "\E835";
}

.icon-link-ext-alt:before {
  content: "\E836";
}

.icon-attach:before {
  content: "\E837";
}

.icon-lock:before {
  content: "\E838";
}

.icon-lock-open:before {
  content: "\E839";
}

.icon-lock-open-alt:before {
  content: "\E83A";
}

.icon-pin:before {
  content: "\E83B";
}

.icon-eye:before {
  content: "\E83C";
}

.icon-eye-off:before {
  content: "\E83D";
}

.icon-tag:before {
  content: "\E83E";
}

.icon-tags:before {
  content: "\E83F";
}

.icon-bookmark:before {
  content: "\E840";
}

.icon-bookmark-empty:before {
  content: "\E841";
}

.icon-flag:before {
  content: "\E842";
}

.icon-flag-empty:before {
  content: "\E843";
}

.icon-flag-checkered:before {
  content: "\E844";
}

.icon-thumbs-up:before {
  content: "\E845";
}

.icon-thumbs-down:before {
  content: "\E846";
}

.icon-thumbs-up-alt:before {
  content: "\E847";
}

.icon-thumbs-down-alt:before {
  content: "\E848";
}

.icon-download:before {
  content: "\E849";
}

.icon-upload:before {
  content: "\E84A";
}

.icon-download-cloud:before {
  content: "\E84B";
}

.icon-upload-cloud:before {
  content: "\E84C";
}

.icon-reply:before {
  content: "\E84D";
}

.icon-reply-all:before {
  content: "\E84E";
}

.icon-forward:before {
  content: "\E84F";
}

.icon-quote-left:before {
  content: "\E850";
}

.icon-quote-right:before {
  content: "\E851";
}

.icon-code:before {
  content: "\E852";
}

.icon-export:before {
  content: "\E853";
}

.icon-export-alt:before {
  content: "\E854";
}

.icon-pencil:before {
  content: "\E855";
}

.icon-pencil-squared:before {
  content: "\E856";
}

.icon-edit:before {
  content: "\E857";
}

.icon-print:before {
  content: "\E858";
}

.icon-retweet:before {
  content: "\E859";
}

.icon-keyboard:before {
  content: "\E85A";
}

.icon-gamepad:before {
  content: "\E85B";
}

.icon-comment:before {
  content: "\E85C";
}

.icon-chat:before {
  content: "\E85D";
}

.icon-comment-empty:before {
  content: "\E85E";
}

.icon-chat-empty:before {
  content: "\E85F";
}

.icon-bell:before {
  content: "\E860";
}

.icon-bell-alt:before {
  content: "\E861";
}

.icon-attention-alt:before {
  content: "\E862";
}

.icon-attention:before {
  content: "\E863";
}

.icon-attention-circled:before {
  content: "\E864";
}

.icon-location:before {
  content: "\E865";
}

.icon-direction:before {
  content: "\E866";
}

.icon-compass:before {
  content: "\E867";
}

.icon-trash:before {
  content: "\E868";
}

.icon-doc2:before {
  content: "\E869";
}

.icon-docs-1:before {
  content: "\E86A";
}

.icon-doc-text2:before {
  content: "\E86B";
}

.icon-doc-inv:before {
  content: "\E86C";
}

.icon-doc-text-inv:before {
  content: "\E86D";
}

.icon-folder:before {
  content: "\E86E";
}

.icon-folder-open:before {
  content: "\E86F";
}

.icon-folder-empty:before {
  content: "\E870";
}

.icon-folder-open-empty:before {
  content: "\E871";
}

.icon-box:before {
  content: "\E872";
}

.icon-rss:before {
  content: "\E873";
}

.icon-rss-squared:before {
  content: "\E874";
}

.icon-phone:before {
  content: "\E875";
}

.icon-phone-squared:before {
  content: "\E876";
}

.icon-menu:before {
  content: "\E877";
}

.icon-cog:before {
  content: "\E878";
}

.icon-cog-alt:before {
  content: "\E879";
}

.icon-wrench:before {
  content: "\E87A";
}

.icon-basket:before {
  content: "\E87B";
}

.icon-calendar:before {
  content: "\E87C";
}

.icon-calendar-empty:before {
  content: "\E87D";
}

.icon-login:before {
  content: "\E87E";
}

.icon-logout:before {
  content: "\E87F";
}

.icon-mic:before {
  content: "\E880";
}

.icon-mute:before {
  content: "\E881";
}

.icon-volume-off:before {
  content: "\E882";
}

.icon-volume-down:before {
  content: "\E883";
}

.icon-volume-up:before {
  content: "\E884";
}

.icon-headphones:before {
  content: "\E885";
}

.icon-clock:before {
  content: "\E886";
}

.icon-lightbulb:before {
  content: "\E887";
}

.icon-block:before {
  content: "\E888";
}

.icon-resize-full:before {
  content: "\E889";
}

.icon-resize-full-alt:before {
  content: "\E88A";
}

.icon-resize-small:before {
  content: "\E88B";
}

.icon-resize-vertical:before {
  content: "\E88C";
}

.icon-resize-horizontal:before {
  content: "\E88D";
}

.icon-move:before {
  content: "\E88E";
}

.icon-zoom-in:before {
  content: "\E88F";
}

.icon-zoom-out:before {
  content: "\E890";
}

.icon-down-circled2:before {
  content: "\E891";
}

.icon-up-circled2:before {
  content: "\E892";
}

.icon-left-circled2:before {
  content: "\E893";
}

.icon-right-circled2:before {
  content: "\E894";
}

.icon-down-dir:before {
  content: "\E895";
}

.icon-up-dir:before {
  content: "\E896";
}

.icon-left-dir:before {
  content: "\E897";
}

.icon-right-dir:before {
  content: "\E898";
}

.icon-down-open:before {
  content: "\E899";
}

.icon-left-open:before {
  content: "\E89A";
}

.icon-right-open:before {
  content: "\E89B";
}

.icon-up-open:before {
  content: "\E89C";
}

.icon-angle-left:before {
  content: "\E89D";
}

.icon-angle-right:before {
  content: "\E89E";
}

.icon-angle-up:before {
  content: "\E89F";
}

.icon-angle-down:before {
  content: "\E8A0";
}

.icon-angle-circled-left:before {
  content: "\E8A1";
}

.icon-angle-circled-right:before {
  content: "\E8A2";
}

.icon-angle-circled-up:before {
  content: "\E8A3";
}

.icon-angle-circled-down:before {
  content: "\E8A4";
}

.icon-angle-double-left:before {
  content: "\E8A5";
}

.icon-angle-double-right:before {
  content: "\E8A6";
}

.icon-angle-double-up:before {
  content: "\E8A7";
}

.icon-angle-double-down:before {
  content: "\E8A8";
}

.icon-down:before {
  content: "\E8A9";
}

.icon-left:before {
  content: "\E8AA";
}

.icon-right:before {
  content: "\E8AB";
}

.icon-up:before {
  content: "\E8AC";
}

.icon-down-big:before {
  content: "\E8AD";
}

.icon-left-big:before {
  content: "\E8AE";
}

.icon-emo-wink:before {
  content: "\EFDE";
}

.icon-up-big:before {
  content: "\E8AF";
}

.icon-right-hand:before {
  content: "\E8B0";
}

.icon-left-hand:before {
  content: "\E8B1";
}

.icon-up-hand:before {
  content: "\E8B2";
}

.icon-down-hand:before {
  content: "\E8B3";
}

.icon-left-circled:before {
  content: "\E8B4";
}

.icon-right-circled:before {
  content: "\E8B5";
}

.icon-up-circled:before {
  content: "\E8B6";
}

.icon-down-circled:before {
  content: "\E8B7";
}

.icon-cw:before {
  content: "\E8B8";
}

.icon-ccw:before {
  content: "\E8B9";
}

.icon-arrows-cw:before {
  content: "\E8BA";
}

.icon-level-up:before {
  content: "\E8BB";
}

.icon-level-down:before {
  content: "\E8BC";
}

.icon-shuffle:before {
  content: "\E8BD";
}

.icon-exchange:before {
  content: "\E8BE";
}

.icon-expand:before {
  content: "\E8BF";
}

.icon-collapse:before {
  content: "\E8C0";
}

.icon-expand-right:before {
  content: "\E8C1";
}

.icon-collapse-left:before {
  content: "\E8C2";
}

.icon-play:before {
  content: "\E8C3";
}

.icon-play-circled:before {
  content: "\E8C4";
}

.icon-play-circled2:before {
  content: "\E8C5";
}

.icon-stop:before {
  content: "\E8C6";
}

.icon-pause:before {
  content: "\E8C7";
}

.icon-to-end:before {
  content: "\E8C8";
}

.icon-to-end-alt:before {
  content: "\E8C9";
}

.icon-to-start:before {
  content: "\E8CA";
}

.icon-to-start-alt:before {
  content: "\E8CB";
}

.icon-fast-fw:before {
  content: "\E8CC";
}

.icon-fast-bw:before {
  content: "\E8CD";
}

.icon-eject:before {
  content: "\E8CE";
}

.icon-target:before {
  content: "\E8CF";
}

.icon-signal:before {
  content: "\E8D0";
}

.icon-award:before {
  content: "\E8D1";
}

.icon-desktop:before {
  content: "\E8D2";
}

.icon-laptop:before {
  content: "\E8D3";
}

.icon-tablet:before {
  content: "\E8D4";
}

.icon-mobile:before {
  content: "\E8D5";
}

.icon-inbox:before {
  content: "\E8D6";
}

.icon-globe:before {
  content: "\E8D7";
}

.icon-sun:before {
  content: "\E8D8";
}

.icon-cloud:before {
  content: "\E8D9";
}

.icon-flash:before {
  content: "\E8DA";
}

.icon-moon:before {
  content: "\E8DB";
}

.icon-umbrella:before {
  content: "\E8DC";
}

.icon-flight:before {
  content: "\E8DD";
}

.icon-fighter-jet:before {
  content: "\E8DE";
}

.icon-leaf:before {
  content: "\E8DF";
}

.icon-font:before {
  content: "\E8E0";
}

.icon-bold:before {
  content: "\E8E1";
}

.icon-italic:before {
  content: "\E8E2";
}

.icon-text-height:before {
  content: "\E8E3";
}

.icon-text-width:before {
  content: "\E8E4";
}

.icon-align-left:before {
  content: "\E8E5";
}

.icon-align-center:before {
  content: "\E8E6";
}

.icon-align-right:before {
  content: "\E8E7";
}

.icon-align-justify:before {
  content: "\E8E8";
}

.icon-list:before {
  content: "\E8E9";
}

.icon-indent-left:before {
  content: "\E8EA";
}

.icon-indent-right:before {
  content: "\E8EB";
}

.icon-list-bullet:before {
  content: "\E8EC";
}

.icon-list-numbered:before {
  content: "\E8ED";
}

.icon-strike:before {
  content: "\E8EE";
}

.icon-underline:before {
  content: "\E8EF";
}

.icon-superscript:before {
  content: "\E8F0";
}

.icon-subscript:before {
  content: "\E8F1";
}

.icon-table:before {
  content: "\E8F2";
}

.icon-columns:before {
  content: "\E8F3";
}

.icon-crop:before {
  content: "\E8F4";
}

.icon-scissors:before {
  content: "\E8F5";
}

.icon-paste:before {
  content: "\E8F6";
}

.icon-briefcase:before {
  content: "\E8F7";
}

.icon-suitcase:before {
  content: "\E8F8";
}

.icon-ellipsis:before {
  content: "\E8F9";
}

.icon-ellipsis-vert:before {
  content: "\E8FA";
}

.icon-off:before {
  content: "\E8FB";
}

.icon-road:before {
  content: "\E8FC";
}

.icon-list-alt:before {
  content: "\E8FD";
}

.icon-qrcode:before {
  content: "\E8FE";
}

.icon-barcode:before {
  content: "\E8FF";
}

.icon-book:before {
  content: "\E900";
}

.icon-ajust:before {
  content: "\E901";
}

.icon-tint:before {
  content: "\E902";
}

.icon-check:before {
  content: "\E903";
}

.icon-check-empty:before {
  content: "\E904";
}

.icon-circle:before {
  content: "\E905";
}

.icon-circle-empty:before {
  content: "\E906";
}

.icon-dot-circled:before {
  content: "\E907";
}

.icon-asterisk:before {
  content: "\E908";
}

.icon-gift:before {
  content: "\E909";
}

.icon-fire:before {
  content: "\E90A";
}

.icon-magnet:before {
  content: "\E90B";
}

.icon-chart-bar:before {
  content: "\E90C";
}

.icon-ticket:before {
  content: "\E90D";
}

.icon-credit-card:before {
  content: "\E90E";
}

.icon-floppy:before {
  content: "\E90F";
}

.icon-megaphone:before {
  content: "\E910";
}

.icon-hdd:before {
  content: "\E911";
}

.icon-key:before {
  content: "\E912";
}

.icon-fork:before {
  content: "\E913";
}

.icon-rocket:before {
  content: "\E914";
}

.icon-bug:before {
  content: "\E915";
}

.icon-certificate:before {
  content: "\E916";
}

.icon-tasks:before {
  content: "\E917";
}

.icon-filter:before {
  content: "\E918";
}

.icon-beaker:before {
  content: "\E919";
}

.icon-magic:before {
  content: "\E91A";
}

.icon-truck:before {
  content: "\E91B";
}

.icon-money:before {
  content: "\E91C";
}

.icon-euro:before {
  content: "\E91D";
}

.icon-pound:before {
  content: "\E91E";
}

.icon-dollar:before {
  content: "\E91F";
}

.icon-rupee:before {
  content: "\E920";
}

.icon-yen:before {
  content: "\E921";
}

.icon-rouble:before {
  content: "\E922";
}

.icon-try:before {
  content: "\E923";
}

.icon-won:before {
  content: "\E924";
}

.icon-bitcoin:before {
  content: "\E925";
}

.icon-sort:before {
  content: "\E926";
}

.icon-sort-down:before {
  content: "\E927";
}

.icon-sort-up:before {
  content: "\E928";
}

.icon-sort-alt-up:before {
  content: "\E929";
}

.icon-sort-alt-down:before {
  content: "\E92A";
}

.icon-sort-name-up:before {
  content: "\E92B";
}

.icon-sort-name-down:before {
  content: "\E92C";
}

.icon-sort-number-up:before {
  content: "\E92D";
}

.icon-sort-number-down:before {
  content: "\E92E";
}

.icon-hammer:before {
  content: "\E92F";
}

.icon-gauge:before {
  content: "\E930";
}

.icon-sitemap:before {
  content: "\E931";
}

.icon-spinner:before {
  content: "\E932";
}

.icon-coffee:before {
  content: "\E933";
}

.icon-food:before {
  content: "\E934";
}

.icon-beer:before {
  content: "\E935";
}

.icon-user-md:before {
  content: "\E936";
}

.icon-stethoscope:before {
  content: "\E937";
}

.icon-ambulance:before {
  content: "\E938";
}

.icon-medkit:before {
  content: "\E939";
}

.icon-h-sigh:before {
  content: "\E93A";
}

.icon-hospital:before {
  content: "\E93B";
}

.icon-building:before {
  content: "\E93C";
}

.icon-smile:before {
  content: "\E93D";
}

.icon-frown:before {
  content: "\E93E";
}

.icon-meh:before {
  content: "\E93F";
}

.icon-anchor:before {
  content: "\E940";
}

.icon-terminal:before {
  content: "\E941";
}

.icon-eraser:before {
  content: "\E942";
}

.icon-puzzle:before {
  content: "\E943";
}

.icon-shield:before {
  content: "\E944";
}

.icon-extinguisher:before {
  content: "\E945";
}

.icon-bullseye:before {
  content: "\E946";
}

.icon-wheelchair:before {
  content: "\E947";
}

.icon-adn:before {
  content: "\E948";
}

.icon-android:before {
  content: "\E949";
}

.icon-apple:before {
  content: "\E94A";
}

.icon-bitbucket:before {
  content: "\E94B";
}

.icon-bitbucket-squared:before {
  content: "\E94C";
}

.icon-css3:before {
  content: "\E94D";
}

.icon-dribbble:before {
  content: "\E94E";
}

.icon-dropbox:before {
  content: "\E94F";
}

.icon-facebook:before {
  content: "\E950";
}

.icon-facebook-squared:before {
  content: "\E951";
}

.icon-flickr:before {
  content: "\E952";
}

.icon-foursquare:before {
  content: "\E953";
}

.icon-github:before {
  content: "\E954";
}

.icon-github-squared:before {
  content: "\E955";
}

.icon-github-circled:before {
  content: "\E956";
}

.icon-gittip:before {
  content: "\E957";
}

.icon-gplus-squared:before {
  content: "\E958";
}

.icon-gplus:before {
  content: "\E959";
}

.icon-html5:before {
  content: "\E95A";
}

.icon-instagramm:before {
  content: "\E95B";
}

.icon-linkedin-squared:before {
  content: "\E95C";
}

.icon-linux:before {
  content: "\E95D";
}

.icon-linkedin:before {
  content: "\E95E";
}

.icon-maxcdn:before {
  content: "\E95F";
}

.icon-pagelines:before {
  content: "\E960";
}

.icon-pinterest-circled:before {
  content: "\E961";
}

.icon-pinterest-squared:before {
  content: "\E962";
}

.icon-renren:before {
  content: "\E963";
}

.icon-skype:before {
  content: "\E964";
}

.icon-stackexchange:before {
  content: "\E965";
}

.icon-stackoverflow:before {
  content: "\E966";
}

.icon-trello:before {
  content: "\E967";
}

.icon-tumblr:before {
  content: "\E968";
}

.icon-tumblr-squared:before {
  content: "\E969";
}

.icon-twitter-squared:before {
  content: "\E96A";
}

.icon-twitter:before {
  content: "\E96B";
}

.icon-vimeo-squared:before {
  content: "\E96C";
}

.icon-vkontakte:before {
  content: "\E96D";
}

.icon-weibo:before {
  content: "\E96E";
}

.icon-windows:before {
  content: "\E96F";
}

.icon-xing:before {
  content: "\E970";
}

.icon-xing-squared:before {
  content: "\E971";
}

.icon-youtube:before {
  content: "\E972";
}

.icon-youtube-squared:before {
  content: "\E973";
}

.icon-youtube-play:before {
  content: "\E974";
}

.icon-blank:before {
  content: "\E975";
}

.icon-lemon:before {
  content: "\E976";
}

.icon-note:before {
  content: "\E977";
}

.icon-note-beamed:before {
  content: "\E978";
}

.icon-music-1:before {
  content: "\E979";
}

.icon-search-1:before {
  content: "\E97A";
}

.icon-flashlight:before {
  content: "\E97B";
}

.icon-mail-1:before {
  content: "\E97C";
}

.icon-heart-1:before {
  content: "\E97D";
}

.icon-heart-empty-1:before {
  content: "\E97E";
}

.icon-star-1:before {
  content: "\E97F";
}

.icon-star-empty-1:before {
  content: "\E980";
}

.icon-user-1:before {
  content: "\E981";
}

.icon-users-1:before {
  content: "\E982";
}

.icon-user-add:before {
  content: "\E983";
}

.icon-video-1:before {
  content: "\E984";
}

.icon-picture-1:before {
  content: "\E985";
}

.icon-camera-1:before {
  content: "\E986";
}

.icon-layout:before {
  content: "\E987";
}

.icon-menu-1:before {
  content: "\E988";
}

.icon-check-1:before {
  content: "\E989";
}

.icon-cancel-1:before {
  content: "\E98A";
}

.icon-cancel-circled-1:before {
  content: "\E98B";
}

.icon-cancel-squared:before {
  content: "\E98C";
}

.icon-plus-1:before {
  content: "\E98D";
}

.icon-plus-circled-1:before {
  content: "\E98E";
}

.icon-plus-squared-1:before {
  content: "\E98F";
}

.icon-minus-1:before {
  content: "\E990";
}

.icon-minus-circled-1:before {
  content: "\E991";
}

.icon-minus-squared-1:before {
  content: "\E992";
}

.icon-help-1:before {
  content: "\E993";
}

.icon-help-circled-1:before {
  content: "\E994";
}

.icon-info-1:before {
  content: "\E995";
}

.icon-info-circled-1:before {
  content: "\E996";
}

.icon-back:before {
  content: "\E997";
}

.icon-home-1:before {
  content: "\E998";
}

.icon-link-1:before {
  content: "\E999";
}

.icon-attach-1:before {
  content: "\E99A";
}

.icon-lock-1:before {
  content: "\E99B";
}

.icon-lock-open-1:before {
  content: "\E99C";
}

.icon-eye-1:before {
  content: "\E99D";
}

.icon-tag-1:before {
  content: "\E99E";
}

.icon-bookmark-1:before {
  content: "\E99F";
}

.icon-bookmarks:before {
  content: "\E9A0";
}

.icon-flag-1:before {
  content: "\E9A1";
}

.icon-thumbs-up-1:before {
  content: "\E9A2";
}

.icon-thumbs-down-1:before {
  content: "\E9A3";
}

.icon-download-1:before {
  content: "\E9A4";
}

.icon-upload-1:before {
  content: "\E9A5";
}

.icon-upload-cloud-1:before {
  content: "\E9A6";
}

.icon-reply-1:before {
  content: "\E9A7";
}

.icon-reply-all-1:before {
  content: "\E9A8";
}

.icon-forward-1:before {
  content: "\E9A9";
}

.icon-quote:before {
  content: "\E9AA";
}

.icon-code-1:before {
  content: "\E9AB";
}

.icon-export-1:before {
  content: "\E9AC";
}

.icon-pencil-1:before {
  content: "\E9AD";
}

.icon-feather:before {
  content: "\E9AE";
}

.icon-print-1:before {
  content: "\E9AF";
}

.icon-retweet-1:before {
  content: "\E9B0";
}

.icon-keyboard-1:before {
  content: "\E9B1";
}

.icon-comment-1:before {
  content: "\E9B2";
}

.icon-chat-1:before {
  content: "\E9B3";
}

.icon-bell-1:before {
  content: "\E9B4";
}

.icon-attention-1:before {
  content: "\E9B5";
}

.icon-alert:before {
  content: "\E9B6";
}

.icon-vcard:before {
  content: "\E9B7";
}

.icon-address:before {
  content: "\E9B8";
}

.icon-location-1:before {
  content: "\E9B9";
}

.icon-map:before {
  content: "\E9BA";
}

.icon-direction-1:before {
  content: "\E9BB";
}

.icon-compass-1:before {
  content: "\E9BC";
}

.icon-cup:before {
  content: "\E9BD";
}

.icon-trash-1:before {
  content: "\E9BE";
}

.icon-doc-1:before {
  content: "\E9BF";
}

.icon-docs:before {
  content: "\EFFF";
}

.icon-doc-landscape:before {
  content: "\E9C0";
}

.icon-doc-text-1:before {
  content: "\E9C1";
}

.icon-doc-text-inv-1:before {
  content: "\E9C2";
}

.icon-newspaper:before {
  content: "\E9C3";
}

.icon-book-open:before {
  content: "\E9C4";
}

.icon-book-1:before {
  content: "\E9C5";
}

.icon-folder-1:before {
  content: "\E9C6";
}

.icon-archive:before {
  content: "\E9C7";
}

.icon-box-1:before {
  content: "\E9C8";
}

.icon-rss-1:before {
  content: "\E9C9";
}

.icon-phone-1:before {
  content: "\E9CA";
}

.icon-cog-1:before {
  content: "\E9CB";
}

.icon-tools:before {
  content: "\E9CC";
}

.icon-share:before {
  content: "\E9CD";
}

.icon-shareable:before {
  content: "\E9CE";
}

.icon-basket-1:before {
  content: "\E9CF";
}

.icon-bag:before {
  content: "\E9D0";
}

.icon-calendar-1:before {
  content: "\E9D1";
}

.icon-login-1:before {
  content: "\E9D2";
}

.icon-logout-1:before {
  content: "\E9D3";
}

.icon-mic-1:before {
  content: "\E9D4";
}

.icon-mute-1:before {
  content: "\E9D5";
}

.icon-sound:before {
  content: "\E9D6";
}

.icon-volume:before {
  content: "\E9D7";
}

.icon-clock-1:before {
  content: "\E9D8";
}

.icon-hourglass:before {
  content: "\E9D9";
}

.icon-lamp:before {
  content: "\E9DA";
}

.icon-light-down:before {
  content: "\E9DB";
}

.icon-light-up:before {
  content: "\E9DC";
}

.icon-adjust:before {
  content: "\E9DD";
}

.icon-block-1:before {
  content: "\E9DE";
}

.icon-resize-full-1:before {
  content: "\E9DF";
}

.icon-resize-small-1:before {
  content: "\E9E0";
}

.icon-popup:before {
  content: "\E9E1";
}

.icon-publish:before {
  content: "\E9E2";
}

.icon-window:before {
  content: "\E9E3";
}

.icon-arrow-combo:before {
  content: "\E9E4";
}

.icon-down-circled-1:before {
  content: "\E9E5";
}

.icon-left-circled-1:before {
  content: "\E9E6";
}

.icon-right-circled-1:before {
  content: "\E9E7";
}

.icon-up-circled-1:before {
  content: "\E9E8";
}

.icon-down-open-1:before {
  content: "\E9E9";
}

.icon-left-open-1:before {
  content: "\E9EA";
}

.icon-right-open-1:before {
  content: "\E9EB";
}

.icon-up-open-1:before {
  content: "\E9EC";
}

.icon-down-open-mini:before {
  content: "\E9ED";
}

.icon-left-open-mini:before {
  content: "\E9EE";
}

.icon-right-open-mini:before {
  content: "\E9EF";
}

.icon-up-open-mini:before {
  content: "\E9F0";
}

.icon-down-open-big:before {
  content: "\E9F1";
}

.icon-left-open-big:before {
  content: "\E9F2";
}

.icon-right-open-big:before {
  content: "\E9F3";
}

.icon-up-open-big:before {
  content: "\E9F4";
}

.icon-down-1:before {
  content: "\E9F5";
}

.icon-left-1:before {
  content: "\E9F6";
}

.icon-right-1:before {
  content: "\E9F7";
}

.icon-up-1:before {
  content: "\E9F8";
}

.icon-down-dir-1:before {
  content: "\E9F9";
}

.icon-left-dir-1:before {
  content: "\E9FA";
}

.icon-right-dir-1:before {
  content: "\E9FB";
}

.icon-up-dir-1:before {
  content: "\E9FC";
}

.icon-down-bold:before {
  content: "\E9FD";
}

.icon-left-bold:before {
  content: "\E9FE";
}

.icon-right-bold:before {
  content: "\E9FF";
}

.icon-up-bold:before {
  content: "\EA00";
}

.icon-down-thin:before {
  content: "\EA01";
}

.icon-left-thin:before {
  content: "\EA02";
}

.icon-right-thin:before {
  content: "\EA03";
}

.icon-up-thin:before {
  content: "\EA04";
}

.icon-ccw-1:before {
  content: "\EA05";
}

.icon-cw-1:before {
  content: "\EA06";
}

.icon-arrows-ccw:before {
  content: "\EA07";
}

.icon-level-down-1:before {
  content: "\EA08";
}

.icon-level-up-1:before {
  content: "\EA09";
}

.icon-shuffle-1:before {
  content: "\EA0A";
}

.icon-loop:before {
  content: "\EA0B";
}

.icon-switch:before {
  content: "\EA0C";
}

.icon-play-1:before {
  content: "\EA0D";
}

.icon-stop-1:before {
  content: "\EA0E";
}

.icon-pause-1:before {
  content: "\EA0F";
}

.icon-record:before {
  content: "\EA10";
}

.icon-to-end-1:before {
  content: "\EA11";
}

.icon-to-start-1:before {
  content: "\EA12";
}

.icon-fast-forward:before {
  content: "\EA13";
}

.icon-fast-backward:before {
  content: "\EA14";
}

.icon-progress-0:before {
  content: "\EA15";
}

.icon-progress-1:before {
  content: "\EA16";
}

.icon-progress-2:before {
  content: "\EA17";
}

.icon-progress-3:before {
  content: "\EA18";
}

.icon-target-1:before {
  content: "\EA19";
}

.icon-palette:before {
  content: "\EA1A";
}

.icon-list-1:before {
  content: "\EA1B";
}

.icon-list-add:before {
  content: "\EA1C";
}

.icon-signal-1:before {
  content: "\EA1D";
}

.icon-trophy:before {
  content: "\EA1E";
}

.icon-battery:before {
  content: "\EA1F";
}

.icon-back-in-time:before {
  content: "\EA20";
}

.icon-monitor:before {
  content: "\EA21";
}

.icon-mobile-1:before {
  content: "\EA22";
}

.icon-network:before {
  content: "\EA23";
}

.icon-cd:before {
  content: "\EA24";
}

.icon-inbox-1:before {
  content: "\EA25";
}

.icon-install:before {
  content: "\EA26";
}

.icon-globe-1:before {
  content: "\EA27";
}

.icon-cloud-1:before {
  content: "\EA28";
}

.icon-cloud-thunder:before {
  content: "\EA29";
}

.icon-flash-1:before {
  content: "\EA2A";
}

.icon-moon-1:before {
  content: "\EA2B";
}

.icon-flight-1:before {
  content: "\EA2C";
}

.icon-paper-plane:before {
  content: "\EA2D";
}

.icon-leaf-1:before {
  content: "\EA2E";
}

.icon-lifebuoy:before {
  content: "\EA2F";
}

.icon-mouse:before {
  content: "\EA30";
}

.icon-briefcase-1:before {
  content: "\EA31";
}

.icon-suitcase-1:before {
  content: "\EA32";
}

.icon-dot:before {
  content: "\EA33";
}

.icon-dot-2:before {
  content: "\EA34";
}

.icon-dot-3:before {
  content: "\EA35";
}

.icon-brush:before {
  content: "\EA36";
}

.icon-magnet-1:before {
  content: "\EA37";
}

.icon-infinity:before {
  content: "\EA38";
}

.icon-erase:before {
  content: "\EA39";
}

.icon-chart-pie:before {
  content: "\EA3A";
}

.icon-chart-line:before {
  content: "\EA3B";
}

.icon-chart-bar-1:before {
  content: "\EA3C";
}

.icon-chart-area:before {
  content: "\EA3D";
}

.icon-tape:before {
  content: "\EA3E";
}

.icon-graduation-cap:before {
  content: "\EA3F";
}

.icon-language:before {
  content: "\EA40";
}

.icon-ticket-1:before {
  content: "\EA41";
}

.icon-water:before {
  content: "\EA42";
}

.icon-droplet:before {
  content: "\EA43";
}

.icon-air:before {
  content: "\EA44";
}

.icon-credit-card-1:before {
  content: "\EA45";
}

.icon-floppy-1:before {
  content: "\EA46";
}

.icon-clipboard:before {
  content: "\EA47";
}

.icon-megaphone-1:before {
  content: "\EA48";
}

.icon-database:before {
  content: "\EA49";
}

.icon-drive:before {
  content: "\EA4A";
}

.icon-bucket:before {
  content: "\EA4B";
}

.icon-thermometer:before {
  content: "\EA4C";
}

.icon-key-1:before {
  content: "\EA4D";
}

.icon-flow-cascade:before {
  content: "\EA4E";
}

.icon-flow-branch:before {
  content: "\EA4F";
}

.icon-flow-tree:before {
  content: "\EA50";
}

.icon-flow-line:before {
  content: "\EA51";
}

.icon-flow-parallel:before {
  content: "\EA52";
}

.icon-rocket-1:before {
  content: "\EA53";
}

.icon-gauge-1:before {
  content: "\EA54";
}

.icon-traffic-cone:before {
  content: "\EA55";
}

.icon-cc:before {
  content: "\EA56";
}

.icon-cc-by:before {
  content: "\EA57";
}

.icon-cc-nc:before {
  content: "\EA58";
}

.icon-cc-nc-eu:before {
  content: "\EA59";
}

.icon-cc-nc-jp:before {
  content: "\EA5A";
}

.icon-cc-sa:before {
  content: "\EA5B";
}

.icon-cc-nd:before {
  content: "\EA5C";
}

.icon-cc-pd:before {
  content: "\EA5D";
}

.icon-cc-zero:before {
  content: "\EA5E";
}

.icon-cc-share:before {
  content: "\EA5F";
}

.icon-cc-remix:before {
  content: "\EA60";
}

.icon-github-1:before {
  content: "\EA61";
}

.icon-github-circled-1:before {
  content: "\EA62";
}

.icon-flickr-1:before {
  content: "\EA63";
}

.icon-flickr-circled:before {
  content: "\EA64";
}

.icon-vimeo:before {
  content: "\EA65";
}

.icon-vimeo-circled:before {
  content: "\EA66";
}

.icon-twitter-1:before {
  content: "\EA67";
}

.icon-twitter-circled:before {
  content: "\EA68";
}

.icon-facebook-1:before {
  content: "\EA69";
}

.icon-facebook-circled:before {
  content: "\EA6A";
}

.icon-facebook-squared-1:before {
  content: "\EA6B";
}

.icon-gplus-1:before {
  content: "\EA6C";
}

.icon-gplus-circled:before {
  content: "\EA6D";
}

.icon-pinterest:before {
  content: "\EA6E";
}

.icon-pinterest-circled-1:before {
  content: "\EA6F";
}

.icon-tumblr-1:before {
  content: "\EA70";
}

.icon-tumblr-circled:before {
  content: "\EA71";
}

.icon-linkedin-1:before {
  content: "\EA72";
}

.icon-linkedin-circled:before {
  content: "\EA73";
}

.icon-dribbble-1:before {
  content: "\EA74";
}

.icon-dribbble-circled:before {
  content: "\EA75";
}

.icon-stumbleupon:before {
  content: "\EA76";
}

.icon-stumbleupon-circled:before {
  content: "\EA77";
}

.icon-lastfm:before {
  content: "\EA78";
}

.icon-lastfm-circled:before {
  content: "\EA79";
}

.icon-rdio:before {
  content: "\EA7A";
}

.icon-rdio-circled:before {
  content: "\EA7B";
}

.icon-spotify:before {
  content: "\EA7C";
}

.icon-spotify-circled:before {
  content: "\EA7D";
}

.icon-qq:before {
  content: "\EA7E";
}

.icon-instagram:before {
  content: "\EA7F";
}

.icon-dropbox-1:before {
  content: "\EA80";
}

.icon-evernote:before {
  content: "\EA81";
}

.icon-flattr:before {
  content: "\EA82";
}

.icon-skype-1:before {
  content: "\EA83";
}

.icon-skype-circled:before {
  content: "\EA84";
}

.icon-renren-1:before {
  content: "\EA85";
}

.icon-sina-weibo:before {
  content: "\EA86";
}

.icon-paypal:before {
  content: "\EA87";
}

.icon-picasa:before {
  content: "\EA88";
}

.icon-soundcloud:before {
  content: "\EA89";
}

.icon-mixi:before {
  content: "\EA8A";
}

.icon-behance:before {
  content: "\EA8B";
}

.icon-google-circles:before {
  content: "\EA8C";
}

.icon-vkontakte-1:before {
  content: "\EA8D";
}

.icon-smashing:before {
  content: "\EA8E";
}

.icon-sweden:before {
  content: "\EA8F";
}

.icon-db-shape:before {
  content: "\EA90";
}

.icon-logo-db:before {
  content: "\EA91";
}

.icon-music-outline:before {
  content: "\EA92";
}

.icon-music-2:before {
  content: "\EA93";
}

.icon-search-outline:before {
  content: "\EA94";
}

.icon-search-2:before {
  content: "\EA95";
}

.icon-mail-2:before {
  content: "\EA96";
}

.icon-heart-2:before {
  content: "\EA97";
}

.icon-heart-filled:before {
  content: "\EA98";
}

.icon-star-2:before {
  content: "\EA99";
}

.icon-star-filled:before {
  content: "\EA9A";
}

.icon-user-outline:before {
  content: "\EA9B";
}

.icon-user-2:before {
  content: "\EA9C";
}

.icon-users-outline:before {
  content: "\EA9D";
}

.icon-users-2:before {
  content: "\EA9E";
}

.icon-user-add-outline:before {
  content: "\EA9F";
}

.icon-user-add-1:before {
  content: "\EAA0";
}

.icon-user-delete-outline:before {
  content: "\EAA1";
}

.icon-user-delete:before {
  content: "\EAA2";
}

.icon-video-2:before {
  content: "\EAA3";
}

.icon-videocam-outline:before {
  content: "\EAA4";
}

.icon-videocam-1:before {
  content: "\EAA5";
}

.icon-picture-outline:before {
  content: "\EAA6";
}

.icon-picture-2:before {
  content: "\EAA7";
}

.icon-camera-outline:before {
  content: "\EAA8";
}

.icon-camera-2:before {
  content: "\EAA9";
}

.icon-th-outline:before {
  content: "\EAAA";
}

.icon-th-1:before {
  content: "\EAAB";
}

.icon-th-large-outline:before {
  content: "\EAAC";
}

.icon-th-large-1:before {
  content: "\EAAD";
}

.icon-th-list-outline:before {
  content: "\EAAE";
}

.icon-th-list-1:before {
  content: "\EAAF";
}

.icon-ok-outline:before {
  content: "\EAB0";
}

.icon-ok-1:before {
  content: "\EAB1";
}

.icon-cancel-outline:before {
  content: "\EAB2";
}

.icon-cancel-2:before {
  content: "\EAB3";
}

.icon-cancel-alt:before {
  content: "\EAB4";
}

.icon-cancel-alt-filled:before {
  content: "\EAB5";
}

.icon-cancel-circled-outline:before {
  content: "\EAB6";
}

.icon-cancel-circled-2:before {
  content: "\EAB7";
}

.icon-plus-outline:before {
  content: "\EAB8";
}

.icon-plus-2:before {
  content: "\EAB9";
}

.icon-minus-outline:before {
  content: "\EABA";
}

.icon-minus-2:before {
  content: "\EABB";
}

.icon-divide-outline:before {
  content: "\EABC";
}

.icon-divide:before {
  content: "\EABD";
}

.icon-eq-outline:before {
  content: "\EABE";
}

.icon-eq:before {
  content: "\EABF";
}

.icon-info-outline:before {
  content: "\EAC0";
}

.icon-info-2:before {
  content: "\EAC1";
}

.icon-home-outline:before {
  content: "\EAC2";
}

.icon-home-2:before {
  content: "\EAC3";
}

.icon-link-outline:before {
  content: "\EAC4";
}

.icon-link-2:before {
  content: "\EAC5";
}

.icon-attach-outline:before {
  content: "\EAC6";
}

.icon-attach-2:before {
  content: "\EAC7";
}

.icon-lock-2:before {
  content: "\EAC8";
}

.icon-lock-filled:before {
  content: "\EAC9";
}

.icon-lock-open-2:before {
  content: "\EACA";
}

.icon-lock-open-filled:before {
  content: "\EACB";
}

.icon-pin-outline:before {
  content: "\EACC";
}

.icon-pin-1:before {
  content: "\EACD";
}

.icon-eye-outline:before {
  content: "\EACE";
}

.icon-eye-2:before {
  content: "\EACF";
}

.icon-tag-2:before {
  content: "\EAD0";
}

.icon-tags-1:before {
  content: "\EAD1";
}

.icon-bookmark-2:before {
  content: "\EAD2";
}

.icon-flag-2:before {
  content: "\EAD3";
}

.icon-flag-filled:before {
  content: "\EAD4";
}

.icon-thumbs-up-2:before {
  content: "\EAD5";
}

.icon-thumbs-down-2:before {
  content: "\EAD6";
}

.icon-download-outline:before {
  content: "\EAD7";
}

.icon-download-2:before {
  content: "\EAD8";
}

.icon-upload-outline:before {
  content: "\EAD9";
}

.icon-upload-2:before {
  content: "\EADA";
}

.icon-upload-cloud-outline:before {
  content: "\EADB";
}

.icon-upload-cloud-2:before {
  content: "\EADC";
}

.icon-reply-outline:before {
  content: "\EADD";
}

.icon-reply-2:before {
  content: "\EADE";
}

.icon-forward-outline:before {
  content: "\EADF";
}

.icon-forward-2:before {
  content: "\EAE0";
}

.icon-code-outline:before {
  content: "\EAE1";
}

.icon-code-2:before {
  content: "\EAE2";
}

.icon-export-outline:before {
  content: "\EAE3";
}

.icon-export-2:before {
  content: "\EAE4";
}

.icon-pencil-2:before {
  content: "\EAE5";
}

.icon-pen:before {
  content: "\EAE6";
}

.icon-feather-1:before {
  content: "\EAE7";
}

.icon-edit-1:before {
  content: "\EAE8";
}

.icon-print-2:before {
  content: "\EAE9";
}

.icon-comment-2:before {
  content: "\EAEA";
}

.icon-chat-2:before {
  content: "\EAEB";
}

.icon-chat-alt:before {
  content: "\EAEC";
}

.icon-bell-2:before {
  content: "\EAED";
}

.icon-attention-2:before {
  content: "\EAEE";
}

.icon-attention-filled:before {
  content: "\EAEF";
}

.icon-warning-empty:before {
  content: "\EAF0";
}

.icon-warning:before {
  content: "\EAF1";
}

.icon-contacts:before {
  content: "\EAF2";
}

.icon-vcard-1:before {
  content: "\EAF3";
}

.icon-address-1:before {
  content: "\EAF4";
}

.icon-location-outline:before {
  content: "\EAF5";
}

.icon-location-2:before {
  content: "\EAF6";
}

.icon-map-1:before {
  content: "\EAF7";
}

.icon-direction-outline:before {
  content: "\EAF8";
}

.icon-direction-2:before {
  content: "\EAF9";
}

.icon-compass-2:before {
  content: "\EAFA";
}

.icon-trash-2:before {
  content: "\EAFB";
}

.icon-doc-2:before {
  content: "\EAFC";
}

.icon-doc-text-2:before {
  content: "\EAFD";
}

.icon-doc-add:before {
  content: "\EAFE";
}

.icon-doc-remove:before {
  content: "\EAFF";
}

.icon-news:before {
  content: "\EB00";
}

.icon-folder-2:before {
  content: "\EB01";
}

.icon-folder-add:before {
  content: "\EB02";
}

.icon-folder-delete:before {
  content: "\EB03";
}

.icon-archive-1:before {
  content: "\EB04";
}

.icon-box-2:before {
  content: "\EB05";
}

.icon-rss-outline:before {
  content: "\EB06";
}

.icon-rss-2:before {
  content: "\EB07";
}

.icon-phone-outline:before {
  content: "\EB08";
}

.icon-phone-2:before {
  content: "\EB09";
}

.icon-menu-outline:before {
  content: "\EB0A";
}

.icon-menu-2:before {
  content: "\EB0B";
}

.icon-cog-outline:before {
  content: "\EB0C";
}

.icon-cog-2:before {
  content: "\EB0D";
}

.icon-wrench-outline:before {
  content: "\EB0E";
}

.icon-wrench-1:before {
  content: "\EB0F";
}

.icon-basket-2:before {
  content: "\EB10";
}

.icon-calendar-outlilne:before {
  content: "\EB11";
}

.icon-calendar-2:before {
  content: "\EB12";
}

.icon-mic-outline:before {
  content: "\EB13";
}

.icon-mic-2:before {
  content: "\EB14";
}

.icon-volume-off-1:before {
  content: "\EB15";
}

.icon-volume-low:before {
  content: "\EB16";
}

.icon-volume-middle:before {
  content: "\EB17";
}

.icon-volume-high:before {
  content: "\EB18";
}

.icon-headphones-1:before {
  content: "\EB19";
}

.icon-clock-2:before {
  content: "\EB1A";
}

.icon-wristwatch:before {
  content: "\EB1B";
}

.icon-stopwatch:before {
  content: "\EB1C";
}

.icon-lightbulb-1:before {
  content: "\EB1D";
}

.icon-block-outline:before {
  content: "\EB1E";
}

.icon-block-2:before {
  content: "\EB1F";
}

.icon-resize-full-outline:before {
  content: "\EB20";
}

.icon-resize-full-2:before {
  content: "\EB21";
}

.icon-resize-normal-outline:before {
  content: "\EB22";
}

.icon-resize-normal:before {
  content: "\EB23";
}

.icon-move-outline:before {
  content: "\EB24";
}

.icon-move-1:before {
  content: "\EB25";
}

.icon-popup-1:before {
  content: "\EB26";
}

.icon-zoom-in-outline:before {
  content: "\EB27";
}

.icon-zoom-in-1:before {
  content: "\EB28";
}

.icon-zoom-out-outline:before {
  content: "\EB29";
}

.icon-zoom-out-1:before {
  content: "\EB2A";
}

.icon-popup-2:before {
  content: "\EB2B";
}

.icon-left-open-outline:before {
  content: "\EB2C";
}

.icon-left-open-2:before {
  content: "\EB2D";
}

.icon-right-open-outline:before {
  content: "\EB2E";
}

.icon-right-open-2:before {
  content: "\EB2F";
}

.icon-down-2:before {
  content: "\EB30";
}

.icon-left-2:before {
  content: "\EB31";
}

.icon-right-2:before {
  content: "\EB32";
}

.icon-up-2:before {
  content: "\EB33";
}

.icon-down-outline:before {
  content: "\EB34";
}

.icon-left-outline:before {
  content: "\EB35";
}

.icon-right-outline:before {
  content: "\EB36";
}

.icon-up-outline:before {
  content: "\EB37";
}

.icon-down-small:before {
  content: "\EB38";
}

.icon-left-small:before {
  content: "\EB39";
}

.icon-right-small:before {
  content: "\EB3A";
}

.icon-up-small:before {
  content: "\EB3B";
}

.icon-cw-outline:before {
  content: "\EB3C";
}

.icon-cw-2:before {
  content: "\EB3D";
}

.icon-arrows-cw-outline:before {
  content: "\EB3E";
}

.icon-arrows-cw-1:before {
  content: "\EB3F";
}

.icon-loop-outline:before {
  content: "\EB40";
}

.icon-loop-1:before {
  content: "\EB41";
}

.icon-loop-alt-outline:before {
  content: "\EB42";
}

.icon-loop-alt:before {
  content: "\EB43";
}

.icon-shuffle-2:before {
  content: "\EB44";
}

.icon-play-outline:before {
  content: "\EB45";
}

.icon-play-2:before {
  content: "\EB46";
}

.icon-stop-outline:before {
  content: "\EB47";
}

.icon-stop-2:before {
  content: "\EB48";
}

.icon-pause-outline:before {
  content: "\EB49";
}

.icon-pause-2:before {
  content: "\EB4A";
}

.icon-fast-fw-outline:before {
  content: "\EB4B";
}

.icon-fast-fw-1:before {
  content: "\EB4C";
}

.icon-rewind-outline:before {
  content: "\EB4D";
}

.icon-rewind:before {
  content: "\EB4E";
}

.icon-record-outline:before {
  content: "\EB4F";
}

.icon-record-1:before {
  content: "\EB50";
}

.icon-eject-outline:before {
  content: "\EB51";
}

.icon-eject-1:before {
  content: "\EB52";
}

.icon-eject-alt-outline:before {
  content: "\EB53";
}

.icon-eject-alt:before {
  content: "\EB54";
}

.icon-bat1:before {
  content: "\EB55";
}

.icon-bat2:before {
  content: "\EB56";
}

.icon-bat3:before {
  content: "\EB57";
}

.icon-bat4:before {
  content: "\EB58";
}

.icon-bat-charge:before {
  content: "\EB59";
}

.icon-plug:before {
  content: "\EB5A";
}

.icon-target-outline:before {
  content: "\EB5B";
}

.icon-target-2:before {
  content: "\EB5C";
}

.icon-wifi-outline:before {
  content: "\EB5D";
}

.icon-wifi:before {
  content: "\EB5E";
}

.icon-desktop-1:before {
  content: "\EB5F";
}

.icon-laptop-1:before {
  content: "\EB60";
}

.icon-tablet-1:before {
  content: "\EB61";
}

.icon-mobile-2:before {
  content: "\EB62";
}

.icon-contrast:before {
  content: "\EB63";
}

.icon-globe-outline:before {
  content: "\EB64";
}

.icon-globe-2:before {
  content: "\EB65";
}

.icon-globe-alt-outline:before {
  content: "\EB66";
}

.icon-globe-alt:before {
  content: "\EB67";
}

.icon-sun-1:before {
  content: "\EB68";
}

.icon-sun-filled:before {
  content: "\EB69";
}

.icon-cloud-2:before {
  content: "\EB6A";
}

.icon-flash-outline:before {
  content: "\EB6B";
}

.icon-flash-2:before {
  content: "\EB6C";
}

.icon-moon-2:before {
  content: "\EB6D";
}

.icon-waves-outline:before {
  content: "\EB6E";
}

.icon-waves:before {
  content: "\EB6F";
}

.icon-rain:before {
  content: "\EB70";
}

.icon-cloud-sun:before {
  content: "\EB71";
}

.icon-drizzle:before {
  content: "\EB72";
}

.icon-snow:before {
  content: "\EB73";
}

.icon-cloud-flash:before {
  content: "\EB74";
}

.icon-cloud-wind:before {
  content: "\EB75";
}

.icon-wind:before {
  content: "\EB76";
}

.icon-plane-outline:before {
  content: "\EB77";
}

.icon-plane:before {
  content: "\EB78";
}

.icon-leaf-2:before {
  content: "\EB79";
}

.icon-lifebuoy-1:before {
  content: "\EB7A";
}

.icon-briefcase-2:before {
  content: "\EB7B";
}

.icon-brush-1:before {
  content: "\EB7C";
}

.icon-pipette:before {
  content: "\EB7D";
}

.icon-power-outline:before {
  content: "\EB7E";
}

.icon-power:before {
  content: "\EB7F";
}

.icon-check-outline:before {
  content: "\EB80";
}

.icon-check-2:before {
  content: "\EB81";
}

.icon-gift-1:before {
  content: "\EB82";
}

.icon-temperatire:before {
  content: "\EB83";
}

.icon-chart-outline:before {
  content: "\EB84";
}

.icon-chart:before {
  content: "\EB85";
}

.icon-chart-alt-outline:before {
  content: "\EB86";
}

.icon-chart-alt:before {
  content: "\EB87";
}

.icon-chart-bar-outline:before {
  content: "\EB88";
}

.icon-chart-bar-2:before {
  content: "\EB89";
}

.icon-chart-pie-outline:before {
  content: "\EB8A";
}

.icon-chart-pie-1:before {
  content: "\EB8B";
}

.icon-ticket-2:before {
  content: "\EB8C";
}

.icon-credit-card-2:before {
  content: "\EB8D";
}

.icon-clipboard-1:before {
  content: "\EB8E";
}

.icon-database-1:before {
  content: "\EB8F";
}

.icon-key-outline:before {
  content: "\EB90";
}

.icon-key-2:before {
  content: "\EB91";
}

.icon-flow-split:before {
  content: "\EB92";
}

.icon-flow-merge:before {
  content: "\EB93";
}

.icon-flow-parallel-1:before {
  content: "\EB94";
}

.icon-flow-cross:before {
  content: "\EB95";
}

.icon-certificate-outline:before {
  content: "\EB96";
}

.icon-certificate-1:before {
  content: "\EB97";
}

.icon-scissors-outline:before {
  content: "\EB98";
}

.icon-scissors-1:before {
  content: "\EB99";
}

.icon-flask:before {
  content: "\EB9A";
}

.icon-wine:before {
  content: "\EB9B";
}

.icon-coffee-1:before {
  content: "\EB9C";
}

.icon-beer-1:before {
  content: "\EB9D";
}

.icon-anchor-outline:before {
  content: "\EB9E";
}

.icon-anchor-1:before {
  content: "\EB9F";
}

.icon-puzzle-outline:before {
  content: "\EBA0";
}

.icon-puzzle-1:before {
  content: "\EBA1";
}

.icon-tree:before {
  content: "\EBA2";
}

.icon-calculator:before {
  content: "\EBA3";
}

.icon-infinity-outline:before {
  content: "\EBA4";
}

.icon-infinity-1:before {
  content: "\EBA5";
}

.icon-pi-outline:before {
  content: "\EBA6";
}

.icon-pi:before {
  content: "\EBA7";
}

.icon-at:before {
  content: "\EBA8";
}

.icon-at-circled:before {
  content: "\EBA9";
}

.icon-looped-square-outline:before {
  content: "\EBAA";
}

.icon-looped-square-interest:before {
  content: "\EBAB";
}

.icon-sort-alphabet-outline:before {
  content: "\EBAC";
}

.icon-sort-alphabet:before {
  content: "\EBAD";
}

.icon-sort-numeric-outline:before {
  content: "\EBAE";
}

.icon-sort-numeric:before {
  content: "\EBAF";
}

.icon-dribbble-circled-1:before {
  content: "\EBB0";
}

.icon-dribbble-2:before {
  content: "\EBB1";
}

.icon-facebook-circled-1:before {
  content: "\EBB2";
}

.icon-facebook-2:before {
  content: "\EBB3";
}

.icon-flickr-circled-1:before {
  content: "\EBB4";
}

.icon-flickr-2:before {
  content: "\EBB5";
}

.icon-github-circled-2:before {
  content: "\EBB6";
}

.icon-github-2:before {
  content: "\EBB7";
}

.icon-lastfm-circled-1:before {
  content: "\EBB8";
}

.icon-lastfm-1:before {
  content: "\EBB9";
}

.icon-linkedin-circled-1:before {
  content: "\EBBA";
}

.icon-linkedin-2:before {
  content: "\EBBB";
}

.icon-pinterest-circled-2:before {
  content: "\EBBC";
}

.icon-pinterest-1:before {
  content: "\EBBD";
}

.icon-skype-outline:before {
  content: "\EBBE";
}

.icon-skype-2:before {
  content: "\EBBF";
}

.icon-tumbler-circled:before {
  content: "\EBC0";
}

.icon-tumbler:before {
  content: "\EBC1";
}

.icon-twitter-circled-1:before {
  content: "\EBC2";
}

.icon-twitter-2:before {
  content: "\EBC3";
}

.icon-vimeo-circled-1:before {
  content: "\EBC4";
}

.icon-vimeo-1:before {
  content: "\EBC5";
}

.icon-search-3:before {
  content: "\EBC6";
}

.icon-mail-3:before {
  content: "\EBC7";
}

.icon-heart-3:before {
  content: "\EBC8";
}

.icon-heart-empty-2:before {
  content: "\EBC9";
}

.icon-star-3:before {
  content: "\EBCA";
}

.icon-user-3:before {
  content: "\EBCB";
}

.icon-video-3:before {
  content: "\EBCC";
}

.icon-picture-3:before {
  content: "\EBCD";
}

.icon-camera-3:before {
  content: "\EBCE";
}

.icon-ok-2:before {
  content: "\EBCF";
}

.icon-ok-circle:before {
  content: "\EBD0";
}

.icon-cancel-3:before {
  content: "\EBD1";
}

.icon-cancel-circle:before {
  content: "\EBD2";
}

.icon-plus-3:before {
  content: "\EBD3";
}

.icon-plus-circle:before {
  content: "\EBD4";
}

.icon-minus-3:before {
  content: "\EBD5";
}

.icon-minus-circle:before {
  content: "\EBD6";
}

.icon-help-2:before {
  content: "\EBD7";
}

.icon-info-3:before {
  content: "\EBD8";
}

.icon-home-3:before {
  content: "\EBD9";
}

.icon-link-3:before {
  content: "\EBDA";
}

.icon-attach-3:before {
  content: "\EBDB";
}

.icon-lock-3:before {
  content: "\EBDC";
}

.icon-lock-empty:before {
  content: "\EBDD";
}

.icon-lock-open-3:before {
  content: "\EBDE";
}

.icon-lock-open-empty:before {
  content: "\EBDF";
}

.icon-pin-2:before {
  content: "\EBE0";
}

.icon-eye-3:before {
  content: "\EBE1";
}

.icon-tag-3:before {
  content: "\EBE2";
}

.icon-tag-empty:before {
  content: "\EBE3";
}

.icon-download-3:before {
  content: "\EBE4";
}

.icon-upload-3:before {
  content: "\EBE5";
}

.icon-download-cloud-1:before {
  content: "\EBE6";
}

.icon-upload-cloud-3:before {
  content: "\EBE7";
}

.icon-quote-left-1:before {
  content: "\EBE8";
}

.icon-quote-right-1:before {
  content: "\EBE9";
}

.icon-quote-left-alt:before {
  content: "\EBEA";
}

.icon-quote-right-alt:before {
  content: "\EBEB";
}

.icon-pencil-3:before {
  content: "\EBEC";
}

.icon-pencil-neg:before {
  content: "\EBED";
}

.icon-pencil-alt:before {
  content: "\EBEE";
}

.icon-undo:before {
  content: "\EBEF";
}

.icon-comment-3:before {
  content: "\EBF0";
}

.icon-comment-inv:before {
  content: "\EBF1";
}

.icon-comment-alt:before {
  content: "\EBF2";
}

.icon-comment-inv-alt:before {
  content: "\EBF3";
}

.icon-comment-alt2:before {
  content: "\EBF4";
}

.icon-comment-inv-alt2:before {
  content: "\EBF5";
}

.icon-chat-3:before {
  content: "\EBF6";
}

.icon-chat-inv:before {
  content: "\EBF7";
}

.icon-location-3:before {
  content: "\EBF8";
}

.icon-location-inv:before {
  content: "\EBF9";
}

.icon-location-alt:before {
  content: "\EBFA";
}

.icon-compass-3:before {
  content: "\EBFB";
}

.icon-trash-3:before {
  content: "\EBFC";
}

.icon-trash-empty:before {
  content: "\EBFD";
}

.icon-doc-3:before {
  content: "\EBFE";
}

.icon-doc-inv-1:before {
  content: "\EBFF";
}

.icon-doc-alt:before {
  content: "\EC00";
}

.icon-doc-inv-alt:before {
  content: "\EC01";
}

.icon-article:before {
  content: "\EC02";
}

.icon-article-alt:before {
  content: "\EC03";
}

.icon-book-open-1:before {
  content: "\EC04";
}

.icon-folder-3:before {
  content: "\EC05";
}

.icon-folder-empty-1:before {
  content: "\EC06";
}

.icon-box-3:before {
  content: "\EC07";
}

.icon-rss-3:before {
  content: "\EC08";
}

.icon-rss-alt:before {
  content: "\EC09";
}

.icon-cog-3:before {
  content: "\EC0A";
}

.icon-wrench-2:before {
  content: "\EC0B";
}

.icon-share-1:before {
  content: "\EC0C";
}

.icon-calendar-3:before {
  content: "\EC0D";
}

.icon-calendar-inv:before {
  content: "\EC0E";
}

.icon-calendar-alt:before {
  content: "\EC0F";
}

.icon-mic-3:before {
  content: "\EC10";
}

.icon-volume-off-2:before {
  content: "\EC11";
}

.icon-volume-up-1:before {
  content: "\EC12";
}

.icon-headphones-2:before {
  content: "\EC13";
}

.icon-clock-3:before {
  content: "\EC14";
}

.icon-lamp-1:before {
  content: "\EC15";
}

.icon-block-3:before {
  content: "\EC16";
}

.icon-resize-full-3:before {
  content: "\EC17";
}

.icon-resize-full-alt-1:before {
  content: "\EC18";
}

.icon-resize-small-2:before {
  content: "\EC19";
}

.icon-resize-small-alt:before {
  content: "\EC1A";
}

.icon-resize-vertical-1:before {
  content: "\EC1B";
}

.icon-resize-horizontal-1:before {
  content: "\EC1C";
}

.icon-move-2:before {
  content: "\EC1D";
}

.icon-popup-3:before {
  content: "\EC1E";
}

.icon-down-3:before {
  content: "\EC1F";
}

.icon-left-3:before {
  content: "\EC20";
}

.icon-right-3:before {
  content: "\EC21";
}

.icon-up-3:before {
  content: "\EC22";
}

.icon-down-circle:before {
  content: "\EC23";
}

.icon-left-circle:before {
  content: "\EC24";
}

.icon-right-circle:before {
  content: "\EC25";
}

.icon-up-circle:before {
  content: "\EC26";
}

.icon-cw-3:before {
  content: "\EC27";
}

.icon-loop-2:before {
  content: "\EC28";
}

.icon-loop-alt-1:before {
  content: "\EC29";
}

.icon-exchange-1:before {
  content: "\EC2A";
}

.icon-split:before {
  content: "\EC2B";
}

.icon-arrow-curved:before {
  content: "\EC2C";
}

.icon-play-3:before {
  content: "\EC2D";
}

.icon-play-circle2:before {
  content: "\EC2E";
}

.icon-stop-3:before {
  content: "\EC2F";
}

.icon-pause-3:before {
  content: "\EC30";
}

.icon-to-start-2:before {
  content: "\EC31";
}

.icon-to-end-2:before {
  content: "\EC32";
}

.icon-eject-2:before {
  content: "\EC33";
}

.icon-target-3:before {
  content: "\EC34";
}

.icon-signal-2:before {
  content: "\EC35";
}

.icon-award-1:before {
  content: "\EC36";
}

.icon-award-empty:before {
  content: "\EC37";
}

.icon-list-2:before {
  content: "\EC38";
}

.icon-list-nested:before {
  content: "\EC39";
}

.icon-bat-empty:before {
  content: "\EC3A";
}

.icon-bat-half:before {
  content: "\EC3B";
}

.icon-bat-full:before {
  content: "\EC3C";
}

.icon-bat-charge-1:before {
  content: "\EC3D";
}

.icon-mobile-3:before {
  content: "\EC3E";
}

.icon-cd-1:before {
  content: "\EC3F";
}

.icon-equalizer:before {
  content: "\EC40";
}

.icon-cursor:before {
  content: "\EC41";
}

.icon-aperture:before {
  content: "\EC42";
}

.icon-aperture-alt:before {
  content: "\EC43";
}

.icon-steering-wheel:before {
  content: "\EC44";
}

.icon-book-2:before {
  content: "\EC45";
}

.icon-book-alt:before {
  content: "\EC46";
}

.icon-brush-2:before {
  content: "\EC47";
}

.icon-brush-alt:before {
  content: "\EC48";
}

.icon-eyedropper:before {
  content: "\EC49";
}

.icon-layers:before {
  content: "\EC4A";
}

.icon-layers-alt:before {
  content: "\EC4B";
}

.icon-sun-2:before {
  content: "\EC4C";
}

.icon-sun-inv:before {
  content: "\EC4D";
}

.icon-cloud-3:before {
  content: "\EC4E";
}

.icon-rain-1:before {
  content: "\EC4F";
}

.icon-flash-3:before {
  content: "\EC50";
}

.icon-moon-3:before {
  content: "\EC51";
}

.icon-moon-inv:before {
  content: "\EC52";
}

.icon-umbrella-1:before {
  content: "\EC53";
}

.icon-chart-bar-3:before {
  content: "\EC54";
}

.icon-chart-pie-2:before {
  content: "\EC55";
}

.icon-chart-pie-alt:before {
  content: "\EC56";
}

.icon-key-3:before {
  content: "\EC57";
}

.icon-key-inv:before {
  content: "\EC58";
}

.icon-hash:before {
  content: "\EC59";
}

.icon-at-1:before {
  content: "\EC5A";
}

.icon-pilcrow:before {
  content: "\EC5B";
}

.icon-dial:before {
  content: "\EC5C";
}

.icon-search-4:before {
  content: "\EC5D";
}

.icon-mail-4:before {
  content: "\EC5E";
}

.icon-heart-4:before {
  content: "\EC5F";
}

.icon-star-4:before {
  content: "\EC60";
}

.icon-user-4:before {
  content: "\EC61";
}

.icon-user-woman:before {
  content: "\EC62";
}

.icon-user-pair:before {
  content: "\EC63";
}

.icon-video-alt:before {
  content: "\EC64";
}

.icon-videocam-2:before {
  content: "\EC65";
}

.icon-videocam-alt:before {
  content: "\EC66";
}

.icon-camera-4:before {
  content: "\EC67";
}

.icon-th-2:before {
  content: "\EC68";
}

.icon-th-list-2:before {
  content: "\EC69";
}

.icon-ok-3:before {
  content: "\EC6A";
}

.icon-cancel-4:before {
  content: "\EC6B";
}

.icon-cancel-circle-1:before {
  content: "\EC6C";
}

.icon-plus-4:before {
  content: "\EC6D";
}

.icon-home-4:before {
  content: "\EC6E";
}

.icon-lock-4:before {
  content: "\EC6F";
}

.icon-lock-open-4:before {
  content: "\EC70";
}

.icon-eye-4:before {
  content: "\EC71";
}

.icon-tag-4:before {
  content: "\EC72";
}

.icon-thumbs-up-3:before {
  content: "\EC73";
}

.icon-thumbs-down-3:before {
  content: "\EC74";
}

.icon-download-4:before {
  content: "\EC75";
}

.icon-export-3:before {
  content: "\EC76";
}

.icon-pencil-4:before {
  content: "\EC77";
}

.icon-pencil-alt-1:before {
  content: "\EC78";
}

.icon-edit-2:before {
  content: "\EC79";
}

.icon-chat-4:before {
  content: "\EC7A";
}

.icon-print-3:before {
  content: "\EC7B";
}

.icon-bell-3:before {
  content: "\EC7C";
}

.icon-attention-3:before {
  content: "\EC7D";
}

.icon-info-4:before {
  content: "\EC7E";
}

.icon-question:before {
  content: "\EC7F";
}

.icon-location-4:before {
  content: "\EC80";
}

.icon-trash-4:before {
  content: "\EC81";
}

.icon-doc-4:before {
  content: "\EC82";
}

.icon-article-1:before {
  content: "\EC83";
}

.icon-article-alt-1:before {
  content: "\EC84";
}

.icon-rss-4:before {
  content: "\EC85";
}

.icon-wrench-3:before {
  content: "\EC86";
}

.icon-basket-3:before {
  content: "\EC87";
}

.icon-basket-alt:before {
  content: "\EC88";
}

.icon-calendar-4:before {
  content: "\EC89";
}

.icon-calendar-alt-1:before {
  content: "\EC8A";
}

.icon-volume-off-3:before {
  content: "\EC8B";
}

.icon-volume-down-1:before {
  content: "\EC8C";
}

.icon-volume-up-2:before {
  content: "\EC8D";
}

.icon-bullhorn:before {
  content: "\EC8E";
}

.icon-clock-4:before {
  content: "\EC8F";
}

.icon-clock-alt:before {
  content: "\EC90";
}

.icon-stop-4:before {
  content: "\EC91";
}

.icon-resize-full-4:before {
  content: "\EC92";
}

.icon-resize-small-3:before {
  content: "\EC93";
}

.icon-zoom-in-2:before {
  content: "\EC94";
}

.icon-zoom-out-2:before {
  content: "\EC95";
}

.icon-popup-4:before {
  content: "\EC96";
}

.icon-down-dir-2:before {
  content: "\EC97";
}

.icon-left-dir-2:before {
  content: "\EC98";
}

.icon-right-dir-2:before {
  content: "\EC99";
}

.icon-up-dir-2:before {
  content: "\EC9A";
}

.icon-down-4:before {
  content: "\EC9B";
}

.icon-up-4:before {
  content: "\EC9C";
}

.icon-cw-4:before {
  content: "\EC9D";
}

.icon-signal-3:before {
  content: "\EC9E";
}

.icon-award-2:before {
  content: "\EC9F";
}

.icon-mobile-4:before {
  content: "\ECA0";
}

.icon-mobile-alt:before {
  content: "\ECA1";
}

.icon-tablet-2:before {
  content: "\ECA2";
}

.icon-ipod:before {
  content: "\ECA3";
}

.icon-cd-2:before {
  content: "\ECA4";
}

.icon-grid:before {
  content: "\ECA5";
}

.icon-book-3:before {
  content: "\ECA6";
}

.icon-easel:before {
  content: "\ECA7";
}

.icon-globe-3:before {
  content: "\ECA8";
}

.icon-chart-1:before {
  content: "\ECA9";
}

.icon-chart-bar-4:before {
  content: "\ECAA";
}

.icon-chart-pie-3:before {
  content: "\ECAB";
}

.icon-dollar-1:before {
  content: "\ECAC";
}

.icon-at-2:before {
  content: "\ECAD";
}

.icon-colon:before {
  content: "\ECAE";
}

.icon-semicolon:before {
  content: "\ECAF";
}

.icon-squares:before {
  content: "\ECB0";
}

.icon-money-1:before {
  content: "\ECB1";
}

.icon-facebook-3:before {
  content: "\ECB2";
}

.icon-facebook-rect:before {
  content: "\ECB3";
}

.icon-twitter-3:before {
  content: "\ECB4";
}

.icon-twitter-bird:before {
  content: "\ECB5";
}

.icon-twitter-rect:before {
  content: "\ECB6";
}

.icon-youtube-1:before {
  content: "\ECB7";
}

.icon-windy-rain-inv:before {
  content: "\ECB8";
}

.icon-snow-inv:before {
  content: "\ECB9";
}

.icon-snow-heavy-inv:before {
  content: "\ECBA";
}

.icon-hail-inv:before {
  content: "\ECBB";
}

.icon-clouds-inv:before {
  content: "\ECBC";
}

.icon-clouds-flash-inv:before {
  content: "\ECBD";
}

.icon-temperature:before {
  content: "\ECBE";
}

.icon-compass-4:before {
  content: "\ECBF";
}

.icon-na:before {
  content: "\ECC0";
}

.icon-celcius:before {
  content: "\ECC1";
}

.icon-fahrenheit:before {
  content: "\ECC2";
}

.icon-clouds-flash-alt:before {
  content: "\ECC3";
}

.icon-sun-inv-1:before {
  content: "\ECC4";
}

.icon-moon-inv-1:before {
  content: "\ECC5";
}

.icon-cloud-sun-inv:before {
  content: "\ECC6";
}

.icon-cloud-moon-inv:before {
  content: "\ECC7";
}

.icon-cloud-inv:before {
  content: "\ECC8";
}

.icon-cloud-flash-inv:before {
  content: "\ECC9";
}

.icon-drizzle-inv:before {
  content: "\ECCA";
}

.icon-rain-inv:before {
  content: "\ECCB";
}

.icon-windy-inv:before {
  content: "\ECCC";
}

.icon-sunrise:before {
  content: "\ECCD";
}

.icon-sun-3:before {
  content: "\ECCE";
}

.icon-moon-4:before {
  content: "\ECCF";
}

.icon-eclipse:before {
  content: "\ECD0";
}

.icon-mist:before {
  content: "\ECD1";
}

.icon-wind-1:before {
  content: "\ECD2";
}

.icon-snowflake:before {
  content: "\ECD3";
}

.icon-cloud-sun-1:before {
  content: "\ECD4";
}

.icon-cloud-moon:before {
  content: "\ECD5";
}

.icon-fog-sun:before {
  content: "\ECD6";
}

.icon-fog-moon:before {
  content: "\ECD7";
}

.icon-fog-cloud:before {
  content: "\ECD8";
}

.icon-fog:before {
  content: "\ECD9";
}

.icon-cloud-4:before {
  content: "\ECDA";
}

.icon-cloud-flash-1:before {
  content: "\ECDB";
}

.icon-cloud-flash-alt:before {
  content: "\ECDC";
}

.icon-drizzle-1:before {
  content: "\ECDD";
}

.icon-rain-2:before {
  content: "\ECDE";
}

.icon-windy:before {
  content: "\ECDF";
}

.icon-windy-rain:before {
  content: "\ECE0";
}

.icon-snow-1:before {
  content: "\ECE1";
}

.icon-snow-alt:before {
  content: "\ECE2";
}

.icon-snow-heavy:before {
  content: "\ECE3";
}

.icon-hail:before {
  content: "\ECE4";
}

.icon-clouds:before {
  content: "\ECE5";
}

.icon-clouds-flash:before {
  content: "\ECE6";
}

.icon-search-5:before {
  content: "\ECE7";
}

.icon-mail-5:before {
  content: "\ECE8";
}

.icon-heart-5:before {
  content: "\ECE9";
}

.icon-heart-broken:before {
  content: "\ECEA";
}

.icon-star-5:before {
  content: "\ECEB";
}

.icon-star-empty-2:before {
  content: "\ECEC";
}

.icon-star-half-1:before {
  content: "\ECED";
}

.icon-star-half_empty:before {
  content: "\ECEE";
}

.icon-user-5:before {
  content: "\ECEF";
}

.icon-user-male:before {
  content: "\ECF0";
}

.icon-user-female:before {
  content: "\ECF1";
}

.icon-users-3:before {
  content: "\ECF2";
}

.icon-movie:before {
  content: "\ECF3";
}

.icon-videocam-3:before {
  content: "\ECF4";
}

.icon-isight:before {
  content: "\ECF5";
}

.icon-camera-5:before {
  content: "\ECF6";
}

.icon-menu-3:before {
  content: "\ECF7";
}

.icon-th-thumb:before {
  content: "\ECF8";
}

.icon-th-thumb-empty:before {
  content: "\ECF9";
}

.icon-th-list-3:before {
  content: "\ECFA";
}

.icon-ok-4:before {
  content: "\ECFB";
}

.icon-ok-circled-1:before {
  content: "\ECFC";
}

.icon-cancel-5:before {
  content: "\ECFD";
}

.icon-cancel-circled-3:before {
  content: "\ECFE";
}

.icon-plus-5:before {
  content: "\ECFF";
}

.icon-help-circled-2:before {
  content: "\ED00";
}

.icon-help-circled-alt:before {
  content: "\ED01";
}

.icon-info-circled-2:before {
  content: "\ED02";
}

.icon-info-circled-alt:before {
  content: "\ED03";
}

.icon-home-5:before {
  content: "\ED04";
}

.icon-link-4:before {
  content: "\ED05";
}

.icon-attach-4:before {
  content: "\ED06";
}

.icon-lock-5:before {
  content: "\ED07";
}

.icon-lock-alt:before {
  content: "\ED08";
}

.icon-lock-open-5:before {
  content: "\ED09";
}

.icon-lock-open-alt-1:before {
  content: "\ED0A";
}

.icon-eye-5:before {
  content: "\ED0B";
}

.icon-download-5:before {
  content: "\ED0C";
}

.icon-upload-4:before {
  content: "\ED0D";
}

.icon-download-cloud-2:before {
  content: "\ED0E";
}

.icon-upload-cloud-4:before {
  content: "\ED0F";
}

.icon-reply-3:before {
  content: "\ED10";
}

.icon-pencil-5:before {
  content: "\ED11";
}

.icon-export-4:before {
  content: "\ED12";
}

.icon-print-4:before {
  content: "\ED13";
}

.icon-retweet-2:before {
  content: "\ED14";
}

.icon-comment-4:before {
  content: "\ED15";
}

.icon-chat-5:before {
  content: "\ED16";
}

.icon-bell-4:before {
  content: "\ED17";
}

.icon-attention-4:before {
  content: "\ED18";
}

.icon-attention-alt-1:before {
  content: "\ED19";
}

.icon-location-5:before {
  content: "\ED1A";
}

.icon-trash-5:before {
  content: "\ED1B";
}

.icon-doc-5:before {
  content: "\ED1C";
}

.icon-newspaper-1:before {
  content: "\ED1D";
}

.icon-folder-4:before {
  content: "\ED1E";
}

.icon-folder-open-1:before {
  content: "\ED1F";
}

.icon-folder-empty-2:before {
  content: "\ED20";
}

.icon-folder-open-empty-1:before {
  content: "\ED21";
}

.icon-cog-4:before {
  content: "\ED22";
}

.icon-calendar-5:before {
  content: "\ED23";
}

.icon-login-2:before {
  content: "\ED24";
}

.icon-logout-2:before {
  content: "\ED25";
}

.icon-mic-4:before {
  content: "\ED26";
}

.icon-mic-off:before {
  content: "\ED27";
}

.icon-clock-5:before {
  content: "\ED28";
}

.icon-stopwatch-1:before {
  content: "\ED29";
}

.icon-hourglass-1:before {
  content: "\ED2A";
}

.icon-zoom-in-3:before {
  content: "\ED2B";
}

.icon-zoom-out-3:before {
  content: "\ED2C";
}

.icon-down-open-2:before {
  content: "\ED2D";
}

.icon-left-open-3:before {
  content: "\ED2E";
}

.icon-right-open-3:before {
  content: "\ED2F";
}

.icon-up-open-2:before {
  content: "\ED30";
}

.icon-down-5:before {
  content: "\ED31";
}

.icon-left-4:before {
  content: "\ED32";
}

.icon-right-4:before {
  content: "\ED33";
}

.icon-up-5:before {
  content: "\ED34";
}

.icon-down-bold-1:before {
  content: "\ED35";
}

.icon-left-bold-1:before {
  content: "\ED36";
}

.icon-right-bold-1:before {
  content: "\ED37";
}

.icon-up-bold-1:before {
  content: "\ED38";
}

.icon-down-fat:before {
  content: "\ED39";
}

.icon-left-fat:before {
  content: "\ED3A";
}

.icon-right-fat:before {
  content: "\ED3B";
}

.icon-up-fat:before {
  content: "\ED3C";
}

.icon-ccw-2:before {
  content: "\ED3D";
}

.icon-shuffle-3:before {
  content: "\ED3E";
}

.icon-play-4:before {
  content: "\ED3F";
}

.icon-pause-4:before {
  content: "\ED40";
}

.icon-stop-5:before {
  content: "\ED41";
}

.icon-to-end-3:before {
  content: "\ED42";
}

.icon-to-start-3:before {
  content: "\ED43";
}

.icon-fast-forward-1:before {
  content: "\ED44";
}

.icon-fast-backward-1:before {
  content: "\ED45";
}

.icon-trophy-1:before {
  content: "\ED46";
}

.icon-monitor-1:before {
  content: "\ED47";
}

.icon-tablet-3:before {
  content: "\ED48";
}

.icon-mobile-5:before {
  content: "\ED49";
}

.icon-data-science:before {
  content: "\ED4A";
}

.icon-data-science-inv:before {
  content: "\ED4B";
}

.icon-inbox-2:before {
  content: "\ED4C";
}

.icon-globe-4:before {
  content: "\ED4D";
}

.icon-globe-inv:before {
  content: "\ED4E";
}

.icon-flash-4:before {
  content: "\ED4F";
}

.icon-cloud-5:before {
  content: "\ED50";
}

.icon-coverflow:before {
  content: "\ED51";
}

.icon-coverflow-empty:before {
  content: "\ED52";
}

.icon-math:before {
  content: "\ED53";
}

.icon-math-circled:before {
  content: "\ED54";
}

.icon-math-circled-empty:before {
  content: "\ED55";
}

.icon-paper-plane-1:before {
  content: "\ED56";
}

.icon-paper-plane-alt:before {
  content: "\ED57";
}

.icon-paper-plane-alt2:before {
  content: "\ED58";
}

.icon-fontsize:before {
  content: "\ED59";
}

.icon-color-adjust:before {
  content: "\ED5A";
}

.icon-fire-1:before {
  content: "\ED5B";
}

.icon-chart-bar-5:before {
  content: "\ED5C";
}

.icon-hdd-1:before {
  content: "\ED5D";
}

.icon-connected-object:before {
  content: "\ED5E";
}

.icon-ruler:before {
  content: "\ED5F";
}

.icon-vector:before {
  content: "\ED60";
}

.icon-vector-pencil:before {
  content: "\ED61";
}

.icon-at-3:before {
  content: "\ED62";
}

.icon-hash-1:before {
  content: "\ED63";
}

.icon-female-1:before {
  content: "\ED64";
}

.icon-male-1:before {
  content: "\ED65";
}

.icon-spread:before {
  content: "\ED66";
}

.icon-king:before {
  content: "\ED67";
}

.icon-anchor-2:before {
  content: "\ED68";
}

.icon-joystick:before {
  content: "\ED69";
}

.icon-spinner1:before {
  content: "\ED6A";
}

.icon-spinner2:before {
  content: "\ED6B";
}

.icon-github-3:before {
  content: "\ED6C";
}

.icon-github-circled-3:before {
  content: "\ED6D";
}

.icon-github-circled-alt:before {
  content: "\ED6E";
}

.icon-github-circled-alt2:before {
  content: "\ED6F";
}

.icon-twitter-4:before {
  content: "\ED70";
}

.icon-twitter-circled-2:before {
  content: "\ED71";
}

.icon-facebook-4:before {
  content: "\ED72";
}

.icon-facebook-circled-2:before {
  content: "\ED73";
}

.icon-gplus-2:before {
  content: "\ED74";
}

.icon-gplus-circled-1:before {
  content: "\ED75";
}

.icon-linkedin-3:before {
  content: "\ED76";
}

.icon-linkedin-circled-2:before {
  content: "\ED77";
}

.icon-dribbble-3:before {
  content: "\ED78";
}

.icon-dribbble-circled-2:before {
  content: "\ED79";
}

.icon-instagram-1:before {
  content: "\ED7A";
}

.icon-instagram-circled:before {
  content: "\ED7B";
}

.icon-soundcloud-1:before {
  content: "\ED7C";
}

.icon-soundcloud-circled:before {
  content: "\ED7D";
}

.icon-mfg-logo:before {
  content: "\ED7E";
}

.icon-mfg-logo-circled:before {
  content: "\ED7F";
}

.icon-aboveground-rail:before {
  content: "\ED80";
}

.icon-airfield:before {
  content: "\ED81";
}

.icon-airport:before {
  content: "\ED82";
}

.icon-art-gallery:before {
  content: "\ED83";
}

.icon-bar:before {
  content: "\ED84";
}

.icon-baseball:before {
  content: "\ED85";
}

.icon-basketball:before {
  content: "\ED86";
}

.icon-beer-2:before {
  content: "\ED87";
}

.icon-belowground-rail:before {
  content: "\ED88";
}

.icon-bicycle:before {
  content: "\ED89";
}

.icon-bus:before {
  content: "\ED8A";
}

.icon-cafe:before {
  content: "\ED8B";
}

.icon-campsite:before {
  content: "\ED8C";
}

.icon-cemetery:before {
  content: "\ED8D";
}

.icon-cinema:before {
  content: "\ED8E";
}

.icon-college:before {
  content: "\ED8F";
}

.icon-commerical-building:before {
  content: "\ED90";
}

.icon-credit-card-3:before {
  content: "\ED91";
}

.icon-cricket:before {
  content: "\ED92";
}

.icon-embassy:before {
  content: "\ED93";
}

.icon-fast-food:before {
  content: "\ED94";
}

.icon-ferry:before {
  content: "\ED95";
}

.icon-fire-station:before {
  content: "\ED96";
}

.icon-football:before {
  content: "\ED97";
}

.icon-fuel:before {
  content: "\ED98";
}

.icon-garden:before {
  content: "\ED99";
}

.icon-giraffe:before {
  content: "\ED9A";
}

.icon-golf:before {
  content: "\ED9B";
}

.icon-grocery-store:before {
  content: "\ED9C";
}

.icon-harbor:before {
  content: "\ED9D";
}

.icon-heliport:before {
  content: "\ED9E";
}

.icon-hospital-1:before {
  content: "\ED9F";
}

.icon-industrial-building:before {
  content: "\EDA0";
}

.icon-library:before {
  content: "\EDA1";
}

.icon-lodging:before {
  content: "\EDA2";
}

.icon-london-underground:before {
  content: "\EDA3";
}

.icon-minefield:before {
  content: "\EDA4";
}

.icon-monument:before {
  content: "\EDA5";
}

.icon-museum:before {
  content: "\EDA6";
}

.icon-pharmacy:before {
  content: "\EDA7";
}

.icon-pitch:before {
  content: "\EDA8";
}

.icon-police:before {
  content: "\EDA9";
}

.icon-post:before {
  content: "\EDAA";
}

.icon-prison:before {
  content: "\EDAB";
}

.icon-rail:before {
  content: "\EDAC";
}

.icon-religious-christian:before {
  content: "\EDAD";
}

.icon-religious-islam:before {
  content: "\EDAE";
}

.icon-religious-jewish:before {
  content: "\EDAF";
}

.icon-restaurant:before {
  content: "\EDB0";
}

.icon-roadblock:before {
  content: "\EDB1";
}

.icon-school:before {
  content: "\EDB2";
}

.icon-shop:before {
  content: "\EDB3";
}

.icon-skiing:before {
  content: "\EDB4";
}

.icon-soccer:before {
  content: "\EDB5";
}

.icon-swimming:before {
  content: "\EDB6";
}

.icon-tennis:before {
  content: "\EDB7";
}

.icon-theatre:before {
  content: "\EDB8";
}

.icon-toilet:before {
  content: "\EDB9";
}

.icon-town-hall:before {
  content: "\EDBA";
}

.icon-trash-6:before {
  content: "\EDBB";
}

.icon-tree-1:before {
  content: "\EDBC";
}

.icon-tree-2:before {
  content: "\EDBD";
}

.icon-warehouse:before {
  content: "\EDBE";
}

.icon-duckduckgo:before {
  content: "\EDBF";
}

.icon-aim:before {
  content: "\EDC0";
}

.icon-delicious:before {
  content: "\EDC1";
}

.icon-paypal-1:before {
  content: "\EDC2";
}

.icon-flattr-1:before {
  content: "\EDC3";
}

.icon-android-1:before {
  content: "\EDC4";
}

.icon-eventful:before {
  content: "\EDC5";
}

.icon-smashmag:before {
  content: "\EDC6";
}

.icon-gplus-3:before {
  content: "\EDC7";
}

.icon-wikipedia:before {
  content: "\EDC8";
}

.icon-lanyrd:before {
  content: "\EDC9";
}

.icon-calendar-6:before {
  content: "\EDCA";
}

.icon-stumbleupon-1:before {
  content: "\EDCB";
}

.icon-fivehundredpx:before {
  content: "\EDCC";
}

.icon-pinterest-2:before {
  content: "\EDCD";
}

.icon-bitcoin-1:before {
  content: "\EDCE";
}

.icon-w3c:before {
  content: "\EDCF";
}

.icon-foursquare-1:before {
  content: "\EDD0";
}

.icon-html5-1:before {
  content: "\EDD1";
}

.icon-ie:before {
  content: "\EDD2";
}

.icon-call:before {
  content: "\EDD3";
}

.icon-grooveshark:before {
  content: "\EDD4";
}

.icon-ninetyninedesigns:before {
  content: "\EDD5";
}

.icon-forrst:before {
  content: "\EDD6";
}

.icon-digg:before {
  content: "\EDD7";
}

.icon-spotify-1:before {
  content: "\EDD8";
}

.icon-reddit:before {
  content: "\EDD9";
}

.icon-guest:before {
  content: "\EDDA";
}

.icon-gowalla:before {
  content: "\EDDB";
}

.icon-appstore:before {
  content: "\EDDC";
}

.icon-blogger:before {
  content: "\EDDD";
}

.icon-cc-1:before {
  content: "\EDDE";
}

.icon-dribbble-4:before {
  content: "\EDDF";
}

.icon-evernote-1:before {
  content: "\EDE0";
}

.icon-flickr-3:before {
  content: "\EDE1";
}

.icon-google:before {
  content: "\EDE2";
}

.icon-viadeo:before {
  content: "\EDE3";
}

.icon-instapaper:before {
  content: "\EDE4";
}

.icon-weibo-1:before {
  content: "\EDE5";
}

.icon-klout:before {
  content: "\EDE6";
}

.icon-linkedin-4:before {
  content: "\EDE7";
}

.icon-meetup:before {
  content: "\EDE8";
}

.icon-vk:before {
  content: "\EDE9";
}

.icon-plancast:before {
  content: "\EDEA";
}

.icon-disqus:before {
  content: "\EDEB";
}

.icon-rss-5:before {
  content: "\EDEC";
}

.icon-skype-3:before {
  content: "\EDED";
}

.icon-twitter-5:before {
  content: "\EDEE";
}

.icon-youtube-2:before {
  content: "\EDEF";
}

.icon-vimeo-2:before {
  content: "\EDF0";
}

.icon-windows-1:before {
  content: "\EDF1";
}

.icon-xing-1:before {
  content: "\EDF2";
}

.icon-yahoo:before {
  content: "\EDF3";
}

.icon-chrome:before {
  content: "\EDF4";
}

.icon-email:before {
  content: "\EDF5";
}

.icon-macstore:before {
  content: "\EDF6";
}

.icon-myspace:before {
  content: "\EDF7";
}

.icon-podcast:before {
  content: "\EDF8";
}

.icon-amazon:before {
  content: "\EDF9";
}

.icon-steam:before {
  content: "\EDFA";
}

.icon-cloudapp:before {
  content: "\EDFB";
}

.icon-dropbox-2:before {
  content: "\EDFC";
}

.icon-ebay:before {
  content: "\EDFD";
}

.icon-facebook-5:before {
  content: "\EDFE";
}

.icon-github-4:before {
  content: "\EDFF";
}

.icon-github-circled-4:before {
  content: "\EE00";
}

.icon-googleplay:before {
  content: "\EE01";
}

.icon-itunes:before {
  content: "\EE02";
}

.icon-plurk:before {
  content: "\EE03";
}

.icon-songkick:before {
  content: "\EE04";
}

.icon-lastfm-2:before {
  content: "\EE05";
}

.icon-gmail:before {
  content: "\EE06";
}

.icon-pinboard:before {
  content: "\EE07";
}

.icon-openid:before {
  content: "\EE08";
}

.icon-quora:before {
  content: "\EE09";
}

.icon-soundcloud-2:before {
  content: "\EE0A";
}

.icon-tumblr-2:before {
  content: "\EE0B";
}

.icon-eventasaurus:before {
  content: "\EE0C";
}

.icon-wordpress:before {
  content: "\EE0D";
}

.icon-yelp:before {
  content: "\EE0E";
}

.icon-intensedebate:before {
  content: "\EE0F";
}

.icon-eventbrite:before {
  content: "\EE10";
}

.icon-scribd:before {
  content: "\EE11";
}

.icon-posterous:before {
  content: "\EE12";
}

.icon-stripe:before {
  content: "\EE13";
}

.icon-opentable:before {
  content: "\EE14";
}

.icon-cart:before {
  content: "\EE15";
}

.icon-print-5:before {
  content: "\EE16";
}

.icon-angellist:before {
  content: "\EE17";
}

.icon-instagram-2:before {
  content: "\EE18";
}

.icon-dwolla:before {
  content: "\EE19";
}

.icon-appnet:before {
  content: "\EE1A";
}

.icon-statusnet:before {
  content: "\EE1B";
}

.icon-acrobat:before {
  content: "\EE1C";
}

.icon-drupal:before {
  content: "\EE1D";
}

.icon-buffer:before {
  content: "\EE1E";
}

.icon-pocket:before {
  content: "\EE1F";
}

.icon-bitbucket-1:before {
  content: "\EE20";
}

.icon-lego:before {
  content: "\EE21";
}

.icon-login-3:before {
  content: "\EE22";
}

.icon-stackoverflow-1:before {
  content: "\EE23";
}

.icon-hackernews:before {
  content: "\EE24";
}

.icon-lkdto:before {
  content: "\EE25";
}

.icon-facebook-6:before {
  content: "\EE26";
}

.icon-facebook-rect-1:before {
  content: "\EE27";
}

.icon-twitter-6:before {
  content: "\EE28";
}

.icon-twitter-bird-1:before {
  content: "\EE29";
}

.icon-vimeo-3:before {
  content: "\EE2A";
}

.icon-vimeo-rect:before {
  content: "\EE2B";
}

.icon-tumblr-3:before {
  content: "\EE2C";
}

.icon-tumblr-rect:before {
  content: "\EE2D";
}

.icon-googleplus-rect:before {
  content: "\EE2E";
}

.icon-github-text:before {
  content: "\EE2F";
}

.icon-github-5:before {
  content: "\EE30";
}

.icon-skype-4:before {
  content: "\EE31";
}

.icon-icq:before {
  content: "\EE32";
}

.icon-yandex:before {
  content: "\EE33";
}

.icon-yandex-rect:before {
  content: "\EE34";
}

.icon-vkontakte-rect:before {
  content: "\EE35";
}

.icon-odnoklassniki:before {
  content: "\EE36";
}

.icon-odnoklassniki-rect:before {
  content: "\EE37";
}

.icon-friendfeed:before {
  content: "\EE38";
}

.icon-friendfeed-rect:before {
  content: "\EE39";
}

.icon-blogger-1:before {
  content: "\EE3A";
}

.icon-blogger-rect:before {
  content: "\EE3B";
}

.icon-deviantart:before {
  content: "\EE3C";
}

.icon-jabber:before {
  content: "\EE3D";
}

.icon-lastfm-3:before {
  content: "\EE3E";
}

.icon-lastfm-rect:before {
  content: "\EE3F";
}

.icon-linkedin-5:before {
  content: "\EE40";
}

.icon-linkedin-rect:before {
  content: "\EE41";
}

.icon-picasa-1:before {
  content: "\EE42";
}

.icon-wordpress-1:before {
  content: "\EE43";
}

.icon-instagram-3:before {
  content: "\EE44";
}

.icon-instagram-filled:before {
  content: "\EE45";
}

.icon-diigo:before {
  content: "\EE46";
}

.icon-box-4:before {
  content: "\EE47";
}

.icon-box-rect:before {
  content: "\EE48";
}

.icon-tudou:before {
  content: "\EE49";
}

.icon-youku:before {
  content: "\EE4A";
}

.icon-win8:before {
  content: "\EE4B";
}

.icon-amex:before {
  content: "\EE4C";
}

.icon-discover:before {
  content: "\EE4D";
}

.icon-visa:before {
  content: "\EE4E";
}

.icon-mastercard:before {
  content: "\EE4F";
}

.icon-glass-1:before {
  content: "\EE50";
}

.icon-music-3:before {
  content: "\EE51";
}

.icon-search-6:before {
  content: "\EE52";
}

.icon-search-circled:before {
  content: "\EE53";
}

.icon-mail-6:before {
  content: "\EE54";
}

.icon-mail-circled:before {
  content: "\EE55";
}

.icon-heart-6:before {
  content: "\EE56";
}

.icon-heart-circled:before {
  content: "\EE57";
}

.icon-heart-empty-3:before {
  content: "\EE58";
}

.icon-star-6:before {
  content: "\EE59";
}

.icon-star-circled:before {
  content: "\EE5A";
}

.icon-star-empty-3:before {
  content: "\EE5B";
}

.icon-user-6:before {
  content: "\EE5C";
}

.icon-group:before {
  content: "\EE5D";
}

.icon-group-circled:before {
  content: "\EE5E";
}

.icon-torso:before {
  content: "\EE5F";
}

.icon-video-4:before {
  content: "\EE60";
}

.icon-video-circled:before {
  content: "\EE61";
}

.icon-video-alt-1:before {
  content: "\EE62";
}

.icon-videocam-4:before {
  content: "\EE63";
}

.icon-video-chat:before {
  content: "\EE64";
}

.icon-picture-4:before {
  content: "\EE65";
}

.icon-camera-6:before {
  content: "\EE66";
}

.icon-photo:before {
  content: "\EE67";
}

.icon-photo-circled:before {
  content: "\EE68";
}

.icon-th-large-2:before {
  content: "\EE69";
}

.icon-th-3:before {
  content: "\EE6A";
}

.icon-th-list-4:before {
  content: "\EE6B";
}

.icon-view-mode:before {
  content: "\EE6C";
}

.icon-ok-5:before {
  content: "\EE6D";
}

.icon-ok-circled-2:before {
  content: "\EE6E";
}

.icon-ok-circled2-1:before {
  content: "\EE6F";
}

.icon-cancel-6:before {
  content: "\EE70";
}

.icon-cancel-circled-4:before {
  content: "\EE71";
}

.icon-cancel-circled2-1:before {
  content: "\EE72";
}

.icon-plus-6:before {
  content: "\EE73";
}

.icon-plus-circled-2:before {
  content: "\EE74";
}

.icon-minus-4:before {
  content: "\EE75";
}

.icon-minus-circled-2:before {
  content: "\EE76";
}

.icon-help-3:before {
  content: "\EE77";
}

.icon-help-circled-3:before {
  content: "\EE78";
}

.icon-info-circled-3:before {
  content: "\EE79";
}

.icon-home-6:before {
  content: "\EE7A";
}

.icon-home-circled:before {
  content: "\EE7B";
}

.icon-website:before {
  content: "\EE7C";
}

.icon-website-circled:before {
  content: "\EE7D";
}

.icon-attach-5:before {
  content: "\EE7E";
}

.icon-attach-circled:before {
  content: "\EE7F";
}

.icon-lock-6:before {
  content: "\EE80";
}

.icon-lock-circled:before {
  content: "\EE81";
}

.icon-lock-open-6:before {
  content: "\EE82";
}

.icon-lock-open-alt-2:before {
  content: "\EE83";
}

.icon-eye-6:before {
  content: "\EE84";
}

.icon-eye-off-1:before {
  content: "\EE85";
}

.icon-tag-5:before {
  content: "\EE86";
}

.icon-tags-2:before {
  content: "\EE87";
}

.icon-bookmark-3:before {
  content: "\EE88";
}

.icon-bookmark-empty-1:before {
  content: "\EE89";
}

.icon-flag-3:before {
  content: "\EE8A";
}

.icon-flag-circled:before {
  content: "\EE8B";
}

.icon-thumbs-up-4:before {
  content: "\EE8C";
}

.icon-thumbs-down-4:before {
  content: "\EE8D";
}

.icon-download-6:before {
  content: "\EE8E";
}

.icon-download-alt:before {
  content: "\EE8F";
}

.icon-upload-5:before {
  content: "\EE90";
}

.icon-share-2:before {
  content: "\EE91";
}

.icon-quote-1:before {
  content: "\EE92";
}

.icon-quote-circled:before {
  content: "\EE93";
}

.icon-export-5:before {
  content: "\EE94";
}

.icon-pencil-6:before {
  content: "\EE95";
}

.icon-pencil-circled:before {
  content: "\EE96";
}

.icon-edit-3:before {
  content: "\EE97";
}

.icon-edit-circled:before {
  content: "\EE98";
}

.icon-edit-alt:before {
  content: "\EE99";
}

.icon-print-6:before {
  content: "\EE9A";
}

.icon-retweet-3:before {
  content: "\EE9B";
}

.icon-comment-5:before {
  content: "\EE9C";
}

.icon-comment-alt-1:before {
  content: "\EE9D";
}

.icon-bell-5:before {
  content: "\EE9E";
}

.icon-warning-1:before {
  content: "\EE9F";
}

.icon-exclamation:before {
  content: "\EEA0";
}

.icon-error:before {
  content: "\EEA1";
}

.icon-error-alt:before {
  content: "\EEA2";
}

.icon-location-6:before {
  content: "\EEA3";
}

.icon-location-circled:before {
  content: "\EEA4";
}

.icon-compass-5:before {
  content: "\EEA5";
}

.icon-compass-circled:before {
  content: "\EEA6";
}

.icon-trash-7:before {
  content: "\EEA7";
}

.icon-trash-circled:before {
  content: "\EEA8";
}

.icon-doc-6:before {
  content: "\EEA9";
}

.icon-doc-circled:before {
  content: "\EEAA";
}

.icon-doc-new:before {
  content: "\EEAB";
}

.icon-doc-new-circled:before {
  content: "\EEAC";
}

.icon-folder-5:before {
  content: "\EEAD";
}

.icon-folder-circled:before {
  content: "\EEAE";
}

.icon-folder-close:before {
  content: "\EEAF";
}

.icon-folder-open-2:before {
  content: "\EEB0";
}

.icon-rss-6:before {
  content: "\EEB1";
}

.icon-phone-3:before {
  content: "\EEB2";
}

.icon-phone-circled:before {
  content: "\EEB3";
}

.icon-cog-5:before {
  content: "\EEB4";
}

.icon-cog-circled:before {
  content: "\EEB5";
}

.icon-cogs:before {
  content: "\EEB6";
}

.icon-wrench-4:before {
  content: "\EEB7";
}

.icon-wrench-circled:before {
  content: "\EEB8";
}

.icon-basket-4:before {
  content: "\EEB9";
}

.icon-basket-circled:before {
  content: "\EEBA";
}

.icon-calendar-7:before {
  content: "\EEBB";
}

.icon-calendar-circled:before {
  content: "\EEBC";
}

.icon-mic-5:before {
  content: "\EEBD";
}

.icon-mic-circled:before {
  content: "\EEBE";
}

.icon-volume-off-4:before {
  content: "\EEBF";
}

.icon-volume-down-2:before {
  content: "\EEC0";
}

.icon-volume-1:before {
  content: "\EEC1";
}

.icon-volume-up-3:before {
  content: "\EEC2";
}

.icon-headphones-3:before {
  content: "\EEC3";
}

.icon-clock-6:before {
  content: "\EEC4";
}

.icon-clock-circled:before {
  content: "\EEC5";
}

.icon-lightbulb-2:before {
  content: "\EEC6";
}

.icon-lightbulb-alt:before {
  content: "\EEC7";
}

.icon-block-4:before {
  content: "\EEC8";
}

.icon-resize-full-5:before {
  content: "\EEC9";
}

.icon-resize-full-alt-2:before {
  content: "\EECA";
}

.icon-resize-small-4:before {
  content: "\EECB";
}

.icon-resize-vertical-2:before {
  content: "\EECC";
}

.icon-resize-horizontal-2:before {
  content: "\EECD";
}

.icon-move-3:before {
  content: "\EECE";
}

.icon-zoom-in-4:before {
  content: "\EECF";
}

.icon-zoom-out-4:before {
  content: "\EED0";
}

.icon-down-open-3:before {
  content: "\EED1";
}

.icon-left-open-4:before {
  content: "\EED2";
}

.icon-right-open-4:before {
  content: "\EED3";
}

.icon-up-open-3:before {
  content: "\EED4";
}

.icon-down-6:before {
  content: "\EED5";
}

.icon-left-5:before {
  content: "\EED6";
}

.icon-right-5:before {
  content: "\EED7";
}

.icon-up-6:before {
  content: "\EED8";
}

.icon-down-circled-2:before {
  content: "\EED9";
}

.icon-left-circled-2:before {
  content: "\EEDA";
}

.icon-right-circled-2:before {
  content: "\EEDB";
}

.icon-up-circled-2:before {
  content: "\EEDC";
}

.icon-down-hand-1:before {
  content: "\EEDD";
}

.icon-left-hand-1:before {
  content: "\EEDE";
}

.icon-right-hand-1:before {
  content: "\EEDF";
}

.icon-up-hand-1:before {
  content: "\EEE0";
}

.icon-cw-5:before {
  content: "\EEE1";
}

.icon-cw-circled:before {
  content: "\EEE2";
}

.icon-arrows-cw-2:before {
  content: "\EEE3";
}

.icon-shuffle-4:before {
  content: "\EEE4";
}

.icon-play-5:before {
  content: "\EEE5";
}

.icon-play-circled-1:before {
  content: "\EEE6";
}

.icon-play-circled2-1:before {
  content: "\EEE7";
}

.icon-stop-6:before {
  content: "\EEE8";
}

.icon-stop-circled:before {
  content: "\EEE9";
}

.icon-pause-5:before {
  content: "\EEEA";
}

.icon-pause-circled:before {
  content: "\EEEB";
}

.icon-record-2:before {
  content: "\EEEC";
}

.icon-eject-3:before {
  content: "\EEED";
}

.icon-backward:before {
  content: "\EEEE";
}

.icon-backward-circled:before {
  content: "\EEEF";
}

.icon-fast-backward-2:before {
  content: "\EEF0";
}

.icon-fast-forward-2:before {
  content: "\EEF1";
}

.icon-forward-3:before {
  content: "\EEF2";
}

.icon-forward-circled:before {
  content: "\EEF3";
}

.icon-step-backward:before {
  content: "\EEF4";
}

.icon-step-forward:before {
  content: "\EEF5";
}

.icon-target-4:before {
  content: "\EEF6";
}

.icon-signal-4:before {
  content: "\EEF7";
}

.icon-desktop-2:before {
  content: "\EEF8";
}

.icon-desktop-circled:before {
  content: "\EEF9";
}

.icon-laptop-2:before {
  content: "\EEFA";
}

.icon-laptop-circled:before {
  content: "\EEFB";
}

.icon-network-1:before {
  content: "\EEFC";
}

.icon-inbox-3:before {
  content: "\EEFD";
}

.icon-inbox-circled:before {
  content: "\EEFE";
}

.icon-inbox-alt:before {
  content: "\EEFF";
}

.icon-globe-5:before {
  content: "\EF00";
}

.icon-globe-alt-1:before {
  content: "\EF01";
}

.icon-cloud-6:before {
  content: "\EF02";
}

.icon-cloud-circled:before {
  content: "\EF03";
}

.icon-flight-2:before {
  content: "\EF04";
}

.icon-leaf-3:before {
  content: "\EF05";
}

.icon-font-1:before {
  content: "\EF06";
}

.icon-fontsize-1:before {
  content: "\EF07";
}

.icon-bold-1:before {
  content: "\EF08";
}

.icon-italic-1:before {
  content: "\EF09";
}

.icon-text-height-1:before {
  content: "\EF0A";
}

.icon-text-width-1:before {
  content: "\EF0B";
}

.icon-align-left-1:before {
  content: "\EF0C";
}

.icon-align-center-1:before {
  content: "\EF0D";
}

.icon-align-right-1:before {
  content: "\EF0E";
}

.icon-align-justify-1:before {
  content: "\EF0F";
}

.icon-list-3:before {
  content: "\EF10";
}

.icon-indent-left-1:before {
  content: "\EF11";
}

.icon-indent-right-1:before {
  content: "\EF12";
}

.icon-briefcase-3:before {
  content: "\EF13";
}

.icon-off-1:before {
  content: "\EF14";
}

.icon-road-1:before {
  content: "\EF15";
}

.icon-qrcode-1:before {
  content: "\EF16";
}

.icon-barcode-1:before {
  content: "\EF17";
}

.icon-braille:before {
  content: "\EF18";
}

.icon-book-4:before {
  content: "\EF19";
}

.icon-adjust-1:before {
  content: "\EF1A";
}

.icon-tint-1:before {
  content: "\EF1B";
}

.icon-check-3:before {
  content: "\EF1C";
}

.icon-check-empty-1:before {
  content: "\EF1D";
}

.icon-asterisk-1:before {
  content: "\EF1E";
}

.icon-gift-2:before {
  content: "\EF1F";
}

.icon-fire-2:before {
  content: "\EF20";
}

.icon-magnet-2:before {
  content: "\EF21";
}

.icon-chart-2:before {
  content: "\EF22";
}

.icon-chart-circled:before {
  content: "\EF23";
}

.icon-credit-card-4:before {
  content: "\EF24";
}

.icon-megaphone-2:before {
  content: "\EF25";
}

.icon-clipboard-2:before {
  content: "\EF26";
}

.icon-hdd-2:before {
  content: "\EF27";
}

.icon-key-4:before {
  content: "\EF28";
}

.icon-certificate-2:before {
  content: "\EF29";
}

.icon-tasks-1:before {
  content: "\EF2A";
}

.icon-filter-1:before {
  content: "\EF2B";
}

.icon-gauge-2:before {
  content: "\EF2C";
}

.icon-smiley:before {
  content: "\EF2D";
}

.icon-smiley-circled:before {
  content: "\EF2E";
}

.icon-address-book:before {
  content: "\EF2F";
}

.icon-address-book-alt:before {
  content: "\EF30";
}

.icon-asl:before {
  content: "\EF31";
}

.icon-glasses:before {
  content: "\EF32";
}

.icon-hearing-impaired:before {
  content: "\EF33";
}

.icon-iphone-home:before {
  content: "\EF34";
}

.icon-person:before {
  content: "\EF35";
}

.icon-adult:before {
  content: "\EF36";
}

.icon-child:before {
  content: "\EF37";
}

.icon-blind:before {
  content: "\EF38";
}

.icon-guidedog:before {
  content: "\EF39";
}

.icon-accessibility:before {
  content: "\EF3A";
}

.icon-universal-access:before {
  content: "\EF3B";
}

.icon-male-2:before {
  content: "\EF3C";
}

.icon-female-2:before {
  content: "\EF3D";
}

.icon-behance-1:before {
  content: "\EF3E";
}

.icon-blogger-2:before {
  content: "\EF3F";
}

.icon-cc-2:before {
  content: "\EF40";
}

.icon-css:before {
  content: "\EF41";
}

.icon-delicious-1:before {
  content: "\EF42";
}

.icon-deviantart-1:before {
  content: "\EF43";
}

.icon-digg-1:before {
  content: "\EF44";
}

.icon-dribbble-5:before {
  content: "\EF45";
}

.icon-facebook-7:before {
  content: "\EF46";
}

.icon-flickr-4:before {
  content: "\EF47";
}

.icon-foursquare-2:before {
  content: "\EF48";
}

.icon-friendfeed-1:before {
  content: "\EF49";
}

.icon-friendfeed-rect-1:before {
  content: "\EF4A";
}

.icon-github-6:before {
  content: "\EF4B";
}

.icon-github-text-1:before {
  content: "\EF4C";
}

.icon-googleplus:before {
  content: "\EF4D";
}

.icon-instagram-4:before {
  content: "\EF4E";
}

.icon-linkedin-6:before {
  content: "\EF4F";
}

.icon-path:before {
  content: "\EF50";
}

.icon-picasa-2:before {
  content: "\EF51";
}

.icon-pinterest-3:before {
  content: "\EF52";
}

.icon-reddit-1:before {
  content: "\EF53";
}

.icon-skype-5:before {
  content: "\EF54";
}

.icon-slideshare:before {
  content: "\EF55";
}

.icon-stackoverflow-2:before {
  content: "\EF56";
}

.icon-stumbleupon-2:before {
  content: "\EF57";
}

.icon-twitter-7:before {
  content: "\EF58";
}

.icon-tumblr-4:before {
  content: "\EF59";
}

.icon-vimeo-4:before {
  content: "\EF5A";
}

.icon-vkontakte-2:before {
  content: "\EF5B";
}

.icon-w3c-1:before {
  content: "\EF5C";
}

.icon-wordpress-2:before {
  content: "\EF5D";
}

.icon-youtube-3:before {
  content: "\EF5E";
}

.icon-music-4:before {
  content: "\EF5F";
}

.icon-search-7:before {
  content: "\EF60";
}

.icon-mail-7:before {
  content: "\EF61";
}

.icon-heart-7:before {
  content: "\EF62";
}

.icon-star-7:before {
  content: "\EF63";
}

.icon-user-7:before {
  content: "\EF64";
}

.icon-videocam-5:before {
  content: "\EF65";
}

.icon-camera-7:before {
  content: "\EF66";
}

.icon-photo-1:before {
  content: "\EF67";
}

.icon-attach-6:before {
  content: "\EF68";
}

.icon-lock-7:before {
  content: "\EF69";
}

.icon-eye-7:before {
  content: "\EF6A";
}

.icon-tag-6:before {
  content: "\EF6B";
}

.icon-thumbs-up-5:before {
  content: "\EF6C";
}

.icon-pencil-7:before {
  content: "\EF6D";
}

.icon-comment-6:before {
  content: "\EF6E";
}

.icon-location-7:before {
  content: "\EF6F";
}

.icon-cup-1:before {
  content: "\EF70";
}

.icon-trash-8:before {
  content: "\EF71";
}

.icon-doc-7:before {
  content: "\EF72";
}

.icon-note-1:before {
  content: "\EF73";
}

.icon-cog-6:before {
  content: "\EF74";
}

.icon-params:before {
  content: "\EF75";
}

.icon-calendar-8:before {
  content: "\EF76";
}

.icon-sound-1:before {
  content: "\EF77";
}

.icon-clock-7:before {
  content: "\EF78";
}

.icon-lightbulb-3:before {
  content: "\EF79";
}

.icon-tv:before {
  content: "\EF7A";
}

.icon-desktop-3:before {
  content: "\EF7B";
}

.icon-mobile-6:before {
  content: "\EF7C";
}

.icon-cd-3:before {
  content: "\EF7D";
}

.icon-inbox-4:before {
  content: "\EF7E";
}

.icon-globe-6:before {
  content: "\EF7F";
}

.icon-cloud-7:before {
  content: "\EF80";
}

.icon-paper-plane-2:before {
  content: "\EF81";
}

.icon-fire-3:before {
  content: "\EF82";
}

.icon-graduation-cap-1:before {
  content: "\EF83";
}

.icon-megaphone-3:before {
  content: "\EF84";
}

.icon-database-2:before {
  content: "\EF85";
}

.icon-key-5:before {
  content: "\EF86";
}

.icon-beaker-1:before {
  content: "\EF87";
}

.icon-truck-1:before {
  content: "\EF88";
}

.icon-money-2:before {
  content: "\EF89";
}

.icon-food-1:before {
  content: "\EF8A";
}

.icon-shop-1:before {
  content: "\EF8B";
}

.icon-diamond:before {
  content: "\EF8C";
}

.icon-t-shirt:before {
  content: "\EF8D";
}

.icon-wallet:before {
  content: "\EF8E";
}

.icon-search-8:before {
  content: "\EF8F";
}

.icon-mail-8:before {
  content: "\EF90";
}

.icon-heart-8:before {
  content: "\EF91";
}

.icon-heart-empty-4:before {
  content: "\EF92";
}

.icon-star-8:before {
  content: "\EF93";
}

.icon-user-8:before {
  content: "\EF94";
}

.icon-video-5:before {
  content: "\EF95";
}

.icon-picture-5:before {
  content: "\EF96";
}

.icon-th-large-3:before {
  content: "\EF97";
}

.icon-th-4:before {
  content: "\EF98";
}

.icon-th-list-5:before {
  content: "\EF99";
}

.icon-ok-6:before {
  content: "\EF9A";
}

.icon-ok-circle-1:before {
  content: "\EF9B";
}

.icon-cancel-7:before {
  content: "\EF9C";
}

.icon-cancel-circle-2:before {
  content: "\EF9D";
}

.icon-plus-circle-1:before {
  content: "\EF9E";
}

.icon-minus-circle-1:before {
  content: "\EF9F";
}

.icon-link-5:before {
  content: "\EFA0";
}

.icon-attach-7:before {
  content: "\EFA1";
}

.icon-lock-8:before {
  content: "\EFA2";
}

.icon-lock-open-7:before {
  content: "\EFA3";
}

.icon-tag-7:before {
  content: "\EFA4";
}

.icon-reply-4:before {
  content: "\EFA5";
}

.icon-reply-all-2:before {
  content: "\EFA6";
}

.icon-forward-4:before {
  content: "\EFA7";
}

.icon-code-3:before {
  content: "\EFA8";
}

.icon-retweet-4:before {
  content: "\EFA9";
}

.icon-comment-7:before {
  content: "\EFAA";
}

.icon-comment-alt-2:before {
  content: "\EFAB";
}

.icon-chat-6:before {
  content: "\EFAC";
}

.icon-attention-5:before {
  content: "\EFAD";
}

.icon-location-8:before {
  content: "\EFAE";
}

.icon-doc-8:before {
  content: "\EFAF";
}

.icon-docs-landscape:before {
  content: "\EFB0";
}

.icon-folder-6:before {
  content: "\EFB1";
}

.icon-archive-2:before {
  content: "\EFB2";
}

.icon-rss-7:before {
  content: "\EFB3";
}

.icon-rss-alt-1:before {
  content: "\EFB4";
}

.icon-cog-7:before {
  content: "\EFB5";
}

.icon-logout-3:before {
  content: "\EFB6";
}

.icon-clock-8:before {
  content: "\EFB7";
}

.icon-block-5:before {
  content: "\EFB8";
}

.icon-resize-full-6:before {
  content: "\EFB9";
}

.icon-resize-full-circle:before {
  content: "\EFBA";
}

.icon-popup-5:before {
  content: "\EFBB";
}

.icon-left-open-5:before {
  content: "\EFBC";
}

.icon-right-open-5:before {
  content: "\EFBD";
}

.icon-down-circle-1:before {
  content: "\EFBE";
}

.icon-left-circle-1:before {
  content: "\EFBF";
}

.icon-right-circle-1:before {
  content: "\EFC0";
}

.icon-up-circle-1:before {
  content: "\EFC1";
}

.icon-down-dir-3:before {
  content: "\EFC2";
}

.icon-right-dir-3:before {
  content: "\EFC3";
}

.icon-down-micro:before {
  content: "\EFC4";
}

.icon-up-micro:before {
  content: "\EFC5";
}

.icon-cw-circle:before {
  content: "\EFC6";
}

.icon-arrows-cw-3:before {
  content: "\EFC7";
}

.icon-updown-circle:before {
  content: "\EFC8";
}

.icon-target-5:before {
  content: "\EFC9";
}

.icon-signal-5:before {
  content: "\EFCA";
}

.icon-progress-4:before {
  content: "\EFCB";
}

.icon-progress-5:before {
  content: "\EFCC";
}

.icon-progress-6:before {
  content: "\EFCD";
}

.icon-progress-7:before {
  content: "\EFCE";
}

.icon-progress-8:before {
  content: "\EFCF";
}

.icon-progress-9:before {
  content: "\EFD0";
}

.icon-progress-10:before {
  content: "\EFD1";
}

.icon-progress-11:before {
  content: "\EFD2";
}

.icon-font-2:before {
  content: "\EFD3";
}

.icon-list-4:before {
  content: "\EFD4";
}

.icon-list-numbered-1:before {
  content: "\EFD5";
}

.icon-indent-left-2:before {
  content: "\EFD6";
}

.icon-indent-right-2:before {
  content: "\EFD7";
}

.icon-cloud-8:before {
  content: "\EFD8";
}

.icon-terminal-1:before {
  content: "\EFD9";
}

.icon-facebook-rect-2:before {
  content: "\EFDA";
}

.icon-twitter-bird-2:before {
  content: "\EFDB";
}

.icon-vimeo-rect-1:before {
  content: "\F000";
}

.icon-tumblr-rect-1:before {
  content: "\F001";
}

.icon-googleplus-rect-1:before {
  content: "\F002";
}

.icon-linkedin-rect-1:before {
  content: "\F003";
}

.icon-skype-6:before {
  content: "\F004";
}

.icon-vkontakte-rect-1:before {
  content: "\F005";
}

.icon-youtube-4:before {
  content: "\F006";
}

.icon-right-big:before {
  content: "\F007";
}

.icon-file-word:before {
  content: "\E800";
}

.icon-file-excel:before {
  content: "\E801";
}

.icon-file-powerpoint:before {
  content: "\E802";
}

.icon-file-image:before {
  content: "\E803";
}

.icon-file-pdf:before {
  content: "\E804";
}

.icon-file-archive:before {
  content: "\E805";
}

.icon-doc-text:before {
  content: "\E806";
}

.icon-doc:before {
  content: "\E807";
}

html {
  font-size: var(--font-size);
  line-height: normal;
  letter-spacing: var(--letter-spacing);
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--font-family);
  min-height: 100vh;
  font-weight: var(--font-weight--regular);
  font-size: 1rem;
  line-height: 1.5;
  background-color: var(--main-color);
  background-image: var(--background);
  background-attachment: fixed;
  background-repeat: repeat;
  color: var(--font-color);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: initial;
}

a {
  border-bottom: 1px solid rgba(var(--primary-color--rgb), 0.4);
  color: var(--primary-color);
  text-decoration: none;
  -webkit-transition: border-color .5s, color .5s;
  -o-transition: border-color .5s, color .5s;
  transition: border-color .5s, color .5s;
}

a:visited {
  border-bottom-color: rgba(var(--primary-color--rgb), 0.8);
}

a:hover,
a a:visited:hover {
  border-bottom-color: rgba(var(--secondary-color--rgb), 0.8);
  color: var(--secondary-color);
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

table th {
  font-weight: var(--font-weight--bold);
}

table tr,
table td {
  border: 1px solid var(--bg-color);
  padding: 12px 20px;
  text-align: left;
}

.pace-done .site-container {
  
}

.site-wrapper {
  min-height: 100%;
}

.site-container {
  
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -ms-flex-direction: column;
      flex-direction: column;
}

.page-container {
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

@-webkit-keyframes fadeInDown {
  0% {
    
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }

  100% {
    
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }

  100% {
    
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

a.visited-false:visited {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
}

.small-caption {
  color: #95999e;
  font-size: 13px;
}

.row-separator-caption {
  margin-top: 50px;
}

.section {
  background: var(--light-color);
  padding: 30px;
  -ms-flex: 1 1;
      flex: 1 1;
}

.bg-1 {
  background: var(--bg-color);
}

.bg-2 {
  background: var(--bg-color--1);
}

.bg-3 {
  background: var(--bg-color--2);
}

.full-width-slider .slide {
  margin: 0 auto;
  width: 1170px;
}

.carousel-arrows span {
  border-radius: 3px;
  -webkit-transition: background 0.5s, color 0.2s, border 0.5s;
  -o-transition: background 0.5s, color 0.2s, border 0.5s;
  transition: background 0.5s, color 0.2s, border 0.5s;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  padding-top: 3px;
  text-align: center;
  width: 30px;
}

blockquote {
  background: var(--light);
  border-left: 3px solid var(--main-color);
  color: var(--main-color);
  font-weight: 700;
  padding: 10px 20px 20px;
  text-align: left;
}

.blog-post {
  margin-bottom: 30px;
  padding: 0 15px;
  zoom: 1;
}

.blog-post:before {
  content: "";
  display: table;
}

.blog-post:after {
  clear: both;
  content: "";
  display: table;
}

.blog-post:last-child {
  margin-bottom: 0;
}

.blog-post .post-meta span + span:before {
  content: '\2022   ';
  display: inline-block;
  font-size: 10px;
  margin-right: 3px;
}

.blog-post:hover .media-hover {
  
  display: block;
}

.blog-post:hover .media-icon {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.blog-post h2 {
  margin: 0 0 5px;
}

.blog-post.big {
  margin-bottom: 50px;
  margin-top: 10px;
}

.blog-post.big .post-image {
  float: left;
  margin-right: 30px;
  width: 33.3333%;
}

.blog-post.big .post-title {
  font-size: 24px;
  font-weight: 400;
  margin-top: 0;
}

.post-image {
  position: relative;
}

.post-image img {
  border-radius: 3px;
  width: 100%;
}

.post-title {
  margin: 20px 0 7px;
}

.post-meta {
  line-height: 16px;
  margin-bottom: 5px;
  margin-top: 5px;
}

.post-meta > span {
  color: #95999e;
  display: inline-block;
  font-size: 13px;
  line-height: 16px;
}

.contact-map {
  border-radius: 3px;
  margin-bottom: -10px;
  overflow: hidden;
}

.csstransforms .filter-dropdown ul {
  display: block;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.media-filters {
  border-bottom: 1px solid #dee0e5;
  margin-bottom: 30px;
  padding-bottom: 20px;
  position: relative;
  z-index: 1000;
}

.media-filters label {
  color: #95999e;
  font-size: 13px;
  margin-right: 10px;
}

.filter-filtering {
  display: inline-block;
  vertical-align: middle;
}

.filter-dropdown {
  display: inline-block;
  list-style: none;
  margin-right: 20px;
  margin: 0;
  padding: 0;
  width: 130px;
}

.filter-dropdown ul {
  background: #fff;
  border-radius: 0 0 5px 5px;
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 130px;
  z-index: 1000;
}

.filter-dropdown ul li {
  border-bottom: 1px solid #dddddd;
  cursor: pointer;
  padding: 6px 20px;
  text-transform: uppercase;
}

.filter-dropdown ul li:hover {
  color: #63b2f5;
}

.filter-dropdown ul li.active-filter {
  color: #63b2f5;
}

.filter-dropdown > li > span {
  background: #e2eaf2;
  border-bottom: 1px solid #bfc8d7;
  border-top: 1px solid #f3f7fa;
  color: #274472;
  border-radius: 3px;
  cursor: pointer;
  display: block;
  font-size: 13px;
  padding: 5px 20px;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: background 0.5s, border 0.5s, color 0.5s;
  -o-transition: background 0.5s, border 0.5s, color 0.5s;
  transition: background 0.5s, border 0.5s, color 0.5s;
}

.filter-dropdown > li > span:hover {
  background: #63b2f5;
  border-bottom-color: #579dd9;
  border-top-color: #7cc5f8;
}

.filter-dropdown > li > span:after {
  color: #808ca4;
  content: '\E88E';
  display: inline-block;
  font-family: "avers-edu";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1em;
  margin-left: .2em;
  margin-right: .2em;
  position: absolute;
  right: 15px;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  top: 9px;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
  width: 1em;
}

.filter-dropdown.opened > li > span {
  background: #63b2f5;
  border-bottom-color: #579dd9;
  border-top-color: #7cc5f8;
}

.filter-dropdown.opened > li > span:after {
  content: '\E88F';
}

.filter-dropdown > li > span:hover,
.filter-dropdown > li > span:hover:after,
.filter-dropdown.opened > li > span,
.filter-dropdown.opened > li > span:after {
  color: #fff;
}

.sorting-desc:after {
  content: '\E88F';
  margin-left: 10px;
  margin-right: -5px;
}

.filter-dropdown.opened ul {
  display: block;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  z-index: 1000;
}

.filter-select + div.chosen-with-drop .chosen-single {
  background: #63b2f5;
  color: #fff;
}

.filter-select + div .chosen-results > li {
  border-bottom: 1px solid #ecedf1;
  color: #3e474c;
  font-size: 13px;
  padding: 6px 15px !important;
  text-transform: uppercase !important;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

.filter-select + div .chosen-results > li:hover {
  background: none;
  color: #63b2f5;
}

.filter-select + div .chosen-results > li.result-selected {
  color: #63b2f5;
  background: none;
}

.media-item {
  background: #fafbfd;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}

.media-item img {
  width: 100%;
}

.media-item:hover .media-hover {
  display: block;
  
}

.media-item:hover .media-icon {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.media-item:hover .media-format > div {
  background: #63b2f5;
  color: #fff;
}

.media-item h4.related-title {
  margin-top: 20px;
}

.media-item.gallery-media {
  background: none;
}

.media-image {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
  position: relative;
}

.media-hover {
  background: #000000;
  background: rgba(14, 30, 51, 0.4);
  color: #fff;
  border-radius: 5px 5px 0 0;
  bottom: 0;
  height: 100%;
  left: 0;
  
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  width: 100%;
}

.media-hover .media-icons {
  margin-top: -25px;
  position: relative;
  top: 50%;
}

.media-hover .media-icon {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 24px;
  height: 50px;
  line-height: 20px;
  margin: 0 3px;
  padding-top: 15px;
  text-align: center;
  border: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: background 0.5s, -webkit-transform 0.5s;
  transition: background 0.5s, -webkit-transform 0.5s;
  -o-transition: background 0.5s, transform 0.5s;
  transition: background 0.5s, transform 0.5s;
  transition: background 0.5s, transform 0.5s, -webkit-transform 0.5s;
  width: 50px;
}

.media-info {
  padding: 20px 20px 30px;
}

.media-header {
  display: table;
  width: 100%;
}

.media-header > div {
  display: table-cell;
  vertical-align: top;
}

.media-format {
  width: 45px;
}

.media-format > div {
  background: #e2eaf2;
  color: #274472;
  border-radius: 3px;
  font-size: 20px;
  height: 45px;
  padding-top: 10px;
  text-align: center;
  -webkit-transition: background 0.5s, color 0.5s;
  -o-transition: background 0.5s, color 0.5s;
  transition: background 0.5s, color 0.5s;
  width: 45px;
}

.media-caption {
  padding-left: 20px;
}

.media-caption h2 {
  color: #4174c5;
  margin-bottom: 5px;
  margin-top: 0;
}

.media-caption span.tags {
  color: #4174c5;
  font-size: 13px;
}

.media-description {
  margin: 20px 0 28px;
}

.post-content {
  padding-left: 0;
  padding-left: 100px;
  min-height: 70px;
  position: relative;
}

.post-content h2 {
  font-size: 18px;
}

.post-article {
  padding-left: 110px;
}

.post-article.no-img {
  padding-left: 0;
}

.post-exceprt p {
  margin: 0;
}

.post-img img {
  float: left;
  width: 100px;
}

.post-side-meta {
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 70px;
}

.post-side-meta .date {
  color: var(--bg-color--2);
  height: 60px;
  width: 70px;
}

.post-side-meta .date .day {
  display: block;
  font-size: 36px;
  font-weight: 800;
  line-height: 26px;
}

.post-side-meta .date .month {
  display: block;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.post-side-meta > a {
  display: block;
}

.post-header {
  margin-bottom: 5px;
}

.post-header h2 {
  margin-top: 15px;
  margin-bottom: 0;
}

.blog-post-single {
  position: relative;
}

.blog-post-single .portfolio-slideshow .slides img {
  border-radius: 3px;
}

.blog-post-single .post-content {
  padding: 0;
}

.blog-post-single .post-meta {
  margin-top: 15px;
}

.blog-post-single .post-meta span + span:before {
  content: '\2022   ';
  display: inline-block;
  font-size: 10px;
  margin-right: 3px;
}

.blog-post-single .post-side-meta {
  top: 10px;
}

.blog-post-single.fullwidth-post {
  padding-left: 100px;
}

.post-meta-track {
  background: #fafbfd;
  color: #95999e;
  border-radius: 3px;
  font-size: 13px;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 3px 20px;
}

.post-meta-track .tags {
  text-align: right;
}

.post-author {
  background: #fafbfd;
  border-radius: 3px;
  margin-bottom: 50px;
  margin-top: 30px;
  min-height: 110px;
  padding: 20px;
  zoom: 1;
}

.post-author:before {
  content: "";
  display: table;
}

.post-author:after {
  clear: both;
  content: "";
  display: table;
}

.post-author h4 {
  font-size: 18px;
  font-weight: 400;
  margin-top: 0;
  text-transform: uppercase;
}

.post-author .author-info .author-img {
  float: left;
  width: 100px;
}

.post-author .author-info img {
  border-radius: 3px;
  width: 80px;
}

.post-author .author-info p {
  margin: 0;
}

.related-articles h3 {
  margin-bottom: 23px;
}

.clearfix {
  clear: both;
  width: 100%;
}

.toggle-alert-box {
  margin-bottom: 10px;
}

.toggle-alert-box + form {
  padding: 20px 0 30px;
}

.indicators {
  margin-bottom: 20px;
}

a.tag {
  background: #e2eaf2;
  color: #274472;
  border-radius: 3px;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 6px;
  margin-right: 3px;
  padding: 5px 10px;
  -webkit-transition: background 0.5s, color 0.5s;
  -o-transition: background 0.5s, color 0.5s;
  transition: background 0.5s, color 0.5s;
}

a.tag:hover {
  background: #63b2f5;
  color: #fff;
}

.menu-container {
  padding: 1%;
}

.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu li {
  margin: 0 0 13px;
  position: relative;
}

.menu li a {
  color: #e2eaf2;
  display: block;
  font-size: 15px;
  line-height: 23px;
  padding: 0 0 0 20px;
}

.menu li a:before {
  color: #a8abae;
  color: #808ca4;
  content: '\E891';
  display: inline-block;
  font-family: "avers-edu";
  font-size: 13px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  left: -5px;
  line-height: 1em;
  margin-left: .2em;
  margin-left: 5px;
  margin-right: .2em;
  position: absolute;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  top: 5px;
  width: 1em;
}

.menu li a:hover {
  color: #63b2f5;
  text-decoration: none;
}

.menu li a:hover:before {
  color: #63b2f5;
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: #95999e;
}

:-moz-placeholder {
  color: #95999e;
}

::-moz-placeholder {
  color: #95999e;
}

:-ms-input-placeholder {
  color: #95999e;
}

::-moz-selection {
  background: #4174c5;
  color: #fff;
}

::selection {
  background: #4174c5;
  color: #fff;
}

::-moz-selection {
  background: #4174c5;
  color: #fff;
}

.accordions {
  list-style: none;
  margin: 0;
  padding: 0;
}

.accordion {
  margin-bottom: 7px;
}

.accordion-header {
  background: #e2eaf2;
  border-bottom: 1px solid #bfc8d7;
  border-radius: 3px;
  border-top: 1px solid #f3f7fa;
  color: #274472;
  cursor: pointer;
  padding: 15px 20px 15px 45px;
  position: relative;
  -webkit-transition: background 0.5s, color 0.2s, border 0.5s;
  -o-transition: background 0.5s, color 0.2s, border 0.5s;
  transition: background 0.5s, color 0.2s, border 0.5s;
}

.accordion-header:hover {
  background: #63b2f5;
  border-bottom-color: #579dd9;
  border-top-color: #7cc5f8;
  color: #fff;
}

.accordion-header:hover .accordion-icon:before {
  color: #fff;
}

.accordion-header h6 {
  margin: 0;
}

.tab-header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tab-header li {
  background: #e2eaf2;
  border-bottom: 1px solid #bfc8d7;
  border-radius: 3px;
  border-top: 1px solid #f3f7fa;
  color: #274472;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 7px;
  padding: 15px 20px;
  position: relative;
  -webkit-transition: background 0.5s, color 0.2s, border 0.5s;
  -o-transition: background 0.5s, color 0.2s, border 0.5s;
  transition: background 0.5s, color 0.2s, border 0.5s;
}

.tab-header li:hover {
  background: #63b2f5;
  border-bottom-color: #579dd9;
  border-top-color: #7cc5f8;
  color: #fff;
}

.tab-header li:hover a {
  color: #fff;
}

.tab-header li a {
  color: #274472;
}

.tab-header li h6 {
  margin: 0;
}

.tab-header li.active-tab {
  background: #63b2f5;
  border-bottom-color: #579dd9;
  border-top-color: #7cc5f8;
  color: #fff;
}

.tab-header li.active-tab a {
  color: #fff;
}

.tab {
  background: #fff;
  border-radius: 3px;
  color: #3e474c;
  padding: 15px 20px;
  position: relative;
  zoom: 1;
}

.tab:before {
  content: "";
  display: table;
}

.tab:after {
  clear: both;
  content: "";
  display: table;
}

.tab img:first-child {
  margin-top: 0;
}

.tabs.style2 {
  display: table;
}

.tabs.style2 .tab-header {
  padding-right: 7px;
  width: 35%;
}

.tabs.style2 .tab-header li {
  display: block;
}

.tabs.style2 > div {
  display: table-cell;
  vertical-align: top;
}

ul.list {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.list li:before {
  color: #808ca4;
  display: inline-block;
  font-family: "avers-edu";
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  left: -5px;
  line-height: 1em;
  margin-left: .2em;
  margin-right: .2em;
  position: relative;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  width: 1em;
}

ol.list {
  list-style-position: inside;
  margin: 0;
  padding: 0;
}

ol.list li {
  padding-left: 0;
}

.list li {
  color: #3e474c;
  position: relative;
}

.arrow-list li:before {
  content: '\E891';
}

.check-list li:before {
  content: '\E818';
  font-size: 11px;
}

.star-list li:before {
  content: '\E902';
  font-size: 9px;
}

.plus-list li:before {
  content: '\E81F';
  font-size: 11px;
}

.finger-list li:before {
  content: '\E8AA';
}

.alert-box {
  background: #eeeeee;
  border-radius: 3px;
  padding-right: 40px;
  padding: 15px 20px;
  position: relative;
}

.alert-box .icons {
  cursor: pointer;
  font-size: 18px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 13px;
  width: 20px;
  z-index: 1000;
}

.alert-box p {
  margin: 0;
}

.alert-box a.toggle-link {
  color: #a82512;
}

.alert-box a.toggle-link:hover {
  color: #d3311a;
}

.white-box {
  background: #fafbfd;
  border-radius: 5px;
  padding: 20px;
}

.white-box > *:first-child {
  margin-top: 10px;
}

form input[type="text"] {
  margin-bottom: 10px;
}

form select {
  margin-bottom: 10px;
}

form .chosen-container {
  margin-bottom: 10px;
}

input,
select,
textarea {
  background: var(--light-color);
  border-radius: 3px;
  border: 1px solid var(--bg-color);
  color: var(--bg-color--2);
  padding: 8px 10px;
  width: 100%;
}

label {
  display: inline-block;
  font-size: 15px;
  padding-bottom: 5px;
}

input[type="radio"] {
  display: none;
}

input[type="radio"]:checked + label:before {
  content: '\E905';
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]:checked:not(.switch) + label:before {
  content: '\E989';
}

input[type="radio"] + label {
  cursor: pointer;
  margin-bottom: 8px;
  vertical-align: middle;
}

input[type="radio"] + label:before {
  background: transparent;
  border-radius: 50%;
  border: 1px solid var(--bg-color--1);
  color: var(--bg-color--2);
  content: '';
  display: inline-block;
  font-family: "avers-edu";
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  height: 22px;
  margin-right: 12px;
  padding: 1px;
  position: relative;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  top: 1px;
  vertical-align: top;
  width: 22px;
}

input[type="checkbox"] + label {
  cursor: pointer;
  margin-bottom: 8px;
  vertical-align: middle;
}

input[type="checkbox"] + label:before {
  background: transparent;
  border-radius: 2px;
  border: 1px solid var(--bg-color--1);
  color: var(--bg-color--2);
  content: '';
  display: inline-block;
  font-family: "avers-edu";
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  height: 22px;
  line-height: 11px;
  margin-right: 12px;
  padding: 4px 3px;
  position: relative;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  top: 1px;
  vertical-align: top;
  width: 22px;
}

input[type="radio"] + label + input[type="radio"] + label {
  margin-left: 10px;
}

input[type="checkbox"] + label + input[type="checkbox"] + label {
  margin-left: 10px;
}

.numeric-input-holder {
  display: block;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 115px;
}

input.numeric-input {
  display: block;
  padding-bottom: 5px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 5px;
  width: 115px;
}

input.numeric-input:focus {
  outline: none;
}

.inline-inputs {
  margin: 0 -5px;
  overflow: hidden;
}

.inline-inputs > div {
  padding: 0 5px;
}

.container {
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: auto;
}

.pdf-color {
  color: var(--pdf-color);
}

.word-color {
  color: var(--word-color);
}

.excel-color {
  color: var(--pdf-color);
}

.pp-color {
  color: var(--excel-color);
}

.arch-color {
  color: var(--arch-color);
}

.link-color {
  color: var(--link-color);
}

.gallery-item {
  padding: 15px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.menu-container ul li {
  list-style: none;
  padding: 0;
}

.menu-container a {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
}

.menu-container a:hover {
  background: var(--secondary-color);
  border-bottom-color: var(--secondary-color);
}

.menu-container ul {
  margin: 0;
  padding: 0;
  margin-top: 10px;
}

.menu-container ul li {
  margin-bottom: 5px;
}

.menu-container ul li a {
  text-transform: none;
  font-size: 13px;
  font-weight: 400;
}

/* Mobile and Tablet */

.lower-header:before {
  border-bottom: 1px solid #dee0e5;
  border-top: 1px solid var(--light-color);
}

.post-meta > span {
  color: #95999e;
}

.calendar-header label {
  color: #95999e;
}

.event-calendar tr:hover > th {
  background: var(--bg-color);
}

.event-calendar th {
  background: var(--bg-color);
  border: 2px solid var(--light);
}

.event-calendar td {
  background: #fafbfd;
  border: 2px solid var(--light);
}

.event-calendar td .events li {
  border-bottom: 1px solid #ecedf1;
}

.event-calendar td:hover {
  background: #63b2f5;
}

.event-calendar td:hover .events li {
  border-color: #81c7f8;
}

.event-calendar td:hover .events > li > a {
  color: var(--light-color);
}

.event-calendar td:hover > span.day {
  color: var(--light-color);
}

.event-calendar td.no-events > span.day {
  color: #dee0e5;
}

.event-popover {
  background: var(--light-color);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.event-popover:after {
  border-top: 8px solid var(--light-color);
}

.event-popover .event-meta li {
  color: #95999e;
}

.horizontal .event-meta-block + .event-meta-block {
  border-left: 1px solid var(--light);
}

.event-info .date > span {
  background: #ad3422;
}

.event-info .event-content .event-meta {
  color: #95999e;
}

.event-info .event-content .event-meta .icons {
  color: #de3d21;
}

.event-item:hover .date > span {
  background: #63b2f5;
  color: var(--light-color);
}

.event-item h6 a {
  color: #274472;
}

.event-item .event-content .event-meta .icons {
  color: #c6d0dc;
}

.media-hover {
  background: #a8abae;
  background: rgba(14, 30, 51, 0.4);
  color: var(--light-color);
}

.media-hover .media-icon {
  color: var(--light-color);
}

.media-format > div {
  background: var(--bg-color);
  color: #274472;
}

.media-caption h2 {
  color: #4174c5;
}

.media-caption span.tags {
  color: #4174c5;
}

.post-author {
  background: #fafbfd;
}

a.tag {
  background: var(--bg-color);
  color: #274472;
}

a.tag:hover {
  background: #63b2f5;
  color: var(--light-color);
}

.category-box a {
  color: #4174c5;
}

.category-box a:before {
  color: #808ca4;
}

.category-box a:hover {
  background: var(--light-color);
  color: #274472;
}

.category-box a:hover:before {
  color: #274472;
}

.menu li a {
  color: var(--bg-color);
}

.menu li a:before {
  color: #808ca4;
}

.menu li a:hover {
  color: #63b2f5;
}

.menu li a:hover:before {
  color: #63b2f5;
}

.twitter-widget li {
  color: var(--bg-color);
}

.twitter-widget a {
  color: #213b63;
}

.twitter-widget .tweet_time > a {
  color: #808ca4;
}

.background-image input[type="radio"]:checked + label {
  border: 2px solid #24143d !important;
}

.list li {
  color: #d3311a;
}

blockquote.link-quote {
  border-left-color: #274472;
}

blockquote.iconic-quote:after {
  color: var(--bg-color);
}

blockquote.iconic-quote:before {
  color: var(--bg-color);
}

.testimonial-content {
  background: var(--light-color);
  border: 1px solid var(--bg-color);
}

.testimonial-author .location {
  color: #95999e;
}

.alert-box.warning {
  background: #ede8e1;
  color: #dd7d00;
}

.alert-box.warning .icons {
  color: #e5b78f;
}

.alert-box.error {
  background: #dae3ed;
  color: #f3f7fa;
}

.alert-box.error .icons {
  color: #cc9693;
}

.alert-box.success {
  background: #d5edd4;
  color: #57a12c;
}

.alert-box.success .icons {
  color: #99c68a;
}

.alert-box.info {
  background: #d8e1f1;
  color: #4174c5;
}

.alert-box.info .icons {
  color: #98b0dc;
}

.alert-box a.toggle-link {
  color: #f3f7fa;
}

.alert-box a.toggle-link:hover {
  color: #324e79;
}

.numeric-pagination > a {
  color: #808ca4;
}

.white-box {
  background: #fafbfd;
}

.highlight {
  background: #4174c5;
  color: var(--light-color);
}

.menu-container ul li {
  list-style: none;
}

.main-menu__sub-menu {
  display: block;
  -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
  -webkit-transform-origin: 0 0 0;
      -ms-transform-origin: 0 0 0;
          transform-origin: 0 0 0;
  
  -webkit-transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, -webkit-transform .5s;
  -o-transition: transform .5s, opacity .5s;
  transition: transform .5s, opacity .5s;
  transition: transform .5s, opacity .5s, -webkit-transform .5s;
}

.main-menu {
  display: table;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  -webkit-perspective: 500px;
          perspective: 500px;
}

.main-menu__section {
  background: var(--bg-color);
  border-left: 1px solid var(--bg-color);
  border-top: 1px solid var(--bg-color);
  display: table-cell;
  -webkit-perspective: 500px;
          perspective: 500px;
  position: relative;
  text-align: center;
}

.main-menu__section:last-child {
  border-right: 1px solid var(--bg-color);
}

.main-menu__section:hover .main-menu__sub-menu {
  display: block;
  
  -webkit-transform: rotate3d(0, 0, 0, 0);
          transform: rotate3d(0, 0, 0, 0);
}

.main-menu__section:hover .main-menu__item {
  background: var(--primary-color);
  color: var(--light-color);
  border-color: rgba(0, 0, 0, 0.09);
}

.main-menu__section:hover .main-menu__item--with-arrow:after {
  color: var(--light-color);
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.main-menu__item {
  color: var(--dark-color);
  border-bottom: 1px solid var(--bg-color);
  padding: 20px;
  -webkit-transition: color 0.1s, background 0.5s;
  -o-transition: color 0.1s, background 0.5s;
  transition: color 0.1s, background 0.5s;
  cursor: pointer;
  display: block;
  font-size: .85rem;
  font-weight: bold;
  text-transform: uppercase;
}

.main-menu__item:visited {
  color: var(--dark-color);
  border-bottom: 1px solid var(--bg-color);
}

.main-menu__item--with-arrow:after {
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  color: var(--main-color);
  content: '\E8A0';
  display: inline-block;
  font-family: "avers-edu";
  font-size: 13px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1em;
  margin-left: 5px;
  margin-right: .2em;
  right: 15px;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  top: 15px;
  width: 1em;
}

.main-menu__sub-menu {
  display: block;
  list-style: none;
  width: 100%;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  display: none;
  font-size: 15px;
  position: absolute;
  text-align: left;
  top: 100%;
  background: var(--bg-color);
  z-index: 7000;
  min-width: 250px;
  
  margin: 0;
  padding: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.main-menu__sub-menu-section:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.main-menu__sub-menu-item,
.main-menu__sub-menu-item:visited {
  color: var(--dark-color);
  border-bottom: 1px solid var(--bg-color);
  padding: 10px;
  -webkit-transition: color 0.1s, background 0.5s;
  -o-transition: color 0.1s, background 0.5s;
  transition: color 0.1s, background 0.5s;
  cursor: pointer;
  display: block;
  font-size: 11px;
  text-transform: uppercase;
}

.main-menu__sub-menu-item:hover,
.main-menu__sub-menu-item:visited:hover {
  background: var(--primary-color);
  color: var(--light-color);
  border-color: rgba(0, 0, 0, 0.09);
}

.main-menu__special-section {
  display: none;
}

.menu-button {
  display: none;
}

.navigation li ul li {
  position: relative;
}

.navigation li:last-child ul {
  right: 0;
}

.navigation li:hover ul li {
  display: block;
}

.contrast-version {
  background-color: var(--main-color);
  -webkit-transition: background-color .5s;
  -o-transition: background-color .5s;
  transition: background-color .5s;
  padding: 0 30px;
  height: 46px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.contrast-version__image-block {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 5px;
  border: 2px solid black;
  width: 400px;
  height: 100px;
}

.contrast-version__image-block span {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.contrast-version__image {
  display: none !important;
}

.contrast-version__property {
  -ms-flex-align: center;
      align-items: center;
}

.contrast-version__panel {
  display: -ms-flexbox;
  display: flex;
}

.contrast-version__panel--hide {
  display: none;
}

.contrast-version__colors {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-left: .7rem;
}

.contrast-version__color-btn {
  display: block;
  margin-right: 5px;
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin-right: 10px;
  border: 2px solid transparent;
}

.contrast-version__color-btn--active {
  border: 2px solid var(--dark-color);
}

.contrast-version__color-btn[data-color-theme='black'] {
  background: black;
}

.contrast-version__color-btn[data-color-theme='blue'] {
  background: #1962d6;
}

.contrast-version__color-btn[data-color-theme='white'] {
  background: white;
}

.contrast-version__fontsizes {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.contrast-version__image-switcher {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.contrast-version__image-switcher label {
  color: var(--top-panel-font-color);
  font-size: var(--font-size--main) !important;
}

.contrast-version__font-family {
  display: -ms-flexbox;
  display: flex;
}

.contrast-version__font-family-title {
  color: var(--top-panel-font-color);
  margin-right: 5px;
  font-size: var(--font-size--main);
}

.contrast-version__font-family select {
  width: 135px;
}

.contrast-version__fontsize-btn {
  color: var(--top-panel-font-color);
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 3px;
  margin: 0 5px;
  height: 26px;
  line-height: 19px;
  width: 26px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.contrast-version__fontsize-btn--active {
  border: 2 ps solid var(--dark-color);
}

.contrast-version__fontsize-btn i {
  position: relative;
  line-height: 24px;
  vertical-align: middle;
}

.contrast-version__fontsize-btn--active {
  border: 2px solid var(--primary-color);
}

.contrast-version__fontsize-btn--normal {
  font-size: 13px;
}

.contrast-version__fontsize-btn--medium {
  font-size: 16px;
}

.contrast-version__fontsize-btn--large {
  font-size: 18px;
}

.contrast-version__kerning-btn {
  color: var(--top-panel-font-color);
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 3px;
  margin: 0 5px;
  height: 26px;
  line-height: 19px;
  width: 26px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.contrast-version__kerning-btn--active {
  border: 2 ps solid var(--dark-color);
}

.contrast-version__kerning-btn i {
  position: relative;
  line-height: 24px;
  vertical-align: middle;
}

.contrast-version__kerning-btn--active {
  border: 2px solid var(--primary-color);
}

.contrast-version__kerning-btn--normal {
  font-size: 13px;
}

.contrast-version__kerning-btn--medium {
  font-size: 16px;
}

.contrast-version__kerning-btn--large {
  font-size: 18px;
}

.contrast-version__switcher-btn {
  color: var(--inverse-color);
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.contrast-version__switcher-btn span {
  -webkit-transition: border-color .5s;
  -o-transition: border-color .5s;
  transition: border-color .5s;
  font-size: var(--font-size--main);
  border-bottom: 1px dashed rgba(var(--inverse-color--rgb), 0.4);
}

.contrast-version__switcher-btn .icons {
  font-size: 16px;
  position: relative;
  margin-right: 5px;
}

.contrast-version__switcher-btn:hover span {
  border-bottom: 1px dashed rgba(var(--inverse-color--rgb), 0.8);
}

.feedback__confirm-modal {
  border-radius: 5px;
  background-clip: padding-box;
  padding: 20px;
  margin: 20px 0;
  zoom: 1;
  border: none;
  width: 80%;
  margin: 0 auto;
  background: var(--light-color);
}

.feedback__confirm-modal:after {
  display: table;
  content: '';
  width: 100%;
}

.feedback h4 {
  margin-top: 0;
}

.feedback__captcha {
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 20px;
}

.feedback__button {
  text-align: center;
}

.feedback__send-to-post-address {
  display: none;
}

.feedback__checkbox {
  display: inline-block;
  margin-right: 15px;
}

.feedback input.error {
  border-color: #9a0000;
}

.feedback span.error {
  color: #9a0000;
  position: relative;
  top: -10px;
}

.feedback textarea {
  margin-bottom: 7px;
}

.file_upload {
  display: block;
  position: relative;
  overflow: hidden;
  font-weight: normal;
  font-size: 13px;
}

.file_upload .button,
.file_upload > mark {
  display: block;
  cursor: pointer;
}

.file_upload .button {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  margin-right: 10px;
}

.file_upload > mark {
  background: transparent;
  padding-left: 1em;
}

.file_upload input[type=file] {
  position: absolute;
  top: 0;
  
}

.events-inner__title h2 {
  margin-bottom: 0;
  margin-top: 0;
}

.events-inner__content {
  margin-top: 5px;
}

.events-inner__navigation {
  margin-top: 5px;
}

.events-inner__text-wrapper {
  margin-top: 15px;
}

.events-inner__photo-wrapper {
  margin-top: 15px;
}

.events__nav {
  text-align: center;
}

.events__nav__list li {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  list-style: none;
  margin: 0 10px;
}

.container form {
  padding-top: 22px;
}

.event_nav li {
  margin-left: 0 !important;
}

.event_nav select {
  margin: 0;
  z-index: 7;
  line-height: 30px;
  height: 30px !important;
  padding: 0;
}

.event_nav .button {
  width: 24px;
  height: 30px;
  line-height: 30px;
  padding: 0;
}

.title_year {
  text-align: center;
}

.calendar ul.month-browser li {
  width: 33.3%;
  padding: 0;
  border: 0;
  text-align: center;
  text-transform: uppercase;
  height: auto;
  margin: 20px 0;
}

.calendar {
  width: 100%;
}

.calendar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  clear: both;
  width: 100%;
}

.calendar ul.weekdays {
  height: 40px;
}

.calendar ul.weekdays li {
  color: #666;
  text-align: center;
  text-transform: uppercase;
  line-height: 20px;
  min-height: 40px;
  border: none !important;
  padding: 10px 6px;
  font-size: 13px;
}

.calendar li {
  border: 1px solid var(--bg-color--1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14.2857142857%;
  min-height: 130px;
  padding: 5px;
  display: block;
  float: left;
  margin-left: 0 !important;
  margin-right: -1px;
  margin-bottom: -1px;
  overflow: visible !important;
}

.calendar .days:last-child li {
  margin-bottom: 0px !important;
}

.calendar li .day,
.calendar li .month {
  display: none;
}

.calendar .date {
  text-align: right;
  margin-bottom: 5px;
}

.show-info {
  background: #f2f2f2;
  border: 1px solid #d4d4d4;
  color: #656565;
  display: block;
  font-size: 13px;
  border-radius: 4px;
  padding: 5px;
  margin-bottom: 5px;
  line-height: 14px;
  text-decoration: none;
  cursor: pointer;
}

.show-info:hover .venue {
  display: block;
}

.show-info .show-name {
  text-decoration: underline;
}

.show-info .show-time,
.venue {
  color: #666;
  margin-top: 2px;
  text-decoration: none;
}

.calendar .no-shows {
  display: none;
}

.calendar .venue {
  display: none;
}

.calendar .venue:before {
  content: '';
}

.calendar li.out_of_range {
  background-color: #F5F5F5;
  color: #666;
}

@media only screen and (max-width: 768px) {
  .calendar ul.month-browser li {
    font-size: 12px;
  }

  .calendar ul {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .calendar .weekdays {
    display: none;
  }

  .calendar li {
    border: 1px solid #ededed;
    display: block;
    height: auto !important;
    width: 100%;
    min-height: 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
    margin-bottom: -1px;
  }

  .calendar li .day,
  .calendar li .month {
    display: inline;
  }

  .calendar .no-shows {
    color: #ccc;
    display: block;
    text-align: center;
  }

  .calendar .date {
    text-align: center;
  }

  .show-info .show-name {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .show-info .venue,
  .show-info .show-time,
  .show-info:hover .venue,
  .show-info:hover .show-time {
    display: inline;
  }

  .calendar li.out_of_range {
    display: none;
  }
}

.calendar .booked {
  background-color: #ffdbdb;
}

.calendar .available {
  background-color: #dfffdc;
}

.calendar li.date_fill {
  background-color: var(--bg-color);
}

@media only screen and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  .show-info .venue,
  .show-info .show-time,
  .show-info:hover .venue,
  .show-info:hover .show-time {
    display: inline;
  }
}

@media only screen and (max-width: 768px) {
  .calendar .date_fill {
    display: none;
  }

  #setyear,
  #setmo {
    display: none;
  }
}

/* Misc Styles */

.calendar .show-info {
  max-width: 320px;
  position: absolute;
}

.category_color a {
  color: white !important;
  padding: 4px;
  font-size: 13px;
}

.main-header {
  height: auto;
  text-align: center;
}

.header {
  left: 0;
  position: relative;
  right: 0;
  top: 0;
  background-color: rgba(var(--main-color--rgb), 0.5);
  z-index: 9999;
  -webkit-transition: background-color .5s;
  -o-transition: background-color .5s;
  transition: background-color .5s;
}

.header .container {
  padding: 0;
  width: auto;
}

.header__logo {
  margin: 15px 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
}

.header__logo:after {
  content: '';
  clear: both;
  width: 100%;
  display: block;
}

.header__logo-img {
  border: none;
  width: 90px;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}

.header__logo-img--contrast-version-no-images {
  display: none;
}

.header__logo-img:hover {
  border: none;
}

.header__logo-img img {
  width: 90px;
}

.header__logo-name {
  color: var(--inverse-color);
  padding-left: 10px;
  width: 100%;
  line-height: 1.25;
  text-transform: uppercase;
  font-weight: bold;
  text-align: left;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.header__contacts {
  margin: 15px 0;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  float: right;
  max-width: 220px;
}

.header__phone,
.header__email,
.header__address {
  color: var(--inverse-color);
  margin-bottom: 5px;
  padding-left: 20px;
  font-size: 0.9em;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.header__phone:before,
.header__email:before,
.header__address:before {
  color: var(--inverse-color);
  font-family: "avers-edu";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  position: absolute;
  margin-left: -20px;
  margin-top: 2px;
}

.header__phone a,
.header__phone a:visited,
.header__email a,
.header__email a:visited,
.header__address a,
.header__address a:visited {
  color: var(--inverse-color);
  border-bottom: 1px dashed rgba(var(--inverse-color--rgb), 0.4);
  -webkit-transition: border-color .5s;
  -o-transition: border-color .5s;
  transition: border-color .5s;
}

.header__phone a:hover,
.header__phone a:visited:hover,
.header__phone a:visited:hover,
.header__phone a:visited:visited:hover,
.header__email a:hover,
.header__email a:visited:hover,
.header__email a:visited:hover,
.header__email a:visited:visited:hover,
.header__address a:hover,
.header__address a:visited:hover,
.header__address a:visited:hover,
.header__address a:visited:visited:hover {
  color: var(--inverse-color);
  border-color: rgba(var(--inverse-color--rgb), 0.8);
}

.header__phone:before,
.header__email:before,
.header__address:before {
  content: '\E80C';
}

.header__phone {
  font-weight: 700;
}

.header__phone span {
  display: block;
  margin-bottom: 3px;
}

.header__phone span:last-child {
  margin-bottom: 0;
}

.header__phone:before {
  content: '\E875';
}

.header__address:before {
  content: '\E9B8';
}

.team-member-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.team-member {
  margin: 15px 0;
  overflow: hidden;
}

.team-member__image {
  float: left;
  display: block;
  width: 200px;
  margin-right: 20px;
}

.team-member__image--contrast-version-no-images {
  display: none;
}

.team-member__image:hover > a:before,
.team-member__image:hover > a:after {
  
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  visibility: visible;
  z-index: 1;
}

.team-member__image a {
  display: block;
  position: relative;
}

.team-member__image a:hover {
  border: 0;
  text-decoration: none;
}

.team-member__image a:before {
  background: rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  
  position: absolute;
  right: 15px;
  top: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.4s;
  transition: opacity 0.5s, -webkit-transform 0.4s;
  -o-transition: opacity 0.5s, transform 0.4s;
  transition: opacity 0.5s, transform 0.4s;
  transition: opacity 0.5s, transform 0.4s, -webkit-transform 0.4s;
  z-index: 10;
}

.team-member__image a:after {
  color: #fff;
  content: '\E88F';
  display: inline-block;
  font-family: "avers-edu";
  font-size: 24px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  left: 50%;
  line-height: 1em;
  margin-left: -10px;
  margin-top: -10px;
  
  position: absolute;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  top: 50%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.4s;
  transition: opacity 0.5s, -webkit-transform 0.4s;
  -o-transition: opacity 0.5s, transform 0.4s;
  transition: opacity 0.5s, transform 0.4s;
  transition: opacity 0.5s, transform 0.4s, -webkit-transform 0.4s;
  visibility: hidden;
  width: 1em;
  z-index: 10;
}

.team-member__image a img {
  border-radius: 3px;
}

.team-member__info {
  float: left;
}

.team-member__info--contrast-version-no-images {
  margin-left: 0;
}

.team-member__info h2 {
  margin: 0;
}

.team-member h4 {
  margin: 20px 0 10px;
}

.team-member__label {
  margin-bottom: 5px;
}

.team-member__label i + span {
  margin-left: 3px;
}

.team-member__label span {
  font-weight: 900;
}

.team-member__description {
  margin: 0 0 15px 0;
}

.team-member__description,
.team-member__phone,
.team-member__mail {
  margin-bottom: 10px;
}

.team-member__description i,
.team-member__phone i,
.team-member__mail i {
  font-size: 16px;
}

.photogallery {
  margin: 20px 0;
  background: #fafbfd;
}

.photogallery--contrast-version-no-images {
  display: none;
}

.photo-feed {
  list-style: none;
  overflow: hidden;
}

.photo-feed__item {
  position: relative;
  margin-bottom: 30px;
}

.photo-feed__item img {
  border-radius: 3px;
  width: 100%;
}

.photo-feed__item a {
  border: 0;
  display: block;
}

.photo-feed__item:hover > a:before,
.photo-feed__item:hover > a:after {
  
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  visibility: visible;
  z-index: 1;
}

.photo-feed a:hover {
  border: 0;
  text-decoration: none;
}

.photo-feed__item > a:before {
  background: #000000;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  bottom: 0;
  content: '';
  display: block;
  left: 15px;
  
  position: absolute;
  right: 15px;
  top: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 10;
}

.photo-feed__item > a:after {
  color: #fff;
  content: '\E88F';
  display: inline-block;
  font-family: "avers-edu";
  font-size: 24px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  left: 50%;
  line-height: 1em;
  margin-left: -10px;
  margin-top: -10px;
  
  position: absolute;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  top: 50%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  visibility: hidden;
  width: 1em;
  z-index: 10;
}

.button {
  border: 0;
  text-decoration: none;
  background: var(--button-color);
  border-bottom: 1px solid var(--button-border-bottom-color) !important;
  color: var(--button-text-color--secondary);
  cursor: pointer;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.9rem;
  font-weight: var(--font-weight--semi-bold);
  padding: 6px 12px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.button .icons {
  position: relative;
}

.button:visited {
  color: var(--button-text-color--secondary);
}

.button:focus {
  outline: none;
  text-decoration: none;
}

.button:hover {
  text-decoration: none;
  background: var(--secondary-color);
  color: var(--button-text-color--hover);
  border-bottom-color: var(--secondary-color);
}

.button + button,
.button + .button {
  margin-left: 5px;
}

.button--small {
  font-size: 0.7em;
  padding: 5px 10px;
}

.button--medium {
  font-size: 1.1em;
  padding: 8px 16px;
}

.button--big {
  font-weight: var(--font-weight--light);
  font-size: 1.5em;
  border-radius: 5px;
  padding: 10px 20px;
}

.button[disabled=disabled],
.button[disabled],
.button:disabled,
.button--disabled,
.button[disabled=disabled]:hover,
.button[disabled]:hover,
.button:disabled:hover,
.button--disabled:hover {
  color: var(--button-text-color--disabled);
  background: var(--button-color);
  border-bottom-color: transparent;
  border-bottom: 1px solid var(--button-border-bottom-color) !important;
  cursor: default;
}

.button-to-top {
  background: var(--button-color);
  color: var(--main-color);
  border-radius: 3px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  bottom: 20px;
  display: block;
  font-size: 24px;
  height: 45px;
  padding-top: 7px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 45px;
  cursor: pointer;
  z-index: 1000;
}

.button-to-top [class*=" icon-"] {
  top: -3px;
  position: relative;
}

.button-to-top:hover {
  background: var(--primary-color);
  border-bottom-color: var(--primary-color);
  color: var(--light-color);
}

.button-social {
  list-style: none;
  margin: 0;
  padding: 0;
}

.button-social ul {
  padding: 0;
}

.button-social li {
  display: inline-block;
  margin: 5px;
}

.button-social li > a {
  color: var(--light-color);
  border-radius: 3px;
  display: table;
  font-size: 20px;
  height: 35px;
  text-align: center;
  width: 35px;
  border: none;
  -webkit-transition: background-color .5s;
  -o-transition: background-color .5s;
  transition: background-color .5s;
}

.button-social li > a .icons {
  vertical-align: middle;
  position: relative;
  display: table-cell;
}

.button-social li > a:hover {
  color: var(--light-color) !important;
  border: none;
}

.button-social__facebook > a {
  background-color: var(--fb-color);
}

.button-social__facebook > a:hover {
  background-color: var(--fb-color--hover);
}

.button-social__twitter > a {
  background-color: var(--tw-color);
}

.button-social__twitter > a:hover {
  background-color: var(--tw-color--hover);
}

.button-social__google > a {
  background-color: var(--gg-color);
}

.button-social__google > a:hover {
  background-color: var(--gg-color--hover);
}

.button-social__youtube > a {
  background-color: var(--yt-color);
}

.button-social__youtube > a:hover {
  background-color: var(--yt-color--hover);
}

.button-social__vimeo > a {
  background-color: var(--vm-color);
}

.button-social__vimeo > a:hover {
  background-color: var(--vm-color--hover);
}

.button-social__vimeo > a .icons:before {
  margin-left: -1px;
}

.button-social__vk > a {
  background-color: var(--vk-color);
}

.button-social__vk > a:hover {
  background-color: var(--vk-color--hover);
}

.button-social__vk > a .icons:before {
  margin-left: -1px;
}

.button-social__ok > a {
  background-color: var(--ok-color);
}

.button-social__ok > a:hover {
  background-color: var(--ok-color--hover);
}

.banners .contrast-version__image-block {
  min-width: 200px;
}

.banners--contrast-version-no-images {
  display: none;
}

.banners__pagination .swiper-pagination-bullet {
  background: var(--bg-color--2);
  opacity: .5;
}

.banners__pagination .swiper-pagination-bullet-active {
  background: var(--secondary-color);
  
}

.banners-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 20px 0;
}

.banners-wrapper:before,
.banners-wrapper:after {
  content: '';
  height: 100%;
  position: absolute;
  z-index: 2;
  width: 40px;
  top: 0;
}

.banners-wrapper:before {
  left: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), to(var(--bg-color)));
  background-image: -webkit-linear-gradient(right, transparent 0%, var(--bg-color) 100%);
  background-image: -o-linear-gradient(right, transparent 0%, var(--bg-color) 100%);
  background-image: linear-gradient(to left, transparent 0%, var(--bg-color) 100%);
}

.banners-wrapper:after {
  right: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(var(--bg-color)), to(transparent));
  background-image: -webkit-linear-gradient(right, var(--bg-color) 0%, transparent 100%);
  background-image: -o-linear-gradient(right, var(--bg-color) 0%, transparent 100%);
  background-image: linear-gradient(to left, var(--bg-color) 0%, transparent 100%);
}

.banners-wrapper:hover .banners__nav-prev {
  
  left: 10px;
}

.banners-wrapper:hover .banners__nav-next {
  
  right: 10px;
}

.banners__slide {
  width: auto !important;
}

.banners__item {
  display: block;
}

.banners__item img {
  height: 90px;
  position: relative;
  margin: 0 auto;
}

.banners__item:hover,
.banners__item:visited,
.banners__item:visited:hover,
.banners__item:focus {
  border: none;
  outline: none;
}

.banners__pagination {
  position: relative;
  text-align: center;
  margin-top: 20px;
}

.banners__nav-next,
.banners__nav-prev {
  color: var(--dark-color);
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  display: block;
  top: 50%;
  margin-top: -30px;
  z-index: 3;
  
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.banners__nav-next:before,
.banners__nav-prev:before {
  font-family: 'avers-edu' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  vertical-align: middle;
}

.banners__nav-next {
  right: -10px;
}

.banners__nav-next:before {
  content: "\E89B";
}

.banners__nav-prev {
  left: -10px;
}

.banners__nav-prev:before {
  content: "\E89A";
}

a.banners__item,
a.banners__item:hover,
a.banners__item:visited,
a.banners__item:visited:hover {
  border: none;
}

.newsfeed-wrapper {
  background: var(--light-color);
  border-radius: 5px;
  background-clip: padding-box;
  padding: 20px;
  margin: 20px 0;
  zoom: 1;
}

.newsfeed__header h3 {
  margin-top: 0;
}

.newsfeed__item {
  border: none;
}

.newsfeed__item:hover {
  border: none;
}

.newsfeed__item:hover .newsfeed__item-date {
  color: var(--bg-color--2);
  border: none;
}

.newsfeed__item:hover .newsfeed__item-preview {
  color: var(--secondary-color);
}

.newsfeed__item-img {
  background-position: center center;
  background-size: cover;
  height: 150px;
}

.newsfeed__item-preview {
  -webkit-transition: color .5s;
  -o-transition: color .5s;
  transition: color .5s;
  color: var(--font-color);
}

.newsfeed__item-date {
  color: var(--bg-color--2);
  font-weight: var(--font-weight--semibold);
}

.notice-wrapper {
  background: var(--light-color);
  border-radius: 5px;
  background-clip: padding-box;
  padding: 20px;
  margin: 20px 0;
  zoom: 1;
  border: none;
}

.notice-wrapper:after {
  display: table;
  content: '';
  width: 100%;
}

.notice-header {
  display: block;
}

.notice-header::after {
  display: table;
  content: " ";
  width: 100%;
}

.notice-header h3 {
  margin-top: 0;
  margin-bottom: 15px;
  float: left;
}

.notice-header__nav {
  float: right;
}

.notice-header__nav span {
  padding: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  margin-right: 5px;
  -webkit-transition: background 0.5s, color 0.2s, border 0.5s, opacity 0.5s;
  -o-transition: background 0.5s, color 0.2s, border 0.5s, opacity 0.5s;
  transition: background 0.5s, color 0.2s, border 0.5s, opacity 0.5s;
}

.notice-header__nav span.slick-disabled {
  .3;
  cursor: none;
}

.notice {
  margin: 0 -15px;
}

.notice__item {
  border-bottom: none;
  padding: 0 15px;
  width: 33%;
  display: inline-block;
}

.notice__item a,
.notice__item a:hover,
.notice__item a:focus {
  border: none;
  text-decoration: none;
  display: block;
}

.notice__item a:hover .notice__item__content p span {
  color: var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
}

.notice__item--alert a .notice__item__content p span {
  color: #963d3f;
  border-bottom: 1px solid fade(#963d3f, 30%);
}

.notice__item--alert a .notice__item__content::before {
  color: #963d3f;
  position: absolute;
  margin-top: 5px;
  left: -2px;
  font-size: 10px;
  font-family: "avers-edu";
  content: "\E9B5";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
}

.notice__item--alert a:hover .notice__item__content p span,
.notice__item--alert a :visited:hover .notice__item__content p span {
  color: #5e181e;
  border-bottom: 1px solid fade(#5e181e, 30%);
}

.notice__item:focus {
  border-width: 0;
}

.notice__item:hover {
  border-bottom: none;
}

.notice__item__content p {
  margin: 10px 0;
}

.notice__item__content p span {
  display: inline;
  border-bottom: 1px solid var(--primary-color);
}

.notice__item__fulltext {
  background: var(--light-color);
  position: relative;
  border: none;
  padding: 25px;
  width: auto;
  max-width: 400px;
  margin: 0 auto;
  border-radius: 5px;
}

.notice__item__dates {
  color: var(--dark-color);
  margin-top: 3px;
  font-size: 0.9em;
  font-weight: bold;
}

.notice__item__dates:before {
  position: absolute;
  margin-top: 3px;
  left: -2px;
  font-size: 10px;
  font-family: "avers-edu";
  content: '\E886';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
}

.poll form {
  padding-top: 0;
}

.poll h5 {
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
}

.poll__item__checkbox {
  padding-left: 0;
  min-height: 22px;
  margin-bottom: 15px;
}

.poll__item__checkbox .progressbar {
  margin-bottom: 0;
}

.poll__item__checkbox p {
  margin-bottom: 30px;
  margin-top: 5px;
}

.poll__item__checkbox p:last-child {
  margin-bottom: 0;
}

.poll__item__checkbox .results {
  margin-top: 40px;
}

.poll__item .vote-results {
  margin-top: 40px;
}

.poll__item__results {
  margin-top: 40px;
}

.poll__item__results__progressbar {
  margin-bottom: 0;
}

.progressbar {
  background: rgba(var(--secondary-color--rgb), 10%);
  border-radius: 10px;
  height: 5px;
  margin-bottom: 15px;
  margin-top: -7px;
  position: relative;
  width: 100%;
}

.progressbar .progress-width {
  background: var(--secondary-color);
  display: block;
  height: 100%;
  width: 0%;
  border-radius: 10px;
}

.progressbar .progress-percent {
  display: block;
  font-weight: var(--font-weight--bold);
  position: absolute;
  right: 0;
  top: -22px;
}

.pagination_wrapper {
  padding: 20px 0;
  text-align: center;
  position: relative;
  width: 100%;
  clear: both;
  display: table;
}

.pagination {
  padding-left: 0;
  border-radius: 4px;
  display: inline-block;
}

.pager li,
.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #428bca;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid var(--bg-color);
}

.badge,
.label {
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  vertical-align: baseline;
  text-align: center;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: var(--main-color);
  background-color: var(--bg-color);
  border-color: var(--bg-color);
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 2;
  color: var(--main-color);
  cursor: default;
  border-color: var(--bg-color);
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.doclist {
  margin: 30px 0;
}

.doclist__show-more {
  cursor: pointer;
}

.doclist__show-more span {
  margin-left: 22px;
  color: var(--primary-color);
  border-bottom: 1px dashed var(--secondary-color);
}

.doclist__list-more {
  display: none;
  padding-left: 22px;
  padding-top: 15px;
}

.doclist__title h4 {
  margin-top: 15px;
  margin-bottom: 5px;
}

.doclist__list ul {
  margin: 0;
  padding-top: 15px;
  padding-left: 30px;
}

.doclist__title h4 {
  margin: 15px 0 5px 0;
}

.doclist__item {
  list-style: none;
  margin-bottom: 15px;
}

.doclist__item-link {
  min-height: 30px;
}

.doclist__item-icon {
  width: 30px;
  display: inline-block;
  margin-left: -30px;
  position: absolute;
  vertical-align: middle;
}

.doclist__item-icon .icons {
  font-size: 24px;
}

.doclist__item-info {
  margin-top: 5px;
  color: var(--bg-color--2);
}

.doclist__item-description {
  margin-top: 2px;
}

.special-section {
  display: block;
  font-size: .85rem;
  border-radius: 3px;
  text-transform: uppercase;
  overflow: hidden;
}

.special-section-wrapper--contrast-version-no-images {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}

.special-section-wrapper--contrast-version-no-images ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.special-section ul,
.menu-container ul li {
  list-style: none;
  padding: 0;
}

.special-section > ul > li {
  padding: 5px 10px;
}

.special-section > div {
  line-height: normal;
  padding: 15px 10px;
}

.special-section > ul li:hover a {
  border-bottom-color: transparent;
}

.special-section > ul li:hover {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.special-section > ul li:hover {
  background: var(--primary-color);
}

.special-section > ul li:hover a {
  color: var(--light-color);
  border-color: transparent;
}

.special-section__title {
  background: var(--special-section-title-background-color);
}

.special-section ul {
  list-style: none;
}

.topic-button {
  background: var(--button-color);
  border-bottom: 1px solid var(--button-border-bottom-color);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 3px;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
      align-items: center;
  overflow: hidden;
  padding: 10px;
  position: relative;
  margin-bottom: 15px;
  font-weight: var(--font-weight--medium);
  text-decoration: none;
}

.topic-button:last-child {
  margin-bottom: 0;
}

.topic-button:visited {
  background: var(--button-color);
  border-bottom-color: var(--button-border-bottom-color);
}

.topic-button__title {
  color: var(--button-text-color--40);
  font-size: 0.9rem;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 10px;
  z-index: 501;
  position: relative;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

.topic-button__icon {
  color: var(--button-icon-color);
  font-size: 42px;
  left: 13px;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  width: 50px;
}

.topic-button:hover {
  background: var(--primary-color);
}

.topic-button:hover .topic-button {
  color: var(--light-color);
}

.topic-button:hover .topic-button__icon {
  color: rgba(var(--button-icon-color--rgb), 0.5);
  .3;
  -webkit-transform: scale(4);
      -ms-transform: scale(4);
          transform: scale(4);
}

.topic-button:hover .topic-button__title {
  color: var(--light-color);
}

.sidebar {
  padding-right: 0;
}

.sidebar-box {
  border-radius: 5px;
  padding: 20px;
  zoom: 1;
}

.sidebar-box:before {
  content: "";
  display: table;
}

.sidebar-box:after {
  clear: both;
  content: "";
  display: table;
}

.sidebar-box + .sidebar-box {
  margin-top: 30px;
}

.sidebar-box.white,
.sidebar-box {
  background: var(--light-color);
}

.footer {
  background: var(--main-color);
  color: var(--light-color);
  width: 100%;
  padding: 15px;
}

.footer ul {
  float: none !important;
  display: inline-block;
}

.footer ul.list li:before {
  color: var(--light-color);
}

.footer__copyright {
  color: var(--inverse-color);
  margin: 0;
  padding-top: 13px;
  text-align: left;
}

.footer__counter {
  text-align: right;
  margin-bottom: 5px;
}

.page-heading {
  padding-bottom: 2.1rem;
  position: relative;
}

.page-heading__header {
  margin: 0;
}

.breadcrumb {
  margin: 8px 0 0;
  padding: 2px 5px;
  color: var(--bg-color--2);
  background-color: var(--bg-color);
}

.breadcrumb__home {
  border: none;
}

.breadcrumb__home:hover {
  border: none;
}

.breadcrumb__delimiter {
  color: var(--bg-color--1);
}

.upcoming-events__time {
  color: var(--dark-color);
  position: relative;
  left: 3px;
}

.upcoming-events__title {
  font-weight: 800;
  text-align: center;
  margin-bottom: 15px;
  margin-top: 0;
}

.upcoming-events__empty {
  text-align: center;
  margin-bottom: 15px;
}

.upcoming-events {
  list-style: none;
  margin-bottom: -10px;
  margin: 0;
  padding: 0;
}

.upcoming-events__see-all {
  text-align: center;
}

.upcoming-events ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.upcoming-events li {
  display: table;
  padding: 0 0 15px;
}

.upcoming-events li > * {
  display: table-cell;
  vertical-align: top;
}

.upcoming-events li:last-child {
  border: none;
}

.upcoming-events li:hover a {
  border-bottom: 1px solid var(--secondary-color);
  color: var(--primary-color);
}

.upcoming-events li:hover .date {
  background: var(--primary-color);
  color: var(--light-color);
}

.upcoming-events li:hover .event-content .event-meta .icons {
  color: var(--main-color);
}

.upcoming-events .date {
  color: var(--dark-color);
  background: var(--bg-color);
  border-radius: 3px;
  display: block;
  padding: 5px 0;
  text-align: center;
  -webkit-transition: color 0.2s, background 0.5s;
  -o-transition: color 0.2s, background 0.5s;
  transition: color 0.2s, background 0.5s;
  width: 42px;
}

.upcoming-events .date .day {
  display: block;
  font-size: 18px;
  font-weight: 700;
  padding: 0;
}

.upcoming-events .date .month {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  padding: 0;
  text-transform: uppercase;
}

.upcoming-events .event-content {
  padding-left: 15px;
  vertical-align: top;
}

.upcoming-events .event-content h6 {
  font-size: 15px;
  font-weight: 400;
  margin: 0 0 4px;
}

.upcoming-events .event-content .event-meta {
  color: var(--main-color);
  font-size: 13px;
  line-height: 16px;
}

.upcoming-events .event-content .event-meta .icons {
  color: #cbcdd1;
  font-size: 10px;
  position: relative;
  -webkit-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

.show-more {
  position: relative;
}

.show-more__arrow {
  color: var(--primary-color);
  font-size: 18px;
  position: absolute;
  top: -2px;
  -webkit-transition: all 300ms ease-in 0s;
  -o-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
}

.show-more__arrow--active {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.show-more__dropdown {
  display: none;
  
  visibility: hidden;
}

.director-speech blockquote {
  color: var(--dark-color);
  background: none;
  border-left: 0;
  font-size: 1.1rem;
  font-weight: normal;
  padding: 0;
  text-align: left;
  margin-top: 20px;
  position: relative;
  padding: 0 35px;
  z-index: 1;
}

.director-speech blockquote:after {
  bottom: 0;
  right: 0;
  content: '\EBE9';
  font-family: "avers-edu";
}

.director-speech blockquote:before {
  top: 0;
  left: 0;
  content: '\EBE8';
}

.director-speech blockquote:before,
.director-speech blockquote:after {
  z-index: 2;
  color: var(--button-icon-color);
  display: inline-block;
  font-family: "avers-edu";
  font-size: 24px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1em;
  position: absolute;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  width: 1em;
}

.director-speech__post {
  font-size: 1.1rem;
  display: block;
}

.director-speech__person {
  margin-top: 10px;
}

.director-speech__person:after {
  content: '';
  width: 100%;
  display: table;
}

.director-speech__fio {
  font-size: 2rem;
  margin: 3px 0 0;
  display: block;
}

.director-speech__info {
  display: table-cell;
  min-height: 100%;
  position: relative;
  vertical-align: middle;
}

.director-speech__img {
  display: table-cell;
  float: left;
  width: 130px;
}

.director-speech__img img {
  border-radius: 3px;
  display: inline-block;
  margin-right: 20px;
  width: 110px;
}

.director-speech__img--contrast-version-no-images {
  display: none;
}

.director-speech__content {
  background: var(--light-color);
  border: 1px solid var(--bg-color);
  border-radius: 2px;
  margin-top: 15px;
  padding: 10px;
  position: relative;
  border-radius: 5px;
}

.director-speech__content:after {
  bottom: -11px;
  content: '';
  display: block;
  height: 15px;
  left: 90px;
  position: absolute;
  width: 25px;
}

.director-speech__content p {
  font-size: 15px;
  font-style: italic;
  margin: 0;
}

.director-speech__content:after {
  border-color: transparent transparent var(--light-color) transparent;
  content: '';
  display: block;
  position: absolute;
  top: -13px;
  left: 11px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 15px 3px;
  rotate: 360deg;
}

.director-speech__content:before {
  border-color: transparent transparent var(--bg-color) transparent;
  content: '';
  display: block;
  left: 10px;
  position: absolute;
  top: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 15px 3px;
  rotate: 360deg;
}

.site-map__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.site-map__btn-block {
  margin-left: 1rem;
  color: var(--light-color);
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.site-map__content {
  background: var(--light-color);
  position: relative;
  border: none;
  padding: 25px;
  margin: 0 auto;
  border-radius: 5px;
}

.site-map__content h2 {
  margin-top: 0;
}

.site-map ul,
.site-map ul li {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}

.site-map__parent-item {
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 0.5em;
}

.site-map__parent-item-link {
  display: inline;
  font-weight: var(--font-weight--semibold);
  text-transform: uppercase;
}

.site-map__link-block {
  display: block;
  margin-bottom: 3px;
}

.site-map__parent-item-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.site-map__icon {
  font-size: 17px;
  position: relative;
  margin-right: 5px;
  color: var(--inverse-color);
}

.site-map__btn,
.site-map__btn:visited {
  font-size: var(--font-size--main) !important;
  color: var(--inverse-color);
  -webkit-transition: border-color .5s;
  -o-transition: border-color .5s;
  transition: border-color .5s;
  border-bottom: 1px dashed rgba(var(--inverse-color--rgb), 0.4);
}

.site-map__btn:hover,
.site-map__btn:visited:hover {
  color: var(--inverse-color);
  border-color: rgba(var(--inverse-color--rgb), 0.8);
}

.topical-section {
  margin-bottom: 0;
  height: 460px;
}

.topical-section-wrapper {
  border-radius: 5px;
}

.topical-section-wrapper--contrast-version-no-images {
  display: none;
}

.topical-section-wrapper:hover .topical-section__nav-prev {
  
  left: 30px;
}

.topical-section-wrapper:hover .topical-section__nav-next {
  
  right: 45px;
}

.topical-section__item {
  width: 100%;
  height: 100%;
  overflow: hidden;
  float: left;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.topical-section__item-description {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 2;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  padding: 20px;
}

.topical-section__nav-prev {
  left: -50px;
}

.topical-section__nav-prev::before {
  content: '\ED2E';
  left: 12px;
}

.topical-section__nav-next {
  right: -50px;
  text-align: right;
}

.topical-section__nav-next::before {
  content: '\ED2F';
  left: 18px;
}

.topical-section__nav-prev,
.topical-section__nav-next {
  color: rgba(0, 0, 0, 0.8);
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: block;
  width: 45px;
  height: 45px;
  margin: -23px 0 0;
  position: absolute;
  top: 50%;
  border: 0;
  overflow: hidden;
  
  cursor: pointer;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  text-align: center;
  padding-top: 12px;
  border-radius: 3px;
  text-decoration: none !important;
}

.topical-section__nav-prev::before,
.topical-section__nav-next::before {
  font-family: "avers-edu";
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  color: #fff;
  font-size: 32px;
  position: absolute;
  vertical-align: middle;
  top: 6px;
}

.topical-section__nav-prev:hover,
.topical-section__nav-next:hover {
  background: black;
}

.switch {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.switch input {
  position: absolute;
  height: 1px;
  width: 1px;
  background: none;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  overflow: hidden;
  padding: 0;
}

.switch input + label {
  position: relative;
  min-width: calc(calc(2.375rem * .8) * 2);
  border-radius: calc(2.375rem * .8);
  display: inline-block;
  margin: 0;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  text-indent: calc(calc(calc(2.375rem * .8) * 2) + .5rem);
}

.switch input + label::before,
.switch input + label::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(calc(2.375rem * .8) * 2);
  bottom: 0;
  display: block;
}

.switch input + label::before {
  right: 0;
  background-color: var(--bg-color--1);
  border-radius: calc(2.375rem * .8);
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
}

.switch input + label::after {
  top: 4px;
  left: 3px;
  width: calc(calc(2.375rem * .8) - calc(3px * 2));
  height: calc(2.375rem * .8);
  border-radius: 50%;
  background-color: var(--light-color);
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
}

.switch input:checked + label::before {
  background-color: var(--secondary-color);
}

.switch input:checked + label::after {
  margin-left: calc(2.375rem * .8);
}

.switch input:focus + label::before {
  outline: none;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(var(--secondary-color--rgb), 0.25);
          box-shadow: 0 0 0 0.2rem rgba(var(--secondary-color--rgb), 0.25);
}

.switch input:disabled + label {
  color: #868e96;
  cursor: not-allowed;
}

.switch input:disabled + label::before {
  background-color: #e9ecef;
}

.switch.switch-sm input + label {
  min-width: calc(calc(24px * .8) * 2);
  text-indent: calc(calc(calc(24px * .8) * 2) + .5rem);
}

.switch.switch-sm input + label::before {
  width: calc(calc(24px * .8) * 2);
}

.switch.switch-sm input + label::after {
  width: calc(calc(24px * .8) - calc(3px * 2));
  height: calc(calc(24px * .8) - calc(3px * 2));
}

.switch.switch-sm input:checked + label::after {
  margin-left: calc(24px * .8);
}

.switch.switch-lg input + label {
  min-width: calc(calc(3rem * .8) * 2);
  text-indent: calc(calc(calc(3rem * .8) * 2) + .5rem);
}

.switch.switch-lg input + label::before {
  width: calc(calc(3rem * .8) * 2);
}

.switch.switch-lg input + label::after {
  width: calc(calc(3rem * .8) - calc(3px * 2));
  height: calc(calc(3rem * .8) - calc(3px * 2));
}

.switch.switch-lg input:checked + label::after {
  margin-left: calc(3rem * .8);
}

.switch + .switch {
  margin-left: 1rem;
}

.swiper-button-next,
.swiper-button-prev {
  background: none;
}

.swiper-container {
  z-index: auto;
}

.mfp-bg {
  background: #0b0b0b;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  .8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

.mfp-close,
.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: none;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  color: var(--light-color);
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 40px;
  position: absolute;
  right: 30px;
  cursor: pointer;
  top: 30px;
  border: none;
  text-decoration: none;
  text-align: center;
  .65;
  font-style: normal;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
}

.mfp-close:before {
  color: var(--light-color);
  cursor: pointer;
  display: block;
  z-index: 2;
  font-family: 'avers-edu' !important;
  content: "\E98A";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  vertical-align: middle;
}

.mfp-close--popup {
  color: var(--dark-color);
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  right: 5px;
  top: 5px;
}

.mfp-close--popup:before {
  color: var(--dark-color);
}

.mfp-close:hover,
.mfp-close:focus {
  
  border: none;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  color: #CCC;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  display: block;
  position: absolute;
  .65;
  margin: 0;
  top: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 40px;
  margin-top: -20px;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  
  border: none;
}

.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:before {
  color: var(--light-color);
  cursor: pointer;
  position: absolute;
  display: block;
  z-index: 2;
  font-family: 'avers-edu' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  vertical-align: middle;
}

.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  .7;
}

.mfp-arrow-left {
  left: 30px;
}

.mfp-arrow-left:before {
  content: "\E9EA";
}

.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left .mfp-b {
  border-right: 27px solid #3F3F3F;
  margin-left: 25px;
}

.mfp-arrow-right {
  right: 30px;
}

.mfp-arrow-right:before {
  content: "\E9EB";
}

.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  color: #F3F3F3;
  text-align: center;
  word-wrap: break-word;
  padding-right: 44px;
  position: relative;
  top: 20px;
  font-weight: bold;
  margin: 0 auto;
}

.mfp-description {
  color: #F3F3F3;
  text-align: left;
  line-height: 18px;
  word-wrap: break-word;
  padding-right: 44px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /*
     * Remove all paddings around the image on small screen
     */

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
            transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
            transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
            transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

textarea.form-control {
  resize: auto !important;
}

.form-control {
  border: 1px solid var(--bg-color--1);
}

.form-control-sm {
  font-size: var(--font-size--sm);
  padding: 5px 22px 5px 9px !important;
  border-radius: 3px;
  height: auto !important;
  background-position-x: calc(-9px + 100%);
}


/*! end css */




body {
	background-image: url(assets/img/snowflakes.jpg);
}

.pagination{display:table; clear:both;}
.pagination ul{list-style:none; margin:20px 0;}
.pagination ul li{display:inline; float:left; margin-right:5px;}
.pagination ul li span, .pagination ul li a{background:#646262; color:#fff; padding:5px 10px; display:inline-block;}
.pagination ul li .current, .pagination ul li a:hover{background:#34c6f6;}

.entry-content img {
	max-width: 100%;
}

/* WP */
.widget {
	margin-bottom: 20px;
}

.widget-title {

}

.widget ul {

}

.widget li {

}

.widget a {

}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}