@charset "UTF-8";
body.fancybox-active {
  overflow: hidden;
}
body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0;
}
.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}
.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, sans-serif;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  box-sizing: border-box;
}
.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s, visibility 0s;
}
.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion;
}
.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}
.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translateZ(0);
}
.fancybox-is-closing .fancybox-stage {
  overflow: visible;
}
.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.fancybox-slide:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}
.fancybox-slide--image {
  overflow: visible;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
}
.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #e5e3df;
}
.fancybox-slide--next {
  z-index: 99995;
}
.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}
.fancybox-slide > base,
.fancybox-slide > link,
.fancybox-slide > meta,
.fancybox-slide > script,
.fancybox-slide > style,
.fancybox-slide > title {
  display: none;
}
.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: zoom-in;
}
.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}
.fancybox-iframe {
  display: block;
  padding: 0;
  border: 0;
  height: 100%;
}
.fancybox-error,
.fancybox-iframe {
  margin: 0;
  width: 100%;
  background: #fff;
}
.fancybox-error {
  padding: 40px;
  max-width: 380px;
  cursor: default;
}
.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px;
}
.fancybox-button {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  transition: color 0.3s ease;
  cursor: pointer;
  outline: none;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: 0.6;
}
.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}
.fancybox-button--share svg path {
  stroke-width: 1;
}
.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
  display: none;
}
.fancybox-button--zoom svg path {
  fill: transparent;
}
.fancybox-navigation {
  display: none;
}
.fancybox-show-nav .fancybox-navigation {
  display: block;
}
.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px;
}
.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6);
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
}
.fancybox-navigation .fancybox-button--arrow_right {
  right: 0;
}
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}
.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  transition: background-color 0.25s;
  box-sizing: border-box;
  z-index: 2;
}
.fancybox-close-small:focus {
  outline: none;
}
.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}
.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}
.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small {
  top: 0;
  right: -44px;
}
.fancybox-slide--iframe .fancybox-close-small:after,
.fancybox-slide--image .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa;
}
.fancybox-slide--iframe .fancybox-close-small:hover:after,
.fancybox-slide--image .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0;
  background: linear-gradient(
    180deg,
    transparent 0,
    rgba(0, 0, 0, 0.1) 20%,
    rgba(0, 0, 0, 0.2) 40%,
    rgba(0, 0, 0, 0.6) 80%,
    rgba(0, 0, 0, 0.8)
  );
  pointer-events: none;
}
.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}
.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
  position: relative;
}
.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(99, 99, 99, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a 0.8s infinite linear;
  animation: a 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999;
}
@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
  opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
  opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}
.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  opacity: 1;
}
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}
.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%;
}
.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px;
  font-size: 33px;
  font-weight: 700;
  text-align: center;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
  text-align: center;
}
.fancybox-share p:first-of-type {
  margin-right: -10px;
}
.fancybox-share_button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 10px 20px;
  border: 0;
  border-radius: 3px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
  background: #fff;
  white-space: nowrap;
  font-size: 16px;
  line-height: 23px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 140px;
  color: #707070;
  transition: all 0.2s;
}
.fancybox-share_button:focus,
.fancybox-share_button:hover {
  text-decoration: none;
  color: #333;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}
.fancybox-share_button svg {
  margin-right: 5px;
  width: 20px;
  height: 20px;
  vertical-align: text-bottom;
}
.fancybox-share input {
  box-sizing: border-box;
  width: 100%;
  margin: 5px 0 0;
  padding: 10px 15px;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  background: #ebebeb;
  color: #5d5b5b;
  font-size: 14px;
  outline: none;
}
.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  box-sizing: border-box;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap;
}
.fancybox-thumbs-x > ul {
  overflow: hidden;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(50% - 4px);
  max-height: calc(100% - 8px);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
}
li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}
.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-thumbs > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}
@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"),
    url("../fonts/slick.woff") format("woff"),
    url("../fonts/slick.ttf") format("truetype"),
    url("../fonts/slick.svg#slick") format("svg");
}
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
.slick-prev[dir="rtl"] {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
.slick-prev:before[dir="rtl"] {
  content: "→";
}
.slick-next {
  right: -25px;
}
.slick-next[dir="rtl"] {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
.slick-next:before[dir="rtl"] {
  content: "←";
}
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.sub_menu.hidden {
  display: none;
}
.oppen_menu .sub_menu {
  display: inline-block;
}
.menu_block {
  position: relative;
}
.open_triger {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 30px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  cursor: pointer;
  color: white;
  background: #26448c;
}
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}
*,
*::before,
*::after {
  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", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: rgba(244, 244, 244, 1);
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  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: 0.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: -0.25em;
}
sup {
  top: -0.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 {
  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"] {
  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: 0.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 \00A0";
}
.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 (max-width: 767px) {
  .container {
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .container-fluid {
    padding-right: 8px;
    padding-left: 8px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
@media (max-width: 767px) {
  .row {
    margin-right: -8px;
    margin-left: -8px;
  }
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .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 {
    padding-right: 8px;
    padding-left: 8px;
  }
}
.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.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.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.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    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.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .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.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    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.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .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.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    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.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .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.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    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.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .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.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.table {
  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: 575.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;
  }
}
.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%;
  height: calc(2.25rem + 2px);
  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;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
select.form-control[size],
select.form-control[multiple] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: -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: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.was-validated .form-control:valid,
.form-control.is-valid,
.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;
  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 {
  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::after,
.custom-file-input.is-valid ~ .custom-file-label::after {
  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 {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.was-validated .form-control:invalid,
.form-control.is-invalid,
.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;
  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 {
  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::after,
.custom-file-input.is-invalid ~ .custom-file-label::after {
  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 {
  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: 576px) {
  .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;
  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;
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover,
.btn:focus {
  text-decoration: none;
}
.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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;
  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 {
  transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    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 > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.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-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 {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.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 {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}
.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;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  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;
  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 {
  opacity: 0;
}
.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;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  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:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.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;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.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;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.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;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.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 {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    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: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .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;
  }
}
.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: 576px) {
  .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 0%;
    flex: 1 0 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: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 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: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .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;
  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: 576px) {
  .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;
  transition: width 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  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;
  flex: 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: 0.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: 0.75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: -webkit-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%);
  transform: translate(0, -25%);
}
@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-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-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}
.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 {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.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: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-dialog-centered::before {
    height: calc(100vh - (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", "Noto Color Emoji";
  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;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.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", "Noto Color Emoji";
  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;
  transition: -webkit-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 {
    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);
  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%);
  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%);
  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 {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.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);
  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;
  opacity: 0.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: 0.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: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: 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 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.857143%;
}
.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: 576px) {
  .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;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.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 {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  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: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.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;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.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;
    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;
  }
}
@font-face {
  font-family: "Montserrat-Regular";
  font-weight: 400;
  font-style: normal;
  src: url("/local/templates/va/fonts/Montserrat-Regular.eot");
  src: url("/local/templates/va/fonts/Montserrat-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("/local/templates/va/fonts/Montserrat-Regular.woff2") format("woff2"),
    url("/local/templates/va/fonts/Montserrat-Regular.woff") format("woff");
}
@font-face {
  font-family: "Montserrat-Italic";
  font-weight: 400;
  font-style: italic;
  src: url("/local/templates/va/fonts/Montserrat-Italic.eot");
  src: url("/local/templates/va/fonts/Montserrat-Italic.eot?#iefix")
      format("embedded-opentype"),
    url("/local/templates/va/fonts/Montserrat-Italic.woff2") format("woff2"),
    url("/local/templates/va/fonts/Montserrat-Italic.woff") format("woff");
}
@font-face {
  font-family: "Montserrat-Medium";
  font-weight: 500;
  font-style: normal;
  src: url("/local/templates/va/fonts/Montserrat-Medium.eot");
  src: url("/local/templates/va/fonts/Montserrat-Medium.eot?#iefix")
      format("embedded-opentype"),
    url("/local/templates/va/fonts/Montserrat-Medium.woff2") format("woff2"),
    url("/local/templates/va/fonts/Montserrat-Medium.woff") format("woff");
}
@font-face {
  font-family: "Montserrat-MediumItalic";
  font-weight: 500;
  font-style: italic;
  src: url("/local/templates/va/fonts/Montserrat-MediumItalic.eot");
  src: url("/local/templates/va/fonts/Montserrat-MediumItalic.eot?#iefix")
      format("embedded-opentype"),
    url("/local/templates/va/fonts/Montserrat-MediumItalic.woff2")
      format("woff2"),
    url("/local/templates/va/fonts/Montserrat-MediumItalic.woff") format("woff");
}
@font-face {
  font-family: "Montserrat-SemiBold";
  font-weight: 600;
  font-style: normal;
  src: url("/local/templates/va/fonts/Montserrat-SemiBold.eot");
  src: url("/local/templates/va/fonts/Montserrat-SemiBold.eot?#iefix")
      format("embedded-opentype"),
    url("/local/templates/va/fonts/Montserrat-SemiBold.woff2") format("woff2"),
    url("/local/templates/va/fonts/Montserrat-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Montserrat-SemiBoldItalic";
  font-weight: 600;
  font-style: italic;
  src: url("/local/templates/va/fonts/Montserrat-SemiBoldItalic.eot");
  src: url("/local/templates/va/fonts/Montserrat-SemiBoldItalic.eot?#iefix")
      format("embedded-opentype"),
    url("/local/templates/va/fonts/Montserrat-SemiBoldItalic.woff2")
      format("woff2"),
    url("/local/templates/va/fonts/Montserrat-SemiBoldItalic.woff")
      format("woff");
}
@font-face {
  font-family: "Montserrat-bold";
  font-weight: 700;
  font-style: normal;
  src: url("/local/templates/va/fonts/Montserrat-Bold.eot");
  src: url("/local/templates/va/fonts/Montserrat-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("/local/templates/va/fonts/Montserrat-Bold.woff2") format("woff2"),
    url("/local/templates/va/fonts/Montserrat-Bold.woff") format("woff");
}
@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: italic;
  src: url("/local/templates/va/fonts/Montserrat-BoldItalic.eot");
  src: url("/local/templates/va/fonts/Montserrat-BoldItalic.eot?#iefix")
      format("embedded-opentype"),
    url("/local/templates/va/fonts/Montserrat-BoldItalic.woff2") format("woff2"),
    url("/local/templates/va/fonts/Montserrat-BoldItalic.woff") format("woff");
}
@font-face {
  font-family: "Montserrat-ExtraBold";
  font-weight: 800;
  font-style: normal;
  src: url("/local/templates/va/fonts/Montserrat-ExtraBold.eot");
  src: url("/local/templates/va/fonts/Montserrat-ExtraBold.eot?#iefix")
      format("embedded-opentype"),
    url("/local/templates/va/fonts/Montserrat-ExtraBold.woff2") format("woff2"),
    url("/local/templates/va/fonts/Montserrat-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: "Montserrat-ExtraBoldItalic";
  font-weight: 800;
  font-style: italic;
  src: url("/local/templates/va/fonts/Montserrat-ExtraBoldItalic.eot");
  src: url("/local/templates/va/fonts/Montserrat-ExtraBoldItalic.eot?#iefix")
      format("embedded-opentype"),
    url("/local/templates/va/fonts/Montserrat-ExtraBoldItalic.woff2")
      format("woff2"),
    url("/local/templates/va/fonts/Montserrat-ExtraBoldItalic.woff")
      format("woff");
}
@font-face {
  font-family: "Montserrat-Black";
  font-weight: 900;
  font-style: normal;
  src: url("/local/templates/va/fonts/Montserrat-Black.eot");
  src: url("/local/templates/va/fonts/Montserrat-Black.eot?#iefix")
      format("embedded-opentype"),
    url("/local/templates/va/fonts/Montserrat-Black.woff2") format("woff2"),
    url("/local/templates/va/fonts/Montserrat-Black.woff") format("woff");
}
body {
  font-family: "Montserrat-Regular";
  font-size: 17px;
  line-height: 24px;
  color: black;
}
.container {
  max-width: 1200px;
}
a,
button {
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}
* {
  outline: none;
}
button {
  background: none;
  border: 0;
  cursor: pointer;
}
button:hover,
button:focus {
  box-shadow: none;
  outline: none;
}
.form-control:hover,
.form-control:focus {
  box-shadow: none;
  outline: none;
}
ul,
ol {
  padding: 0;
  margin: 0;
}
ul li,
ol li {
  list-style: none;
}
a {
  color: #78b948;
  text-decoration: underline;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #26448c;
}
img,
video {
  max-width: 100%;
  height: auto;
}
section {
  padding-top: 1px;
}
strong,
b {
  font-family: "Montserrat-bold";
}
.h1,
h1 {
  font-family: "Montserrat-bold";
  font-size: 44px;
  line-height: 64px;
  text-transform: uppercase;
  color: #26448c;
  margin-top: 60px;
  margin-bottom: 13px;
}
@media (max-width: 1200px) {
  .h1,
  h1 {
    font-size: 28px;
    line-height: 42px;
    margin-top: 45px;
    margin-bottom: 0;
  }
}
.h2,
h2 {
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
  color: #26448c;
  font-family: "Montserrat-bold";
  margin-top: 60px;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .h2,
  h2 {
    font-size: 24px;
    line-height: 29px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.phone {
  display: inline-block;
  position: relative;
  padding: 10px 0 10px 72px;
  color: #78b948;
  font-size: 18px;
  font-family: "Montserrat-bold";
  text-decoration: none;
}
@media (max-width: 1200px) {
  .phone {
    padding: 10px 0 10px 52px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .phone {
    padding: 10px 0 10px 72px;
    font-size: 18px;
  }
}
.phone:before {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='46' height='45' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0)'%3e%3cpath d='M22.885 0a22.522 22.522 0 0 0-15.84 38.508 22.132 22.132 0 0 0 15.698 6.49h.149c5.929-.039 10.74-2.47 12.663-3.906 2.38-1.718 3.45-3.508 3.181-5.32-.294-1.975-2.118-3.25-3.42-3.92a3.91 3.91 0 0 0 .294-2.005l-.05-.376a4.676 4.676 0 0 0-2.397-3.277l-2.87-1.384a4.38 4.38 0 0 0-4.092.308l-.61.422a10.49 10.49 0 0 1-5.112-7.425l.62-.429a4.38 4.38 0 0 0 1.742-3.703l-.266-3.174a4.68 4.68 0 0 0-2.217-3.42l-.317-.174a4.128 4.128 0 0 0-4.105.2l-1.952 1.337c-.58.401-.976 1.193-1.163 1.628l-.057.132-.027.142A21.017 21.017 0 0 0 29.722 35.41c.1.013.2.019.3.016.486 0 1.394-.087 1.994-.492l1.388-.958c1.074.43 2.509 1.336 2.625 2.196.1.684-.659 1.674-2.084 2.7l-.02.016c-1.535 1.14-5.82 3.334-11.052 3.368h-.13a19.42 19.42 0 0 1-13.771-5.701A19.765 19.765 0 0 1 27.62 3.324a19.768 19.768 0 0 1 14.496 23.753 1.368 1.368 0 1 0 2.663.631A22.516 22.516 0 0 0 22.885 0zm7.657 32.634c-.15.034-.302.056-.456.066a18.282 18.282 0 0 1-14.688-21.36c.066-.133.142-.26.228-.38l1.86-1.287a1.432 1.432 0 0 1 1.228-.055l.317.174c.42.293.711.739.81 1.242l.266 3.175a1.694 1.694 0 0 1-.568 1.224l-1.95 1.348.071.777a13.226 13.226 0 0 0 7.437 10.807l.716.344 1.936-1.345a1.697 1.697 0 0 1 1.348-.096l2.873 1.387c.431.267.743.69.871 1.18l.05.382a1.46 1.46 0 0 1-.5 1.126l-1.849 1.29z' fill='%2378B948'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0'%3e%3cpath fill='%23fff' transform='translate(.383)' d='M0 0h45v45H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
  width: 46px;
  height: 45px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}
.phone:hover,
.phone:focus {
  text-decoration: none;
  color: #26448c;
}
.phone:hover:before,
.phone:focus:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='46' height='45' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0)'%3e%3cpath d='M22.885 0a22.522 22.522 0 0 0-15.84 38.508 22.132 22.132 0 0 0 15.698 6.49h.149c5.929-.039 10.74-2.47 12.663-3.906 2.38-1.718 3.45-3.508 3.181-5.32-.294-1.975-2.118-3.25-3.42-3.92a3.91 3.91 0 0 0 .294-2.005l-.05-.376a4.676 4.676 0 0 0-2.397-3.277l-2.87-1.384a4.38 4.38 0 0 0-4.092.308l-.61.422a10.49 10.49 0 0 1-5.112-7.425l.62-.429a4.38 4.38 0 0 0 1.742-3.703l-.266-3.174a4.68 4.68 0 0 0-2.217-3.42l-.317-.174a4.128 4.128 0 0 0-4.105.2l-1.952 1.337c-.58.401-.976 1.193-1.163 1.628l-.057.132-.027.142A21.017 21.017 0 0 0 29.722 35.41c.1.013.2.019.3.016.486 0 1.394-.087 1.994-.492l1.388-.958c1.074.43 2.509 1.336 2.625 2.196.1.684-.659 1.674-2.084 2.7l-.02.016c-1.535 1.14-5.82 3.334-11.052 3.368h-.13a19.42 19.42 0 0 1-13.771-5.701A19.765 19.765 0 0 1 27.62 3.324a19.768 19.768 0 0 1 14.496 23.753 1.368 1.368 0 1 0 2.663.631A22.516 22.516 0 0 0 22.885 0zm7.657 32.634c-.15.034-.302.056-.456.066a18.282 18.282 0 0 1-14.688-21.36c.066-.133.142-.26.228-.38l1.86-1.287a1.432 1.432 0 0 1 1.228-.055l.317.174c.42.293.711.739.81 1.242l.266 3.175a1.694 1.694 0 0 1-.568 1.224l-1.95 1.348.071.777a13.226 13.226 0 0 0 7.437 10.807l.716.344 1.936-1.345a1.697 1.697 0 0 1 1.348-.096l2.873 1.387c.431.267.743.69.871 1.18l.05.382a1.46 1.46 0 0 1-.5 1.126l-1.849 1.29z' fill='%2326448C'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0'%3e%3cpath fill='%23fff' transform='translate(.383)' d='M0 0h45v45H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
}
.header_btn_group {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
@media (max-width: 575px) {
  .header_btn_group .hamburger {
    display: none;
  }
}
@media (max-width: 991px) {
  .header_btn_group .btn_default {
    display: none;
  }
}
.btn_default {
  font-size: 16px;
  color: #fff;
  font-family: "Montserrat-bold";
  background: #26448c;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  width: 100%;
  max-width: 200px;
  height: 50px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  text-decoration: none;
}
.btn_default:hover,
.btn_default:focus {
  background: #78b948;
  color: #fff;
  text-decoration: none;
}
.btn_default.green {
  background: #78b948;
}
.btn_default.green:hover,
.btn_default.green:focus {
  background: #26448c;
}
.hamburger {
  width: 50px;
  min-width: 50px;
  height: 50px;
  background: #26448c;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
@media (min-width: 992px) {
  .hamburger {
    display: none;
  }
}
.hamburger span {
  position: absolute;
  background: #fff;
  height: 2px;
  left: 0;
  right: 0;
  margin: auto;
}
.hamburger span:nth-child(1) {
  width: 20px;
  top: 15px;
}
.hamburger span:nth-child(2) {
  width: 20px;
  top: 0;
  bottom: 0;
}
.hamburger span:nth-child(3) {
  width: 10px;
  bottom: 15px;
  left: 15px;
  right: initial;
}
.search_toggler {
  width: 50px;
  min-width: 50px;
  height: 50px;
  background: #78b948;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  margin-left: 20px;
}
@media (max-width: 991px) {
  .search_toggler {
    margin-left: 10px;
  }
}
.search_toggler:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='21' height='21' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.77 14.653c3.653 0 6.615-3.017 6.615-6.739s-2.962-6.739-6.616-6.739c-3.653 0-6.615 3.017-6.615 6.74 0 3.72 2.962 6.738 6.615 6.738zM19.846 19.825l-7-7.13' stroke='%23fff' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round'/%3e%3c/svg%3e");
  width: 21px;
  height: 21px;
}
.header_fixed header {
  position: fixed;
  background: rgba(244, 244, 244, 1);
  z-index: 98;
  width: 100%;
  top: 0;
  left: 0;
}
@media (min-width: 1200px) {
  .header_fixed header .h_row1 {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .header_fixed header .logo img {
    max-height: 95px;
  }
  .header_fixed header .main_menu .nav li a {
    padding: 5px 10px;
  }
}
header {
  padding-top: 10px;
  position: relative;
  background: rgba(244, 244, 244, 1);
}
header.fixed {
  position: fixed;
  background: rgba(244, 244, 244, 1);
  z-index: 98;
  width: 100%;
  top: 0;
  left: 0;
  padding-top: 5px;
}
@media (max-width: 991px) {
  header.fixed .center_col .logo img {
    max-height: 60px;
  }
  header.fixed .h_row1 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media (min-width: 1200px) {
  header.fixed .h_row1 {
    margin-top: 0;
    margin-bottom: 10px;
  }
  header.fixed .logo img {
    max-height: 95px;
  }
  header.fixed .main_menu .nav li a {
    padding: 5px 10px;
  }
  header.fixed .btn_default {
    height: 40px;
  }
  header.fixed .phone {
    font-size: 16px;
  }
  header.fixed .search_toggler {
    display: none;
  }
}
@media (max-width: 991px) {
  header {
    padding-bottom: 10px;
  }
}
header .header_row .left_col {
  -ms-flex: 0 0 23%;
  flex: 0 0 23%;
  max-width: 23%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
@media (min-width: 576px) {
  header .header_row .left_col {
    display: none;
  }
}
@media (max-width: 991px) {
  header .header_row .center_col {
    -ms-flex: 0 0 34%;
    flex: 0 0 34%;
    max-width: 34%;
  }
}
@media (max-width: 767px) {
  header .header_row .center_col {
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
  }
}
@media (max-width: 575px) {
  header .header_row .center_col {
    -ms-flex: 0 0 54%;
    flex: 0 0 54%;
    max-width: 54%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
  }
}
@media (max-width: 991px) {
  header .header_row .right_col {
    -ms-flex: 0 0 66%;
    flex: 0 0 66%;
    max-width: 66%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
  }
}
@media (max-width: 767px) {
  header .header_row .right_col {
    -ms-flex: 0 0 72%;
    flex: 0 0 72%;
    max-width: 72%;
  }
}
@media (max-width: 575px) {
  header .header_row .right_col {
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%;
  }
}
header .h_row1 {
  margin-top: 20px;
  margin-bottom: 28px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  width: 100%;
}
header .h_row1 .h_col {
  width: 33.33%;
}
@media (max-width: 991px) {
  header .h_row1 .h_col {
    width: 120px;
  }
}
@media (max-width: 991px) {
  header .h_row1 .phone_desktop {
    display: none;
  }
}
header .h_row1 .phone_mobile {
  width: calc(100% - 120px);
}
@media (max-width: 575px) {
  header .h_row1 .phone_mobile {
    display: none;
  }
}
@media (min-width: 992px) {
  header .h_row1 .phone_mobile {
    display: none;
  }
}
header .h_row1 .phone_mobile .dropdown.show #h_contacts {
  color: #26448c;
}
header .h_row1 .phone_mobile .dropdown.show #h_contacts:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='46' height='45' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0)'%3e%3cpath d='M22.885 0a22.522 22.522 0 0 0-15.84 38.508 22.132 22.132 0 0 0 15.698 6.49h.149c5.929-.039 10.74-2.47 12.663-3.906 2.38-1.718 3.45-3.508 3.181-5.32-.294-1.975-2.118-3.25-3.42-3.92a3.91 3.91 0 0 0 .294-2.005l-.05-.376a4.676 4.676 0 0 0-2.397-3.277l-2.87-1.384a4.38 4.38 0 0 0-4.092.308l-.61.422a10.49 10.49 0 0 1-5.112-7.425l.62-.429a4.38 4.38 0 0 0 1.742-3.703l-.266-3.174a4.68 4.68 0 0 0-2.217-3.42l-.317-.174a4.128 4.128 0 0 0-4.105.2l-1.952 1.337c-.58.401-.976 1.193-1.163 1.628l-.057.132-.027.142A21.017 21.017 0 0 0 29.722 35.41c.1.013.2.019.3.016.486 0 1.394-.087 1.994-.492l1.388-.958c1.074.43 2.509 1.336 2.625 2.196.1.684-.659 1.674-2.084 2.7l-.02.016c-1.535 1.14-5.82 3.334-11.052 3.368h-.13a19.42 19.42 0 0 1-13.771-5.701A19.765 19.765 0 0 1 27.62 3.324a19.768 19.768 0 0 1 14.496 23.753 1.368 1.368 0 1 0 2.663.631A22.516 22.516 0 0 0 22.885 0zm7.657 32.634c-.15.034-.302.056-.456.066a18.282 18.282 0 0 1-14.688-21.36c.066-.133.142-.26.228-.38l1.86-1.287a1.432 1.432 0 0 1 1.228-.055l.317.174c.42.293.711.739.81 1.242l.266 3.175a1.694 1.694 0 0 1-.568 1.224l-1.95 1.348.071.777a13.226 13.226 0 0 0 7.437 10.807l.716.344 1.936-1.345a1.697 1.697 0 0 1 1.348-.096l2.873 1.387c.431.267.743.69.871 1.18l.05.382a1.46 1.46 0 0 1-.5 1.126l-1.849 1.29z' fill='%2326448C'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0'%3e%3cpath fill='%23fff' transform='translate(.383)' d='M0 0h45v45H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
}
header .h_row1 .phone_mobile .dropdown.show #h_contacts:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='13' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12 1L6.5 7 1 1' stroke='%2326448C' stroke-width='1.4'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}
header .h_row1 .phone_mobile .dropdown #h_contacts {
  padding-right: 23px;
}
header .h_row1 .phone_mobile .dropdown #h_contacts:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='13' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12 1L6.5 7 1 1' stroke='%2378B948' stroke-width='1.4'/%3e%3c/svg%3e");
  width: 13px;
  height: 9px;
}
header .h_row1 .phone_mobile .dropdown .dropdown-menu {
  padding: 10px;
}
header .h_row1 .phone_mobile .dropdown .dropdown-menu li {
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  header .h_row1 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  header .h_row1 .d_none {
    display: none;
  }
}
@media (max-width: 1200px) {
  .logo img {
    max-height: 120px;
  }
}
@media (max-width: 991px) {
  .logo img {
    max-height: 103px;
  }
}
/*.main_menu {
  border-top: 1px solid #f7f7f7;
}*/
@media (max-width: 991px) {
  .main_menu {
    opacity: 0;
    position: fixed;
    width: 80%;
    height: 100%;
    z-index: 999;
    padding: 22px 10px 20px;
    left: 0;
    top: 0;
    margin-top: 0;
    background: #fff;
    text-align: center;
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
  }
  .main_menu > div.overflow {
    overflow: auto;
  }
  .main_menu.open {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    opacity: 1;
  }
  .main_menu.open .mm_close {
    display: inline-block;
  }
}
.main_menu .conacts li {
  text-align: center;
  margin-bottom: 25px;
}
.main_menu .conacts li .btn_default {
  margin: auto;
}
.main_menu .conacts li .phone {
  padding: 10px 0 10px 52px;
}
@media (min-width: 992px) {
  .main_menu .conacts {
    display: none;
  }
}
.main_menu .logo {
  margin-bottom: 22px;
}
@media (min-width: 992px) {
  .main_menu .logo {
    display: none;
  }
}
.main_menu .mm_close {
  width: 50px;
  height: 50px;
  background: #26448c;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  right: -58px;
  top: 35px;
  cursor: pointer;
  display: none;
}
@media (min-width: 992px) {
  .main_menu .mm_close {
    display: none;
  }
}
.main_menu .mm_close svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media (max-width: 991px) {
  .main_menu .nav {
    margin-bottom: 25px;
  }
 .overflow .nav {
	flex-wrap: wrap;
}
}



.main_menu .nav li {
  width: 25%;
  text-align: center;
}
@media (max-width: 991px) {
  .main_menu .nav li {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .main_menu .nav li + li a {
    /border-left: 1px solid #f7f7f7;
  }
}
.main_menu .nav li.active a {
  color: #78b948;
}
.main_menu .nav li a {
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Montserrat-bold";
  color: #26448c;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  padding: 22px 10px;
}
@media (max-width: 1200px) {
  .main_menu .nav li a {
    padding: 15px 10px;
  }
}
@media (max-width: 991px) {
  .main_menu .nav li a {
    border: 0;
    padding: 11px 10px;
    width: auto;
  }
}
.main_menu .nav li a:hover,
.main_menu .nav li a:focus {
  color: #78b948;
}
@media (max-width: 991px) {
  .page-noscroll header.fixed {
    position: relative;
    z-index: 100;
  }
}
.page-noscroll .backdrop {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: rgba(17, 32, 68, 0.6);
  top: 0;
}
.page-noscroll1 {
  overflow: hidden;
}
.page-noscroll1 header {
  z-index: 100;
}
@media (min-width: 992px) {
  .page-noscroll1 header {
    background: none;
  }
}
.page-noscroll1 .main_menu .nav li + li a {
  border-left: 0;
}
.page-noscroll1 .backdrop1 {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: rgba(17, 32, 68, 0.6);
  top: 0;
}
.page-noscroll1 .search_toggler {
  background: #26448c;
}
.page-noscroll1 .search_toggler:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='21' height='21' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 20L20 1M20.001 20l-19-19' stroke='%23fff' stroke-width='2'/%3e%3c/svg%3e");
  width: 21px;
  height: 21px;
}
.search_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
  height: 110px;
  display: none;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.search_container.open {
  display: flex;
  display: -webkit-flex;
}
@media (max-width: 991px) {
  .search_container {
    top: 100%;
    height: 70px;
    border-top: 1px solid #e9e9e9;
  }
}
.search_container .close_search_form {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #78b948;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  padding: 0;
  margin-left: 25px;
}
@media (max-width: 991px) {
  .search_container .close_search_form {
    display: none;
  }
}
.search_container .close_search_form:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='15' height='15' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 13.999L13.999 1M14 13.999L1 1' stroke='%23fff' stroke-width='2'/%3e%3c/svg%3e");
  width: 15px;
  height: 15px;
}
.search_container .search_block {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.search_container .search_block .search_form {
  width: calc(100% - 75px);
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
@media (max-width: 991px) {
  .search_container .search_block .search_form {
    width: 100%;
  }
}
.search_container .search_block .search_form .form-control {
  width: calc(100% - 50px);
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 50px;
}
.search_container
  .search_block
  .search_form
  .form-control::-webkit-input-placeholder {
  color: black;
  font-size: 16px;
}
.search_container .search_block .search_form .form-control::-moz-placeholder {
  color: black;
  font-size: 16px;
}
.search_container
  .search_block
  .search_form
  .form-control::-ms-input-placeholder {
  color: black;
  font-size: 16px;
}
.search_container .search_block .search_form .form-control:-moz-placeholder {
  color: black;
  font-size: 16px;
}
.search_container
  .search_block
  .search_form
  .form-control:-ms-input-placeholder {
  color: black;
  font-size: 16px;
}
.search_container .search_block .search_form .search_form_btn {
  width: 50px;
  min-width: 50px;
  height: 50px;
  position: relative;
  padding: 0;
}
.search_container .search_block .search_form .search_form_btn:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 21px;
  height: 21px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='21' height='21' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.77 14.653c3.653 0 6.615-3.017 6.615-6.739s-2.962-6.739-6.616-6.739c-3.653 0-6.615 3.017-6.615 6.74 0 3.72 2.962 6.738 6.615 6.738zM19.846 19.825l-7-7.13' stroke='%2378B948' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round'/%3e%3c/svg%3e");
}
.main_slider {
  position: relative;
  width: 100%;
}
.main_slider:before {
  content: "";
  position: absolute;
  /*background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='1920' height='107' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cpath fill='url(%23pattern0)' d='M0 .931h1920v106H0z'/%3e%3cdefs%3e%3cpattern id='pattern0' patternContentUnits='objectBoundingBox' width='1' height='1'%3e%3cuse xlink:href='%23image0' transform='scale(.00052 .00943)'/%3e%3c/pattern%3e%3cimage id='image0' width='1920' height='106' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAB4AAAABqCAMAAABqBLyeAAAArlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8tivQqAAAAOXRSTlMAAQkEDRAaByH57ePY524XFPUoOSzxNDCj0nVSSEP9Zx4+3k17zciuw76pJbmegZSZYlqLtFaGj15ga8ZpAAAcx0lEQVR42uzda1OiYBjG8RuQ80kURRA8oKASGppW9/f/YquZbbW1W6vbWl2/0cEZxvGd/+E5AAEAAHw6AgEAAMAHkwYEAAAAH0tSNvOu4kS31VIhAAAA+PdkX60NlyVzaKXMvTKpETX7Q6kdEAAAAPwDEm2NzPXtRNd5r8XWZacymfOsIgAAAHg36f4givSUIqlajRQtmZTLYLlmtlr8gk67fhs36YEo7L+tEQAAALzKl2mrXSwUujeoE8m1vjWb2+E0NPeXvWmLX9Qz9JSZZ7H8dJl0vanSuerWVc0XCQAA4P8JkgERxTlbF+I+wWLkDPpxnPKBzls9/gMjakj0kzDoD+lMcbi+dFab9kWcCPRAJPLrBAAA8CFWyyuH3JyZC422ao24U0z0jsHv1kr7RErTr7vULYrKTCPnqq+SQr+lyrTXjQb0MZjZM3tcztiMkqYsNuLxfLJeX90uXQIAAPgQS5vNSdnjrRHR0JlPsx7/LeNq2TetxfJmn++ezmV/fLUZDkgL6Alx99aSdqPeqFa77g+jScuoGuT7pMXNRDtMUP8LvNfiLS8vZh7vGeMakXi+Q+cAAPAZSerzO1mpcUOWNjoflP1S56PkhtfiJ1o264aXR4ui25T9oUuNQPZXk6xyrte5pXvmNGduq07Gd7J+x1hU23Cni4BGTfo3+DX6rLTC9QID0QAAcAo1xakG2qobDBOSl/QgCVPTSvmEft/vlNkuM93IPX6qszT54OGcMZ+no/GbGiyfIsAHPSu8JdIe/7CE+28CAMB7SLJAVFP9VcZ23uLUssPM7EhEyWK1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'/%3e%3c/defs%3e%3c/svg%3e");*/
  width: 100%;
  background-size: cover;
  background-position: center;
  height: 115px;
  bottom: -2px;
  left: 0;
  z-index: 3;
}
@media (max-width: 767px) {
  .main_slider:before {
    height: 85px;
    background-position: 89% -1px;
  }
}
.main_slider .slider_item,
.main_slider .slick-slide {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 787px;
  position: relative;
}
@media (max-width: 1800px) {
  .main_slider .slider_item,
  .main_slider .slick-slide {
    height: 700px;
  }
}
@media (max-width: 1400px) {
  .main_slider .slider_item,
  .main_slider .slick-slide {
    height: 600px;
  }
}
@media (max-width: 1200px) {
  .main_slider .slider_item,
  .main_slider .slick-slide {
    height: 450px;
  }
}
.main_slider .slider_item:before,
.main_slider .slick-slide:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
      180deg,
      rgba(38, 68, 140, 0.24) 28.42%,
      rgba(15, 39, 98, 0.6) 100%
    ),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  pointer-events: none;
}
.main_slider .slider_item .container,
.main_slider .slick-slide .container {
  position: relative;
}
.main_slider .slider_item .container .slider_caption,
.main_slider .slick-slide .container .slider_caption {
  max-width: 600px;
  padding-top: 25vh;
}
@media (max-width: 1800px) {
  .main_slider .slider_item .container .slider_caption,
  .main_slider .slick-slide .container .slider_caption {
    padding-top: 15vh;
  }
}
@media (max-width: 1400px) {
  .main_slider .slider_item .container .slider_caption,
  .main_slider .slick-slide .container .slider_caption {
    padding-top: 10vh;
  }
}
@media (max-width: 1200px) {
  .main_slider .slider_item .container .slider_caption,
  .main_slider .slick-slide .container .slider_caption {
    padding-top: 60px;
  }
}
.main_slider .slider_item .container .slider_caption .title,
.main_slider .slick-slide .container .slider_caption .title {
  font-size: 44px;
  line-height: 64px;
  color: #fff;
  text-transform: uppercase;
  font-family: "Montserrat-bold";
  margin-bottom: 18px;
  display: inline-block;
}
@media (max-width: 1200px) {
  .main_slider .slider_item .container .slider_caption .title,
  .main_slider .slick-slide .container .slider_caption .title {
    font-size: 28px;
    line-height: 42px;
  }
}
.main_slider .slider_item .container .slider_caption .sub_title,
.main_slider .slick-slide .container .slider_caption .sub_title {
  font-family: "Montserrat-Medium";
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .main_slider .slider_item .container .slider_caption .sub_title,
  .main_slider .slick-slide .container .slider_caption .sub_title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
  }
}
.main_slider .slick-arrow {
  width: 50px;
  height: 50px;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 1;
  z-index: 3;
}
.main_slider .slick-arrow:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 13px;
  height: 22px;
  opacity: 1;
}
.main_slider .slick-prev {
  left: 120px;
}
@media (max-width: 1800px) {
  .main_slider .slick-prev {
    left: 60px;
  }
}
@media (max-width: 1420px) {
  .main_slider .slick-prev {
    left: 0;
  }
}
@media (max-width: 1300px) {
  .main_slider .slick-prev {
    display: none !important;
  }
}
.main_slider .slick-prev:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='13' height='22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.185 20.705L2 10.872l10.185-9.833' stroke='%2326448C' stroke-width='2'/%3e%3c/svg%3e");
}
.main_slider .slick-next {
  right: 120px;
}
@media (max-width: 1800px) {
  .main_slider .slick-next {
    right: 60px;
  }
}
@media (max-width: 1420px) {
  .main_slider .slick-next {
    right: 0;
  }
}
@media (max-width: 1300px) {
  .main_slider .slick-next {
    display: none !important;
  }
}
.main_slider .slick-next:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='13' height='22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 20.705l10.185-9.833L1 1.039' stroke='%2326448C' stroke-width='2'/%3e%3c/svg%3e");
}
.main_slider .slick-dots {
  z-index: 4;
  width: 100%;
  max-width: 1200px;
  padding-left: 15px;
  left: 0;
  right: 0;
  bottom: 135px;
  margin: auto;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
@media (max-width: 767px) {
  .main_slider .slick-dots {
    bottom: 50px;
  }
}
.main_slider .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 7px;
}
.main_slider .slick-dots li:first-child {
  margin-left: 0;
}
.main_slider .slick-dots li.slick-active button:before {
  background: #78b948;
}
.main_slider .slick-dots li button {
  width: 12px;
  height: 12px;
}
.main_slider .slick-dots li button:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 1;
}
.section_title {
  font-size: 28px;
  font-family: "Montserrat-bold";
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 100px;
  margin-bottom: 45px;
}
.section_title.blue {
  color: #26448c;
}
@media (max-width: 1200px) {
  .section_title {
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 24px;
  }
}
.section_products {
  padding-top: 100px;
  padding-bottom: 125px;
  position: relative;
}
@media (min-width: 1910px) {
  .section_products {
    padding-bottom: 270px;
  }
}
@media (max-width: 1200px) {
  .section_products {
    padding-top: 30px;
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .section_products {
    padding-bottom: 30px;
  }
}
.section_products .container.first {
  max-width: 1275px;
  position: relative;
}
.section_products .p_absolute {
  z-index: 11;
}
@media (min-width: 1910px) {
  .section_products .p_absolute {
    right: -300px;
    position: absolute;
    bottom: -148px;
  }
}
@media (max-width: 1910px) {
  .section_products .p_absolute {
    margin-top: -55px;
  }
}
@media (max-width: 1200px) {
  .section_products .p_absolute {
    margin-top: -135px;
  }
}
@media (max-width: 767px) {
  .section_products .p_absolute {
    margin-top: -125px;
    padding: 0;
  }
}
@media (min-width: 1910px) {
  .section_products .p_absolute2 {
    right: -300px;
    position: absolute;
    bottom: -294px;
  }
}
@media (max-width: 1910px) {
  .section_products .p_absolute2 {
    margin-top: -55px;
  }
}
@media (max-width: 1200px) {
  .section_products .p_absolute2 {
    margin-top: -135px;
    padding: 0 35px;
  }
}
@media (max-width: 767px) {
  .section_products .p_absolute2 {
    margin-top: -125px;
    padding: 0 15px;
  }
}
.section_products .slick_btn_group {
  display: flex;
  display: -webkit-flex;
}
@media (min-width: 1910px) {
  .section_products .slick_btn_group {
    position: absolute;
    left: -286px;
    bottom: 126px;
  }
}
@media (max-width: 1910px) {
  .section_products .slick_btn_group {
    justify-content: center;
    -webkit-justify-content: center;
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .section_products .slick_btn_group {
    margin-top: 0;
  }
}
.section_products .slick_btn_group button {
  width: 50px;
  height: 50px;
  background: #78b948;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}
.section_products .slick_btn_group button:hover,
.section_products .slick_btn_group button:focus {
  background: #26448c;
}
.section_products .slick_btn_group button:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 13px;
  height: 22px;
}
.section_products .slick_btn_group button.slick_prev {
  margin-right: 20px;
}
.section_products .slick_btn_group button.slick_prev:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='13' height='22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11.964 21.237L1.78 11.404l10.185-9.833' stroke='%23fff' stroke-width='2'/%3e%3c/svg%3e");
}
.section_products .slick_btn_group button.slick_next:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='13' height='22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M.78 21.237l10.184-9.833L.78 1.571' stroke='%23fff' stroke-width='2'/%3e%3c/svg%3e");
}
.product_desc_block {
  width: 100%;
  height: 355px;
  padding: 0 70px;
  position: relative;
  display: inline-block;
}
@media (max-width: 1910px) {
  .product_desc_block {
    padding: 0 40px;
  }
}
@media (max-width: 1200px) {
  .product_desc_block {
    padding: 0 35px;
  }
}
@media (max-width: 767px) {
  .product_desc_block {
    padding: 0 15px;
  }
}
.product_desc_block.blue_bg {
  background: #26448c;
}
.product_desc_block.blue_bg:after {
  background: #7192e1;
  opacity: 0;
}
.product_desc_block.blue_bg:before {
  background: url(../img/pr_bg.svg);
}
.product_desc_block.green_bg {
  background: #78b948;
}
.product_desc_block.green_bg:after {
  background: #97e260;
  opacity: 0;
}
.product_desc_block.green_bg:before {
  background: url(../img/pr_bg2.png);
}
.product_desc_block:after {
  content: "";
  position: absolute;
  height: 100px;
  width: 4px;
  bottom: -50px;
  left: 70px;
}
@media (max-width: 1910px) {
  .product_desc_block:after {
    display: none;
  }
}
.product_desc_block:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  left: 0;
  top: 0;
}
.product_desc_block .desc {
  position: relative;
  color: #fff;
  max-width: 285px;
  font-family: "Montserrat-Medium";
  font-size: 17px;
  line-height: 24px;
}
@media (max-width: 1200px) {
  .product_desc_block .desc {
    max-width: 455px;
  }
}
@media (max-width: 1200px) {
  .home_category_list {
    padding: 0 45px;
    margin: 0 -7px;
  }
}
@media (max-width: 1200px) and (max-width: 1200px) {
  .home_category_list {
    padding: 0 15px;
  }
}
@media (max-width: 1200px) and (max-width: 1200px) {
  .home_category_list > div {
    padding: 0 7px;
    margin-bottom: 5px;
  }
}
@media (max-width: 1200px) and (max-width: 767px) {
  .home_category_list > div {
    margin-bottom: 20px;
  }
}
.home_category_list .home_cat_item {
  display: inline-block;
  width: 100%;
  height: 375px;
  background-position: center;
  background-size: cover;
  position: relative;
  text-decoration: none;
}
.home_category_list .home_cat_item:hover,
.home_category_list .home_cat_item:focus {
  text-decoration: none;
  -webkit-box-shadow: 0 4px 24px rgba(36, 58, 20, 0.5);
  -moz-box-shadow: 0 4px 24px rgba(36, 58, 20, 0.5);
  box-shadow: 0 4px 24px rgba(36, 58, 20, 0.5);
}
.home_category_list .home_cat_item:hover:before,
.home_category_list .home_cat_item:focus:before {
  background: rgba(38, 68, 140, 0.8);
}
.home_category_list .home_cat_item:hover .btn_default,
.home_category_list .home_cat_item:focus .btn_default {
  background: #fff;
  color: #26448c;
}
.home_category_list .home_cat_item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(33, 49, 57, 0) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}
.home_category_list .home_cat_item .h_cat_content {
  text-align: center;
  position: absolute;
  bottom: 57px;
  left: 0;
  right: 0;
  margin: auto;
}
.home_category_list .home_cat_item .h_cat_content .title {
  font-size: 18px;
  font-family: "Montserrat-bold";
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 30px;
  padding: 0 15px;
}
.home_category_list .home_cat_item .h_cat_content .btn_default {
  margin: auto;
}
.home_category_list .home_cat_item .h_cat_content .btn_default:hover,
.home_category_list .home_cat_item .h_cat_content .btn_default:focus {
  background: #fff;
  color: #26448c;
}
.preimuschestva {
  background: url(../img/pattern_vetalians2.svg);
  background-size: cover;
  background-position: center;
  position: relative;
  padding-bottom: 178px;
}
@media (max-width: 1500px) {
  .preimuschestva {
    padding-bottom: 100px;
  }
}
.preimuschestva:before {
  content: "";
  position: absolute;
  /*background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='1920' height='171' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cpath transform='matrix(1 0 0 -1 0 171)' fill='url(%23pattern0)' d='M0 0h1920v171H0z'/%3e%3cdefs%3e%3cpattern id='pattern0' patternContentUnits='objectBoundingBox' width='1' height='1'%3e%3cuse xlink:href='%23image0' transform='scale(.00052 .00585)'/%3e%3c/pattern%3e%3cimage id='image0' width='1920' height='171' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAB4AAAACrCAYAAACHboG9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkU1ODU4RUE1NEEyMzExRTk5OTgxQkMyMUIzQkNGNDU2IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkU1ODU4RUE2NEEyMzExRTk5OTgxQkMyMUIzQkNGNDU2Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTU4NThFQTM0QTIzMTFFOTk5ODFCQzIxQjNCQ0Y0NTYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RTU4NThFQTQ0QTIzMTFFOTk5ODFCQzIxQjNCQ0Y0NTYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz51GdPMAAAyT0lEQVR42uzd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'/%3e%3c/defs%3e%3c/svg%3e");*/
  width: 100%;
  height: 171px;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  z-index: 2;
}
.preimuschestva > .container {
  position: relative;
  z-index: 3;
}
.preimuschestva .cow {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 1500px) {
  .preimuschestva .cow {
    display: none;
  }
}
.preimuschestva .chicken {
  position: absolute;
  left: 130px;
  bottom: 0;
}
@media (max-width: 1500px) {
  .preimuschestva .chicken {
    display: none;
  }
}
.preimuschestva .horse {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1500px) {
  .preimuschestva .horse {
    display: none;
  }
}
.preimuschestva .swin {
  position: absolute;
  right: 20px;
  bottom: 0;
}
@media (max-width: 1500px) {
  .preimuschestva .swin {
    display: none;
  }
}
.pr_list > div {
  margin-bottom: 65px;
}
@media (max-width: 1200px) {
  .pr_list > div {
    margin-bottom: 40px;
  }
}
.pr_list .pt_item {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}
.pr_list .pt_item:hover,
.pr_list .pt_item:focus {
  transform: translateY(-15px);
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
}
@media (max-width: 1200px) {
  .pr_list .pt_item {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .pr_list .pt_item {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.pr_list .pt_item .img {
  width: 90px;
  min-width: 90px;
  height: 90px;
  background: #78b948;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  margin-right: 28px;
}
.pr_list .pt_item .img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.pr_list .pt_item .text {
  padding-top: 20px;
}
@media (max-width: 1200px) {
  .pr_list .pt_item .text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .pr_list .pt_item .text {
    text-align: center;
  }
}
.pr_list .pt_item .text .pr_title {
  font-size: 18px;
  text-transform: uppercase;
  color: #26448c;
  font-family: "Montserrat-bold";
}
@media (max-width: 1200px) {
  .pr_list .pt_item .text .pr_title {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.pr_list .pt_item .text .pr_desc {
  font-size: 17px;
  line-height: 24px;
  color: black;
}
.home_product_slider .slick-slide {
  padding-bottom: 20px;
}
.product_list .product_item {
  display: inline-block;
  height: 454px;
  width: 100%;
  -webkit-box-shadow: 0 4px 24px rgba(229, 229, 229, 0.24);
  -moz-box-shadow: 0 4px 24px rgba(229, 229, 229, 0.24);
  box-shadow: 0 4px 24px rgba(229, 229, 229, 0.24);
  background: #fff;
  padding: 30px 47px 30px;
  text-align: center;
  text-decoration: none;
}
.product_list .product_item:hover,
.product_list .product_item:focus {
  text-decoration: none;
  -webkit-box-shadow: 0 4px 24px rgba(229, 229, 229, 0.5);
  -moz-box-shadow: 0 4px 24px rgba(229, 229, 229, 0.5);
  box-shadow: 0 4px 24px rgba(229, 229, 229, 0.5);
}
.product_list .product_item:hover .item_content .btn_default,
.product_list .product_item:focus .item_content .btn_default {
  background: #26448c;
}
.product_list .product_item picture {
  display: inline-block;
  height: 250px;
  width: 100%;
  position: relative;
}
.product_list .product_item picture img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 99%;
  max-width: 99%;
}
.product_list .product_item .item_content {
  padding-top: 20px;
}
.product_list .product_item .item_content .title {
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #0c0c0c;
  font-family: "Montserrat-bold";
  display: -webkit-box;
  max-height: 3.2rem;
  min-height: 3rem;
  margin-bottom: 5px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
}
.product_list .product_item .item_content .btn_default {
  background: #78b948;
  color: #fff;
  margin: auto;
}
.home_about {
  background: url(../img/pattern_vetalians2.svg);
  background-size: cover;
  background-position: center;
  padding: 130px 0 170px;
  position: relative;
}
@media (max-width: 1200px) {
  .home_about {
    padding: 50px 0 100px;
  }
}
@media (min-width: 1910px) {
  .home_about {
    margin-top: 120px;
  }
}
.home_about:before {
  content: "";
  position: absolute;
  /*background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='1920' height='106' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cpath fill='url(%23pattern0)' d='M0 0h1920v106H0z'/%3e%3cdefs%3e%3cpattern id='pattern0' patternContentUnits='objectBoundingBox' width='1' height='1'%3e%3cuse xlink:href='%23image0' transform='scale(.00052 .00943)'/%3e%3c/pattern%3e%3cimage id='image0' width='1920' height='106' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAB4AAAABqCAMAAABqBLyeAAAArlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8tivQqAAAAOXRSTlMAAQkEDRAaByH57ePY524XFPUoOSzxNDCj0nVSSEP9Zx4+3k17zciuw76pJbmegZSZYlqLtFaGj15ga8ZpAAAcx0lEQVR42uzda1OiYBjG8RuQ80kURRA8oKASGppW9/f/YquZbbW1W6vbWl2/0cEZxvGd/+E5AAEAAHw6AgEAAMAHkwYEAAAAH0tSNvOu4kS31VIhAAAA+PdkX60NlyVzaKXMvTKpETX7Q6kdEAAAAPwDEm2NzPXtRNd5r8XWZacymfOsIgAAAHg36f4givSUIqlajRQtmZTLYLlmtlr8gk67fhs36YEo7L+tEQAAALzKl2mrXSwUujeoE8m1vjWb2+E0NPeXvWmLX9Qz9JSZZ7H8dJl0vanSuerWVc0XCQAA4P8JkgERxTlbF+I+wWLkDPpxnPKBzls9/gMjakj0kzDoD+lMcbi+dFab9kWcCPRAJPLrBAAA8CFWyyuH3JyZC422ao24U0z0jsHv1kr7RErTr7vULYrKTCPnqq+SQr+lyrTXjQb0MZjZM3tcztiMkqYsNuLxfLJeX90uXQIAAPgQS5vNSdnjrRHR0JlPsx7/LeNq2TetxfJmn++ezmV/fLUZDkgL6Alx99aSdqPeqFa77g+jScuoGuT7pMXNRDtMUP8LvNfiLS8vZh7vGeMakXi+Q+cAAPAZSerzO1mpcUOWNjoflP1S56PkhtfiJ1o264aXR4ui25T9oUuNQPZXk6xyrte5pXvmNGduq07Gd7J+x1hU23Cni4BGTfo3+DX6rLTC9QID0QAAcAo1xakG2qobDBOSl/QgCVPTSvmEft/vlNkuM93IPX6qszT54OGcMZ+no/GbGiyfIsAHPSu8JdIe/7CE+28CAMB7SLJAVFP9VcZ23uLUssPM7EhEyWK1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'/%3e%3c/defs%3e%3c/svg%3e");*/
  width: 100%;
  height: 106px;
  background-size: cover;
  background-position: center;
  bottom: 0;
  left: 0;
}
.home_about .home_about_desc1 {
  background: #fff;
  padding: 1px 77px 85px;
}
@media (max-width: 1200px) {
  .home_about .home_about_desc1 {
    padding: 1px 60px 70px;
  }
}
@media (max-width: 767px) {
  .home_about .home_about_desc1 {
    padding: 1px 30px 50px;
  }
}
@media (min-width: 767px) {
  .home_about .home_about_desc1 {
    margin-right: 21vw;
  }
}
.home_about .home_about_desc1 .desc {
  font-size: 17px;
  line-height: 24px;
  color: black;
  max-width: 500px;
}
@media (max-width: 1200px) {
  .home_about .home_about_desc1 .desc {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .home_about .home_about_desc1 .desc {
    max-width: 100%;
  }
}
.home_about .home_about_desc2 {
  background: url(../img/Rectangle_3.png);
  background-size: cover;
  background-position: center;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "Montserrat-bold";
  padding: 75px 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  z-index: 2;
  max-width: 570px;
}
@media (min-width: 1200px) {
  .home_about .home_about_desc2 {
    margin: auto;
    max-height: 300px;
  }
}
@media (max-width: 1200px) {
  .home_about .home_about_desc2 {
    top: 25px;
    bottom: 25px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    max-width: 365px;
  }
}
@media (min-width: 1370px) {
  .home_about .home_about_desc2 {
    right: -50px;
  }
}
@media (max-width: 767px) {
  .home_about .home_about_desc2 {
    position: relative;
    max-width: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 60px 30px;
  }
}
.home_about .home_about_desc2:before {
  content: "";
  position: absolute;
  width: 69px;
  height: 52px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='69' height='52' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 52V26.617L16.598 0H30.46L18.364 23.885h12.095V52H0zM37.919 52V26.617L54.856 0H69L56.658 23.885H69V52H37.919z' fill='%2378B948'/%3e%3c/svg%3e");
  left: 50px;
  top: -38px;
}
@media (max-width: 1200px) {
  .home_about .home_about_desc2:before {
    top: -25px;
  }
}
@media (max-width: 767px) {
  .home_about .home_about_desc2:before {
    left: 30px;
  }
}
.home_about .home_about_desc2:after {
  content: "";
  position: absolute;
  width: 69px;
  height: 52px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='69' height='52' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M69 0v25.383L52.402 52H38.54l12.095-23.885H38.54V0H69zM31.081 0v25.383L14.144 52H0l12.342-23.885H0V0h31.081z' fill='%2378B948'/%3e%3c/svg%3e");
  right: 23px;
  bottom: -38px;
}
@media (max-width: 1200px) {
  .home_about .home_about_desc2:after {
    bottom: -25px;
  }
}
@media (max-width: 767px) {
  .home_about .home_about_desc2:after {
    right: 15px;
  }
}
.partners {
  padding-bottom: 80px;
}
@media (max-width: 1200px) {
  .partners {
    padding-bottom: 30px;
  }
}
@media (min-width: 1300px) {
  .partners_list > div {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 575px) {
  .partners_list > div {
    margin-bottom: 20px;
  }
}
.partners_list picture {
  display: inline-block;
  width: 100%;
  position: relative;
  text-align: center;
}
@media (min-width: 576px) {
  .partners_list picture {
    height: 125px;
  }
}
.partners_list picture:hover img,
.partners_list picture:focus img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}
.partners_list picture img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}
@media (min-width: 576px) {
  .partners_list picture img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 99%;
    max-height: 99%;
  }
}
footer {
  background: #26448c;
  padding-top: 122px;
}
@media (max-width: 1200px) {
  footer {
    padding-top: 50px;
  }
}
footer .f_title {
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Montserrat-bold";
  color: #ffffff;
  margin-bottom: 23px;
}
@media (max-width: 1200px) {
  footer .f_title {
    margin-bottom: 17px;
  }
}
@media (min-width: 1200px) {
  footer .f_menu {
    column-count: 2;
    -webkit-column-count: 2;
  }
}
@media (max-width: 767px) {
  footer .f_menu {
    margin-bottom: 40px;
  }
}
footer .f_menu li {
  margin-bottom: 12px;
}
@media (max-width: 1200px) {
  footer .f_menu li {
    margin-bottom: 10px;
  }
}
footer .f_menu li a {
  font-size: 14px;
  font-family: "Montserrat-bold";
  color: #ffffff;
  text-decoration: none;
}
footer .f_menu li a:hover,
footer .f_menu li a:focus {
  color: #78b948;
  text-decoration: none;
}
@media (max-width: 767px) {
  footer .f_contacts {
    max-width: 270px;
    display: inline-block;
  }
}
footer .f_contacts li {
  position: relative;
  display: inline-block;
  padding-left: 18px;
  text-align: left;
}
footer .f_contacts li.location {
  color: #fff;
  font-size: 14px;
  margin-bottom: 8px;
}
footer .f_contacts li.location:before {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='9' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4.1.857c-2.2 0-4.1 1.9-4.1 4.1 0 3 4.1 6 4.1 6s4.1-2.7 4.1-6c.1-2.2-1.8-4.1-4.1-4.1zm.1 6.2c-1.2 0-2.1-.9-2.1-2.1 0-1.2 1-2.1 2.1-2.1 1.2 0 2.1.9 2.1 2.1.1 1.1-.9 2.1-2.1 2.1z' fill='%23fff'/%3e%3c/svg%3e");
  width: 9px;
  height: 11px;
  left: 0;
  top: 5px;
}
footer .f_contacts li.phones a {
  font-family: "Montserrat-bold";
  color: #78b948;
  text-decoration: none;
}
footer .f_contacts li.phones a:hover,
footer .f_contacts li.phones a:focus {
  color: #78b948;
  text-decoration: none;
}
footer .f_contacts li.phones:before {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='8' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0)'%3e%3cpath d='M7.4 8.684v-.1c0-.3-.3-.7-.6-.9l-1-.6c-.3-.2-.7-.1-1 0l-.5.3c-1.4-.7-2.3-2.1-2.4-3.7l.5-.3c.3-.2.5-.6.5-.9v-1.2c0-.3-.2-.7-.5-.9l-.2-.1c-.2-.1-.7-.1-1 0l-.7.5c-.1.1-.3.4-.3.4-.5 1.9-.2 4 .9 5.6 1 1.7 2.7 2.9 4.6 3.3 0 0 .3 0 .5-.1l.8-.4c.2-.2.4-.6.4-.9z' fill='%2378B948'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0'%3e%3cpath fill='%23fff' transform='translate(0 .184)' d='M0 0h7.4v9.9H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
  width: 8px;
  height: 11px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
footer .footer_row {
  margin-bottom: 100px;
}
@media (max-width: 1200px) {
  footer .footer_row {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  footer .footer_row {
    text-align: center;
  }
}
@media (max-width: 767px) {
  footer .logo_block {
    margin-bottom: 40px;
  }
}
footer .copyright {
  border-top: 1px solid #3859a8;
  font-size: 14px;
  line-height: 24px;
  color: #cad9ff;
  padding: 28px 0;
}
@media (max-width: 1200px) {
  footer .copyright {
    padding: 11px 0;
  }
}
@media (max-width: 767px) {
  footer .copyright {
    text-align: center;
  }
}
footer .copyright p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  footer .copyright .dev {
    text-align: right;
  }
}
@media (max-width: 767px) {
  footer .copyright .dev {
    margin-top: 15px;
  }
}
footer .copyright .dev a {
  text-decoration: none;
}
footer .copyright .dev a:hover,
footer .copyright .dev a:focus {
  text-decoration: underline;
}
.page_header {
  height: 295px;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media (max-width: 1200px) and (max-width: 1200px) {
  .page_header {
    height: 228px;
  }
}
.page_header:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(
      180deg,
      rgba(38, 68, 140, 0.24) 28.42%,
      rgba(15, 39, 98, 0.6) 100%
    ),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  left: 0;
  top: 0;
}
.page_header:after {
  content: "";
  position: absolute;
  /*background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='1920' height='106' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cpath fill='url(%23pattern0)' d='M0 0h1920v106H0z'/%3e%3cdefs%3e%3cpattern id='pattern0' patternContentUnits='objectBoundingBox' width='1' height='1'%3e%3cuse xlink:href='%23image0' transform='scale(.00052 .00943)'/%3e%3c/pattern%3e%3cimage id='image0' width='1920' height='106' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAB4AAAABqCAMAAABqBLyeAAAArlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8tivQqAAAAOXRSTlMAAQkEDRAaByH57ePY524XFPUoOSzxNDCj0nVSSEP9Zx4+3k17zciuw76pJbmegZSZYlqLtFaGj15ga8ZpAAAcx0lEQVR42uzda1OiYBjG8RuQ80kURRA8oKASGppW9/f/YquZbbW1W6vbWl2/0cEZxvGd/+E5AAEAAHw6AgEAAMAHkwYEAAAAH0tSNvOu4kS31VIhAAAA+PdkX60NlyVzaKXMvTKpETX7Q6kdEAAAAPwDEm2NzPXtRNd5r8XWZacymfOsIgAAAHg36f4givSUIqlajRQtmZTLYLlmtlr8gk67fhs36YEo7L+tEQAAALzKl2mrXSwUujeoE8m1vjWb2+E0NPeXvWmLX9Qz9JSZZ7H8dJl0vanSuerWVc0XCQAA4P8JkgERxTlbF+I+wWLkDPpxnPKBzls9/gMjakj0kzDoD+lMcbi+dFab9kWcCPRAJPLrBAAA8CFWyyuH3JyZC422ao24U0z0jsHv1kr7RErTr7vULYrKTCPnqq+SQr+lyrTXjQb0MZjZM3tcztiMkqYsNuLxfLJeX90uXQIAAPgQS5vNSdnjrRHR0JlPsx7/LeNq2TetxfJmn++ezmV/fLUZDkgL6Alx99aSdqPeqFa77g+jScuoGuT7pMXNRDtMUP8LvNfiLS8vZh7vGeMakXi+Q+cAAPAZSerzO1mpcUOWNjoflP1S56PkhtfiJ1o264aXR4ui25T9oUuNQPZXk6xyrte5pXvmNGduq07Gd7J+x1hU23Cni4BGTfo3+DX6rLTC9QID0QAAcAo1xakG2qobDBOSl/QgCVPTSvmEft/vlNkuM93IPX6qszT54OGcMZ+no/GbGiyfIsAHPSu8JdIe/7CE+28CAMB7SLJAVFP9VcZ23uLUssPM7EhEyWK1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'/%3e%3c/defs%3e%3c/svg%3e");*/
  width: 100%;
  height: 105px;
  bottom: 0;
  left: 0;
}
@media (max-width: 1200px) {
  .page_header:after {
    height: 80px;
  }
}
.page_header.page_header_category {
  height: 385px;
}
@media (max-width: 1200px) {
  .page_header.page_header_category {
    height: 228px;
  }
}
.page_header.page_header_category .page_title {
  margin-top: 80px;
}
@media (max-width: 1200px) {
  .page_header.page_header_category .page_title {
    margin-top: 45px;
  }
}
.page_header .container {
  position: relative;
}
.page_title {
  font-family: "Montserrat-bold";
  font-size: 44px;
  line-height: 64px;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 60px;
  margin-bottom: 13px;
}
@media (max-width: 1200px) {
  .page_title {
    font-size: 28px;
    line-height: 42px;
    margin-top: 45px;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .page_title {
    font-size: 25px;
  }
}
.breadcrumb {
  background: none;
  padding-left: 0;
  margin-left: 0;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.breadcrumb li {
  position: relative;
  padding-right: 7px;
}
.breadcrumb li + li {
  padding-left: 13px;
}
.breadcrumb li + li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='6' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 9l4-4-4-4' stroke='%23fff'/%3e%3c/svg%3e");
  width: 6px;
  height: 10px;
}
.breadcrumb li:last-child a {
  color: #fff;
}
.breadcrumb li a {
  font-family: "Montserrat-Medium";
  font-size: 16px;
  color: #d2d2d2;
  text-decoration: none;
}
@media (max-width: 575px) {
  .breadcrumb li a {
    font-size: 13px;
  }
}
.breadcrumb li a:hover,
.breadcrumb li a:focus {
  text-decoration: underline;
  color: #78b948;
}
.sort_container {
  margin-top: -105px;
  z-index: 3;
  margin-bottom: 130px;
}
@media (max-width: 1200px) {
  .sort_container {
    margin-top: -55px;
    margin-bottom: 0;
  }
}
.sort_block1 {
  width: 100%;
  height: 210px;
  background: #26448c;
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 30px 70px;
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .sort_block1 {
    padding: 30px 47px;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    height: 200px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .sort_block1 {
    height: auto;
    padding: 44px 15px 30px;
  }
}
.sort_block1:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  left: 0;
  top: 0;
  background: url(../img/pr_bg.svg);
}
.sort_block1 .title {
  position: relative;
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
  font-family: "Montserrat-bold";
  color: #ffffff;
  margin-right: 75px;
}
@media (max-width: 1200px) {
  .sort_block1 .title {
    width: 100%;
    font-size: 24px;
    line-height: 29px;
  }
}
.sort_block1 .sort_menu {
  position: relative;
  display: flex;
  display: -webkit-flex;
flex-wrap: wrap;
gap: 10px;
}
@media (max-width: 1200px) {
  .sort_block1 .sort_menu {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .sort_block1 .sort_menu {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
}
.sort_block1 .sort_menu li {
  margin: 0 14px;
}
@media (max-width: 767px) {
  .sort_block1 .sort_menu li {
    width: 100%;
    margin: 13px 0;
  }
}
.sort_block1 .sort_menu li:first-child {
  margin-left: 0;
}
.sort_block1 .sort_menu li:last-child {
  margin-right: 0;
}
.sort_block1 .sort_menu li.active a {
  text-decoration: none;
  background: #78b948;
  border: 2px solid #78b948;
}
.sort_block1 .sort_menu li a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 60px;
  width: 100%;
  padding: 10px 20px 10px 27px;
  border: 2px solid #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .sort_block1 .sort_menu li a {
    min-width: 210px;
  }
}
@media (max-width: 767px) {
  .sort_block1 .sort_menu li a {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.sort_block1 .sort_menu li a:hover,
.sort_block1 .sort_menu li a:focus {
  text-decoration: none;
  background: #78b948;
  border: 2px solid #78b948;
}
.sort_block1 .sort_menu li a picture {
  display: inline-block;
  margin-right: 18px;
}
.sort_block1 .sort_menu li a span {
  font-size: 16px;
  font-family: "Montserrat-bold";
  color: #ffffff;
}
.sort_block2 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  border-bottom: 1px solid #e9e9e9;
  padding-top: 18px;
  padding-bottom: 18px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .sort_block2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .sort_block2 {
    justify-content: center;
    -webkit-justify-content: center;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    flex-direction: column;
    -webkit-flex-direction: column;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .sort_block2 {
    padding-right: 8px;
    padding-left: 8px;
  }
}
.sort_block2 .showing_products {
  font-size: 16px;
  line-height: 20px;
  color: black;
}
@media (max-width: 767px) {
  .sort_block2 .showing_products {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.sort_block2 .sort_select {
  display: flex;
  display: -webkit-flex;
}
.sort_block2 .sort_select .sort_text {
  font-size: 16px;
  color: black;
}
@media (max-width: 767px) {
  .sort_block2 .sort_select .sort_text {
    font-size: 14px;
  }
}
.sort_block2 .sort_select .dropdown button {
  font-size: 16px;
  line-height: 20px;
  text-align: right;
  position: relative;
  color: #78b948;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .sort_block2 .sort_select .dropdown button {
    font-size: 14px;
  }
}
.sort_block2 .sort_select .dropdown button:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='10' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 1l4 4 4-4' stroke='%2378B948'/%3e%3c/svg%3e");
  width: 10px;
  height: 6px;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}
.sort_block2 .sort_select .dropdown .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  background: #fff;
  -webkit-box-shadow: 0 0 16px rgba(24, 83, 138, 0.08);
  -moz-box-shadow: 0 0 16px rgba(24, 83, 138, 0.08);
  box-shadow: 0 0 16px rgba(24, 83, 138, 0.08);
  padding: 0;
  min-width: 115px;
  right: 0 !important;
  left: -23px !important;
  margin-top: 10px;
}
.sort_block2
  .sort_select
  .dropdown
  .dropdown-menu[x-placement="top-start"]:before {
  bottom: -5px;
}
.sort_block2
  .sort_select
  .dropdown
  .dropdown-menu[x-placement="bottom-start"]:before {
  top: -5px;
}
.sort_block2 .sort_select .dropdown .dropdown-menu:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fff;
  -webkit-box-shadow: 0 0 16px rgba(24, 83, 138, 0.08);
  -moz-box-shadow: 0 0 16px rgba(24, 83, 138, 0.08);
  box-shadow: 0 0 16px rgba(24, 83, 138, 0.08);
  right: 25px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  z-index: 0;
}
.sort_block2 .sort_select .dropdown .dropdown-menu ul {
  position: relative;
  z-index: 1;
}
.sort_block2 .sort_select .dropdown .dropdown-menu ul li.active a {
  color: #78b948;
}
.sort_block2 .sort_select .dropdown .dropdown-menu ul li a {
  font-size: 14px;
  color: black;
  height: 45px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 5px 10px;
  text-decoration: none;
  position: relative;
}
.sort_block2 .sort_select .dropdown .dropdown-menu ul li a:hover {
  text-decoration: none;
  background: #f9f9f9;
}
.catalog_menu .catalog_title {
  border-color: #e9e9e9;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  font-size: 16px;
  font-family: "Montserrat-bold";
  text-transform: uppercase;
  color: #26448c;
  padding: 14px 45px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .catalog_menu .catalog_title {
    padding: 14px 30px;
  }
}
.catalog_menu .catalog_title.act {
  border-width: 1px 1px 0 1px;
}
.catalog_menu .catalog_title.act:before {
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}
.catalog_menu .catalog_title:before {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='13' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12 8L6.5 2 1 8' stroke='%2326448C' stroke-width='1.4'/%3e%3c/svg%3e");
  width: 13px;
  height: 9px;
  right: 45px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}
@media (max-width: 767px) {
  .catalog_menu .catalog_title:before {
    right: 30px;
  }
}
@media (min-width: 1200px) {
  .catalog_menu .catalog_title {
    display: none;
  }
}
@media (max-width: 1200px) {
  .catalog_menu .c_nav {
    display: none;
  }
}
.catalog_menu .c_nav > li {
  border-color: #e9e9e9;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  margin-bottom: 55px;
}
@media (max-width: 1200px) {
  .catalog_menu .c_nav > li {
    margin-bottom: 0;
    border-width: 0 1px 1px 1px;
  }
}
.catalog_menu .c_nav > li > a {
  background: #78b948;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Montserrat-bold";
  display: inline-block;
  width: 100%;
  text-decoration: none;
 /*padding: 14px 30px; (так было, изменили второе значение на 15 (не влзалили кормововые добавки) */ 
padding: 14px 15px;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .catalog_menu .c_nav > li > a {
    padding: 14px 45px;
  }
}
.catalog_menu .c_nav > li > a:hover,
.catalog_menu .c_nav > li > a:focus {
  text-decoration: none;
  background: #26448c;
}
.catalog_menu .c_nav .sub_menu > li {
  border-bottom: 1px solid #e9e9e9;
}
.catalog_menu .c_nav .sub_menu > li:last-child {
  border-bottom: 0;
}
.catalog_menu .c_nav .sub_menu > li > a {
  font-size: 17px;
  color: #0c0c0c;
  text-decoration: none;
  display: inline-block;
  padding: 15px 30px;
  width: 100%;
}
@media (max-width: 1200px) and (min-width: 768px) {
  .catalog_menu .c_nav .sub_menu > li > a {
    padding: 15px 45px;
  }
}
.catalog_menu .c_nav .sub_menu > li > a:hover,
.catalog_menu .c_nav .sub_menu > li > a:focus {
  text-decoration: none;
  color: #78b948;
  background: #f9f9f9;
}
.category_content .product_list > div {
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}
.category_content .product_list > div:hover {
  -webkit-box-shadow: 0 4px 24px rgba(229, 229, 229, 0.5);
  -moz-box-shadow: 0 4px 24px rgba(229, 229, 229, 0.5);
  box-shadow: 0 4px 24px rgba(229, 229, 229, 0.5);
  z-index: 3;
}
.category_content .product_list .product_item {
  box-shadow: none;
}
.category_content .product_list .product_item:hover,
.category_content .product_list .product_item:focus {
  box-shadow: none;
}
.page_content {
  padding-bottom: 100px;
}
@media (max-width: 1200px) {
  .page_content {
    padding-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .page_content {
    padding-bottom: 50px;
  }
}
.pagination_block {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  margin-top: 30px;
}
.pagination_block .pagination_nav {
  display: flex;
  display: -webkit-flex;
}
.pagination_block .pagination_nav li {
  margin: 0 15px;
}
@media (max-width: 767px) {
  .pagination_block .pagination_nav li {
    margin: 0 5px;
  }
}
.pagination_block .pagination_nav li .empty {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  color: #26448c;
  width: 35px;
  height: 35px;
}
.pagination_block .pagination_nav li a {
  font-size: 14px;
  text-decoration-line: underline;
  color: #26448c;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
.pagination_block .pagination_nav li a:hover,
.pagination_block .pagination_nav li a:focus,
.pagination_block .pagination_nav li a.active {
  background: #78b948;
  text-decoration: none;
  color: #fff;
  font-family: "Montserrat-bold";
}
.pagination_block .pagination_nav li a.prev_page:hover:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='8' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M6.35.5L7.5 1.664 2.31 7.25l5.216 5.211-1.151 1.164L0 7.25 6.35.5z' fill='%23fff'/%3e%3c/svg%3e");
}
.pagination_block .pagination_nav li a.prev_page:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 8px;
  height: 14px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='8' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M6.35.5L7.5 1.664 2.31 7.25l5.216 5.211-1.151 1.164L0 7.25 6.35.5z' fill='%23BDC5D0'/%3e%3c/svg%3e");
}
.pagination_block .pagination_nav li a.next_page:hover:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='8' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.65 0L.5 1.164 5.69 6.75.474 11.961l1.151 1.164L8 6.75 1.65 0z' fill='%23fff'/%3e%3c/svg%3e");
}
.pagination_block .pagination_nav li a.next_page:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 8px;
  height: 14px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='8' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.65 0L.5 1.164 5.69 6.75.474 11.961l1.151 1.164L8 6.75 1.65 0z' fill='%23CECFDA'/%3e%3c/svg%3e");
}
.content_bottom {
  background: url(../img/pattern_vetalians2.svg);
  background-size: cover;
  background-position: center;
  position: relative;
  padding-bottom: 30px;
}
.page_content {
  padding-top: 80px;
}
@media (max-width: 1200px) {
  .page_content {
    padding-top: 40px;
  }
}
@media (max-width: 1200px) {
  .product_content .row_content .sidebar {
    order: 2;
    -webkit-order: 2;
  }
}
@media (max-width: 1200px) {
  .product_content .row_content .content {
    order: 1;
    -webkit-order: 1;
  }
}
.product_img_slider {
  width: 100%;
  height: 390px;
  border: 1px solid #e9e9e9;
}
@media (max-width: 767px) {
  .product_img_slider {
    margin-bottom: 35px;
  }
}
.product_img_slider .item {
  height: 390px;
  position: relative;
background: #fff;
}
.product_img_slider .item a {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.product_img_slider .item a img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 95%;
  max-height: 95%;
}
.product_img_slider .slick-arrow {
  width: 30px;
  height: 30px;
  opacity: 1;
  z-index: 4;
}
.product_img_slider .slick-arrow:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 14px;
  height: 22px;
  opacity: 1;
}
.product_img_slider .slick-prev {
  left: 25px;
}
@media (max-width: 767px) {
  .product_img_slider .slick-prev {
    left: 7px;
  }
}
.product_img_slider .slick-prev:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='13' height='22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.185 20.666L2 10.833 12.185 1' stroke='%2326448C' stroke-width='2'/%3e%3c/svg%3e");
}
.product_img_slider .slick-next {
  right: 25px;
}
@media (max-width: 767px) {
  .product_img_slider .slick-next {
    right: 7px;
  }
}
.product_img_slider .slick-next:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='14' height='22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.466 20.666l10.185-9.833L1.466 1' stroke='%2326448C' stroke-width='2'/%3e%3c/svg%3e");
}
.product_img_slider .slick-dots {
  bottom: 30px;
  z-index: 9;
}
.product_img_slider .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 7px;
}
.product_img_slider .slick-dots li.slick-active button:before {
  background: #78b948;
}
.product_img_slider .slick-dots li button {
  width: 12px;
  height: 12px;
}
.product_img_slider .slick-dots li button:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #cecfda;
  opacity: 1;
}
.product_row {
  margin-bottom: 35px;
}
@media (min-width: 1200px) {
  .product_row .col_left {
    -ms-flex: 0 0 44.5%;
    flex: 0 0 44.5%;
    max-width: 44.5%;
  }
}
@media (min-width: 1200px) {
  .product_row .col_right {
    -ms-flex: 0 0 55.5%;
    flex: 0 0 55.5%;
    max-width: 55.5%;
  }
}
@media (min-width: 768px) {
  .product_row .col_right {
    padding-left: 25px;
  }
}
.product_row .manufacturer {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .product_row .manufacturer {
    margin-bottom: 25px;
  }
}
.product_row .manufacturer .text {
  font-size: 16px;
  color: black;
  max-width: 60%;
}
@media (max-width: 767px) {
  .product_row .btn_default {
    margin: auto;
  }
}
.product_row .product_name {
  font-size: 24px;
  font-family: "Montserrat-bold";
  color: #26448c;
  margin-bottom: 20px;
}
.product_row .product_desc {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .product_row .product_desc {
    margin-bottom: 20px;
  }
}
.product_row .product_desc .title {
  font-size: 16px;
  font-family: "Montserrat-bold";
  color: #26448c;
}
.product_row .product_desc p {
  font-size: 17px;
  color: #0c0c0c;
  margin-bottom: 10px;
}
.fade:not(.show) {
  display: none;
}
.product_tabs {
  border-bottom: 2px solid #e9e9e9;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .product_tabs {
    overflow: auto;
    display: block;
    width: 100%;
    height: 65px;
    border: 0;
    margin-bottom: 8px;
  }
}
.product_tabs .nav-tabs {
  border: 0;
  display: flex;
  display: -webkit-flex;
}
@media (max-width: 767px) {
  .product_tabs .nav-tabs {
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    border-bottom: 2px solid #e9e9e9;
  }
}
.product_tabs .nav-tabs .nav-item {
  border: 0;
  margin: 0 14px;
}
.product_tabs .nav-tabs .nav-item:first-child {
  margin-left: 0;
}
.product_tabs .nav-tabs .nav-item .nav-link {
  font-size: 17px;
  text-align: center;
  color: black;
  display: inline-block;
  border: 0;
  text-decoration: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: relative;
  padding: 10px 42px;
}
@media (min-width: 768px) {
  .product_tabs .nav-tabs .nav-item .nav-link {
    font-family: "Montserrat-bold";
  }
}
@media (max-width: 767px) {
  .product_tabs .nav-tabs .nav-item .nav-link {
    padding: 10px 2px;
  }
}
.product_tabs .nav-tabs .nav-item .nav-link:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background: #26448c;
  bottom: -2px;
  left: 0;
  opacity: 0;
}
.product_tabs .nav-tabs .nav-item .nav-link.active,
.product_tabs .nav-tabs .nav-item .nav-link:hover {
  color: #26448c;
  text-decoration: none;
}
.product_tabs .nav-tabs .nav-item .nav-link.active:before,
.product_tabs .nav-tabs .nav-item .nav-link:hover:before {
  opacity: 1;
}
.tab_content {
  margin-bottom: 40px;
}
p.bold {
  font-family: "Montserrat-bold";
  margin-bottom: 0;
  color: #26448c;
}
.docments_list .item {
  margin-bottom: 28px;
}
.download {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  text-decoration: none;
}
.download:hover,
.download:focus {
  text-decoration: none;
}
.download:hover .text span:first-child,
.download:focus .text span:first-child {
  color: #78b948;
}
.download .text {
  margin-left: 17px;
}
.download .text span {
  display: block;
  font-size: 16px;
  color: black;
}
.download .text span:first-child {
  color: #26448c;
  font-family: "Montserrat-bold";
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}
.table .tr {
  display: flex;
  display: -webkit-flex;
}
@media (max-width: 1200px) {
  .table .tr {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .table .tr:nth-child(odd) {
    background: rgba(206, 207, 218, 0.35);
  }
}
.table .tr .td {
  font-size: 14px;
  color: #0c0c0c;
  min-height: 52px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 5px 30px;
}
@media (max-width: 767px) {
  .table .tr .td {
    padding: 5px 15px;
  }
}
.table .tr .td:first-child {
  font-size: 14px;
  font-family: "Montserrat-bold";
  color: #0c0c0c;
  width: 30.5%;
}
@media (max-width: 1200px) {
  .table .tr .td:first-child {
    width: 100%;
    background: rgba(206, 207, 218, 0.35);
  }
}
.table .tr .td:last-child {
  width: 69.5%;
}
@media (max-width: 1200px) {
  .table .tr .td:last-child {
    width: 100%;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .contacts_row {
    margin: 0 -10px;
  }
  .contacts_row div[class^="col"] {
    padding: 0 10px;
  }
}
.contacts_row .contacts_group.bg_green {
  background: #78b948;
  position: relative;
  color: #fff;
  border: 0;
}
.contacts_row .contacts_group.bg_green p {
  font-size: 17px;
  color: #fff;
}
.contacts_row .contacts_group.bg_green .c_title {
  font-family: "Montserrat-bold";
  margin-bottom: 10px;
  color: #fff;
}
.contacts_row .contacts_group.bg_green .c_title + p {
  margin-bottom: 22px;
}
.contacts_row .contacts_group.bg_green:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  left: 0;
  top: 0;
  background: url(../img/pr_bg2.png);
}
.contacts_row .contacts_group {
  border: 1px solid #e9e9e9;
  padding: 38px 30px;
  margin-bottom: 28px;
}
@media (max-width: 1200px) {
  .contacts_row .contacts_group {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .contacts_row .contacts_group {
    padding: 38px 15px;
    margin-bottom: 7px;
  }
}
@media (min-width: 1200px) {
  .contacts_row .contacts_group:not(.bg_green) {
    min-height: 233px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .contacts_row .contacts_group:not(.bg_green) {
    min-height: 237px;
  }
}
.contacts_row .contacts_group .title {
  font-size: 16px;
  font-family: "Montserrat-bold";
  color: #26448c;
  position: relative;
  padding-left: 32px;
}
.contacts_row .contacts_group .title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.contacts_row .contacts_group .title.location:before {
  width: 21px;
  height: 26px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='21' height='26' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.1 2.8c-.3-.1-.7-.1-1.1-.1-4.2 0-7.6 3.1-8.2 7.1-.1.4-.1.8-.1 1.2 0 4 3.6 8 6.1 10.3 1.3 1.2 2.2 1.9 2.2 1.9s8.3-5.4 8.3-12.1c0-.5 0-1-.1-1.5-.6-3.6-3.5-6.3-7.1-6.8z' stroke='%2378B948' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M11.4 15.1h-.2c-2.3 0-4.2-1.8-4.2-4.2 0-.7.2-1.4.5-2 .7-1.3 2.1-2.3 3.8-2.3.4 0 .8.1 1.2.2 1.1.3 2 1.1 2.6 2 .3.6.5 1.3.5 2.1-.1 2.3-1.9 4.1-4.2 4.2z' stroke='%2378B948' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
.contacts_row .contacts_group .title.sklad:before {
  width: 27px;
  height: 28px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='27' height='28' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4.373 6.807c-.79.52-1.494 1.646-1.494 2.6v9.186c0 .954.703 2.167 1.494 2.6l8.088 4.594c.88.433 2.198.433 3.077 0l8.088-4.594c.88-.433 1.495-1.646 1.495-2.6V9.407c0-.954-.704-2.167-1.495-2.6l-8.088-4.594c-.879-.52-2.198-.52-3.077 0L4.373 6.807zM13.956 13.913V21.8M3.407 8.02L13.957 14M20.989 10.013L13.956 14M19.67 4.553L8.593 10.88' stroke='%2378B948' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
.contacts_row .contacts_group .title.bank:before {
  width: 27px;
  height: 21px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='27' height='21' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0)' stroke='%2378B948' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M23 19.6H4c-1.7 0-3-1.3-3-3V4c0-1.7 1.3-3 3-3h19c1.7 0 3 1.3 3 3v12.6c0 1.7-1.3 3-3 3zM1.1 5.9h24.6M1.2 10h24.7'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0'%3e%3cpath fill='%23fff' d='M0 0h27v20.6H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
}
.contacts_row .contacts_group p {
  color: #0c0c0c;
}
.section_form {
  background: url(../img/pattern_vetalians2.svg);
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 125px 0;
}
@media (max-width: 1200px) {
  .section_form {
    padding: 75px 0;
  }
}
@media (max-width: 767px) {
  .section_form {
    padding: 50px 0;
  }
}
.section_form .section_title {
  margin-top: 15px;
  margin-bottom: 30px;
}
.section_form .feedback_form_container {
  background: #26448c;
  position: relative;
  padding: 70px;
}
@media (max-width: 1200px) {
  .section_form .feedback_form_container {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .section_form .feedback_form_container {
    padding: 30px 15px;
  }
}
.section_form .feedback_form_container:before {
  content: "";
  position: absolute;
  background: url(../img/pr_bg.svg);
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.feedback_form .text-right {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
@media (max-width: 767px) {
  .feedback_form .text-right {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.feedback_form .text-right .btn_default:hover,
.feedback_form .text-right .btn_default:focus {
  background: #fff;
  color: #26448c;
}
.feedback_form .field {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .feedback_form .field {
    margin-bottom: 20px;
  }
}
.feedback_form .field label {
  font-size: 14px;
  font-family: "Montserrat-bold";
  color: #ffffff;
  margin-bottom: 10px;
}
.feedback_form .field label span {
  color: #78b948;
}
.feedback_form .field .form-control {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 0;
  padding: 1rem 1.8rem;
}
.feedback_form .field .form-control::-webkit-input-placeholder {
  font-size: 14px;
  color: black;
}
.feedback_form .field .form-control::-moz-placeholder {
  font-size: 14px;
  color: black;
}
.feedback_form .field .form-control::-ms-input-placeholder {
  font-size: 14px;
  color: black;
}
.feedback_form .field .form-control:-moz-placeholder {
  font-size: 14px;
  color: black;
}
.feedback_form .field .form-control:-ms-input-placeholder {
  font-size: 14px;
  color: black;
}
.feedback_form .field input.form-control {
  height: 50px;
}
.feedback_form .field textarea.form-control {
  height: 110px;
}
.order_form .text-right {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.order_form .field {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .order_form .field {
    margin-bottom: 20px;
  }
}
.order_form .field label {
  font-size: 14px;
  font-family: "Montserrat-bold";
  color: #26448c;
  margin-bottom: 10px;
}
.order_form .field label span {
  color: #78b948;
}
.order_form .field .form-control {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 1rem 1.8rem;
  border: 1px solid #cecfda;
}
.order_form .field .form-control::-webkit-input-placeholder {
  font-size: 14px;
  color: black;
}
.order_form .field .form-control::-moz-placeholder {
  font-size: 14px;
  color: black;
}
.order_form .field .form-control::-ms-input-placeholder {
  font-size: 14px;
  color: black;
}
.order_form .field .form-control:-moz-placeholder {
  font-size: 14px;
  color: black;
}
.order_form .field .form-control:-ms-input-placeholder {
  font-size: 14px;
  color: black;
}
.order_form .field input.form-control {
  height: 50px;
}
.order_form .field textarea.form-control {
  height: 110px;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 490px;
  }
}
.modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.modal-body {
  padding: 40px 30px;
}
@media (max-width: 575px) {
  .modal-body {
    padding: 40px 15px;
  }
}
.modal-body .modal_title {
  font-size: 28px;
  text-transform: uppercase;
  color: #26448c;
  font-family: "Montserrat-bold";
  margin-bottom: 38px;
}
@media (max-width: 575px) {
  .modal-body .modal_title {
    font-size: 24px;
  }
}
.modal-body .close {
  opacity: 1;
}
@media (min-width: 1910px) {
  .home_category_list.home_product_slider + .slick_btn_group {
    bottom: 45px;
  }
} /*# sourceMappingURL=main.css.map */

.sliders {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.sliders__wrapper {
  display: flex;
  transition: transform 0.6s ease;
}

.sliders__item {
  flex: 0 0 50%;
  max-width: 50%;
  align-items: center;
  display: flex;
  justify-content: center;
}

.sliders__item picture {
  display: flex;
  justify-content: center;
  width: 100%;
}

@media (min-width: 980px) {
  .sliders__item {
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }
}

@media (max-width: 445px) {
  .sliders__item {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

.sliders__control {
  width: 50px;
  height: 50px;
  background: #78b948;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}

.sliders__control:hover,
.sliders__control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.sliders__control_left {
  left: 0;
  margin-right: 15px;
}

.sliders__control_right {
  right: 0;
  margin-left: 15px;
}

.sliders__control::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 13px;
  height: 22px;
}

.sliders__control_left::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='13' height='22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11.964 21.237L1.78 11.404l10.185-9.833' stroke='%23fff' stroke-width='2'/%3e%3c/svg%3e");
}

.sliders__control_right::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='13' height='22' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M.78 21.237l10.184-9.833L.78 1.571' stroke='%23fff' stroke-width='2'/%3e%3c/svg%3e");
}

.contacts_row .contacts_group.bg_green .c_title a {
  color: white;
}

@media (min-width: 576px) {
  .links_group_block {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
  }
}
@media (min-width: 1200px) {
  .links_group_block {
    margin-left: 40px;
  }
}
.links_group_block .links_group {
  margin-bottom: 50px;
  page-break-inside: avoid;
  break-inside: avoid;
}
@media (max-width: 1200px) {
  .links_group_block .links_group {
    margin-bottom: 28px;
  }
}
.links_group_block .links_group .links_title {
  font-size: 28px;
  color: #83be57;
  font-family: "Montserrat-bold";
  text-transform: uppercase;
  margin-bottom: 7px;
}
.links_group_block .links_group .nav li {
  width: 100%;
  margin-bottom: 5px;
}
.links_group_block .links_group .nav li a {
  font-size: 18px;
  text-decoration: none;
  color: #213139;
}
.links_group_block .links_group .nav li a:hover,
.links_group_block .links_group .nav li a:focus {
  color: #83be57;
}
@media (max-width: 767px) {
  .documents {
    margin-bottom: 20px;
  }
}
.documents a.download {
  text-decoration: none;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.documents a.download:hover,
.documents a.download:focus {
  text-decoration: none;
}
.documents a.download:hover .text span:first-child,
.documents a.download:focus .text span:first-child {
  color: #83be57;
}
@media (max-width: 767px) {
  .documents a.download {
    margin-bottom: 47px;
  }
}
.documents a.download picture {
  display: inline-block;
  min-width: 70px;
}
@media (max-width: 767px) {
  .documents a.download picture {
    min-width: 57px;
  }
}
.documents a.download .text {
  padding-left: 15px;
}
.documents a.download .text span {
  display: block;
}
.documents a.download .text span:first-child {
  font-size: 16px;
  line-height: normal;
  color: #213139;
  margin-bottom: 4px;
}
.documents a.download .text span:last-child {
  color: #a1a3b0;
}
.documents.bg_dark {
  padding: 47px 8px 30px;
}
@media (min-width: 1200px) {
  .documents.bg_dark {
    padding: 47px 35px;
  }
}
@media (min-width: 768px) {
  .documents.bg_dark {
    padding: 38px 30px;
  }
}
.documents.bg_dark .section_title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 17px;
}
.bg_dark {
  border: 1px solid #e9e9e9;
}
@media (max-width: 1200px) {
  .documents.bg_dark .section_title {
    font-size: 20px;
  }
}
@media (max-width: 1200px) {
  .documents.bg_dark a.download {
    margin-bottom: 20px;
  }
}
.documents.bg_dark a.download:hover,
.documents.bg_dark a.download:focus {
  text-decoration: none;
}
.documents.bg_dark a.download:hover .text span:first-child,
.documents.bg_dark a.download:focus .text span:first-child {
  color: #83be57;
}
.documents.bg_dark a.download .text span:first-child {
  color: #fff;
}
.documents.bg_dark a.download .text span:last-child {
  color: #a1a3b0;
}
.documents.bg_dark .section_title {
  font-size: 16px;
  font-family: "Montserrat-bold";
  color: #26448c;
  position: relative;
  padding-left: 32px;
}
.documents.bg_dark .section_title:before {
  width: 27px;
  height: 21px;
  background-image: url(
    data:image/svg + xml;charset=UTF-8,
    %3csvgwidth="27"height="21"fill="none"…fill="%23fff"d="M0 0h27v20.6H0z"/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e
  );
}
.documents.bg_dark .section_title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.search-popup-el.search-popup-el-cnt {
  display: none;
}

.search_result {
  position: absolute;
  top: 46px;
  width: 100%;
  background: white;
  padding: 0 10px;
}

.overflow .nav {
flex-wrap: nowrap;
}

@media (max-width: 991px) {
.overflow .nav {
	flex-wrap: wrap;
}
}

.row.row_content {
flex-wrap: nowrap;
}