

/* Start:/node_modules/owl.carousel/dist/assets/owl.carousel.css?16989073344930*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/node_modules/owl.carousel/dist/assets/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* End */


/* Start:/node_modules/hamburgers/dist/hamburgers.css?169890733528104*/
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #000; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px; }

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px; }

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg); }
  .hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg); }
  .hamburger--3dxy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dxy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn.is-active .hamburger-inner::before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
  .hamburger--arrowturn.is-active .hamburger-inner::after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }
  .hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 0.075s; }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 20px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(270deg);
    transition-delay: 0.075s; }

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important; }
    .hamburger--emphatic.is-active .hamburger-inner::before {
      left: -80px;
      top: -80px;
      transform: translate3d(80px, 80px, 0) rotate(45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic.is-active .hamburger-inner::after {
      right: -80px;
      top: -80px;
      transform: translate3d(-80px, 80px, 0) rotate(-45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden; }
  .hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important; }
    .hamburger--emphatic-r.is-active .hamburger-inner::before {
      left: -80px;
      top: 80px;
      transform: translate3d(80px, -80px, 0) rotate(-45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -80px;
      top: 80px;
      transform: translate3d(-80px, -80px, 0) rotate(45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0; }

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0; }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px; }
  .hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 20px; }

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(90deg); }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg); }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand-r .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg); }

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/* End */


/* Start:/node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css?169890733319198*/
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}
/* End */


/* Start:/local/templates/mzur/assets/css/style.css?1776887151664421*/
@font-face{font-family:'GolosTextWebRegular';src:url("/local/templates/mzur/assets/css/../fonts/Golos%20Text_Regular.eot");src:url("/local/templates/mzur/assets/css/../fonts/Golos%20Text_Regular.eot?#iefix") format("embedded-opentype"),url("/local/templates/mzur/assets/css/../fonts/Golos%20Text_Regular.woff2") format("woff2"),url("/local/templates/mzur/assets/css/../fonts/Golos%20Text_Regular.woff") format("woff"),url("/local/templates/mzur/assets/css/../fonts/Golos%20Text_Regular.ttf") format("truetype");font-weight:normal;font-style:normal}@font-face{font-family:'GolosTextWebMedium';src:url("/local/templates/mzur/assets/css/../fonts/Golos%20Text_Medium.eot");src:url("/local/templates/mzur/assets/css/../fonts/Golos%20Text_Medium.eot?#iefix") format("embedded-opentype"),url("/local/templates/mzur/assets/css/../fonts/Golos%20Text_Medium.woff2") format("woff2"),url("/local/templates/mzur/assets/css/../fonts/Golos%20Text_Medium.woff") format("woff"),url("/local/templates/mzur/assets/css/../fonts/Golos%20Text_Medium.ttf") format("truetype");font-weight:normal;font-style:normal}@font-face{font-family:'GolosTextWebBold';src:url("/local/templates/mzur/assets/css/../fonts/Golos%20Text_Bold.eot");src:url("/local/templates/mzur/assets/css/../fonts/Golos%20Text_Bold.eot?#iefix") format("embedded-opentype"),url("/local/templates/mzur/assets/css/../fonts/Golos%20Text_Bold.woff2") format("woff2"),url("/local/templates/mzur/assets/css/../fonts/Golos%20Text_Bold.woff") format("woff"),url("/local/templates/mzur/assets/css/../fonts/Golos%20Text_Bold.ttf") format("truetype");font-weight:normal;font-style:normal}body{margin:0;font-size:18px !important}body .row{margin-right:0;margin-left:0}@media screen and (max-width: 767px){body{font-size:16px !important}}.decor{border-bottom:1px solid}.decor:hover{border-color:transparent}a{-webkit-transition:.2s;-moz-transition:.2s;transition:.2s}img{max-width:100%}img[align='left']{margin:0 16px 16px 0}img[align='right']{margin:0 0 16px 16px}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}section:last-child{padding-bottom:40px}input,button{outline:none}.img-wrap{position:relative;padding-top:59%;width:100%}.img-wrap img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.img-wrap .contain{padding:10px;-o-object-fit:contain;object-fit:contain}.abs{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;font-size:0;z-index:2}.clear{clear:both}.no-img{position:relative}.no-img:before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-image:url("/local/templates/mzur/assets/css/../img/no-img.svg");background-repeat:no-repeat;background-size:contain;background-position:center;background-size:38%}.mzur-img{position:relative}.mzur-img:before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-image:url("/local/templates/mzur/assets/css/../img/logo-MZUR.jpg");background-repeat:no-repeat;background-size:contain;background-position:center;background-size:contain}.p-indent{padding:24px 0 48px}@media screen and (max-width: 767px){.p-indent{padding:24px 0 24px}}.scroll-wrap{max-width:100%;overflow:auto}body h1,body .h1{font-size:42px;line-height:150%;margin-bottom:20px}body h1 .subText,body .h1 .subText{display:block;margin-top:-24px}body h2,body .h2{font-size:36px;line-height:150%;margin-bottom:20px}body h3,body .h3{font-size:26px;line-height:150%;margin-bottom:20px}body h4,body .h4{font-size:22px;line-height:150%;margin-bottom:20px}body p{margin-bottom:20px}@media screen and (max-width: 767px){body h1,body .h1{font-size:32px}body h2,body .h2{font-size:30px}body h3,body .h3{font-size:24px}body h4,body .h4{font-size:20px}}a{color:#000;text-decoration:none}a:hover{color:#D60000;text-decoration:underline}a:active{color:#900000 !important;text-decoration:underline}a:focus{outline:none}a a:visited{opacity:0.4 !important;text-decoration:underline}.text-bold{font-family:"GolosTextWebBold"}.subText{font-size:22px;color:#787878}@media screen and (max-width: 767px){.subText{font-size:20px}}.date{font-size:14px;line-height:150%;color:#8A8A8A;margin-bottom:24px}blockquote{background:#F2F2F2;padding:40px 44px 32px 58px;font-size:18px;line-height:171.5%;font-family:'GolosTextWebMedium'}blockquote p{font-size:inherit;color:inherit;line-height:inherit}@media screen and (max-width: 992px){blockquote{padding:32px}}@media screen and (max-width: 767px){blockquote{padding:20px 20px 20px 30px;font-size:16px;line-height:171.5%}}body .static{font-size:16px}body .static p,body .static ul,body .static li{margin-bottom:16px;line-height:150%}body .static a{color:#000;text-decoration:none}body .static a:hover{color:#D60000}body .static ol{padding-left:18px}body .static ol li>ol{padding:16px 0 0;margin-left:-18px;list-style-type:none}body .static ol li>ol>li:nth-child(1)::before{content:'а)'}body .static ol li>ol>li:nth-child(2)::before{content:'б)'}body .static ol li>ol>li:nth-child(3)::before{content:'в)'}body .static ol li>ol>li:nth-child(4)::before{content:'г)'}body .static ol li>ol>li:nth-child(5)::before{content:'д)'}body .static ol li>ol>li:nth-child(6)::before{content:'е)'}body .static ol li>ol>li:nth-child(7)::before{content:'ё)'}body .static ol li>ol>li:nth-child(8)::before{content:'ж)'}body .static ol li>ol>li:nth-child(9)::before{content:'з)'}body .static ol li>ol>li:nth-child(10)::before{content:'и)'}body .static ol li>ol>li:nth-child(11)::before{content:'й)'}body .static ol li>ol>li:nth-child(12)::before{content:'к)'}body .static ol li>ol>li:nth-child(13)::before{content:'л)'}body .static ol li>ol>li:nth-child(14)::before{content:'м)'}body .static ol li>ol>li:nth-child(15)::before{content:'н)'}body .static ol li>ol>li:nth-child(16)::before{content:'о)'}body .static ol li>ol>li:nth-child(17)::before{content:'п)'}body .static ol li>ol>li:nth-child(18)::before{content:'р)'}body .static ol li>ol>li:nth-child(19)::before{content:'с)'}body .static ol li>ol>li:nth-child(20)::before{content:'т)'}body .static ol li>ol>li:nth-child(21)::before{content:'у)'}body .static ol li>ol>li:nth-child(22)::before{content:'ф)'}body .static ol li>ol>li:nth-child(23)::before{content:'х)'}body .static ol li>ol>li:nth-child(24)::before{content:'ц)'}body .static ol li>ol>li:nth-child(25)::before{content:'ч)'}body .static ol li>ol>li:nth-child(26)::before{content:'ш)'}body .static ol li>ol>li:nth-child(27)::before{content:'щ)'}body .static ol li>ol>li:nth-child(28)::before{content:'э)'}body .static ol li>ol>li:nth-child(29)::before{content:'ю)'}body .static ol li>ol>li:nth-child(30)::before{content:'я)'}body .static ul{padding-left:18px} body table{margin-bottom:16px}body table thead{background:#F4F4F4}body table th{line-height:97.5%;font-family:"GolosTextWebBold";padding:12px 12px}body  table td{line-height:170%;padding:30px 12px;border-bottom:1px solid #C5C5C5}body table th,body table td{font-size:16px}body .btn-sm,body .btn-group-sm>.btn{border-radius:0;padding:8px 20px;font-size:12px;font-family:"GolosTextWebRegular"}body .btn-link:hover{text-decoration:none}body .btn-light{background:rgba(214,0,0,0.1);color:#D60000}body .btn-light:hover,body .btn-light:active{color:#fff;background-color:#D60000;border-color:#D60000}body .btn-light:focus,body .btn-light.focus{color:#fff !important;background-color:#900000 !important;border-color:#900000 !important;-webkit-box-shadow:none !important;box-shadow:none !important}body .btn-outline-dark .download-ic{position:relative;background-image:none}body .btn-outline-dark .download-ic:after{content:'';z-index:2;opacity:1;background-image:url("/local/templates/mzur/assets/css/../img/download-ic.svg");position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-repeat:no-repeat;background-size:contain;background-position:center;-webkit-transition:.2s;-moz-transition:.2s;transition:.2s}body .btn-outline-dark .download-ic:before{content:'';z-index:2;opacity:0;background-image:url("/local/templates/mzur/assets/css/../img/download-red-ic.svg");position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-repeat:no-repeat;background-size:contain;background-position:center;-webkit-transition:.2s;-moz-transition:.2s;transition:.2s}body .btn-outline-dark:hover{background-color:transparent;color:#D60000;border-color:#D60000}body .btn-outline-dark:hover .download-ic:before{opacity:1}body .btn-outline-dark:hover .download-ic:after{opacity:0}body .btn-lg,body .btn-group-lg>.btn,body .btn-group-lg>.btn{padding:18px 24px;font-size:14px;border-radius:0;line-height:1}.social{padding:0;margin:0;list-style-type:none;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.social li a{width:32px;height:32px;background-repeat:no-repeat;background-size:contain;background-position:center;background-color:#fff;font-size:0;display:block}.social li a.vk{background-image:url("/local/templates/mzur/assets/css/../img/vk-red.svg");background-size:14px}.social li a.in{background-color:#4F4F4F;background-image:url("/local/templates/mzur/assets/css/../img/in-grey.svg");background-size:12px}.show-more{background:transparent;border:none;font-size:16px;line-height:130%;color:#000;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:0;margin:0 0 40px 0;outline:none !important}@media screen and (max-width: 767px){.show-more{margin:32px 0}}.show-more .ic{width:19px;height:19px;background-repeat:no-repeat;background-size:contain;background-position:center;background-image:url("/local/templates/mzur/assets/css/../img/return-arr.svg");margin-right:6px;display:inline-block;vertical-align:middle}.show-more:hover{color:#D60000}body .form-control{color:#474747}body .form-control:hover{border-color:#5F5F5F}body .form-control:focus{border-color:#0061D9;outline:none;-webkit-box-shadow:none;box-shadow:none;color:#000}body .form-control.bg-light{background-color:#f9f9f9 !important}body .input-wrap{margin-bottom:20px}body .input-wrap .input-text{font-size:16px;margin-bottom:4px}body .file-input{position:relative;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}body .file-input [type='file']{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;z-index:10;cursor:pointer}body .file-input .btn{white-space:nowrap}body .file-input .file-label{font-size:12px;color:#737373;margin:0 0 0 12px;word-break:break-all}.breadcrumb-wrap{width:100%;padding:14px 0;background:#F4F4F4}.breadcrumb-wrap .breadcrumb{padding:0;background:transparent;margin:0;font-size:14px;line-height:195.5%}.breadcrumb-wrap .breadcrumb .breadcrumb-item{line-height:1;padding-top:6px;padding-bottom:6px}.breadcrumb-wrap .breadcrumb .breadcrumb-item a{line-height:1;text-decoration:underline;-webkit-transition:.2s;-moz-transition:.2s;transition:.2s;outline:none}.breadcrumb-wrap .breadcrumb .breadcrumb-item a:hover{text-decoration:none}.breadcrumb-wrap .breadcrumb .breadcrumb-item a:active{color:#900000}.breadcrumb-wrap .breadcrumb-item+.breadcrumb-item{padding-left:15px;margin-left:7px;position:relative}.breadcrumb-wrap .breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:8px;width:8px;height:8px;background-repeat:no-repeat;background-size:contain;background-position:center;background-image:url(/local/templates/mzur/assets/css/../img/arr-black.svg);content:"";vertical-align:middle;position:absolute;left:0;top:1px;bottom:0;margin:auto}.pagination-wrap{margin:0 0 56px}.pagination-wrap .pagination{margin:0;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.pagination-wrap .page-item{margin:0 3px}.pagination-wrap .page-item .page-link{background:#F4F4F4;border:none;font-size:14px;padding:5px;line-height:1;min-width:26px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;color:#000;-webkit-transition:.2s;-moz-transition:.2s;transition:.2s}.pagination-wrap .page-item:not(.disabled):hover .page-link{background-color:#D60000;color:#fff}.pagination-wrap .page-item.disabled .page-link{background-color:#D60000;color:#fff;padding:9px;min-width:32px;font-family:"GolosTextWebBold"}.pagination-wrap .page-item:first-child,.pagination-wrap .page-item:last-child{margin:0 12px}.pagination-wrap .page-item:first-child .page-link,.pagination-wrap .page-item:last-child .page-link{background-color:transparent;color:#000;font-size:14px;padding:8px;min-width:auto;margin:0;outline:1px solid #D60000;width:88px;height:32px;border-radius:0}.pagination-wrap .page-item:first-child .page-link:hover,.pagination-wrap .page-item:last-child .page-link:hover{background-color:#D60000;color:#fff}.pagination-wrap .page-item.disabled:first-child .page-link,.pagination-wrap .page-item.disabled:last-child .page-link{outline:1px solid #DADADA}@media screen and (max-width: 767px){.pagination-wrap{margin:0 0 56px}.pagination-wrap .page-item:nth-child(5),.pagination-wrap .page-item:nth-child(6),.pagination-wrap .page-item:nth-child(7){display:none}}.tabBox{width:100%}.tabBox .d-flex{-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:20px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.tabBox .d-flex h3{font-size:24px;margin:0;padding-right:24px}



.tabBox .d-flex .tab-nav{margin:0 0;padding-left:0}.tabBox .tab-nav{list-style-type:none;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.tabBox .tab-nav li{margin:0 16px 0 0}.tabBox .tab-nav li:last-child{margin-right:0}.tabBox .tab-nav li.active button{text-decoration:underline}.tabBox .tab-nav li.active button:hover{color:#D60000}.tabBox .tab-nav li button{padding:0;border:none;background-color:transparent;font-size:18px;color:#D60000;outline:none;font-family:'GolosTextWebMedium';-webkit-transition:.2s;-moz-transition:.2s;transition:.2s}.tabBox .tab-nav li button:hover{color:#900000}.tabBox .tab-wrap{width:100%}.tabBox .tab-wrap .tabs__content{display:none;width:100%}.tabBox .tab-wrap .tabs__content.active{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}@media screen and (max-width: 767px){.tabBox .d-flex{margin-bottom:32px}.tabBox .d-flex h3{font-size:20px;margin:0 0 20px;padding-right:0;width:100%}}.navigation-static{position:relative;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;margin:40px 0}.navigation-static .link-wrap:nth-child(2){margin-left:auto;padding-right:12px;margin-right:12px;border-right:1px solid #888888}.navigation-static .link-wrap a{font-size:16px;line-height:130%;display:block}.navigation-static .link-wrap a:hover{text-decoration:underline}.navigation-static .link-wrap a .arr{width:12px;height:12px;background-repeat:no-repeat;background-size:contain;background-position:center;background-image:url("/local/templates/mzur/assets/css/../img/arr-black.svg");display:inline-block;vertical-align:middle;margin-top:-2px}.navigation-static .link-wrap a.back-custom{color:#D60000}.navigation-static .link-wrap a.back-custom .arr{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);background-image:url("/local/templates/mzur/assets/css/../img/arr-red2.svg")}.navigation-static .link-wrap a.prev-custom{opacity:.5;color:#000}.navigation-static .link-wrap a.prev-custom .arr{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.navigation-static .link-wrap a.next-custom{color:#000}@media screen and (max-width: 767px){.navigation-static .link-wrap{-webkit-box-ordinal-group:2;-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.navigation-static .link-wrap a{font-size:14px}.navigation-static .link-wrap:first-child{margin-top:20px;text-align:center;width:100%;-webkit-box-ordinal-group:3;-webkit-order:2;-moz-box-ordinal-group:3;-ms-flex-order:2;order:2}.navigation-static .link-wrap:nth-child(2){margin-left:auto;padding-right:5px;margin-right:5px}.navigation-static .link-wrap:nth-child(3){margin-right:auto}}@media screen and (max-width: 350px){.navigation-static .link-wrap a{font-size:12px}}.check-ic{width:55px;height:55px;background-repeat:no-repeat;background-size:contain;background-position:center;background-image:url("/local/templates/mzur/assets/css/../img/check-red.svg");margin:auto;display:block}.phone-ic{width:15px;height:15px;background-repeat:no-repeat;background-size:contain;background-position:center;background-image:url("/local/templates/mzur/assets/css/../img/phone-ic.svg");display:inline-block;vertical-align:middle;margin-right:8px;margin-top:-2px}.download-ic{width:16px;height:16px;background-repeat:no-repeat;background-size:contain;background-position:center;background-image:url("/local/templates/mzur/assets/css/../img/download-ic.svg");display:inline-block;vertical-align:middle;margin-right:4px;margin-top:-2px}@media (min-width: 576px){body .modal-dialog{max-width:612px}}body .modal-lg,body .modal-xl{max-width:1012px;width:-webkit-calc(100% - 10px);width:-moz-calc(100% - 10px);width:calc(100% - 10px);margin:8px auto}body .modal-lg .modal-header,body .modal-lg .modal-body,body .modal-lg .modal-footer,body .modal-xl .modal-header,body .modal-xl .modal-body,body .modal-xl .modal-footer{max-width:692px;margin:auto;width:100%}body .modal-lg .modal-header,body .modal-xl .modal-header{padding-top:48px;padding-bottom:16px;border:none}body .modal-lg .modal-body:last-child,body .modal-xl .modal-body:last-child{padding-bottom:64px}body .modal-lg .modal-footer,body .modal-xl .modal-footer{padding-top:0;border:none}body .modal-backdrop.show{opacity:0}body .modal-title{font-family:"GolosTextWebBold"}body .h2.modal-title{font-size:42px !important}body .modal-content{-webkit-box-shadow:0px 4px 60px rgba(0,0,0,0.15);box-shadow:0px 4px 60px rgba(0,0,0,0.15);border-radius:0;border:none}body .modal-content .close{z-index:5;position:absolute;font-size:0;width:32px;height:32px;right:16px;top:16px;background-repeat:no-repeat;background-size:contain;background-position:center;background-size:14px;background-image:url("/local/templates/mzur/assets/css/../img/cross-ic.svg");opacity:1}@media screen and (max-width: 575px){body .modal-content .close{top:16px}}body #success_modal .modal-body{padding:32px 15px;text-align:center}body #success_modal .modal-body .check-ic{margin:0 auto 4px}body #success_modal .modal-body h3{font-size:32px;font-family:"GolosTextWebBold"}body #success_modal .modal-body p{margin-top:-4px;margin-bottom:8px;line-height:1.3}/*!
 * Bootstrap v4.5.2 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root{--blue: #0061D9;--indigo: #6610f2;--purple: #6f42c1;--pink: #e83e8c;--red: #D60000;--orange: #fd7e14;--yellow: #ffc107;--green: #28a745;--teal: #20c997;--cyan: #17a2b8;--white: #fff;--gray: #6c757d;--gray-dark: #343a40;--primary: #D60000;--secondary: #767686;--success: #28a745;--info: #17a2b8;--warning: #ffc107;--danger: #D60000;--light: #F4F4F4;--dark: #2D2D2D;--breakpoint-xs: 0;--breakpoint-sm: 576px;--breakpoint-md: 768px;--breakpoint-lg: 992px;--breakpoint-xl: 1200px;--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}*,*::before,*::after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:"GolosTextWebRegular";font-size:16px;font-weight:400;line-height:1.955;color:#000;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0 !important}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:8px}p{margin-top:0;margin-bottom:16px}abbr[title],abbr[data-original-title]{text-decoration:underline;-webkit-text-decoration:underline dotted;-moz-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;text-decoration-skip-ink:none}address{margin-bottom:16px;font-style:normal;line-height:inherit}ol,ul,dl{margin-top:0;margin-bottom:16px}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:8px;margin-left:0}blockquote{margin:0 0 16px}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#D60000;text-decoration:none;background-color:transparent}a:hover{color:#D60000;text-decoration:underline}a:not([href]):not([class]){color:inherit;text-decoration:none}a:not([href]):not([class]):hover{color:inherit;text-decoration:none}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:16px;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 16px}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:12px;padding-bottom:12px;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:8px}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}[role="button"]{cursor:pointer}select{word-wrap:normal}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button:not(:disabled),[type="button"]:not(:disabled),[type="reset"]:not(:disabled),[type="submit"]:not(:disabled){cursor:pointer}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{padding:0;border-style:none}input[type="radio"],input[type="checkbox"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}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:8px;font-size:24px;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-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:8px;font-weight:500;line-height:1.2}h1,.h1{font-size:40px}h2,.h2{font-size:32px}h3,.h3{font-size:28px}h4,.h4{font-size:24px}h5,.h5{font-size:20px}h6,.h6{font-size:16px}.lead{font-size:20px;font-weight:300}.display-1{font-size:96px;font-weight:300;line-height:1.2}.display-2{font-size:88px;font-weight:300;line-height:1.2}.display-3{font-size:72px;font-weight:300;line-height:1.2}.display-4{font-size:56px;font-weight:300;line-height:1.2}hr{margin-top:16px;margin-bottom:16px;border:0;border-top:1px solid rgba(0,0,0,0.1)}small,.small{font-size:80%;font-weight:400}mark,.mark{padding:.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:8px}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:16px;font-size:20px}.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:4px;background-color:#fff;border:1px solid #F9F9F9;border-radius:4px;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:8px;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code{font-size:87.5%;color:#e83e8c;word-wrap:break-word}a>code{color:inherit}kbd{padding:3px 6px;font-size:87.5%;color:#fff;background-color:#282848;border-radius:3px}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#282848}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container,.container-fluid,.container-sm,.container-md,.container-lg,.container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width: 576px){.container,.container-sm{max-width:575px}}@media (min-width: 768px){.container,.container-sm,.container-md{max-width:800px}}@media (min-width: 992px){.container,.container-sm,.container-md,.container-lg{max-width:1024px}}@media (min-width: 1200px){.container,.container-sm,.container-md,.container-lg,.container-xl{max-width:1230px}}.row{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*="col-"]{padding-right:0;padding-left:0}.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-1>*{-webkit-box-flex:0;-webkit-flex:0 0 100%;-moz-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-2>*{-webkit-box-flex:0;-webkit-flex:0 0 50%;-moz-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-3>*{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-moz-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.row-cols-4>*{-webkit-box-flex:0;-webkit-flex:0 0 25%;-moz-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-5>*{-webkit-box-flex:0;-webkit-flex:0 0 20%;-moz-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-6>*{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-moz-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-1{-webkit-box-flex:0;-webkit-flex:0 0 8.33333%;-moz-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-2{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-moz-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-moz-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-moz-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-5{-webkit-box-flex:0;-webkit-flex:0 0 41.66667%;-moz-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-moz-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-webkit-box-flex:0;-webkit-flex:0 0 58.33333%;-moz-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-8{-webkit-box-flex:0;-webkit-flex:0 0 66.66667%;-moz-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-moz-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-webkit-box-flex:0;-webkit-flex:0 0 83.33333%;-moz-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-11{-webkit-box-flex:0;-webkit-flex:0 0 91.66667%;-moz-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-moz-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-webkit-box-ordinal-group:0;-webkit-order:-1;-moz-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-last{-webkit-box-ordinal-group:14;-webkit-order:13;-moz-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-0{-webkit-box-ordinal-group:1;-webkit-order:0;-moz-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-1{-webkit-box-ordinal-group:2;-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-2{-webkit-box-ordinal-group:3;-webkit-order:2;-moz-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-3{-webkit-box-ordinal-group:4;-webkit-order:3;-moz-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-4{-webkit-box-ordinal-group:5;-webkit-order:4;-moz-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-5{-webkit-box-ordinal-group:6;-webkit-order:5;-moz-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-6{-webkit-box-ordinal-group:7;-webkit-order:6;-moz-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-7{-webkit-box-ordinal-group:8;-webkit-order:7;-moz-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-8{-webkit-box-ordinal-group:9;-webkit-order:8;-moz-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-9{-webkit-box-ordinal-group:10;-webkit-order:9;-moz-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-10{-webkit-box-ordinal-group:11;-webkit-order:10;-moz-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-11{-webkit-box-ordinal-group:12;-webkit-order:11;-moz-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-12{-webkit-box-ordinal-group:13;-webkit-order:12;-moz-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-1{margin-left:8.33333%}.offset-2{margin-left:16.66667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333%}.offset-5{margin-left:41.66667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333%}.offset-8{margin-left:66.66667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333%}.offset-11{margin-left:91.66667%}@media (min-width: 576px){.col-sm{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-sm-1>*{-webkit-box-flex:0;-webkit-flex:0 0 100%;-moz-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{-webkit-box-flex:0;-webkit-flex:0 0 50%;-moz-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-moz-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.row-cols-sm-4>*{-webkit-box-flex:0;-webkit-flex:0 0 25%;-moz-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{-webkit-box-flex:0;-webkit-flex:0 0 20%;-moz-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-moz-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-sm-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-webkit-box-flex:0;-webkit-flex:0 0 8.33333%;-moz-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-sm-2{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-moz-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-sm-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-moz-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-moz-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-sm-5{-webkit-box-flex:0;-webkit-flex:0 0 41.66667%;-moz-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-sm-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-moz-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-webkit-box-flex:0;-webkit-flex:0 0 58.33333%;-moz-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-sm-8{-webkit-box-flex:0;-webkit-flex:0 0 66.66667%;-moz-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-sm-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-moz-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-webkit-box-flex:0;-webkit-flex:0 0 83.33333%;-moz-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-sm-11{-webkit-box-flex:0;-webkit-flex:0 0 91.66667%;-moz-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-sm-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-moz-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-webkit-box-ordinal-group:0;-webkit-order:-1;-moz-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-sm-last{-webkit-box-ordinal-group:14;-webkit-order:13;-moz-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-sm-0{-webkit-box-ordinal-group:1;-webkit-order:0;-moz-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-sm-1{-webkit-box-ordinal-group:2;-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-sm-2{-webkit-box-ordinal-group:3;-webkit-order:2;-moz-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-sm-3{-webkit-box-ordinal-group:4;-webkit-order:3;-moz-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-sm-4{-webkit-box-ordinal-group:5;-webkit-order:4;-moz-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-sm-5{-webkit-box-ordinal-group:6;-webkit-order:5;-moz-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-sm-6{-webkit-box-ordinal-group:7;-webkit-order:6;-moz-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-sm-7{-webkit-box-ordinal-group:8;-webkit-order:7;-moz-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-sm-8{-webkit-box-ordinal-group:9;-webkit-order:8;-moz-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-sm-9{-webkit-box-ordinal-group:10;-webkit-order:9;-moz-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-sm-10{-webkit-box-ordinal-group:11;-webkit-order:10;-moz-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-sm-11{-webkit-box-ordinal-group:12;-webkit-order:11;-moz-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-sm-12{-webkit-box-ordinal-group:13;-webkit-order:12;-moz-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333%}.offset-sm-2{margin-left:16.66667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333%}.offset-sm-5{margin-left:41.66667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333%}.offset-sm-8{margin-left:66.66667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333%}.offset-sm-11{margin-left:91.66667%}}@media (min-width: 768px){.col-md{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-md-1>*{-webkit-box-flex:0;-webkit-flex:0 0 100%;-moz-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-md-2>*{-webkit-box-flex:0;-webkit-flex:0 0 50%;-moz-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-md-3>*{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-moz-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.row-cols-md-4>*{-webkit-box-flex:0;-webkit-flex:0 0 25%;-moz-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-md-5>*{-webkit-box-flex:0;-webkit-flex:0 0 20%;-moz-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-md-6>*{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-moz-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-md-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-webkit-box-flex:0;-webkit-flex:0 0 8.33333%;-moz-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-md-2{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-moz-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-md-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-moz-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-moz-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-md-5{-webkit-box-flex:0;-webkit-flex:0 0 41.66667%;-moz-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-md-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-moz-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-webkit-box-flex:0;-webkit-flex:0 0 58.33333%;-moz-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-md-8{-webkit-box-flex:0;-webkit-flex:0 0 66.66667%;-moz-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-md-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-moz-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-webkit-box-flex:0;-webkit-flex:0 0 83.33333%;-moz-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-md-11{-webkit-box-flex:0;-webkit-flex:0 0 91.66667%;-moz-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-md-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-moz-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-webkit-box-ordinal-group:0;-webkit-order:-1;-moz-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-md-last{-webkit-box-ordinal-group:14;-webkit-order:13;-moz-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-md-0{-webkit-box-ordinal-group:1;-webkit-order:0;-moz-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-md-1{-webkit-box-ordinal-group:2;-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-md-2{-webkit-box-ordinal-group:3;-webkit-order:2;-moz-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-md-3{-webkit-box-ordinal-group:4;-webkit-order:3;-moz-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-md-4{-webkit-box-ordinal-group:5;-webkit-order:4;-moz-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-md-5{-webkit-box-ordinal-group:6;-webkit-order:5;-moz-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-md-6{-webkit-box-ordinal-group:7;-webkit-order:6;-moz-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-md-7{-webkit-box-ordinal-group:8;-webkit-order:7;-moz-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-md-8{-webkit-box-ordinal-group:9;-webkit-order:8;-moz-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-md-9{-webkit-box-ordinal-group:10;-webkit-order:9;-moz-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-md-10{-webkit-box-ordinal-group:11;-webkit-order:10;-moz-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-md-11{-webkit-box-ordinal-group:12;-webkit-order:11;-moz-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-md-12{-webkit-box-ordinal-group:13;-webkit-order:12;-moz-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333%}.offset-md-2{margin-left:16.66667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333%}.offset-md-5{margin-left:41.66667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333%}.offset-md-8{margin-left:66.66667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333%}.offset-md-11{margin-left:91.66667%}}@media (min-width: 992px){.col-lg{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-lg-1>*{-webkit-box-flex:0;-webkit-flex:0 0 100%;-moz-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{-webkit-box-flex:0;-webkit-flex:0 0 50%;-moz-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-moz-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.row-cols-lg-4>*{-webkit-box-flex:0;-webkit-flex:0 0 25%;-moz-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{-webkit-box-flex:0;-webkit-flex:0 0 20%;-moz-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-moz-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-lg-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-webkit-box-flex:0;-webkit-flex:0 0 8.33333%;-moz-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-lg-2{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-moz-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-lg-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-moz-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-moz-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-lg-5{-webkit-box-flex:0;-webkit-flex:0 0 41.66667%;-moz-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-lg-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-moz-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-webkit-box-flex:0;-webkit-flex:0 0 58.33333%;-moz-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-lg-8{-webkit-box-flex:0;-webkit-flex:0 0 66.66667%;-moz-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-lg-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-moz-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-webkit-box-flex:0;-webkit-flex:0 0 83.33333%;-moz-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-lg-11{-webkit-box-flex:0;-webkit-flex:0 0 91.66667%;-moz-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-lg-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-moz-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-webkit-box-ordinal-group:0;-webkit-order:-1;-moz-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-lg-last{-webkit-box-ordinal-group:14;-webkit-order:13;-moz-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-lg-0{-webkit-box-ordinal-group:1;-webkit-order:0;-moz-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-lg-1{-webkit-box-ordinal-group:2;-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-lg-2{-webkit-box-ordinal-group:3;-webkit-order:2;-moz-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-lg-3{-webkit-box-ordinal-group:4;-webkit-order:3;-moz-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-lg-4{-webkit-box-ordinal-group:5;-webkit-order:4;-moz-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-lg-5{-webkit-box-ordinal-group:6;-webkit-order:5;-moz-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-lg-6{-webkit-box-ordinal-group:7;-webkit-order:6;-moz-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-lg-7{-webkit-box-ordinal-group:8;-webkit-order:7;-moz-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-lg-8{-webkit-box-ordinal-group:9;-webkit-order:8;-moz-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-lg-9{-webkit-box-ordinal-group:10;-webkit-order:9;-moz-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-lg-10{-webkit-box-ordinal-group:11;-webkit-order:10;-moz-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-lg-11{-webkit-box-ordinal-group:12;-webkit-order:11;-moz-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-lg-12{-webkit-box-ordinal-group:13;-webkit-order:12;-moz-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333%}.offset-lg-2{margin-left:16.66667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333%}.offset-lg-5{margin-left:41.66667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333%}.offset-lg-8{margin-left:66.66667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333%}.offset-lg-11{margin-left:91.66667%}}@media (min-width: 1200px){.col-xl{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-xl-1>*{-webkit-box-flex:0;-webkit-flex:0 0 100%;-moz-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{-webkit-box-flex:0;-webkit-flex:0 0 50%;-moz-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-moz-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.row-cols-xl-4>*{-webkit-box-flex:0;-webkit-flex:0 0 25%;-moz-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{-webkit-box-flex:0;-webkit-flex:0 0 20%;-moz-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-moz-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-xl-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-webkit-box-flex:0;-webkit-flex:0 0 8.33333%;-moz-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-xl-2{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-moz-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-xl-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-moz-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-moz-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-xl-5{-webkit-box-flex:0;-webkit-flex:0 0 41.66667%;-moz-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-xl-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-moz-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-webkit-box-flex:0;-webkit-flex:0 0 58.33333%;-moz-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-xl-8{-webkit-box-flex:0;-webkit-flex:0 0 66.66667%;-moz-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-xl-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-moz-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-webkit-box-flex:0;-webkit-flex:0 0 83.33333%;-moz-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-xl-11{-webkit-box-flex:0;-webkit-flex:0 0 91.66667%;-moz-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-xl-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-moz-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-webkit-box-ordinal-group:0;-webkit-order:-1;-moz-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-xl-last{-webkit-box-ordinal-group:14;-webkit-order:13;-moz-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-xl-0{-webkit-box-ordinal-group:1;-webkit-order:0;-moz-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-xl-1{-webkit-box-ordinal-group:2;-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-xl-2{-webkit-box-ordinal-group:3;-webkit-order:2;-moz-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-xl-3{-webkit-box-ordinal-group:4;-webkit-order:3;-moz-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-xl-4{-webkit-box-ordinal-group:5;-webkit-order:4;-moz-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xl-5{-webkit-box-ordinal-group:6;-webkit-order:5;-moz-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xl-6{-webkit-box-ordinal-group:7;-webkit-order:6;-moz-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-xl-7{-webkit-box-ordinal-group:8;-webkit-order:7;-moz-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-xl-8{-webkit-box-ordinal-group:9;-webkit-order:8;-moz-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-xl-9{-webkit-box-ordinal-group:10;-webkit-order:9;-moz-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-xl-10{-webkit-box-ordinal-group:11;-webkit-order:10;-moz-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-xl-11{-webkit-box-ordinal-group:12;-webkit-order:11;-moz-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-xl-12{-webkit-box-ordinal-group:13;-webkit-order:12;-moz-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333%}.offset-xl-2{margin-left:16.66667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333%}.offset-xl-5{margin-left:41.66667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333%}.offset-xl-8{margin-left:66.66667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333%}.offset-xl-11{margin-left:91.66667%}}.table{width:100%;margin-bottom:16px;color:#000}.table th,.table td{padding:12px;vertical-align:top;border-top:1px solid #F9F9F9}.table thead th{vertical-align:bottom;border-bottom:2px solid #F9F9F9}.table tbody+tbody{border-top:2px solid #F9F9F9}.table-sm th,.table-sm td{padding:4px}.table-bordered{border:1px solid #F9F9F9}.table-bordered th,.table-bordered td{border:1px solid #F9F9F9}.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{color:#000;background-color:rgba(0,0,0,0.075)}.table-primary,.table-primary>th,.table-primary>td{background-color:#f4b8b8}.table-primary th,.table-primary td,.table-primary thead th,.table-primary tbody+tbody{border-color:#ea7a7a}.table-hover .table-primary:hover{background-color:#f1a2a2}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#f1a2a2}.table-secondary,.table-secondary>th,.table-secondary>td{background-color:#d9d9dd}.table-secondary th,.table-secondary td,.table-secondary thead th,.table-secondary tbody+tbody{border-color:#b8b8c0}.table-hover .table-secondary:hover{background-color:#ccccd1}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#ccccd1}.table-success,.table-success>th,.table-success>td{background-color:#c3e6cb}.table-success th,.table-success td,.table-success thead th,.table-success tbody+tbody{border-color:#8fd19e}.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-info th,.table-info td,.table-info thead th,.table-info tbody+tbody{border-color:#86cfda}.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-warning th,.table-warning td,.table-warning thead th,.table-warning tbody+tbody{border-color:#ffdf7e}.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:#f4b8b8}.table-danger th,.table-danger td,.table-danger thead th,.table-danger tbody+tbody{border-color:#ea7a7a}.table-hover .table-danger:hover{background-color:#f1a2a2}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1a2a2}.table-light,.table-light>th,.table-light>td{background-color:#fcfcfc}.table-light th,.table-light td,.table-light thead th,.table-light tbody+tbody{border-color:#f9f9f9}.table-hover .table-light:hover{background-color:#efefef}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#efefef}.table-dark,.table-dark>th,.table-dark>td{background-color:#c4c4c4}.table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody+tbody{border-color:#929292}.table-hover .table-dark:hover{background-color:#b7b7b7}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b7b7b7}.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:#343a40;border-color:#454d55}.table .thead-light th{color:#495057;background-color:#f5f5f5;border-color:#F9F9F9}.table-dark{color:#fff;background-color:#343a40}.table-dark th,.table-dark td,.table-dark thead th{border-color:#454d55}.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{color:#fff;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}.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}.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}.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}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;height:-webkit-calc(1.955em + 24px + 2px);height:-moz-calc(1.955em + 24px + 2px);height:calc(1.955em + 24px + 2px);padding:12px 20px;font-size:14px;font-weight:400;line-height:1.955;color:#000;background-color:#fff;background-clip:padding-box;border:1px solid #dcdcdc;border-radius:0;-webkit-transition:border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;transition:border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;-moz-transition:border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;transition:border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;transition:border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.form-control{-webkit-transition:none;-moz-transition:none;transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #000}.form-control:focus{color:#000;background-color:#fff;border-color:#ff5757;outline:0;-webkit-box-shadow:0 0 0 3px rgba(214,0,0,0.25);box-shadow:0 0 0 3px rgba(214,0,0,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::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#f5f5f5;opacity:1}input[type="date"].form-control,input[type="time"].form-control,input[type="datetime-local"].form-control,input[type="month"].form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none}select.form-control:focus::-ms-value{color:#000;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:-webkit-calc(12px + 1px);padding-top:-moz-calc(12px + 1px);padding-top:calc(12px + 1px);padding-bottom:-webkit-calc(12px + 1px);padding-bottom:-moz-calc(12px + 1px);padding-bottom:calc(12px + 1px);margin-bottom:0;font-size:inherit;line-height:1.955}.col-form-label-lg{padding-top:-webkit-calc(8px + 1px);padding-top:-moz-calc(8px + 1px);padding-top:calc(8px + 1px);padding-bottom:-webkit-calc(8px + 1px);padding-bottom:-moz-calc(8px + 1px);padding-bottom:calc(8px + 1px);font-size:20px;line-height:1.5}.col-form-label-sm{padding-top:-webkit-calc(4px + 1px);padding-top:-moz-calc(4px + 1px);padding-top:calc(4px + 1px);padding-bottom:-webkit-calc(4px + 1px);padding-bottom:-moz-calc(4px + 1px);padding-bottom:calc(4px + 1px);font-size:14px;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding:12px 0;margin-bottom:0;font-size:14px;line-height:1.955;color:#000;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:-webkit-calc(1.5em + 8px + 2px);height:-moz-calc(1.5em + 8px + 2px);height:calc(1.5em + 8px + 2px);padding:4px 8px;font-size:14px;line-height:1.5;border-radius:3px}.form-control-lg{height:-webkit-calc(1.5em + 16px + 2px);height:-moz-calc(1.5em + 16px + 2px);height:calc(1.5em + 16px + 2px);padding:8px 16px;font-size:20px;line-height:1.5;border-radius:4px}select.form-control[size],select.form-control[multiple]{height:auto}textarea.form-control{height:auto}.form-group{margin-bottom:16px}.form-text{display:block;margin-top:4px}.form-row{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-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:20px}.form-check-input{position:absolute;margin-top:4px;margin-left:-20px}.form-check-input[disabled] ~ .form-check-label,.form-check-input:disabled ~ .form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:12px}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:5px;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:4px;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:4px 8px;margin-top:1px;font-size:14px;line-height:1.955;color:#fff;background-color:rgba(40,167,69,0.9);border-radius:4px}.was-validated :valid ~ .valid-feedback,.was-validated :valid ~ .valid-tooltip,.is-valid ~ .valid-feedback,.is-valid ~ .valid-tooltip{display:block}.was-validated .form-control:valid,.form-control.is-valid{border-color:#28a745;padding-right:-webkit-calc(1.955em + 24px);padding-right:-moz-calc(1.955em + 24px);padding-right:calc(1.955em + 24px);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right -webkit-calc(.48875em + 6px) center;background-position:right -moz-calc(.48875em + 6px) center;background-position:right calc(.48875em + 6px) center;background-size:-webkit-calc(.9775em + 12px) -webkit-calc(.9775em + 12px);background-size:-moz-calc(.9775em + 12px) -moz-calc(.9775em + 12px);background-size:calc(.9775em + 12px) calc(.9775em + 12px)}.was-validated .form-control:valid:focus,.form-control.is-valid:focus{border-color:#28a745;-webkit-box-shadow:0 0 0 3px rgba(40,167,69,0.25);box-shadow:0 0 0 3px rgba(40,167,69,0.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:-webkit-calc(1.955em + 24px);padding-right:-moz-calc(1.955em + 24px);padding-right:calc(1.955em + 24px);background-position:top -webkit-calc(.48875em + 6px) right -webkit-calc(.48875em + 6px);background-position:top -moz-calc(.48875em + 6px) right -moz-calc(.48875em + 6px);background-position:top calc(.48875em + 6px) right calc(.48875em + 6px)}.was-validated .custom-select:valid,.custom-select.is-valid{border-color:#28a745;padding-right:-webkit-calc(.75em + 54px);padding-right:-moz-calc(.75em + 54px);padding-right:calc(.75em + 54px);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 20px center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 36px/calc(.9775em + 12px) -webkit-calc(.9775em + 12px);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 20px center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 36px/calc(.9775em + 12px) -moz-calc(.9775em + 12px);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 20px center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 36px/calc(.9775em + 12px) calc(.9775em + 12px)}.was-validated .custom-select:valid:focus,.custom-select.is-valid:focus{border-color:#28a745;-webkit-box-shadow:0 0 0 3px rgba(40,167,69,0.25);box-shadow:0 0 0 3px rgba(40,167,69,0.25)}.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{border-color:#28a745}.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,.custom-control-input.is-valid:checked ~ .custom-control-label::before{border-color:#34ce57;background-color:#34ce57}.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,.custom-control-input.is-valid:focus ~ .custom-control-label::before{-webkit-box-shadow:0 0 0 3px rgba(40,167,69,0.25);box-shadow:0 0 0 3px rgba(40,167,69,0.25)}.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before{border-color:#28a745}.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:focus ~ .custom-file-label,.custom-file-input.is-valid:focus ~ .custom-file-label{border-color:#28a745;-webkit-box-shadow:0 0 0 3px rgba(40,167,69,0.25);box-shadow:0 0 0 3px rgba(40,167,69,0.25)}.invalid-feedback{display:none;width:100%;margin-top:4px;font-size:80%;color:#D60000}.invalid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:4px 8px;margin-top:1px;font-size:14px;line-height:1.955;color:#fff;background-color:rgba(214,0,0,0.9);border-radius:4px}.was-validated :invalid ~ .invalid-feedback,.was-validated :invalid ~ .invalid-tooltip,.is-invalid ~ .invalid-feedback,.is-invalid ~ .invalid-tooltip{display:block}.was-validated .form-control:invalid,.form-control.is-invalid{border-color:#D60000;padding-right:-webkit-calc(1.955em + 24px);padding-right:-moz-calc(1.955em + 24px);padding-right:calc(1.955em + 24px);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23D60000' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23D60000' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right -webkit-calc(.48875em + 6px) center;background-position:right -moz-calc(.48875em + 6px) center;background-position:right calc(.48875em + 6px) center;background-size:-webkit-calc(.9775em + 12px) -webkit-calc(.9775em + 12px);background-size:-moz-calc(.9775em + 12px) -moz-calc(.9775em + 12px);background-size:calc(.9775em + 12px) calc(.9775em + 12px)}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus{border-color:#D60000;-webkit-box-shadow:0 0 0 3px rgba(214,0,0,0.25);box-shadow:0 0 0 3px rgba(214,0,0,0.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:-webkit-calc(1.955em + 24px);padding-right:-moz-calc(1.955em + 24px);padding-right:calc(1.955em + 24px);background-position:top -webkit-calc(.48875em + 6px) right -webkit-calc(.48875em + 6px);background-position:top -moz-calc(.48875em + 6px) right -moz-calc(.48875em + 6px);background-position:top calc(.48875em + 6px) right calc(.48875em + 6px)}.was-validated .custom-select:invalid,.custom-select.is-invalid{border-color:#D60000;padding-right:-webkit-calc(.75em + 54px);padding-right:-moz-calc(.75em + 54px);padding-right:calc(.75em + 54px);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 20px center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23D60000' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23D60000' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 36px/calc(.9775em + 12px) -webkit-calc(.9775em + 12px);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 20px center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23D60000' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23D60000' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 36px/calc(.9775em + 12px) -moz-calc(.9775em + 12px);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 20px center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23D60000' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23D60000' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 36px/calc(.9775em + 12px) calc(.9775em + 12px)}.was-validated .custom-select:invalid:focus,.custom-select.is-invalid:focus{border-color:#D60000;-webkit-box-shadow:0 0 0 3px rgba(214,0,0,0.25);box-shadow:0 0 0 3px rgba(214,0,0,0.25)}.was-validated .form-check-input:invalid ~ .form-check-label,.form-check-input.is-invalid ~ .form-check-label{color:#D60000}.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:#D60000}.was-validated .custom-control-input:invalid ~ .custom-control-label::before,.custom-control-input.is-invalid ~ .custom-control-label::before{border-color:#D60000}.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,.custom-control-input.is-invalid:checked ~ .custom-control-label::before{border-color:#ff0a0a;background-color:#ff0a0a}.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,.custom-control-input.is-invalid:focus ~ .custom-control-label::before{-webkit-box-shadow:0 0 0 3px rgba(214,0,0,0.25);box-shadow:0 0 0 3px rgba(214,0,0,0.25)}.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before{border-color:#D60000}.was-validated .custom-file-input:invalid ~ .custom-file-label,.custom-file-input.is-invalid ~ .custom-file-label{border-color:#D60000}.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,.custom-file-input.is-invalid:focus ~ .custom-file-label{border-color:#D60000;-webkit-box-shadow:0 0 0 3px rgba(214,0,0,0.25);box-shadow:0 0 0 3px rgba(214,0,0,0.25)}.form-inline{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width: 576px){.form-inline label{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-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:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-top:0;margin-right:4px;margin-left:0}.form-inline .custom-control{-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-family:"GolosTextWebBold";font-weight:400;color:#000;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:8px 32px;font-size:14px;line-height:190%;border-radius:0;-webkit-transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;-moz-transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.btn{-webkit-transition:none;-moz-transition:none;transition:none}}.btn:hover{color:#000;text-decoration:none}.btn:focus,.btn.focus{outline:0;-webkit-box-shadow:0 0 0 3px rgba(214,0,0,0.25);box-shadow:0 0 0 3px rgba(214,0,0,0.25)}.btn.disabled,.btn:disabled{opacity:1}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#D60000;border-color:#D60000}.btn-primary:hover{color:#fff;background-color:#b00000;border-color:#a30000}.btn-primary:focus,.btn-primary.focus{color:#fff;background-color:#b00000;border-color:#a30000;-webkit-box-shadow:0 0 0 3px rgba(220,38,38,0.5);box-shadow:0 0 0 3px rgba(220,38,38,0.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#D60000;border-color:#D60000}.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#a30000;border-color:#960000}.btn-primary:not(:disabled):not(.disabled):active:focus,.btn-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-primary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 3px rgba(220,38,38,0.5);box-shadow:0 0 0 3px rgba(220,38,38,0.5)}.btn-secondary{color:#fff;background-color:#767686;border-color:#767686}.btn-secondary:hover{color:#fff;background-color:#646472;border-color:#5e5e6b}.btn-secondary:focus,.btn-secondary.focus{color:#fff;background-color:#646472;border-color:#5e5e6b;-webkit-box-shadow:0 0 0 3px rgba(139,139,152,0.5);box-shadow:0 0 0 3px rgba(139,139,152,0.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#767686;border-color:#767686}.btn-secondary:not(:disabled):not(.disabled):active,.btn-secondary:not(:disabled):not(.disabled).active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#5e5e6b;border-color:#585864}.btn-secondary:not(:disabled):not(.disabled):active:focus,.btn-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-secondary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 3px rgba(139,139,152,0.5);box-shadow:0 0 0 3px rgba(139,139,152,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{color:#fff;background-color:#218838;border-color:#1e7e34;-webkit-box-shadow:0 0 0 3px rgba(72,180,97,0.5);box-shadow:0 0 0 3px rgba(72,180,97,0.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled):active,.btn-success:not(:disabled):not(.disabled).active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled):active:focus,.btn-success:not(:disabled):not(.disabled).active:focus,.show>.btn-success.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 3px rgba(72,180,97,0.5);box-shadow:0 0 0 3px rgba(72,180,97,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{color:#fff;background-color:#138496;border-color:#117a8b;-webkit-box-shadow:0 0 0 3px rgba(58,176,195,0.5);box-shadow:0 0 0 3px rgba(58,176,195,0.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled):active,.btn-info:not(:disabled):not(.disabled).active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled):active:focus,.btn-info:not(:disabled):not(.disabled).active:focus,.show>.btn-info.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 3px rgba(58,176,195,0.5);box-shadow:0 0 0 3px rgba(58,176,195,0.5)}.btn-warning{color:#282848;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#282848;background-color:#e0a800;border-color:#d39e00}.btn-warning:focus,.btn-warning.focus{color:#282848;background-color:#e0a800;border-color:#d39e00;-webkit-box-shadow:0 0 0 3px rgba(223,170,17,0.5);box-shadow:0 0 0 3px rgba(223,170,17,0.5)}.btn-warning.disabled,.btn-warning:disabled{color:#282848;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:#282848;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled):active:focus,.btn-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-warning.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 3px rgba(223,170,17,0.5);box-shadow:0 0 0 3px rgba(223,170,17,0.5)}.btn-danger{color:#fff;background-color:#D60000;border-color:#D60000}.btn-danger:hover{color:#fff;background-color:#b00000;border-color:#a30000}.btn-danger:focus,.btn-danger.focus{color:#fff;background-color:#b00000;border-color:#a30000;-webkit-box-shadow:0 0 0 3px rgba(220,38,38,0.5);box-shadow:0 0 0 3px rgba(220,38,38,0.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#D60000;border-color:#D60000}.btn-danger:not(:disabled):not(.disabled):active,.btn-danger:not(:disabled):not(.disabled).active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#a30000;border-color:#960000}.btn-danger:not(:disabled):not(.disabled):active:focus,.btn-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-danger.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 3px rgba(220,38,38,0.5);box-shadow:0 0 0 3px rgba(220,38,38,0.5)}.btn-light{color:#282848;background-color:#F4F4F4;border-color:#F4F4F4}.btn-light:hover{color:#282848;background-color:#e1e1e1;border-color:#dbdbdb}.btn-light:focus,.btn-light.focus{color:#282848;background-color:#e1e1e1;border-color:#dbdbdb;-webkit-box-shadow:0 0 0 3px rgba(213,213,218,0.5);box-shadow:0 0 0 3px rgba(213,213,218,0.5)}.btn-light.disabled,.btn-light:disabled{color:#282848;background-color:#F4F4F4;border-color:#F4F4F4}.btn-light:not(:disabled):not(.disabled):active,.btn-light:not(:disabled):not(.disabled).active,.show>.btn-light.dropdown-toggle{color:#282848;background-color:#dbdbdb;border-color:#d4d4d4}.btn-light:not(:disabled):not(.disabled):active:focus,.btn-light:not(:disabled):not(.disabled).active:focus,.show>.btn-light.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 3px rgba(213,213,218,0.5);box-shadow:0 0 0 3px rgba(213,213,218,0.5)}.btn-dark{color:#fff;background-color:#2D2D2D;border-color:#2D2D2D}.btn-dark:hover{color:#fff;background-color:#1a1a1a;border-color:#141414}.btn-dark:focus,.btn-dark.focus{color:#fff;background-color:#1a1a1a;border-color:#141414;-webkit-box-shadow:0 0 0 3px rgba(77,77,77,0.5);box-shadow:0 0 0 3px rgba(77,77,77,0.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#2D2D2D;border-color:#2D2D2D}.btn-dark:not(:disabled):not(.disabled):active,.btn-dark:not(:disabled):not(.disabled).active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#141414;border-color:#0d0d0d}.btn-dark:not(:disabled):not(.disabled):active:focus,.btn-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-dark.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 3px rgba(77,77,77,0.5);box-shadow:0 0 0 3px rgba(77,77,77,0.5)}.btn-outline-primary{color:#D60000;border-color:#D60000}.btn-outline-primary:hover{color:#fff;background-color:#D60000;border-color:#D60000}.btn-outline-primary:focus,.btn-outline-primary.focus{-webkit-box-shadow:0 0 0 3px rgba(214,0,0,0.5);box-shadow:0 0 0 3px rgba(214,0,0,0.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#D60000;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:#D60000;border-color:#D60000}.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 3px rgba(214,0,0,0.5);box-shadow:0 0 0 3px rgba(214,0,0,0.5)}.btn-outline-secondary{color:#767686;border-color:#767686}.btn-outline-secondary:hover{color:#fff;background-color:#767686;border-color:#767686}.btn-outline-secondary:focus,.btn-outline-secondary.focus{-webkit-box-shadow:0 0 0 3px rgba(118,118,134,0.5);box-shadow:0 0 0 3px rgba(118,118,134,0.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#767686;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:#767686;border-color:#767686}.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 3px rgba(118,118,134,0.5);box-shadow:0 0 0 3px rgba(118,118,134,0.5)}.btn-outline-success{color:#28a745;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:focus,.btn-outline-success.focus{-webkit-box-shadow:0 0 0 3px rgba(40,167,69,0.5);box-shadow:0 0 0 3px rgba(40,167,69,0.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled):active,.btn-outline-success:not(:disabled):not(.disabled).active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled):active:focus,.btn-outline-success:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-success.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 3px rgba(40,167,69,0.5);box-shadow:0 0 0 3px rgba(40,167,69,0.5)}.btn-outline-info{color:#17a2b8;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:focus,.btn-outline-info.focus{-webkit-box-shadow:0 0 0 3px rgba(23,162,184,0.5);box-shadow:0 0 0 3px rgba(23,162,184,0.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled):active,.btn-outline-info:not(:disabled):not(.disabled).active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled):active:focus,.btn-outline-info:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-info.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 3px rgba(23,162,184,0.5);box-shadow:0 0 0 3px rgba(23,162,184,0.5)}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#282848;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:focus,.btn-outline-warning.focus{-webkit-box-shadow:0 0 0 3px rgba(255,193,7,0.5);box-shadow:0 0 0 3px 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:#282848;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 3px rgba(255,193,7,0.5);box-shadow:0 0 0 3px rgba(255,193,7,0.5)}.btn-outline-danger{color:#D60000;border-color:#D60000}.btn-outline-danger:hover{color:#fff;background-color:#D60000;border-color:#D60000}.btn-outline-danger:focus,.btn-outline-danger.focus{-webkit-box-shadow:0 0 0 3px rgba(214,0,0,0.5);box-shadow:0 0 0 3px rgba(214,0,0,0.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#D60000;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:#D60000;border-color:#D60000}.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 3px rgba(214,0,0,0.5);box-shadow:0 0 0 3px rgba(214,0,0,0.5)}.btn-outline-light{color:#F4F4F4;border-color:#F4F4F4}.btn-outline-light:hover{color:#282848;background-color:#F4F4F4;border-color:#F4F4F4}.btn-outline-light:focus,.btn-outline-light.focus{-webkit-box-shadow:0 0 0 3px rgba(244,244,244,0.5);box-shadow:0 0 0 3px rgba(244,244,244,0.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#F4F4F4;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:#282848;background-color:#F4F4F4;border-color:#F4F4F4}.btn-outline-light:not(:disabled):not(.disabled):active:focus,.btn-outline-light:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-light.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 3px rgba(244,244,244,0.5);box-shadow:0 0 0 3px rgba(244,244,244,0.5)}.btn-outline-dark{color:#2D2D2D;border-color:#2D2D2D}.btn-outline-dark:hover{color:#fff;background-color:#2D2D2D;border-color:#2D2D2D}.btn-outline-dark:focus,.btn-outline-dark.focus{-webkit-box-shadow:0 0 0 3px rgba(45,45,45,0.5);box-shadow:0 0 0 3px rgba(45,45,45,0.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#2D2D2D;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:#2D2D2D;border-color:#2D2D2D}.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 3px rgba(45,45,45,0.5);box-shadow:0 0 0 3px rgba(45,45,45,0.5)}.btn-link{font-weight:400;color:#D60000;text-decoration:none}.btn-link:hover{color:#D60000;text-decoration:underline}.btn-link:focus,.btn-link.focus{text-decoration:underline}.btn-link:disabled,.btn-link.disabled{color:#6c757d;pointer-events:none}.btn-lg,.btn-group-lg>.btn{padding:8px 16px;font-size:20px;line-height:1.5;border-radius:4px}.btn-sm,.btn-group-sm>.btn{padding:6px 20px;font-size:14px;line-height:16px;border-radius:30px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:8px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{-webkit-transition:opacity 0.15s linear;-moz-transition:opacity 0.15s linear;transition:opacity 0.15s linear}@media (prefers-reduced-motion: reduce){.fade{-webkit-transition:none;-moz-transition:none;transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height 0.35s ease;-moz-transition:height 0.35s ease;transition:height 0.35s ease}@media (prefers-reduced-motion: reduce){.collapsing{-webkit-transition:none;-moz-transition:none;transition:none}}.dropup,.dropright,.dropdown,.dropleft{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.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:160px;padding:8px 0;margin:2px 0 0;font-size:16px;color:#000;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,0.15);border-radius:4px}.dropdown-menu-left{right:auto;left:0}.dropdown-menu-right{right:0;left:auto}@media (min-width: 576px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}@media (min-width: 768px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}@media (min-width: 992px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}@media (min-width: 1200px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:2px}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.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:2px}.dropright .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.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:2px}.dropleft .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.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:8px 0;overflow:hidden;border-top:1px solid #f5f5f5}.dropdown-item{display:block;width:100%;padding:4px 24px;clear:both;font-weight:400;color:#282848;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:hover,.dropdown-item:focus{color:#1f1f38;text-decoration:none;background-color:#F4F4F4}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#D60000}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:8px 24px;margin-bottom:0;font-size:14px;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:4px 24px;color:#282848}.btn-group,.btn-group-vertical{position:relative;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;-webkit-box-flex:1;-webkit-flex:1 1 auto;-moz-box-flex:1;-ms-flex:1 1 auto;flex:1 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-toolbar{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn:not(:first-child),.btn-group>.btn-group:not(:first-child){margin-left:-1px}.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:24px;padding-left:24px}.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:15px;padding-left:15px}.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split{padding-right:12px;padding-left:12px}.btn-group-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child){margin-top:-1px}.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:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-webkit-align-items:stretch;-moz-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-control-plaintext,.input-group>.custom-select,.input-group>.custom-file{position:relative;-webkit-box-flex:1;-webkit-flex:1 1 auto;-moz-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;min-width:0;margin-bottom:0}.input-group>.form-control+.form-control,.input-group>.form-control+.custom-select,.input-group>.form-control+.custom-file,.input-group>.form-control-plaintext+.form-control,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.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:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-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:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.input-group-prepend .btn,.input-group-append .btn{position:relative;z-index:2}.input-group-prepend .btn:focus,.input-group-append .btn:focus{z-index:3}.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:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:12px 20px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.955;color:#000;text-align:center;white-space:nowrap;background-color:#f5f5f5;border:1px solid #dcdcdc;border-radius:0}.input-group-text input[type="radio"],.input-group-text input[type="checkbox"]{margin-top:0}.input-group-lg>.form-control:not(textarea),.input-group-lg>.custom-select{height:-webkit-calc(1.5em + 16px + 2px);height:-moz-calc(1.5em + 16px + 2px);height:calc(1.5em + 16px + 2px)}.input-group-lg>.form-control,.input-group-lg>.custom-select,.input-group-lg>.input-group-prepend>.input-group-text,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-append>.btn{padding:8px 16px;font-size:20px;line-height:1.5;border-radius:4px}.input-group-sm>.form-control:not(textarea),.input-group-sm>.custom-select{height:-webkit-calc(1.5em + 8px + 2px);height:-moz-calc(1.5em + 8px + 2px);height:calc(1.5em + 8px + 2px)}.input-group-sm>.form-control,.input-group-sm>.custom-select,.input-group-sm>.input-group-prepend>.input-group-text,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-append>.btn{padding:4px 8px;font-size:14px;line-height:1.5;border-radius:3px}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:36px}.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;z-index:1;display:block;min-height:31px;padding-left:24px}.custom-control-inline{display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:16px}.custom-control-input{position:absolute;left:0;z-index:-1;width:16px;height:23px;opacity:0}.custom-control-input:checked ~ .custom-control-label::before{color:#fff;border-color:#D60000;background-color:#D60000}.custom-control-input:focus ~ .custom-control-label::before{-webkit-box-shadow:0 0 0 3px rgba(214,0,0,0.25);box-shadow:0 0 0 3px rgba(214,0,0,0.25)}.custom-control-input:focus:not(:checked) ~ .custom-control-label::before{border-color:#ff5757}.custom-control-input:not(:disabled):active ~ .custom-control-label::before{color:#fff;background-color:#ff8a8a;border-color:#ff8a8a}.custom-control-input[disabled] ~ .custom-control-label,.custom-control-input:disabled ~ .custom-control-label{color:#6c757d}.custom-control-input[disabled] ~ .custom-control-label::before,.custom-control-input:disabled ~ .custom-control-label::before{background-color:#f5f5f5}.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.custom-control-label::before{position:absolute;top:7px;left:-24px;display:block;width:16px;height:16px;pointer-events:none;content:"";background-color:#fff;border:#767686 solid 1px}.custom-control-label::after{position:absolute;top:7px;left:-24px;display:block;width:16px;height:16px;content:"";background:no-repeat 50% / 50% 50%}.custom-checkbox .custom-control-label::before{border-radius:4px}.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before{border-color:#D60000;background-color:#D60000}.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' 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(214,0,0,0.5)}.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before{background-color:rgba(214,0,0,0.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked ~ .custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' 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(214,0,0,0.5)}.custom-switch{padding-left:36px}.custom-switch .custom-control-label::before{left:-36px;width:28px;pointer-events:all;border-radius:8px}.custom-switch .custom-control-label::after{top:-webkit-calc(7px + 2px);top:-moz-calc(7px + 2px);top:calc(7px + 2px);left:-webkit-calc(-36px + 2px);left:-moz-calc(-36px + 2px);left:calc(-36px + 2px);width:-webkit-calc(16px - 4px);width:-moz-calc(16px - 4px);width:calc(16px - 4px);height:-webkit-calc(16px - 4px);height:-moz-calc(16px - 4px);height:calc(16px - 4px);background-color:#767686;border-radius:8px;-webkit-transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-transform 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-transform 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;-moz-transition:transform 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,-moz-transform 0.15s ease-in-out;transition:transform 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;transition:transform 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-transform 0.15s ease-in-out,-moz-transform 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.custom-switch .custom-control-label::after{-webkit-transition:none;-moz-transition:none;transition:none}}.custom-switch .custom-control-input:checked ~ .custom-control-label::after{background-color:#fff;-webkit-transform:translateX(12px);-moz-transform:translateX(12px);-ms-transform:translateX(12px);transform:translateX(12px)}.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before{background-color:rgba(214,0,0,0.5)}.custom-select{display:inline-block;width:100%;height:-webkit-calc(1.955em + 24px + 2px);height:-moz-calc(1.955em + 24px + 2px);height:calc(1.955em + 24px + 2px);padding:12px 36px 12px 20px;font-size:14px;font-weight:400;line-height:1.955;color:#000;vertical-align:middle;background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 20px center/8px 10px;border:1px solid #dcdcdc;border-radius:4px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#ff5757;outline:0;-webkit-box-shadow:0 0 0 3px rgba(214,0,0,0.25);box-shadow:0 0 0 3px rgba(214,0,0,0.25)}.custom-select:focus::-ms-value{color:#000;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:20px;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#f5f5f5}.custom-select::-ms-expand{display:none}.custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #000}.custom-select-sm{height:-webkit-calc(1.5em + 8px + 2px);height:-moz-calc(1.5em + 8px + 2px);height:calc(1.5em + 8px + 2px);padding-top:4px;padding-bottom:4px;padding-left:8px;font-size:14px}.custom-select-lg{height:-webkit-calc(1.5em + 16px + 2px);height:-moz-calc(1.5em + 16px + 2px);height:calc(1.5em + 16px + 2px);padding-top:8px;padding-bottom:8px;padding-left:16px;font-size:20px}.custom-file{position:relative;display:inline-block;width:100%;height:-webkit-calc(1.955em + 24px + 2px);height:-moz-calc(1.955em + 24px + 2px);height:calc(1.955em + 24px + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:-webkit-calc(1.955em + 24px + 2px);height:-moz-calc(1.955em + 24px + 2px);height:calc(1.955em + 24px + 2px);margin:0;opacity:0}.custom-file-input:focus ~ .custom-file-label{border-color:#ff5757;-webkit-box-shadow:0 0 0 3px rgba(214,0,0,0.25);box-shadow:0 0 0 3px rgba(214,0,0,0.25)}.custom-file-input[disabled] ~ .custom-file-label,.custom-file-input:disabled ~ .custom-file-label{background-color:#f5f5f5}.custom-file-input:lang(en) ~ .custom-file-label::after{content:"Browse"}.custom-file-input ~ .custom-file-label[data-browse]::after{content:attr(data-browse)}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:-webkit-calc(1.955em + 24px + 2px);height:-moz-calc(1.955em + 24px + 2px);height:calc(1.955em + 24px + 2px);padding:12px 20px;font-weight:400;line-height:1.955;color:#000;background-color:#fff;border:1px solid #dcdcdc;border-radius:0}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:-webkit-calc(1.955em + 24px);height:-moz-calc(1.955em + 24px);height:calc(1.955em + 24px);padding:12px 20px;line-height:1.955;color:#000;content:"Browse";background-color:#f5f5f5;border-left:inherit;border-radius:0 0 0 0}.custom-range{width:100%;height:22px;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-range:focus{outline:none}.custom-range:focus::-webkit-slider-thumb{-webkit-box-shadow:0 0 0 1px #fff,0 0 0 3px rgba(214,0,0,0.25);box-shadow:0 0 0 1px #fff,0 0 0 3px rgba(214,0,0,0.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 3px rgba(214,0,0,0.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 3px rgba(214,0,0,0.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:16px;height:16px;margin-top:-4px;background-color:#D60000;border:0;border-radius:16px;-webkit-transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;-moz-transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion: reduce){.custom-range::-webkit-slider-thumb{-webkit-transition:none;-moz-transition:none;transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#ff8a8a}.custom-range::-webkit-slider-runnable-track{width:100%;height:8px;color:transparent;cursor:pointer;background-color:#F9F9F9;border-color:transparent;border-radius:16px}.custom-range::-moz-range-thumb{width:16px;height:16px;background-color:#D60000;border:0;border-radius:16px;-webkit-transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;-moz-transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion: reduce){.custom-range::-moz-range-thumb{-webkit-transition:none;-moz-transition:none;transition:none}}.custom-range::-moz-range-thumb:active{background-color:#ff8a8a}.custom-range::-moz-range-track{width:100%;height:8px;color:transparent;cursor:pointer;background-color:#F9F9F9;border-color:transparent;border-radius:16px}.custom-range::-ms-thumb{width:16px;height:16px;margin-top:0;margin-right:3px;margin-left:3px;background-color:#D60000;border:0;border-radius:16px;-webkit-transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;-moz-transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;appearance:none}@media (prefers-reduced-motion: reduce){.custom-range::-ms-thumb{-webkit-transition:none;-moz-transition:none;transition:none}}.custom-range::-ms-thumb:active{background-color:#ff8a8a}.custom-range::-ms-track{width:100%;height:8px;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:8px}.custom-range::-ms-fill-lower{background-color:#F9F9F9;border-radius:16px}.custom-range::-ms-fill-upper{margin-right:15px;background-color:#F9F9F9;border-radius:16px}.custom-range:disabled::-webkit-slider-thumb{background-color:#767686}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#767686}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#767686}.custom-control-label::before,.custom-file-label,.custom-select{-webkit-transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;-moz-transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.custom-control-label::before,.custom-file-label,.custom-select{-webkit-transition:none;-moz-transition:none;transition:none}}.nav{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:8px 16px}.nav-link:hover,.nav-link:focus{text-decoration:none}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #F9F9F9}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:4px;border-top-right-radius:4px}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{border-color:#f5f5f5 #f5f5f5 #F9F9F9}.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:#F9F9F9 #F9F9F9 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:4px}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#D60000}.nav-fill>.nav-link,.nav-fill .nav-item{-webkit-box-flex:1;-webkit-flex:1 1 auto;-moz-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified>.nav-link,.nav-justified .nav-item{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-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:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:8px 16px}.navbar .container,.navbar .container-fluid,.navbar .container-sm,.navbar .container-md,.navbar .container-lg,.navbar .container-xl{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:4px;padding-bottom:4px;margin-right:16px;font-size:20px;line-height:inherit;white-space:nowrap}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-nav{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-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:8px;padding-bottom:8px}.navbar-collapse{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:4px 12px;font-size:20px;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:0}.navbar-toggler:hover,.navbar-toggler:focus{text-decoration:none}.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,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-xl{padding-right:0;padding-left:0}}@media (min-width: 576px){.navbar-expand-sm{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row nowrap;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-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:8px;padding-left:8px}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-xl{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:-webkit-box !important;display:-webkit-flex !important;display:-moz-box !important;display:-ms-flexbox !important;display:flex !important;-webkit-flex-basis:auto;-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,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-md,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-xl{padding-right:0;padding-left:0}}@media (min-width: 768px){.navbar-expand-md{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row nowrap;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-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:8px;padding-left:8px}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-md,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-xl{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:-webkit-box !important;display:-webkit-flex !important;display:-moz-box !important;display:-ms-flexbox !important;display:flex !important;-webkit-flex-basis:auto;-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,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-xl{padding-right:0;padding-left:0}}@media (min-width: 992px){.navbar-expand-lg{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row nowrap;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-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:8px;padding-left:8px}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-xl{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-webkit-box !important;display:-webkit-flex !important;display:-moz-box !important;display:-ms-flexbox !important;display:flex !important;-webkit-flex-basis:auto;-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,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-xl{padding-right:0;padding-left:0}}@media (min-width: 1200px){.navbar-expand-xl{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row nowrap;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-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:8px;padding-left:8px}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-xl{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:-webkit-box !important;display:-webkit-flex !important;display:-moz-box !important;display:-ms-flexbox !important;display:flex !important;-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row nowrap;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-sm,.navbar-expand>.container-md,.navbar-expand>.container-lg,.navbar-expand>.container-xl{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:8px;padding-left:8px}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-sm,.navbar-expand>.container-md,.navbar-expand>.container-lg,.navbar-expand>.container-xl{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:-webkit-box !important;display:-webkit-flex !important;display:-moz-box !important;display:-ms-flexbox !important;display:flex !important;-webkit-flex-basis:auto;-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,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,0,0,0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' 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,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' 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:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-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:4px}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:-webkit-calc(4px - 1px);border-top-left-radius:-moz-calc(4px - 1px);border-top-left-radius:calc(4px - 1px);border-top-right-radius:-webkit-calc(4px - 1px);border-top-right-radius:-moz-calc(4px - 1px);border-top-right-radius:calc(4px - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:-webkit-calc(4px - 1px);border-bottom-right-radius:-moz-calc(4px - 1px);border-bottom-right-radius:calc(4px - 1px);border-bottom-left-radius:-webkit-calc(4px - 1px);border-bottom-left-radius:-moz-calc(4px - 1px);border-bottom-left-radius:calc(4px - 1px)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{-webkit-box-flex:1;-webkit-flex:1 1 auto;-moz-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;min-height:1px;padding:20px}.card-title{margin-bottom:12px}.card-subtitle{margin-top:-6px;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:20px}.card-header{padding:12px 20px;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:-webkit-calc(4px - 1px) -webkit-calc(4px - 1px) 0 0;border-radius:-moz-calc(4px - 1px) -moz-calc(4px - 1px) 0 0;border-radius:calc(4px - 1px) calc(4px - 1px) 0 0}.card-footer{padding:12px 20px;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 -webkit-calc(4px - 1px) -webkit-calc(4px - 1px);border-radius:0 0 -moz-calc(4px - 1px) -moz-calc(4px - 1px);border-radius:0 0 calc(4px - 1px) calc(4px - 1px)}.card-header-tabs{margin-right:-10px;margin-bottom:-12px;margin-left:-10px;border-bottom:0}.card-header-pills{margin-right:-10px;margin-left:-10px}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:20px;border-radius:-webkit-calc(4px - 1px);border-radius:-moz-calc(4px - 1px);border-radius:calc(4px - 1px)}.card-img,.card-img-top,.card-img-bottom{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%}.card-img,.card-img-top{border-top-left-radius:-webkit-calc(4px - 1px);border-top-left-radius:-moz-calc(4px - 1px);border-top-left-radius:calc(4px - 1px);border-top-right-radius:-webkit-calc(4px - 1px);border-top-right-radius:-moz-calc(4px - 1px);border-top-right-radius:calc(4px - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:-webkit-calc(4px - 1px);border-bottom-right-radius:-moz-calc(4px - 1px);border-bottom-right-radius:calc(4px - 1px);border-bottom-left-radius:-webkit-calc(4px - 1px);border-bottom-left-radius:-moz-calc(4px - 1px);border-bottom-left-radius:calc(4px - 1px)}.card-deck .card{margin-bottom:15px}@media (min-width: 576px){.card-deck{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{-webkit-box-flex:1;-webkit-flex:1 0 0%;-moz-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group>.card{margin-bottom:15px}@media (min-width: 576px){.card-group{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-webkit-box-flex:1;-webkit-flex:1 0 0%;-moz-box-flex:1;-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:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-img-top,.card-group>.card:not(:last-child) .card-header{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-img-bottom,.card-group>.card:not(:last-child) .card-footer{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-img-top,.card-group>.card:not(:first-child) .card-header{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-img-bottom,.card-group>.card:not(:first-child) .card-footer{border-bottom-left-radius:0}}.card-columns .card{margin-bottom:12px}@media (min-width: 576px){.card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion{overflow-anchor:none}.accordion>.card{overflow:hidden}.accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}.breadcrumb{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:12px 16px;margin-bottom:16px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb-item{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.breadcrumb-item+.breadcrumb-item{padding-left:8px}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:8px;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:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:4px}.page-link{position:relative;display:block;padding:8px 12px;margin-left:-1px;line-height:1.25;color:#D60000;background-color:#fff;border:1px solid #F9F9F9}.page-link:hover{z-index:2;color:#D60000;text-decoration:none;background-color:#f5f5f5;border-color:#F9F9F9}.page-link:focus{z-index:3;outline:0;-webkit-box-shadow:0 0 0 3px rgba(214,0,0,0.25);box-shadow:0 0 0 3px rgba(214,0,0,0.25)}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.page-item:last-child .page-link{border-top-right-radius:4px;border-bottom-right-radius:4px}.page-item.active .page-link{z-index:3;color:#fff;background-color:#D60000;border-color:#D60000}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#F9F9F9}.pagination-lg .page-link{padding:12px 24px;font-size:20px;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination-sm .page-link{padding:4px 8px;font-size:14px;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:3px;border-bottom-right-radius:3px}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:4px;-webkit-transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;-moz-transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.badge{-webkit-transition:none;-moz-transition:none;transition:none}}a.badge:hover,a.badge:focus{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:160px}.badge-primary{color:#fff;background-color:#D60000}a.badge-primary:hover,a.badge-primary:focus{color:#fff;background-color:#a30000}a.badge-primary:focus,a.badge-primary.focus{outline:0;-webkit-box-shadow:0 0 0 3px rgba(214,0,0,0.5);box-shadow:0 0 0 3px rgba(214,0,0,0.5)}.badge-secondary{color:#fff;background-color:#767686}a.badge-secondary:hover,a.badge-secondary:focus{color:#fff;background-color:#5e5e6b}a.badge-secondary:focus,a.badge-secondary.focus{outline:0;-webkit-box-shadow:0 0 0 3px rgba(118,118,134,0.5);box-shadow:0 0 0 3px rgba(118,118,134,0.5)}.badge-success{color:#fff;background-color:#28a745}a.badge-success:hover,a.badge-success:focus{color:#fff;background-color:#1e7e34}a.badge-success:focus,a.badge-success.focus{outline:0;-webkit-box-shadow:0 0 0 3px rgba(40,167,69,0.5);box-shadow:0 0 0 3px rgba(40,167,69,0.5)}.badge-info{color:#fff;background-color:#17a2b8}a.badge-info:hover,a.badge-info:focus{color:#fff;background-color:#117a8b}a.badge-info:focus,a.badge-info.focus{outline:0;-webkit-box-shadow:0 0 0 3px rgba(23,162,184,0.5);box-shadow:0 0 0 3px rgba(23,162,184,0.5)}.badge-warning{color:#282848;background-color:#ffc107}a.badge-warning:hover,a.badge-warning:focus{color:#282848;background-color:#d39e00}a.badge-warning:focus,a.badge-warning.focus{outline:0;-webkit-box-shadow:0 0 0 3px rgba(255,193,7,0.5);box-shadow:0 0 0 3px rgba(255,193,7,0.5)}.badge-danger{color:#fff;background-color:#D60000}a.badge-danger:hover,a.badge-danger:focus{color:#fff;background-color:#a30000}a.badge-danger:focus,a.badge-danger.focus{outline:0;-webkit-box-shadow:0 0 0 3px rgba(214,0,0,0.5);box-shadow:0 0 0 3px rgba(214,0,0,0.5)}.badge-light{color:#282848;background-color:#F4F4F4}a.badge-light:hover,a.badge-light:focus{color:#282848;background-color:#dbdbdb}a.badge-light:focus,a.badge-light.focus{outline:0;-webkit-box-shadow:0 0 0 3px rgba(244,244,244,0.5);box-shadow:0 0 0 3px rgba(244,244,244,0.5)}.badge-dark{color:#fff;background-color:#2D2D2D}a.badge-dark:hover,a.badge-dark:focus{color:#fff;background-color:#141414}a.badge-dark:focus,a.badge-dark.focus{outline:0;-webkit-box-shadow:0 0 0 3px rgba(45,45,45,0.5);box-shadow:0 0 0 3px rgba(45,45,45,0.5)}.jumbotron{padding:32px 16px;margin-bottom:32px;background-color:#f5f5f5;border-radius:4px}@media (min-width: 576px){.jumbotron{padding:64px 32px}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:12px 20px;margin-bottom:16px;border:1px solid transparent;border-radius:4px}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:64px}.alert-dismissible .close{position:absolute;top:0;right:0;padding:12px 20px;color:inherit}.alert-primary{color:#6f0000;background-color:#f7cccc;border-color:#f4b8b8}.alert-primary hr{border-top-color:#f1a2a2}.alert-primary .alert-link{color:#3c0000}.alert-secondary{color:#3d3d46;background-color:#e4e4e7;border-color:#d9d9dd}.alert-secondary hr{border-top-color:#ccccd1}.alert-secondary .alert-link{color:#25252b}.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:#6f0000;background-color:#f7cccc;border-color:#f4b8b8}.alert-danger hr{border-top-color:#f1a2a2}.alert-danger .alert-link{color:#3c0000}.alert-light{color:#7f7f7f;background-color:#fdfdfd;border-color:#fcfcfc}.alert-light hr{border-top-color:#efefef}.alert-light .alert-link{color:#666}.alert-dark{color:#171717;background-color:#d5d5d5;border-color:#c4c4c4}.alert-dark hr{border-top-color:#b7b7b7}.alert-dark .alert-link{color:#000}@-webkit-keyframes progress-bar-stripes{from{background-position:16px 0}to{background-position:0 0}}@-moz-keyframes progress-bar-stripes{from{background-position:16px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:16px 0}to{background-position:0 0}}.progress{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:16px;overflow:hidden;line-height:0;font-size:12px;background-color:#f5f5f5;border-radius:4px}.progress-bar{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#D60000;-webkit-transition:width 0.6s ease;-moz-transition:width 0.6s ease;transition:width 0.6s ease}@media (prefers-reduced-motion: reduce){.progress-bar{-webkit-transition:none;-moz-transition:none;transition:none}}.progress-bar-striped{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-moz- oldlinear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-size:16px 16px}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;-moz-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}@media (prefers-reduced-motion: reduce){.progress-bar-animated{-webkit-animation:none;-moz-animation:none;animation:none}}.media{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-body{-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1}.list-group{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:4px}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:hover,.list-group-item-action:focus{z-index:1;color:#495057;text-decoration:none;background-color:#F4F4F4}.list-group-item-action:active{color:#000;background-color:#f5f5f5}.list-group-item{position:relative;display:block;padding:12px 20px;background-color:#fff;border:1px solid rgba(0,0,0,0.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#D60000;border-color:#D60000}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:4px;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:4px;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width: 576px){.list-group-horizontal-sm{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:4px;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:4px;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width: 768px){.list-group-horizontal-md{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:4px;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:4px;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width: 992px){.list-group-horizontal-lg{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:4px;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:4px;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width: 1200px){.list-group-horizontal-xl{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:4px;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:4px;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#6f0000;background-color:#f4b8b8}.list-group-item-primary.list-group-item-action:hover,.list-group-item-primary.list-group-item-action:focus{color:#6f0000;background-color:#f1a2a2}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#6f0000;border-color:#6f0000}.list-group-item-secondary{color:#3d3d46;background-color:#d9d9dd}.list-group-item-secondary.list-group-item-action:hover,.list-group-item-secondary.list-group-item-action:focus{color:#3d3d46;background-color:#ccccd1}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#3d3d46;border-color:#3d3d46}.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:#6f0000;background-color:#f4b8b8}.list-group-item-danger.list-group-item-action:hover,.list-group-item-danger.list-group-item-action:focus{color:#6f0000;background-color:#f1a2a2}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#6f0000;border-color:#6f0000}.list-group-item-light{color:#7f7f7f;background-color:#fcfcfc}.list-group-item-light.list-group-item-action:hover,.list-group-item-light.list-group-item-action:focus{color:#7f7f7f;background-color:#efefef}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#7f7f7f;border-color:#7f7f7f}.list-group-item-dark{color:#171717;background-color:#c4c4c4}.list-group-item-dark.list-group-item-action:hover,.list-group-item-dark.list-group-item-action:focus{color:#171717;background-color:#b7b7b7}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#171717;border-color:#171717}.close{float:right;font-size:24px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):hover,.close:not(:disabled):not(.disabled):focus{opacity:.75}button.close{padding:0;background-color:transparent;border:0}a.close.disabled{pointer-events:none}.toast{-webkit-flex-basis:350px;-ms-flex-preferred-size:350px;flex-basis:350px;max-width:350px;font-size:14px;background-color:rgba(255,255,255,0.85);background-clip:padding-box;border:1px solid rgba(0,0,0,0.1);-webkit-box-shadow:0 4px 12px rgba(0,0,0,0.1);box-shadow:0 4px 12px rgba(0,0,0,0.1);opacity:0;border-radius:4px}.toast:not(:last-child){margin-bottom:12px}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:4px 12px;color:#6c757d;background-color:rgba(255,255,255,0.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,0.05);border-top-left-radius:-webkit-calc(4px - 1px);border-top-left-radius:-moz-calc(4px - 1px);border-top-left-radius:calc(4px - 1px);border-top-right-radius:-webkit-calc(4px - 1px);border-top-right-radius:-moz-calc(4px - 1px);border-top-right-radius:calc(4px - 1px)}.toast-body{padding:12px}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:8px;pointer-events:none}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform 0.3s ease-out;transition:-webkit-transform 0.3s ease-out;-moz-transition:transform 0.3s ease-out, -moz-transform 0.3s ease-out;transition:transform 0.3s ease-out;transition:transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -moz-transform 0.3s ease-out;-webkit-transform:translate(0, -50px);-moz-transform:translate(0, -50px);-ms-transform:translate(0, -50px);transform:translate(0, -50px)}@media (prefers-reduced-motion: reduce){.modal.fade .modal-dialog{-webkit-transition:none;-moz-transition:none;transition:none}}.modal.show .modal-dialog{-webkit-transform:none;-moz-transform:none;-ms-transform:none;transform:none}.modal.modal-static .modal-dialog{-webkit-transform:scale(1.02);-moz-transform:scale(1.02);-ms-transform:scale(1.02);transform:scale(1.02)}.modal-dialog-scrollable{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;max-height:-webkit-calc(100% - 16px);max-height:-moz-calc(100% - 16px);max-height:calc(100% - 16px)}.modal-dialog-scrollable .modal-content{max-height:-webkit-calc(100vh - 16px);max-height:-moz-calc(100vh - 16px);max-height:calc(100vh - 16px);overflow:hidden}.modal-dialog-scrollable .modal-header,.modal-dialog-scrollable .modal-footer{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;min-height:-webkit-calc(100% - 16px);min-height:-moz-calc(100% - 16px);min-height:calc(100% - 16px)}.modal-dialog-centered::before{display:block;height:-webkit-calc(100vh - 16px);height:-moz-calc(100vh - 16px);height:calc(100vh - 16px);height:-webkit-min-content;height:-moz-min-content;height:min-content;content:""}.modal-dialog-centered.modal-dialog-scrollable{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable::before{content:none}.modal-content{position:relative;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-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:4px;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:16px 16px;border-bottom:1px solid #F9F9F9;border-top-left-radius:-webkit-calc(4px - 1px);border-top-left-radius:-moz-calc(4px - 1px);border-top-left-radius:calc(4px - 1px);border-top-right-radius:-webkit-calc(4px - 1px);border-top-right-radius:-moz-calc(4px - 1px);border-top-right-radius:calc(4px - 1px)}.modal-header .close{padding:16px 16px;margin:-16px -16px -16px auto}.modal-title{margin-bottom:0;line-height:1.955}.modal-body{position:relative;-webkit-box-flex:1;-webkit-flex:1 1 auto;-moz-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:16px}.modal-footer{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:12px;border-top:1px solid #F9F9F9;border-bottom-right-radius:-webkit-calc(4px - 1px);border-bottom-right-radius:-moz-calc(4px - 1px);border-bottom-right-radius:calc(4px - 1px);border-bottom-left-radius:-webkit-calc(4px - 1px);border-bottom-left-radius:-moz-calc(4px - 1px);border-bottom-left-radius:calc(4px - 1px)}.modal-footer>*{margin:4px}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width: 576px){.modal-dialog{max-width:500px;margin:28px auto}.modal-dialog-scrollable{max-height:-webkit-calc(100% - 56px);max-height:-moz-calc(100% - 56px);max-height:calc(100% - 56px)}.modal-dialog-scrollable .modal-content{max-height:-webkit-calc(100vh - 56px);max-height:-moz-calc(100vh - 56px);max-height:calc(100vh - 56px)}.modal-dialog-centered{min-height:-webkit-calc(100% - 56px);min-height:-moz-calc(100% - 56px);min-height:calc(100% - 56px)}.modal-dialog-centered::before{height:-webkit-calc(100vh - 56px);height:-moz-calc(100vh - 56px);height:calc(100vh - 56px);height:-webkit-min-content;height:-moz-min-content;height:min-content}.modal-sm{max-width:300px}}@media (min-width: 992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width: 1200px){.modal-xl{max-width:1140px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:"GolosTextWebRegular";font-style:normal;font-weight:400;line-height:1.955;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:14px;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:12px;height:6px}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-top,.bs-tooltip-auto[x-placement^="top"]{padding:6px 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:6px 6px 0;border-top-color:#000}.bs-tooltip-right,.bs-tooltip-auto[x-placement^="right"]{padding:0 6px}.bs-tooltip-right .arrow,.bs-tooltip-auto[x-placement^="right"] .arrow{left:0;width:6px;height:12px}.bs-tooltip-right .arrow::before,.bs-tooltip-auto[x-placement^="right"] .arrow::before{right:0;border-width:6px 6px 6px 0;border-right-color:#000}.bs-tooltip-bottom,.bs-tooltip-auto[x-placement^="bottom"]{padding:6px 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 6px 6px;border-bottom-color:#000}.bs-tooltip-left,.bs-tooltip-auto[x-placement^="left"]{padding:0 6px}.bs-tooltip-left .arrow,.bs-tooltip-auto[x-placement^="left"] .arrow{right:0;width:6px;height:12px}.bs-tooltip-left .arrow::before,.bs-tooltip-auto[x-placement^="left"] .arrow::before{left:0;border-width:6px 0 6px 6px;border-left-color:#000}.tooltip-inner{max-width:200px;padding:4px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:"GolosTextWebRegular";font-style:normal;font-weight:400;line-height:1.955;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:14px;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,0.2);border-radius:4px}.popover .arrow{position:absolute;display:block;width:16px;height:8px;margin:0 4px}.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:8px}.bs-popover-top>.arrow,.bs-popover-auto[x-placement^="top"]>.arrow{bottom:-webkit-calc(-8px - 1px);bottom:-moz-calc(-8px - 1px);bottom:calc(-8px - 1px)}.bs-popover-top>.arrow::before,.bs-popover-auto[x-placement^="top"]>.arrow::before{bottom:0;border-width:8px 8px 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-width:8px 8px 0;border-top-color:#fff}.bs-popover-right,.bs-popover-auto[x-placement^="right"]{margin-left:8px}.bs-popover-right>.arrow,.bs-popover-auto[x-placement^="right"]>.arrow{left:-webkit-calc(-8px - 1px);left:-moz-calc(-8px - 1px);left:calc(-8px - 1px);width:8px;height:16px;margin:4px 0}.bs-popover-right>.arrow::before,.bs-popover-auto[x-placement^="right"]>.arrow::before{left:0;border-width:8px 8px 8px 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-width:8px 8px 8px 0;border-right-color:#fff}.bs-popover-bottom,.bs-popover-auto[x-placement^="bottom"]{margin-top:8px}.bs-popover-bottom>.arrow,.bs-popover-auto[x-placement^="bottom"]>.arrow{top:-webkit-calc(-8px - 1px);top:-moz-calc(-8px - 1px);top:calc(-8px - 1px)}.bs-popover-bottom>.arrow::before,.bs-popover-auto[x-placement^="bottom"]>.arrow::before{top:0;border-width:0 8px 8px 8px;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-width:0 8px 8px 8px;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:16px;margin-left:-8px;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-left,.bs-popover-auto[x-placement^="left"]{margin-right:8px}.bs-popover-left>.arrow,.bs-popover-auto[x-placement^="left"]>.arrow{right:-webkit-calc(-8px - 1px);right:-moz-calc(-8px - 1px);right:calc(-8px - 1px);width:8px;height:16px;margin:4px 0}.bs-popover-left>.arrow::before,.bs-popover-auto[x-placement^="left"]>.arrow::before{right:0;border-width:8px 0 8px 8px;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-width:8px 0 8px 8px;border-left-color:#fff}.popover-header{padding:8px 12px;margin-bottom:0;font-size:16px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:-webkit-calc(4px - 1px);border-top-left-radius:-moz-calc(4px - 1px);border-top-left-radius:calc(4px - 1px);border-top-right-radius:-webkit-calc(4px - 1px);border-top-right-radius:-moz-calc(4px - 1px);border-top-right-radius:calc(4px - 1px)}.popover-header:empty{display:none}.popover-body{padding:8px 12px;color:#000}.carousel{position:relative}.carousel.pointer-event{-ms-touch-action:pan-y;touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:-webkit-transform .6s ease-in-out;transition:-webkit-transform .6s ease-in-out;-moz-transition:transform .6s ease-in-out, -moz-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out, -webkit-transform .6s ease-in-out, -moz-transform .6s ease-in-out}@media (prefers-reduced-motion: reduce){.carousel-item{-webkit-transition:none;-moz-transition:none;transition:none}}.carousel-item.active,.carousel-item-next,.carousel-item-prev{display:block}.carousel-item-next:not(.carousel-item-left),.active.carousel-item-right{-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.carousel-item-prev:not(.carousel-item-right),.active.carousel-item-left{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;-webkit-transition-property:opacity;-moz-transition-property:opacity;transition-property:opacity;-webkit-transform:none;-moz-transform:none;-ms-transform:none;transform:none}.carousel-fade .carousel-item.active,.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;-webkit-transition:opacity 0s .6s;-moz-transition:opacity 0s .6s;transition:opacity 0s .6s}@media (prefers-reduced-motion: reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{-webkit-transition:none;-moz-transition:none;transition:none}}.carousel-control-prev,.carousel-control-next{position:absolute;top:0;bottom:0;z-index:1;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5;-webkit-transition:opacity 0.15s ease;-moz-transition:opacity 0.15s ease;transition:opacity 0.15s ease}@media (prefers-reduced-motion: reduce){.carousel-control-prev,.carousel-control-next{-webkit-transition:none;-moz-transition:none;transition:none}}.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-prev-icon,.carousel-control-next-icon{display:inline-block;width:20px;height:20px;background:no-repeat 50% / 100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-box-flex:0;-webkit-flex:0 1 auto;-moz-box-flex:0;-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:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;-webkit-transition:opacity 0.6s ease;-moz-transition:opacity 0.6s ease;transition:opacity 0.6s ease}@media (prefers-reduced-motion: reduce){.carousel-indicators li{-webkit-transition:none;-moz-transition:none;transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}@-webkit-keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes spinner-border{to{-moz-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner-border{to{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);transform:rotate(360deg)}}.spinner-border{display:inline-block;width:32px;height:32px;vertical-align:text-bottom;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:spinner-border .75s linear infinite;-moz-animation:spinner-border .75s linear infinite;animation:spinner-border .75s linear infinite}.spinner-border-sm{width:16px;height:16px;border-width:.2em}@-webkit-keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;transform:none}}@-moz-keyframes spinner-grow{0%{-moz-transform:scale(0);transform:scale(0)}50%{opacity:1;-moz-transform:none;transform:none}}@keyframes spinner-grow{0%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;-moz-transform:none;transform:none}}.spinner-grow{display:inline-block;width:32px;height:32px;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:spinner-grow .75s linear infinite;-moz-animation:spinner-grow .75s linear infinite;animation:spinner-grow .75s linear infinite}.spinner-grow-sm{width:16px;height:16px}.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:#D60000 !important}a.bg-primary:hover,a.bg-primary:focus,button.bg-primary:hover,button.bg-primary:focus{background-color:#a30000 !important}.bg-secondary{background-color:#767686 !important}a.bg-secondary:hover,a.bg-secondary:focus,button.bg-secondary:hover,button.bg-secondary:focus{background-color:#5e5e6b !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:#D60000 !important}a.bg-danger:hover,a.bg-danger:focus,button.bg-danger:hover,button.bg-danger:focus{background-color:#a30000 !important}.bg-light{background-color:#F4F4F4 !important}a.bg-light:hover,a.bg-light:focus,button.bg-light:hover,button.bg-light:focus{background-color:#dbdbdb !important}.bg-dark{background-color:#2D2D2D !important}a.bg-dark:hover,a.bg-dark:focus,button.bg-dark:hover,button.bg-dark:focus{background-color:#141414 !important}.bg-white{background-color:#fff !important}.bg-transparent{background-color:transparent !important}.border{border:1px solid #F9F9F9 !important}.border-top{border-top:1px solid #F9F9F9 !important}.border-right{border-right:1px solid #F9F9F9 !important}.border-bottom{border-bottom:1px solid #F9F9F9 !important}.border-left{border-left:1px solid #F9F9F9 !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:#D60000 !important}.border-secondary{border-color:#767686 !important}.border-success{border-color:#28a745 !important}.border-info{border-color:#17a2b8 !important}.border-warning{border-color:#ffc107 !important}.border-danger{border-color:#D60000 !important}.border-light{border-color:#F4F4F4 !important}.border-dark{border-color:#2D2D2D !important}.border-white{border-color:#fff !important}.rounded-sm{border-radius:3px !important}.rounded{border-radius:4px !important}.rounded-top{border-top-left-radius:4px !important;border-top-right-radius:4px !important}.rounded-right{border-top-right-radius:4px !important;border-bottom-right-radius:4px !important}.rounded-bottom{border-bottom-right-radius:4px !important;border-bottom-left-radius:4px !important}.rounded-left{border-top-left-radius:4px !important;border-bottom-left-radius:4px !important}.rounded-lg{border-radius:4px !important}.rounded-circle{border-radius:50% !important}.rounded-pill{border-radius:800px !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:-webkit-box !important;display:-webkit-flex !important;display:-moz-box !important;display:-ms-flexbox !important;display:flex !important}.d-inline-flex{display:-webkit-inline-box !important;display:-webkit-inline-flex !important;display:-moz-inline-box !important;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:-webkit-box !important;display:-webkit-flex !important;display:-moz-box !important;display:-ms-flexbox !important;display:flex !important}.d-sm-inline-flex{display:-webkit-inline-box !important;display:-webkit-inline-flex !important;display:-moz-inline-box !important;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:-webkit-box !important;display:-webkit-flex !important;display:-moz-box !important;display:-ms-flexbox !important;display:flex !important}.d-md-inline-flex{display:-webkit-inline-box !important;display:-webkit-inline-flex !important;display:-moz-inline-box !important;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:-webkit-box !important;display:-webkit-flex !important;display:-moz-box !important;display:-ms-flexbox !important;display:flex !important}.d-lg-inline-flex{display:-webkit-inline-box !important;display:-webkit-inline-flex !important;display:-moz-inline-box !important;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:-webkit-box !important;display:-webkit-flex !important;display:-moz-box !important;display:-ms-flexbox !important;display:flex !important}.d-xl-inline-flex{display:-webkit-inline-box !important;display:-webkit-inline-flex !important;display:-moz-inline-box !important;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:-webkit-box !important;display:-webkit-flex !important;display:-moz-box !important;display:-ms-flexbox !important;display:flex !important}.d-print-inline-flex{display:-webkit-inline-box !important;display:-webkit-inline-flex !important;display:-moz-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.85714%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-webkit-flex-direction:row !important;-moz-box-orient:horizontal !important;-moz-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-webkit-flex-direction:column !important;-moz-box-orient:vertical !important;-moz-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-webkit-flex-direction:row-reverse !important;-moz-box-orient:horizontal !important;-moz-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-webkit-flex-direction:column-reverse !important;-moz-box-orient:vertical !important;-moz-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-wrap{-webkit-flex-wrap:wrap !important;-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-nowrap{-webkit-flex-wrap:nowrap !important;-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-wrap-reverse{-webkit-flex-wrap:wrap-reverse !important;-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.flex-fill{-webkit-box-flex:1 !important;-webkit-flex:1 1 auto !important;-moz-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.flex-grow-0{-webkit-box-flex:0 !important;-webkit-flex-grow:0 !important;-moz-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.flex-grow-1{-webkit-box-flex:1 !important;-webkit-flex-grow:1 !important;-moz-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.flex-shrink-0{-webkit-flex-shrink:0 !important;-ms-flex-negative:0 !important;flex-shrink:0 !important}.flex-shrink-1{-webkit-flex-shrink:1 !important;-ms-flex-negative:1 !important;flex-shrink:1 !important}.justify-content-start{-webkit-box-pack:start !important;-webkit-justify-content:flex-start !important;-moz-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-end{-webkit-box-pack:end !important;-webkit-justify-content:flex-end !important;-moz-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-center{-webkit-box-pack:center !important;-webkit-justify-content:center !important;-moz-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-between{-webkit-box-pack:justify !important;-webkit-justify-content:space-between !important;-moz-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-around{-webkit-justify-content:space-around !important;-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-start{-webkit-box-align:start !important;-webkit-align-items:flex-start !important;-moz-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-end{-webkit-box-align:end !important;-webkit-align-items:flex-end !important;-moz-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-center{-webkit-box-align:center !important;-webkit-align-items:center !important;-moz-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-baseline{-webkit-box-align:baseline !important;-webkit-align-items:baseline !important;-moz-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-stretch{-webkit-box-align:stretch !important;-webkit-align-items:stretch !important;-moz-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-start{-webkit-align-content:flex-start !important;-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-end{-webkit-align-content:flex-end !important;-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-center{-webkit-align-content:center !important;-ms-flex-line-pack:center !important;align-content:center !important}.align-content-between{-webkit-align-content:space-between !important;-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-around{-webkit-align-content:space-around !important;-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-stretch{-webkit-align-content:stretch !important;-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-auto{-webkit-align-self:auto !important;-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-start{-webkit-align-self:flex-start !important;-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-end{-webkit-align-self:flex-end !important;-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-center{-webkit-align-self:center !important;-ms-flex-item-align:center !important;align-self:center !important}.align-self-baseline{-webkit-align-self:baseline !important;-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-stretch{-webkit-align-self:stretch !important;-ms-flex-item-align:stretch !important;align-self:stretch !important}@media (min-width: 576px){.flex-sm-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-webkit-flex-direction:row !important;-moz-box-orient:horizontal !important;-moz-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-sm-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-webkit-flex-direction:column !important;-moz-box-orient:vertical !important;-moz-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-sm-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-webkit-flex-direction:row-reverse !important;-moz-box-orient:horizontal !important;-moz-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-sm-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-webkit-flex-direction:column-reverse !important;-moz-box-orient:vertical !important;-moz-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-sm-wrap{-webkit-flex-wrap:wrap !important;-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-sm-nowrap{-webkit-flex-wrap:nowrap !important;-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-sm-wrap-reverse{-webkit-flex-wrap:wrap-reverse !important;-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.flex-sm-fill{-webkit-box-flex:1 !important;-webkit-flex:1 1 auto !important;-moz-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.flex-sm-grow-0{-webkit-box-flex:0 !important;-webkit-flex-grow:0 !important;-moz-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.flex-sm-grow-1{-webkit-box-flex:1 !important;-webkit-flex-grow:1 !important;-moz-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.flex-sm-shrink-0{-webkit-flex-shrink:0 !important;-ms-flex-negative:0 !important;flex-shrink:0 !important}.flex-sm-shrink-1{-webkit-flex-shrink:1 !important;-ms-flex-negative:1 !important;flex-shrink:1 !important}.justify-content-sm-start{-webkit-box-pack:start !important;-webkit-justify-content:flex-start !important;-moz-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-sm-end{-webkit-box-pack:end !important;-webkit-justify-content:flex-end !important;-moz-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-sm-center{-webkit-box-pack:center !important;-webkit-justify-content:center !important;-moz-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-sm-between{-webkit-box-pack:justify !important;-webkit-justify-content:space-between !important;-moz-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-sm-around{-webkit-justify-content:space-around !important;-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-sm-start{-webkit-box-align:start !important;-webkit-align-items:flex-start !important;-moz-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-sm-end{-webkit-box-align:end !important;-webkit-align-items:flex-end !important;-moz-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-sm-center{-webkit-box-align:center !important;-webkit-align-items:center !important;-moz-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-sm-baseline{-webkit-box-align:baseline !important;-webkit-align-items:baseline !important;-moz-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-sm-stretch{-webkit-box-align:stretch !important;-webkit-align-items:stretch !important;-moz-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-sm-start{-webkit-align-content:flex-start !important;-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-sm-end{-webkit-align-content:flex-end !important;-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-sm-center{-webkit-align-content:center !important;-ms-flex-line-pack:center !important;align-content:center !important}.align-content-sm-between{-webkit-align-content:space-between !important;-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-sm-around{-webkit-align-content:space-around !important;-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-sm-stretch{-webkit-align-content:stretch !important;-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-sm-auto{-webkit-align-self:auto !important;-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-sm-start{-webkit-align-self:flex-start !important;-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-sm-end{-webkit-align-self:flex-end !important;-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-sm-center{-webkit-align-self:center !important;-ms-flex-item-align:center !important;align-self:center !important}.align-self-sm-baseline{-webkit-align-self:baseline !important;-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-sm-stretch{-webkit-align-self:stretch !important;-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media (min-width: 768px){.flex-md-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-webkit-flex-direction:row !important;-moz-box-orient:horizontal !important;-moz-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-md-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-webkit-flex-direction:column !important;-moz-box-orient:vertical !important;-moz-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-md-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-webkit-flex-direction:row-reverse !important;-moz-box-orient:horizontal !important;-moz-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-md-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-webkit-flex-direction:column-reverse !important;-moz-box-orient:vertical !important;-moz-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-md-wrap{-webkit-flex-wrap:wrap !important;-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-md-nowrap{-webkit-flex-wrap:nowrap !important;-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-md-wrap-reverse{-webkit-flex-wrap:wrap-reverse !important;-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.flex-md-fill{-webkit-box-flex:1 !important;-webkit-flex:1 1 auto !important;-moz-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.flex-md-grow-0{-webkit-box-flex:0 !important;-webkit-flex-grow:0 !important;-moz-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.flex-md-grow-1{-webkit-box-flex:1 !important;-webkit-flex-grow:1 !important;-moz-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.flex-md-shrink-0{-webkit-flex-shrink:0 !important;-ms-flex-negative:0 !important;flex-shrink:0 !important}.flex-md-shrink-1{-webkit-flex-shrink:1 !important;-ms-flex-negative:1 !important;flex-shrink:1 !important}.justify-content-md-start{-webkit-box-pack:start !important;-webkit-justify-content:flex-start !important;-moz-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-md-end{-webkit-box-pack:end !important;-webkit-justify-content:flex-end !important;-moz-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-md-center{-webkit-box-pack:center !important;-webkit-justify-content:center !important;-moz-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-md-between{-webkit-box-pack:justify !important;-webkit-justify-content:space-between !important;-moz-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-md-around{-webkit-justify-content:space-around !important;-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-md-start{-webkit-box-align:start !important;-webkit-align-items:flex-start !important;-moz-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-md-end{-webkit-box-align:end !important;-webkit-align-items:flex-end !important;-moz-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-md-center{-webkit-box-align:center !important;-webkit-align-items:center !important;-moz-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-md-baseline{-webkit-box-align:baseline !important;-webkit-align-items:baseline !important;-moz-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-md-stretch{-webkit-box-align:stretch !important;-webkit-align-items:stretch !important;-moz-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-md-start{-webkit-align-content:flex-start !important;-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-md-end{-webkit-align-content:flex-end !important;-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-md-center{-webkit-align-content:center !important;-ms-flex-line-pack:center !important;align-content:center !important}.align-content-md-between{-webkit-align-content:space-between !important;-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-md-around{-webkit-align-content:space-around !important;-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-md-stretch{-webkit-align-content:stretch !important;-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-md-auto{-webkit-align-self:auto !important;-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-md-start{-webkit-align-self:flex-start !important;-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-md-end{-webkit-align-self:flex-end !important;-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-md-center{-webkit-align-self:center !important;-ms-flex-item-align:center !important;align-self:center !important}.align-self-md-baseline{-webkit-align-self:baseline !important;-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-md-stretch{-webkit-align-self:stretch !important;-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media (min-width: 992px){.flex-lg-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-webkit-flex-direction:row !important;-moz-box-orient:horizontal !important;-moz-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-lg-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-webkit-flex-direction:column !important;-moz-box-orient:vertical !important;-moz-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-lg-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-webkit-flex-direction:row-reverse !important;-moz-box-orient:horizontal !important;-moz-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-lg-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-webkit-flex-direction:column-reverse !important;-moz-box-orient:vertical !important;-moz-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-lg-wrap{-webkit-flex-wrap:wrap !important;-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-lg-nowrap{-webkit-flex-wrap:nowrap !important;-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-lg-wrap-reverse{-webkit-flex-wrap:wrap-reverse !important;-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.flex-lg-fill{-webkit-box-flex:1 !important;-webkit-flex:1 1 auto !important;-moz-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.flex-lg-grow-0{-webkit-box-flex:0 !important;-webkit-flex-grow:0 !important;-moz-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.flex-lg-grow-1{-webkit-box-flex:1 !important;-webkit-flex-grow:1 !important;-moz-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.flex-lg-shrink-0{-webkit-flex-shrink:0 !important;-ms-flex-negative:0 !important;flex-shrink:0 !important}.flex-lg-shrink-1{-webkit-flex-shrink:1 !important;-ms-flex-negative:1 !important;flex-shrink:1 !important}.justify-content-lg-start{-webkit-box-pack:start !important;-webkit-justify-content:flex-start !important;-moz-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-lg-end{-webkit-box-pack:end !important;-webkit-justify-content:flex-end !important;-moz-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-lg-center{-webkit-box-pack:center !important;-webkit-justify-content:center !important;-moz-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-lg-between{-webkit-box-pack:justify !important;-webkit-justify-content:space-between !important;-moz-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-lg-around{-webkit-justify-content:space-around !important;-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-lg-start{-webkit-box-align:start !important;-webkit-align-items:flex-start !important;-moz-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-lg-end{-webkit-box-align:end !important;-webkit-align-items:flex-end !important;-moz-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-lg-center{-webkit-box-align:center !important;-webkit-align-items:center !important;-moz-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-lg-baseline{-webkit-box-align:baseline !important;-webkit-align-items:baseline !important;-moz-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-lg-stretch{-webkit-box-align:stretch !important;-webkit-align-items:stretch !important;-moz-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-lg-start{-webkit-align-content:flex-start !important;-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-lg-end{-webkit-align-content:flex-end !important;-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-lg-center{-webkit-align-content:center !important;-ms-flex-line-pack:center !important;align-content:center !important}.align-content-lg-between{-webkit-align-content:space-between !important;-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-lg-around{-webkit-align-content:space-around !important;-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-lg-stretch{-webkit-align-content:stretch !important;-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-lg-auto{-webkit-align-self:auto !important;-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-lg-start{-webkit-align-self:flex-start !important;-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-lg-end{-webkit-align-self:flex-end !important;-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-lg-center{-webkit-align-self:center !important;-ms-flex-item-align:center !important;align-self:center !important}.align-self-lg-baseline{-webkit-align-self:baseline !important;-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-lg-stretch{-webkit-align-self:stretch !important;-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media (min-width: 1200px){.flex-xl-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-webkit-flex-direction:row !important;-moz-box-orient:horizontal !important;-moz-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-xl-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-webkit-flex-direction:column !important;-moz-box-orient:vertical !important;-moz-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-xl-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-webkit-flex-direction:row-reverse !important;-moz-box-orient:horizontal !important;-moz-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-xl-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-webkit-flex-direction:column-reverse !important;-moz-box-orient:vertical !important;-moz-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-xl-wrap{-webkit-flex-wrap:wrap !important;-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-xl-nowrap{-webkit-flex-wrap:nowrap !important;-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-xl-wrap-reverse{-webkit-flex-wrap:wrap-reverse !important;-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.flex-xl-fill{-webkit-box-flex:1 !important;-webkit-flex:1 1 auto !important;-moz-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.flex-xl-grow-0{-webkit-box-flex:0 !important;-webkit-flex-grow:0 !important;-moz-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.flex-xl-grow-1{-webkit-box-flex:1 !important;-webkit-flex-grow:1 !important;-moz-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.flex-xl-shrink-0{-webkit-flex-shrink:0 !important;-ms-flex-negative:0 !important;flex-shrink:0 !important}.flex-xl-shrink-1{-webkit-flex-shrink:1 !important;-ms-flex-negative:1 !important;flex-shrink:1 !important}.justify-content-xl-start{-webkit-box-pack:start !important;-webkit-justify-content:flex-start !important;-moz-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-xl-end{-webkit-box-pack:end !important;-webkit-justify-content:flex-end !important;-moz-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-xl-center{-webkit-box-pack:center !important;-webkit-justify-content:center !important;-moz-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-xl-between{-webkit-box-pack:justify !important;-webkit-justify-content:space-between !important;-moz-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-xl-around{-webkit-justify-content:space-around !important;-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-xl-start{-webkit-box-align:start !important;-webkit-align-items:flex-start !important;-moz-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-xl-end{-webkit-box-align:end !important;-webkit-align-items:flex-end !important;-moz-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-xl-center{-webkit-box-align:center !important;-webkit-align-items:center !important;-moz-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-xl-baseline{-webkit-box-align:baseline !important;-webkit-align-items:baseline !important;-moz-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-xl-stretch{-webkit-box-align:stretch !important;-webkit-align-items:stretch !important;-moz-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-xl-start{-webkit-align-content:flex-start !important;-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-xl-end{-webkit-align-content:flex-end !important;-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-xl-center{-webkit-align-content:center !important;-ms-flex-line-pack:center !important;align-content:center !important}.align-content-xl-between{-webkit-align-content:space-between !important;-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-xl-around{-webkit-align-content:space-around !important;-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-xl-stretch{-webkit-align-content:stretch !important;-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-xl-auto{-webkit-align-self:auto !important;-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-xl-start{-webkit-align-self:flex-start !important;-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-xl-end{-webkit-align-self:flex-end !important;-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-xl-center{-webkit-align-self:center !important;-ms-flex-item-align:center !important;align-self:center !important}.align-self-xl-baseline{-webkit-align-self:baseline !important;-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-xl-stretch{-webkit-align-self:stretch !important;-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}}.user-select-all{-webkit-user-select:all !important;-moz-user-select:all !important;-ms-user-select:all !important;user-select:all !important}.user-select-auto{-webkit-user-select:auto !important;-moz-user-select:auto !important;-ms-user-select:auto !important;user-select:auto !important}.user-select-none{-webkit-user-select:none !important;-moz-user-select:none !important;-ms-user-select:none !important;user-select:none !important}.overflow-auto{overflow:auto !important}.overflow-hidden{overflow:hidden !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;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{-webkit-box-shadow:0 2px 4px rgba(0,0,0,0.075) !important;box-shadow:0 2px 4px rgba(0,0,0,0.075) !important}.shadow{-webkit-box-shadow:0 8px 16px rgba(0,0,0,0.15) !important;box-shadow:0 8px 16px rgba(0,0,0,0.15) !important}.shadow-lg{-webkit-box-shadow:0 16px 48px rgba(0,0,0,0.175) !important;box-shadow:0 16px 48px rgba(0,0,0,0.175) !important}.shadow-none{-webkit-box-shadow:none !important;box-shadow:none !important}.w-25{width:25% !important}.w-50{width:50% !important}.w-75{width:75% !important}.w-100{width:100% !important}.w-auto{width:auto !important}.h-25{height:25% !important}.h-50{height:50% !important}.h-75{height:75% !important}.h-100{height:100% !important}.h-auto{height:auto !important}.mw-100{max-width:100% !important}.mh-100{max-height:100% !important}.min-vw-100{min-width:100vw !important}.min-vh-100{min-height:100vh !important}.vw-100{width:100vw !important}.vh-100{height:100vh !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:4px !important}.mt-1,.my-1{margin-top:4px !important}.mr-1,.mx-1{margin-right:4px !important}.mb-1,.my-1{margin-bottom:4px !important}.ml-1,.mx-1{margin-left:4px !important}.m-2{margin:8px !important}.mt-2,.my-2{margin-top:8px !important}.mr-2,.mx-2{margin-right:8px !important}.mb-2,.my-2{margin-bottom:8px !important}.ml-2,.mx-2{margin-left:8px !important}.m-3{margin:16px !important}.mt-3,.my-3{margin-top:16px !important}.mr-3,.mx-3{margin-right:16px !important}.mb-3,.my-3{margin-bottom:16px !important}.ml-3,.mx-3{margin-left:16px !important}.m-4{margin:24px !important}.mt-4,.my-4{margin-top:24px !important}.mr-4,.mx-4{margin-right:24px !important}.mb-4,.my-4{margin-bottom:24px !important}.ml-4,.mx-4{margin-left:24px !important}.m-5{margin:48px !important}.mt-5,.my-5{margin-top:48px !important}.mr-5,.mx-5{margin-right:48px !important}.mb-5,.my-5{margin-bottom:48px !important}.ml-5,.mx-5{margin-left:48px !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:4px !important}.pt-1,.py-1{padding-top:4px !important}.pr-1,.px-1{padding-right:4px !important}.pb-1,.py-1{padding-bottom:4px !important}.pl-1,.px-1{padding-left:4px !important}.p-2{padding:8px !important}.pt-2,.py-2{padding-top:8px !important}.pr-2,.px-2{padding-right:8px !important}.pb-2,.py-2{padding-bottom:8px !important}.pl-2,.px-2{padding-left:8px !important}.p-3{padding:16px !important}.pt-3,.py-3{padding-top:16px !important}.pr-3,.px-3{padding-right:16px !important}.pb-3,.py-3{padding-bottom:16px !important}.pl-3,.px-3{padding-left:16px !important}.p-4{padding:24px !important}.pt-4,.py-4{padding-top:24px !important}.pr-4,.px-4{padding-right:24px !important}.pb-4,.py-4{padding-bottom:24px !important}.pl-4,.px-4{padding-left:24px !important}.p-5{padding:48px !important}.pt-5,.py-5{padding-top:48px !important}.pr-5,.px-5{padding-right:48px !important}.pb-5,.py-5{padding-bottom:48px !important}.pl-5,.px-5{padding-left:48px !important}.m-n1{margin:-4px !important}.mt-n1,.my-n1{margin-top:-4px !important}.mr-n1,.mx-n1{margin-right:-4px !important}.mb-n1,.my-n1{margin-bottom:-4px !important}.ml-n1,.mx-n1{margin-left:-4px !important}.m-n2{margin:-8px !important}.mt-n2,.my-n2{margin-top:-8px !important}.mr-n2,.mx-n2{margin-right:-8px !important}.mb-n2,.my-n2{margin-bottom:-8px !important}.ml-n2,.mx-n2{margin-left:-8px !important}.m-n3{margin:-16px !important}.mt-n3,.my-n3{margin-top:-16px !important}.mr-n3,.mx-n3{margin-right:-16px !important}.mb-n3,.my-n3{margin-bottom:-16px !important}.ml-n3,.mx-n3{margin-left:-16px !important}.m-n4{margin:-24px !important}.mt-n4,.my-n4{margin-top:-24px !important}.mr-n4,.mx-n4{margin-right:-24px !important}.mb-n4,.my-n4{margin-bottom:-24px !important}.ml-n4,.mx-n4{margin-left:-24px !important}.m-n5{margin:-48px !important}.mt-n5,.my-n5{margin-top:-48px !important}.mr-n5,.mx-n5{margin-right:-48px !important}.mb-n5,.my-n5{margin-bottom:-48px !important}.ml-n5,.mx-n5{margin-left:-48px !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:4px !important}.mt-sm-1,.my-sm-1{margin-top:4px !important}.mr-sm-1,.mx-sm-1{margin-right:4px !important}.mb-sm-1,.my-sm-1{margin-bottom:4px !important}.ml-sm-1,.mx-sm-1{margin-left:4px !important}.m-sm-2{margin:8px !important}.mt-sm-2,.my-sm-2{margin-top:8px !important}.mr-sm-2,.mx-sm-2{margin-right:8px !important}.mb-sm-2,.my-sm-2{margin-bottom:8px !important}.ml-sm-2,.mx-sm-2{margin-left:8px !important}.m-sm-3{margin:16px !important}.mt-sm-3,.my-sm-3{margin-top:16px !important}.mr-sm-3,.mx-sm-3{margin-right:16px !important}.mb-sm-3,.my-sm-3{margin-bottom:16px !important}.ml-sm-3,.mx-sm-3{margin-left:16px !important}.m-sm-4{margin:24px !important}.mt-sm-4,.my-sm-4{margin-top:24px !important}.mr-sm-4,.mx-sm-4{margin-right:24px !important}.mb-sm-4,.my-sm-4{margin-bottom:24px !important}.ml-sm-4,.mx-sm-4{margin-left:24px !important}.m-sm-5{margin:48px !important}.mt-sm-5,.my-sm-5{margin-top:48px !important}.mr-sm-5,.mx-sm-5{margin-right:48px !important}.mb-sm-5,.my-sm-5{margin-bottom:48px !important}.ml-sm-5,.mx-sm-5{margin-left:48px !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:4px !important}.pt-sm-1,.py-sm-1{padding-top:4px !important}.pr-sm-1,.px-sm-1{padding-right:4px !important}.pb-sm-1,.py-sm-1{padding-bottom:4px !important}.pl-sm-1,.px-sm-1{padding-left:4px !important}.p-sm-2{padding:8px !important}.pt-sm-2,.py-sm-2{padding-top:8px !important}.pr-sm-2,.px-sm-2{padding-right:8px !important}.pb-sm-2,.py-sm-2{padding-bottom:8px !important}.pl-sm-2,.px-sm-2{padding-left:8px !important}.p-sm-3{padding:16px !important}.pt-sm-3,.py-sm-3{padding-top:16px !important}.pr-sm-3,.px-sm-3{padding-right:16px !important}.pb-sm-3,.py-sm-3{padding-bottom:16px !important}.pl-sm-3,.px-sm-3{padding-left:16px !important}.p-sm-4{padding:24px !important}.pt-sm-4,.py-sm-4{padding-top:24px !important}.pr-sm-4,.px-sm-4{padding-right:24px !important}.pb-sm-4,.py-sm-4{padding-bottom:24px !important}.pl-sm-4,.px-sm-4{padding-left:24px !important}.p-sm-5{padding:48px !important}.pt-sm-5,.py-sm-5{padding-top:48px !important}.pr-sm-5,.px-sm-5{padding-right:48px !important}.pb-sm-5,.py-sm-5{padding-bottom:48px !important}.pl-sm-5,.px-sm-5{padding-left:48px !important}.m-sm-n1{margin:-4px !important}.mt-sm-n1,.my-sm-n1{margin-top:-4px !important}.mr-sm-n1,.mx-sm-n1{margin-right:-4px !important}.mb-sm-n1,.my-sm-n1{margin-bottom:-4px !important}.ml-sm-n1,.mx-sm-n1{margin-left:-4px !important}.m-sm-n2{margin:-8px !important}.mt-sm-n2,.my-sm-n2{margin-top:-8px !important}.mr-sm-n2,.mx-sm-n2{margin-right:-8px !important}.mb-sm-n2,.my-sm-n2{margin-bottom:-8px !important}.ml-sm-n2,.mx-sm-n2{margin-left:-8px !important}.m-sm-n3{margin:-16px !important}.mt-sm-n3,.my-sm-n3{margin-top:-16px !important}.mr-sm-n3,.mx-sm-n3{margin-right:-16px !important}.mb-sm-n3,.my-sm-n3{margin-bottom:-16px !important}.ml-sm-n3,.mx-sm-n3{margin-left:-16px !important}.m-sm-n4{margin:-24px !important}.mt-sm-n4,.my-sm-n4{margin-top:-24px !important}.mr-sm-n4,.mx-sm-n4{margin-right:-24px !important}.mb-sm-n4,.my-sm-n4{margin-bottom:-24px !important}.ml-sm-n4,.mx-sm-n4{margin-left:-24px !important}.m-sm-n5{margin:-48px !important}.mt-sm-n5,.my-sm-n5{margin-top:-48px !important}.mr-sm-n5,.mx-sm-n5{margin-right:-48px !important}.mb-sm-n5,.my-sm-n5{margin-bottom:-48px !important}.ml-sm-n5,.mx-sm-n5{margin-left:-48px !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:4px !important}.mt-md-1,.my-md-1{margin-top:4px !important}.mr-md-1,.mx-md-1{margin-right:4px !important}.mb-md-1,.my-md-1{margin-bottom:4px !important}.ml-md-1,.mx-md-1{margin-left:4px !important}.m-md-2{margin:8px !important}.mt-md-2,.my-md-2{margin-top:8px !important}.mr-md-2,.mx-md-2{margin-right:8px !important}.mb-md-2,.my-md-2{margin-bottom:8px !important}.ml-md-2,.mx-md-2{margin-left:8px !important}.m-md-3{margin:16px !important}.mt-md-3,.my-md-3{margin-top:16px !important}.mr-md-3,.mx-md-3{margin-right:16px !important}.mb-md-3,.my-md-3{margin-bottom:16px !important}.ml-md-3,.mx-md-3{margin-left:16px !important}.m-md-4{margin:24px !important}.mt-md-4,.my-md-4{margin-top:24px !important}.mr-md-4,.mx-md-4{margin-right:24px !important}.mb-md-4,.my-md-4{margin-bottom:24px !important}.ml-md-4,.mx-md-4{margin-left:24px !important}.m-md-5{margin:48px !important}.mt-md-5,.my-md-5{margin-top:48px !important}.mr-md-5,.mx-md-5{margin-right:48px !important}.mb-md-5,.my-md-5{margin-bottom:48px !important}.ml-md-5,.mx-md-5{margin-left:48px !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:4px !important}.pt-md-1,.py-md-1{padding-top:4px !important}.pr-md-1,.px-md-1{padding-right:4px !important}.pb-md-1,.py-md-1{padding-bottom:4px !important}.pl-md-1,.px-md-1{padding-left:4px !important}.p-md-2{padding:8px !important}.pt-md-2,.py-md-2{padding-top:8px !important}.pr-md-2,.px-md-2{padding-right:8px !important}.pb-md-2,.py-md-2{padding-bottom:8px !important}.pl-md-2,.px-md-2{padding-left:8px !important}.p-md-3{padding:16px !important}.pt-md-3,.py-md-3{padding-top:16px !important}.pr-md-3,.px-md-3{padding-right:16px !important}.pb-md-3,.py-md-3{padding-bottom:16px !important}.pl-md-3,.px-md-3{padding-left:16px !important}.p-md-4{padding:24px !important}.pt-md-4,.py-md-4{padding-top:24px !important}.pr-md-4,.px-md-4{padding-right:24px !important}.pb-md-4,.py-md-4{padding-bottom:24px !important}.pl-md-4,.px-md-4{padding-left:24px !important}.p-md-5{padding:48px !important}.pt-md-5,.py-md-5{padding-top:48px !important}.pr-md-5,.px-md-5{padding-right:48px !important}.pb-md-5,.py-md-5{padding-bottom:48px !important}.pl-md-5,.px-md-5{padding-left:48px !important}.m-md-n1{margin:-4px !important}.mt-md-n1,.my-md-n1{margin-top:-4px !important}.mr-md-n1,.mx-md-n1{margin-right:-4px !important}.mb-md-n1,.my-md-n1{margin-bottom:-4px !important}.ml-md-n1,.mx-md-n1{margin-left:-4px !important}.m-md-n2{margin:-8px !important}.mt-md-n2,.my-md-n2{margin-top:-8px !important}.mr-md-n2,.mx-md-n2{margin-right:-8px !important}.mb-md-n2,.my-md-n2{margin-bottom:-8px !important}.ml-md-n2,.mx-md-n2{margin-left:-8px !important}.m-md-n3{margin:-16px !important}.mt-md-n3,.my-md-n3{margin-top:-16px !important}.mr-md-n3,.mx-md-n3{margin-right:-16px !important}.mb-md-n3,.my-md-n3{margin-bottom:-16px !important}.ml-md-n3,.mx-md-n3{margin-left:-16px !important}.m-md-n4{margin:-24px !important}.mt-md-n4,.my-md-n4{margin-top:-24px !important}.mr-md-n4,.mx-md-n4{margin-right:-24px !important}.mb-md-n4,.my-md-n4{margin-bottom:-24px !important}.ml-md-n4,.mx-md-n4{margin-left:-24px !important}.m-md-n5{margin:-48px !important}.mt-md-n5,.my-md-n5{margin-top:-48px !important}.mr-md-n5,.mx-md-n5{margin-right:-48px !important}.mb-md-n5,.my-md-n5{margin-bottom:-48px !important}.ml-md-n5,.mx-md-n5{margin-left:-48px !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:4px !important}.mt-lg-1,.my-lg-1{margin-top:4px !important}.mr-lg-1,.mx-lg-1{margin-right:4px !important}.mb-lg-1,.my-lg-1{margin-bottom:4px !important}.ml-lg-1,.mx-lg-1{margin-left:4px !important}.m-lg-2{margin:8px !important}.mt-lg-2,.my-lg-2{margin-top:8px !important}.mr-lg-2,.mx-lg-2{margin-right:8px !important}.mb-lg-2,.my-lg-2{margin-bottom:8px !important}.ml-lg-2,.mx-lg-2{margin-left:8px !important}.m-lg-3{margin:16px !important}.mt-lg-3,.my-lg-3{margin-top:16px !important}.mr-lg-3,.mx-lg-3{margin-right:16px !important}.mb-lg-3,.my-lg-3{margin-bottom:16px !important}.ml-lg-3,.mx-lg-3{margin-left:16px !important}.m-lg-4{margin:24px !important}.mt-lg-4,.my-lg-4{margin-top:24px !important}.mr-lg-4,.mx-lg-4{margin-right:24px !important}.mb-lg-4,.my-lg-4{margin-bottom:24px !important}.ml-lg-4,.mx-lg-4{margin-left:24px !important}.m-lg-5{margin:48px !important}.mt-lg-5,.my-lg-5{margin-top:48px !important}.mr-lg-5,.mx-lg-5{margin-right:48px !important}.mb-lg-5,.my-lg-5{margin-bottom:48px !important}.ml-lg-5,.mx-lg-5{margin-left:48px !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:4px !important}.pt-lg-1,.py-lg-1{padding-top:4px !important}.pr-lg-1,.px-lg-1{padding-right:4px !important}.pb-lg-1,.py-lg-1{padding-bottom:4px !important}.pl-lg-1,.px-lg-1{padding-left:4px !important}.p-lg-2{padding:8px !important}.pt-lg-2,.py-lg-2{padding-top:8px !important}.pr-lg-2,.px-lg-2{padding-right:8px !important}.pb-lg-2,.py-lg-2{padding-bottom:8px !important}.pl-lg-2,.px-lg-2{padding-left:8px !important}.p-lg-3{padding:16px !important}.pt-lg-3,.py-lg-3{padding-top:16px !important}.pr-lg-3,.px-lg-3{padding-right:16px !important}.pb-lg-3,.py-lg-3{padding-bottom:16px !important}.pl-lg-3,.px-lg-3{padding-left:16px !important}.p-lg-4{padding:24px !important}.pt-lg-4,.py-lg-4{padding-top:24px !important}.pr-lg-4,.px-lg-4{padding-right:24px !important}.pb-lg-4,.py-lg-4{padding-bottom:24px !important}.pl-lg-4,.px-lg-4{padding-left:24px !important}.p-lg-5{padding:48px !important}.pt-lg-5,.py-lg-5{padding-top:48px !important}.pr-lg-5,.px-lg-5{padding-right:48px !important}.pb-lg-5,.py-lg-5{padding-bottom:48px !important}.pl-lg-5,.px-lg-5{padding-left:48px !important}.m-lg-n1{margin:-4px !important}.mt-lg-n1,.my-lg-n1{margin-top:-4px !important}.mr-lg-n1,.mx-lg-n1{margin-right:-4px !important}.mb-lg-n1,.my-lg-n1{margin-bottom:-4px !important}.ml-lg-n1,.mx-lg-n1{margin-left:-4px !important}.m-lg-n2{margin:-8px !important}.mt-lg-n2,.my-lg-n2{margin-top:-8px !important}.mr-lg-n2,.mx-lg-n2{margin-right:-8px !important}.mb-lg-n2,.my-lg-n2{margin-bottom:-8px !important}.ml-lg-n2,.mx-lg-n2{margin-left:-8px !important}.m-lg-n3{margin:-16px !important}.mt-lg-n3,.my-lg-n3{margin-top:-16px !important}.mr-lg-n3,.mx-lg-n3{margin-right:-16px !important}.mb-lg-n3,.my-lg-n3{margin-bottom:-16px !important}.ml-lg-n3,.mx-lg-n3{margin-left:-16px !important}.m-lg-n4{margin:-24px !important}.mt-lg-n4,.my-lg-n4{margin-top:-24px !important}.mr-lg-n4,.mx-lg-n4{margin-right:-24px !important}.mb-lg-n4,.my-lg-n4{margin-bottom:-24px !important}.ml-lg-n4,.mx-lg-n4{margin-left:-24px !important}.m-lg-n5{margin:-48px !important}.mt-lg-n5,.my-lg-n5{margin-top:-48px !important}.mr-lg-n5,.mx-lg-n5{margin-right:-48px !important}.mb-lg-n5,.my-lg-n5{margin-bottom:-48px !important}.ml-lg-n5,.mx-lg-n5{margin-left:-48px !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:4px !important}.mt-xl-1,.my-xl-1{margin-top:4px !important}.mr-xl-1,.mx-xl-1{margin-right:4px !important}.mb-xl-1,.my-xl-1{margin-bottom:4px !important}.ml-xl-1,.mx-xl-1{margin-left:4px !important}.m-xl-2{margin:8px !important}.mt-xl-2,.my-xl-2{margin-top:8px !important}.mr-xl-2,.mx-xl-2{margin-right:8px !important}.mb-xl-2,.my-xl-2{margin-bottom:8px !important}.ml-xl-2,.mx-xl-2{margin-left:8px !important}.m-xl-3{margin:16px !important}.mt-xl-3,.my-xl-3{margin-top:16px !important}.mr-xl-3,.mx-xl-3{margin-right:16px !important}.mb-xl-3,.my-xl-3{margin-bottom:16px !important}.ml-xl-3,.mx-xl-3{margin-left:16px !important}.m-xl-4{margin:24px !important}.mt-xl-4,.my-xl-4{margin-top:24px !important}.mr-xl-4,.mx-xl-4{margin-right:24px !important}.mb-xl-4,.my-xl-4{margin-bottom:24px !important}.ml-xl-4,.mx-xl-4{margin-left:24px !important}.m-xl-5{margin:48px !important}.mt-xl-5,.my-xl-5{margin-top:48px !important}.mr-xl-5,.mx-xl-5{margin-right:48px !important}.mb-xl-5,.my-xl-5{margin-bottom:48px !important}.ml-xl-5,.mx-xl-5{margin-left:48px !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:4px !important}.pt-xl-1,.py-xl-1{padding-top:4px !important}.pr-xl-1,.px-xl-1{padding-right:4px !important}.pb-xl-1,.py-xl-1{padding-bottom:4px !important}.pl-xl-1,.px-xl-1{padding-left:4px !important}.p-xl-2{padding:8px !important}.pt-xl-2,.py-xl-2{padding-top:8px !important}.pr-xl-2,.px-xl-2{padding-right:8px !important}.pb-xl-2,.py-xl-2{padding-bottom:8px !important}.pl-xl-2,.px-xl-2{padding-left:8px !important}.p-xl-3{padding:16px !important}.pt-xl-3,.py-xl-3{padding-top:16px !important}.pr-xl-3,.px-xl-3{padding-right:16px !important}.pb-xl-3,.py-xl-3{padding-bottom:16px !important}.pl-xl-3,.px-xl-3{padding-left:16px !important}.p-xl-4{padding:24px !important}.pt-xl-4,.py-xl-4{padding-top:24px !important}.pr-xl-4,.px-xl-4{padding-right:24px !important}.pb-xl-4,.py-xl-4{padding-bottom:24px !important}.pl-xl-4,.px-xl-4{padding-left:24px !important}.p-xl-5{padding:48px !important}.pt-xl-5,.py-xl-5{padding-top:48px !important}.pr-xl-5,.px-xl-5{padding-right:48px !important}.pb-xl-5,.py-xl-5{padding-bottom:48px !important}.pl-xl-5,.px-xl-5{padding-left:48px !important}.m-xl-n1{margin:-4px !important}.mt-xl-n1,.my-xl-n1{margin-top:-4px !important}.mr-xl-n1,.mx-xl-n1{margin-right:-4px !important}.mb-xl-n1,.my-xl-n1{margin-bottom:-4px !important}.ml-xl-n1,.mx-xl-n1{margin-left:-4px !important}.m-xl-n2{margin:-8px !important}.mt-xl-n2,.my-xl-n2{margin-top:-8px !important}.mr-xl-n2,.mx-xl-n2{margin-right:-8px !important}.mb-xl-n2,.my-xl-n2{margin-bottom:-8px !important}.ml-xl-n2,.mx-xl-n2{margin-left:-8px !important}.m-xl-n3{margin:-16px !important}.mt-xl-n3,.my-xl-n3{margin-top:-16px !important}.mr-xl-n3,.mx-xl-n3{margin-right:-16px !important}.mb-xl-n3,.my-xl-n3{margin-bottom:-16px !important}.ml-xl-n3,.mx-xl-n3{margin-left:-16px !important}.m-xl-n4{margin:-24px !important}.mt-xl-n4,.my-xl-n4{margin-top:-24px !important}.mr-xl-n4,.mx-xl-n4{margin-right:-24px !important}.mb-xl-n4,.my-xl-n4{margin-bottom:-24px !important}.ml-xl-n4,.mx-xl-n4{margin-left:-24px !important}.m-xl-n5{margin:-48px !important}.mt-xl-n5,.my-xl-n5{margin-top:-48px !important}.mr-xl-n5,.mx-xl-n5{margin-right:-48px !important}.mb-xl-n5,.my-xl-n5{margin-bottom:-48px !important}.ml-xl-n5,.mx-xl-n5{margin-left:-48px !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}}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:rgba(0,0,0,0)}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace !important}.text-justify{text-align:justify !important}.text-wrap{white-space:normal !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-lighter{font-weight:lighter !important}.font-weight-normal{font-weight:400 !important}.font-weight-bold{font-weight:700 !important}.font-weight-bolder{font-weight:bolder !important}.font-italic{font-style:italic !important}.text-white{color:#fff !important}.text-primary{color:#D60000 !important}a.text-primary:hover,a.text-primary:focus{color:#8a0000 !important}.text-secondary{color:#767686 !important}a.text-secondary:hover,a.text-secondary:focus{color:#52525d !important}.text-success{color:#28a745 !important}a.text-success:hover,a.text-success:focus{color:#19692c !important}.text-info{color:#17a2b8 !important}a.text-info:hover,a.text-info:focus{color:#0f6674 !important}.text-warning{color:#ffc107 !important}a.text-warning:hover,a.text-warning:focus{color:#ba8b00 !important}.text-danger{color:#D60000 !important}a.text-danger:hover,a.text-danger:focus{color:#8a0000 !important}.text-light{color:#F4F4F4 !important}a.text-light:hover,a.text-light:focus{color:#cecece !important}.text-dark{color:#2D2D2D !important}a.text-dark:hover,a.text-dark:focus{color:#070707 !important}.text-body{color:#000 !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}.text-decoration-none{text-decoration:none !important}.text-break{word-break:break-word !important;overflow-wrap:break-word !important}.text-reset{color:inherit !important}.visible{visibility:visible !important}.invisible{visibility:hidden !important}@media print{*,*::before,*::after{text-shadow:none !important;-webkit-box-shadow:none !important;box-shadow:none !important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap !important}pre,blockquote{border:1px solid #767686;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 #F9F9F9 !important}.table-dark{color:inherit}.table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody+tbody{border-color:#F9F9F9}.table .thead-dark th{color:inherit;border-color:#F9F9F9}}header{position:relative;z-index:10}header a:hover{border-color:transparent;text-decoration:none;outline:none}header .round-clock-line{background-color:#D60000;text-align:center;padding:12px 0}header .round-clock-line p{font-weight:"GolosTextWebBold";font-size:14px;line-height:130%;color:#fff;margin:0}header .round-clock-line p a{color:inherit;margin-left:8px}header .top-h{background-color:#2D2D2D}header .top-h .container{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}header .top-h .btn-link{color:#fff;font-size:14px;line-height:17px;font-family:"GolosTextWebRegular";padding:27px 0}header .top-h .btn-link:before{content:'';background-repeat:no-repeat;background-size:contain;background-position:center;background-image:url("/local/templates/mzur/assets/css/../img/glasses-white.svg");width:40px;height:24px;display:inline-block;vertical-align:middle;margin-right:16px}header .top-h .search-h{margin-left:auto;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;position:relative;width:672px;border-bottom:1px solid #FFFFFF;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}header .top-h .search-h .search-h{border:none}header .top-h .search-h .clean{font-size:0;width:20px;height:20px;background-color:transparent;border:none;background-repeat:no-repeat;background-size:contain;background-position:center;padding:0;background-image:url("/local/templates/mzur/assets/css/../img/x-white.svg");position:absolute;left:0;top:0;bottom:0;margin:auto;display:none;outline:none}header .top-h .search-h input[type="text"].active ~ .clean{display:block}header .top-h .search-h input[type="text"].active{padding:0 0 0 24px}header .top-h .search-h input[type="text"]{background:transparent;border:none;padding:0;color:#fff;font-size:14px;line-height:17px;width:-webkit-calc(100% - 32px);width:-moz-calc(100% - 32px);width:calc(100% - 32px)}header .top-h .search-h input[type="text"]::-webkit-input-placeholder{color:#fff}header .top-h .search-h input[type="text"]::-moz-placeholder{color:#fff}header .top-h .search-h input[type="text"]:-ms-input-placeholder{color:#fff}header .top-h .search-h input[type="text"]:-moz-placeholder{color:#fff}header .top-h .search-h input[type="submit"]{width:32px;height:32px;margin:-1px 0;font-size:0;background-color:#D60000;background-image:url("/local/templates/mzur/assets/css/../img/lup-white.svg");background-repeat:no-repeat;background-size:contain;background-position:center;background-size:16px;border:none;-webkit-transition:.2s;-moz-transition:.2s;transition:.2s}header .top-h .search-h input[type="submit"]:hover{opacity:0.9}header .top-h .search-h .open-mobile-search{display:none}header .top-h .social{margin:0 0 0 50px}header .bottom-h .container{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}header .bottom-h .logo{display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}header .bottom-h .logo .logo__ic{margin:0 20px 0 0;width:72px;height:74px;background-repeat:no-repeat;background-size:contain;background-position:center;background-image:url("/local/templates/mzur/assets/css/../img/logo.svg");font-size:0;display:block}header .bottom-h .logo .logo__text{font-size:14px;line-height:17px;font-family:"GolosTextWebBold";color:#000;max-width:234px}header .bottom-h .hamburger{display:none}header .bottom-h .nav-h{padding:50px 0 36px;margin:0;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;position:relative}header .bottom-h .nav-h li{list-style-type:none;margin-right:40px}header .bottom-h .nav-h li:hover .nav-h-hidden{display:block}header .bottom-h .nav-h li:last-child{margin-right:0}header .bottom-h .nav-h li>a{color:#767686;font-size:14px;line-height:17px;display:block;position:relative;z-index:10}header .bottom-h .nav-h li>a:hover{color:#282848}header .bottom-h .nav-h li>a.active{color:#282848;font-family:"GolosTextWebBold"}header .bottom-h .nav-h li>a.active:before{content:'';position:absolute;bottom:-36px;width:100%;height:4px;background-color:#D60000}header .bottom-h .nav-h-hidden{top:100%;display:none;position:absolute;background:#fff;padding:20px 24px 20px 24px;max-width:354px;-webkit-box-shadow:0px 4px 60px rgba(0,0,0,0.15);box-shadow:0px 4px 60px rgba(0,0,0,0.15);z-index:5}header .bottom-h .nav-h-hidden:before{content:'';position:absolute;width:100%;height:50px;bottom:100%;left:0;opacity:0}header .bottom-h .nav-h-hidden:hover{display:block}header .bottom-h .nav-h-hidden li{margin-bottom:10px}header .bottom-h .nav-h-hidden li.item-selected a{color:#D60000}header .bottom-h .nav-h-hidden li:last-child{margin-bottom:0}@media screen and (max-width: 768px) and (max-width: 1300px){header .bottom-h .nav-h-hidden li:last-child .nav-h-hidden{right:-15px;left:auto;max-width:200px}}header .bottom-h .nav-h-hidden a{font-weight:normal;font-size:14px;color:#000;display:table;margin-bottom:0;line-height:1.4}header .bottom-h .nav-h-hidden a:hover{color:#D60000;text-decoration:underline}@media screen and (max-width: 1199px){header .top-h .search-h{width:572px}header .bottom-h .logo .logo__ic{width:50px;height:50px;margin:0 8px 0 0}header .bottom-h .logo .logo__text{font-size:12px;max-width:200px}header .bottom-h .nav-h{padding:40px 0 32px}header .bottom-h .nav-h li{margin-right:20px}header .bottom-h .nav-h li a.active:before{bottom:-32px}}@media screen and (max-width: 991px){header .top-h .search-h{width:320px}header .top-h .social{margin:0 0 0 32px}header .bottom-h .logo .logo__ic{width:32px;height:32px;margin:0 8px 0 0}header .bottom-h .logo .logo__text{font-size:12px;max-width:150px;line-height:1}header .bottom-h .nav-h{padding:32px 0 24px}header .bottom-h .nav-h li{margin-right:8px;letter-spacing:-.3px}header .bottom-h .nav-h li a{font-size:12px}header .bottom-h .nav-h li a.active:before{height:2px;bottom:-24px}}@media screen and (max-width: 767px){header .round-clock-line{display:none}header .top-h .btn-link{position:relative;font-size:14px;line-height:15px;text-align:left;width:155px;padding:22px 0 22px 48px}header .top-h .btn-link:before{width:37px;position:absolute;top:0;bottom:0;left:0;margin:auto}header .top-h .search-h{width:auto;border:none}header .top-h .search-h input[type="text"]{display:none}header .top-h .search-h input[type="submit"]{display:none}header .top-h .search-h .open-mobile-search{background-image:url("/local/templates/mzur/assets/css/../img/lup-white.svg");background-repeat:no-repeat;background-size:contain;background-position:center;display:block;width:32px;height:32px;background-size:21px;font-size:0;background-color:transparent;border:none;opacity:1;outline:none;padding:0}header .top-h .search-h.open{width:32px;z-index:10}header .top-h .search-h.open .clean{display:none !important}header .top-h .search-h.open input[type="text"]{display:block;position:absolute;right:32px;background:#fff;width:-webkit-calc(100vw - 158px);width:-moz-calc(100vw - 158px);width:calc(100vw - 158px);max-width:370px;height:32px;left:auto;padding:0 32px 0 8px;z-index:1;color:#000}header .top-h .search-h.open input[type="submit"]{display:block;position:absolute;z-index:2;right:100%;bottom:0;top:0;margin:auto;background-color:transparent;background-size:21px;background-image:url("/local/templates/mzur/assets/css/../img/lup.svg")}header .top-h .search-h.open .open-mobile-search{background-image:url("/local/templates/mzur/assets/css/../img/x-white.svg");background-size:30px}header .bottom-h{padding:12px 0}header .bottom-h .logo .logo__ic{width:43px;height:44px;margin-right:8px}header .bottom-h .logo .logo__text{font-size:14px;line-height:100%;max-width:180px}header .bottom-h .hamburger{display:block;outline:none;opacity:1 !important;padding:8px 0}header .bottom-h .hamburger-inner,header .bottom-h .hamburger-inner::before,header .bottom-h .hamburger-inner::after{width:20px;height:2px}header .bottom-h .hamburger-inner::before{top:-5px}header .bottom-h .hamburger-inner::after{bottom:-5px}header .bottom-h .hamburger-box{width:20px;height:12px;display:block}header .bottom-h .nav-h{display:none}}@media screen and (max-width: 350px){header .top-h .search-h.open input[type="text"]{width:-webkit-calc(100vw - 126px);width:-moz-calc(100vw - 126px);width:calc(100vw - 126px)}header .top-h .social{margin:0 0 0px}}.hamburger--boring.is-active .hamburger-inner:after,.hamburger--boring.is-active .hamburger-inner:before,.hamburger--boring.is-active .hamburger-inner{background:#fff}body.open-mobile-menu main,body.open-mobile-menu footer{display:none}body.open-mobile-menu header{height:100vh;background:#2d2d2d;overflow:auto}body.open-mobile-menu header .bottom-h .logo .logo__text{color:#fff}body.open-mobile-menu header .bottom-h .nav-h{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;text-align:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:16px 0 70px}body.open-mobile-menu header .bottom-h .nav-h li{letter-spacing:normal;width:100%;margin:0;border-bottom:1px solid rgba(255,255,255,0.2);position:relative}body.open-mobile-menu header .bottom-h .nav-h li:hover{border-bottom:none}body.open-mobile-menu header .bottom-h .nav-h li:hover:after{-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}body.open-mobile-menu header .bottom-h .nav-h li:after{content:'';display:block;top:10px;bottom:auto;right:0;margin:auto;width:8px;height:12px;background-image:url("/local/templates/mzur/assets/css/../img/arr-white.svg");background-repeat:no-repeat;background-size:contain;background-position:center;position:absolute}body.open-mobile-menu header .bottom-h .nav-h li a{padding:8px 0;text-align:left;color:#fff;font-family:"GolosTextWebBold";font-size:14px;line-height:17px;position:relative;padding-right:14px !important;width:auto;display:table;margin-left:0;margin-right:auto}body.open-mobile-menu header .bottom-h .nav-h li a.active{color:#D60000}body.open-mobile-menu header .bottom-h .nav-h li a:before{height:2px;bottom:0;left:0;display:none}body.open-mobile-menu header .bottom-h .nav-h-hidden{background:transparent;padding:0 0 16px;position:relative;width:100%;max-width:100%}body.open-mobile-menu header .bottom-h .nav-h-hidden:before{display:none}body.open-mobile-menu header .bottom-h .nav-h-hidden a{color:#BABABA !important;font-family:'GolosTextWebRegular' !important;margin:0 !important;padding:6px 0 !important}footer{background:#FAFAFA;padding:48px 0 0}footer a:hover{border-color:transparent}footer .logo{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin:0 auto 62px;width:346px}footer .logo .logo__ic{margin:0 20px 0 0;width:92px;height:92px;background-repeat:no-repeat;background-size:contain;background-position:center;background-image:url("/local/templates/mzur/assets/css/../img/logo.svg");font-size:0;display:block}footer .logo .logo__text{font-size:14px;line-height:17px;font-family:"GolosTextWebBold";color:#000;max-width:234px}footer .text-bold{font-size:16px;line-height:91.5%;color:#313131;margin-bottom:20px}footer .col-md-3:nth-child(2) ul{max-width:220px}footer ul{padding:0;margin:0;list-style-type:none}footer ul li{color:#000;font-size:14px;line-height:150%;margin-bottom:12px}footer ul li:last-child{margin-bottom:0}footer ul li a{color:inherit;font-size:inherit;display:inline-block}footer ul li a.active{color:#D60000;text-decoration:underline}footer .bottom-f{border-top:1px solid #E1E1E1;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:32px 0;margin-top:40px}footer .bottom-f p{font-size:14px;line-height:128.5%;color:#777777;margin:0}footer .bottom-f p .logo-arcsis{font-size:0;display:inline-block;vertical-align:middle;margin-left:3px;width:70px;height:17px;background-repeat:no-repeat;background-size:contain;background-position:center;background-image:url("/local/templates/mzur/assets/css/../img/arcsis-logo.png");margin-top:-6px}footer ul.social li{margin-bottom:0;margin-right:4px}footer ul.social li a.vk{background-color:#000000;background-image:url("/local/templates/mzur/assets/css/../img/vk-white.svg")}footer ul.social li a.in{background-color:#DCDCDC;background-image:url("/local/templates/mzur/assets/css/../img/in-dark.svg")}@media screen and (max-width: 1199px){footer .bottom-f p{font-size:13px}}@media screen and (max-width: 991px){footer .bottom-f{padding:24px 0}footer .bottom-f p{max-width:250px}}@media screen and (max-width: 767px){footer{padding:32px 0 0}footer .logo{width:278px;max-width:100%;margin:0 auto 40px}footer .logo .logo__ic{margin:0 16px 0 0;width:82px;height:82px}footer .logo .logo__text{font-size:16px;line-height:19px;max-width:200px}footer ul{margin-bottom:32px}footer .bottom-f p{font-size:14px;max-width:100%;width:100%;margin-bottom:20px}footer .bottom-f p:last-child{margin-bottom:0}footer .wrap-text{margin-left:-webkit-calc(-100% - 30px);margin-left:-moz-calc(-100% - 30px);margin-left:calc(-100% - 30px)}}@media screen and (max-width: 350px){footer .logo .logo__text{font-size:14px;max-width:180px}footer ul li{font-size:13px}}.main-section{background:#F4F4F4;padding:40px 0 72px}.main-section .d-flex{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -15px}.main-section .news-important{margin:0 15px;width:-webkit-calc(42% - 30px);width:-moz-calc(42% - 30px);width:calc(42% - 30px)}.main-section .news-feed{width:-webkit-calc(34% - 30px);width:-moz-calc(34% - 30px);width:calc(34% - 30px);margin:0 15px;background-image:url("/local/templates/mzur/assets/css/../img/bg-news.png");background-repeat:no-repeat;background-size:contain;background-position:right bottom}.main-section .contact-wrap{width:-webkit-calc(24% - 30px);width:-moz-calc(24% - 30px);width:calc(24% - 30px);margin:0 15px}@media screen and (max-width: 991px){.main-section .d-flex{margin:0 -8px;width:-webkit-calc(100% + 16px);width:-moz-calc(100% + 16px);width:calc(100% + 16px)}.main-section .news-important{margin:0 8px;width:-webkit-calc(42% - 16px);width:-moz-calc(42% - 16px);width:calc(42% - 16px)}.main-section .news-feed{margin:0 8px;width:-webkit-calc(34% - 16px);width:-moz-calc(34% - 16px);width:calc(34% - 16px)}.main-section .contact-wrap{margin:0 8px;width:-webkit-calc(24% - 16px);width:-moz-calc(24% - 16px);width:calc(24% - 16px)}}@media screen and (max-width: 767px){.main-section{padding:0 0 32px}.main-section .news-important{width:100%;margin-bottom:32px}.main-section .news-feed{width:100%;margin-bottom:24px}.main-section .contact-wrap{width:100%}}@media screen and (max-width: 575px){.main-section .news-important .img-wrap{width:-webkit-calc(100% + 30px);width:-moz-calc(100% + 30px);width:calc(100% + 30px);margin-left:-15px;padding-top:88%}}.news-important .img-wrap{margin-bottom:16px}.news-important .data{color:#959595;font-weight:600;font-size:12px;line-height:130%;margin-bottom:8px;text-transform:uppercase}.news-important h3{font-weight:bold;font-size:24px;line-height:130%}.news-important h3:last-child{margin-bottom:0}.news-important h3 a{color:inherit;display:block;line-height:inherit;border:none;outline:none}.news-important h3 a:hover{color:#D60000;text-decoration:underline !important}.news-important h3 a:active{color:#900000;text-decoration:underline !important}.news-important h3 a:visited{opacity:0.4}@media screen and (max-width: 991px){.news-important h3{font-size:22px}}.news-feed{background-color:#fff;padding-bottom:24px}.news-feed .item{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:20px 16px;border-bottom:1px solid #E5E5EB;position:relative}.news-feed .item:first-child{border-top:none}.news-feed .item a{position:relative;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.news-feed .item .img-wrap{min-width:70px;width:70px;margin-right:8px;padding-top:0 !important}.news-feed .item .img-wrap img{position:relative}.news-feed .item .text-wrap{font-size:13px;line-height:16px}.news-feed .item .text-wrap .text{margin-bottom:8px;margin-top:-4px;display:block;color:#000}.news-feed .item .text-wrap .text:last-child{margin-bottom:0}.news-feed .item .text-wrap .data{font-size:11px;line-height:13px;color:#838A92;margin:0 0 8px}.news-feed .item .text-wrap .data:last-child{margin-bottom:0}.news-feed .item .abs{outline:none}.news-feed .item a:hover ~ .text-wrap .text{color:#D60000;text-decoration:underline}.news-feed .item a:active ~ .text-wrap .text{color:#900000;text-decoration:underline}.news-feed .item a:visited ~ .img-wrap,.news-feed .item a:visited ~ .text-wrap{opacity:0.4}.go-to-section{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:32px 16px 16px}.go-to-section h4,.go-to-section .h4{font-weight:600;font-size:18px;line-height:22px;margin:0}.go-to-section .link{font-family:"GolosTextWebMedium";font-size:12px;line-height:14px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.go-to-section .link .arr{background-repeat:no-repeat;background-size:contain;background-position:center;background-image:url("/local/templates/mzur/assets/css/../img/arr-red.svg");width:12px;height:12px;margin-left:6px}@media screen and (max-width: 767px){.go-to-section{padding:24px 16px 16px}.go-to-section h4,.go-to-section .h4{font-size:24px;line-height:29px}.go-to-section .link{font-size:14px;line-height:17px}}.contact-wrap .boxCw:nth-child(1){width:100%}.contact-wrap .boxCw:nth-child(1) img{max-width:75px;margin-bottom:42px}
 
 
 .contact-wrap .boxCw:nth-child(1) .text{font-size:16px;line-height:19px;font-family:"GolosTextWebMedium"}.contact-wrap .boxCw:nth-child(1):before{content:'';background-repeat:no-repeat;background-size:contain;background-position:center;background-image:url("/local/templates/mzur/assets/css/../img/post-it2.svg");width:158px;height:280px;z-index:-1;position:absolute;bottom:4px;right:4px;opacity:0.05}.contact-wrap .boxCw:nth-child(2){background-color:#D60000;background-repeat:no-repeat;background-size:auto;background-position:right bottom;display:block;height: auto !important;}.contact-wrap .boxCw:nth-child(2) img{margin-bottom:16px;display:block}
 
 .contact-wrap .boxCw:nth-child(2) .phone{font-size:21px;line-height:29px;font-family:"GolosTextWebBold";display:block}.contact-wrap .boxCw:nth-child(2) .phone span{display:block;font-size:14px;line-height:17px;font-family:"GolosTextWebRegular"}.contact-wrap .boxCw:nth-child(2):before{content:'';background-repeat:no-repeat;background-size:contain;background-position:center;background-image:url("/local/templates/mzur/assets/css/../img/phone-stationaty2.svg");width:134px;height:144px;z-index:-1;position:absolute;bottom:36px;right:6px;opacity:0.2}
 
 .contact-wrap .boxCw{height:-webkit-calc(50% - 10px);height:-moz-calc(50% - 10px);height:calc(50% - 10px);min-height:230px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:24px;color:#fff;background-color:#343434;position:relative;z-index:1;margin-bottom:20px;border:none;text-decoration:none}.contact-wrap .boxCw:last-child{margin-bottom:0}.contact-wrap .boxCw:hover span{text-decoration:underline}@media screen and (max-width: 1199px){.contact-wrap .boxCw:nth-child(2) .phone{font-size:16px}}@media screen and (max-width: 991px){.contact-wrap .boxCw{padding:12px;height:-webkit-calc(50% - 10px);height:-moz-calc(50% - 10px);height:calc(50% - 10px)}.contact-wrap .boxCw:nth-child(2){height:-webkit-calc(50% - 10px);height:-moz-calc(50% - 10px);height:calc(50% - 10px)}}@media screen and (max-width: 767px){.contact-wrap .boxCw{padding:16px 24px;height:144px;min-height:144px;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.contact-wrap .boxCw:before{display:none}.contact-wrap .boxCw:nth-child(1) img{max-width:57px;margin-bottom:8px}.contact-wrap .boxCw:nth-child(2){display:block}.contact-wrap .boxCw:nth-child(2) img{max-width:57px;margin-bottom:8px;display:block}.contact-wrap .boxCw:nth-child(2) .phone{font-size:24px;line-height:29px;display:block;width:100%}}.navBoxes.p-6{padding:96px 0}.navBoxes h1,.navBoxes .h1{margin-bottom:48px}.navBoxes .d-flex{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:-webkit-calc(100% + 32px);width:-moz-calc(100% + 32px);width:calc(100% + 32px);margin:-16px}.navBoxes .d-flex .item{margin:16px;width:-webkit-calc(25% - 32px);width:-moz-calc(25% - 32px);width:calc(25% - 32px);padding:16px 24px 20px 32px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#FFFFFF;border:1px solid #D9D9DE;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;min-height:198px;-webkit-transition:.2s;-moz-transition:.2s;transition:.2s}.navBoxes .d-flex .item:hover{-webkit-box-shadow:0px 4px 20px rgba(0,0,0,0.1);box-shadow:0px 4px 20px rgba(0,0,0,0.1)}.navBoxes .d-flex .item:hover .btn{display:block}.navBoxes .d-flex .item:hover .btn.visited{opacity:.4}.navBoxes .d-flex .item:hover .btn:visited ~ .navBoxes__img{opacity:.4}.navBoxes .d-flex .item:hover .btn:visited ~ .navBoxes__text{opacity:.4}.navBoxes .d-flex .item:hover .navBoxes__text{margin-bottom:12px;max-height:34px;overflow:hidden}.navBoxes .d-flex .item .navBoxes__img{-webkit-box-ordinal-group:2;-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1;width:54px;height:54px;-o-object-fit:contain;object-fit:contain;margin-bottom:0;margin-top:0}.navBoxes .d-flex .item .navBoxes__text{-webkit-box-ordinal-group:3;-webkit-order:2;-moz-box-ordinal-group:3;-ms-flex-order:2;order:2;font-size:14px;line-height:17px;margin-bottom:0;margin-top:12px;max-width:100%}.navBoxes .d-flex .item .btn{-webkit-box-ordinal-group:4;-webkit-order:3;-moz-box-ordinal-group:4;-ms-flex-order:3;order:3;width:auto;display:none}@media screen and (max-width: 1199px){.navBoxes .d-flex{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:-webkit-calc(100% + 16px);width:-moz-calc(100% + 16px);width:calc(100% + 16px);margin:-8px}.navBoxes .d-flex .item{margin:8px;width:-webkit-calc(25% - 16px);width:-moz-calc(25% - 16px);width:calc(25% - 16px);padding:16px}}@media screen and (max-width: 991px){.navBoxes .d-flex .item{width:-webkit-calc(33.33% - 16px);width:-moz-calc(33.33% - 16px);width:calc(33.33% - 16px)}}@media screen and (max-width: 767px){.navBoxes.p-6{padding:32px 0}.navBoxes h1,.navBoxes .h1{margin-bottom:32px}.navBoxes .d-flex{margin:-4px -8px;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.navBoxes .d-flex .item{width:100%;min-height:145px;margin:4px 8px;padding:16px 24px}.navBoxes .d-flex .item .navBoxes__img{margin-bottom:8px;margin-top:auto}.navBoxes .d-flex .item .navBoxes__text{margin-bottom:auto;margin-top:auto}}.telephone-directory{position:relative;background:#2D2D2D;padding:56px 0;color:#fff;z-index:1;overflow:hidden}.telephone-directory .d-flex{-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.telephone-directory:before{content:'';position:absolute;background-image:url("/local/templates/mzur/assets/css/../img/coat_udm.png");background-repeat:no-repeat;background-size:contain;background-position:center;background-position:bottom;bottom:0;width:400px;height:100%;z-index:-1;left:0;right:30%;margin:auto}.telephone-directory .folder-ic{display:inline-block;width:130px;height:110px;background-repeat:no-repeat;background-size:contain;background-position:center;background-image:url("/local/templates/mzur/assets/css/../img/folder-ic.svg")}.telephone-directory .h1{margin-bottom:0;width:289px;line-height:1.2}.telephone-directory .input-wrap{width:600px;position:relative;margin:0}.telephone-directory .input-wrap input[type=text]{padding:30px 96px 30px 38px;height:90px;border:none;font-family:"GolosTextWebMedium"}.telephone-directory .input-wrap input[type=submit]{font-size:0;width:90px;height:90px;background-image:url("/local/templates/mzur/assets/css/../img/lup-gray.svg");background-repeat:no-repeat;background-size:contain;background-position:center;background-size:30px;background-color:transparent;border:none;position:absolute;right:0;top:0;z-index:2}@media screen and (max-width: 1199px){.telephone-directory .input-wrap{width:480px}}@media screen and (max-width: 991px){.telephone-directory .input-wrap{width:100%;margin-top:16px}.telephone-directory .h1{width:auto;margin-right:auto;margin-left:auto}}@media screen and (max-width: 767px){.telephone-directory{padding:36px 0 44px}.telephone-directory:before{background-position:center;width:100%;left:4px;right:0;margin:auto;max-width:360px;background-size:130%;bottom:32px}.telephone-directory .folder-ic{display:block;width:80px;height:80px;margin:0 auto 16px}.telephone-directory .h1{width:100%;text-align:center;font-size:28px;line-height:34px}.telephone-directory .input-wrap input[type=text]{padding:10px 70px 10px 12px;height:65px}.telephone-directory .input-wrap input[type=submit]{width:65px;height:65px}}.usefulLinks{background:#F4F4F4;padding:96px 0}.usefulLinks .h1{margin-bottom:24px}.usefulLinks .owl-link .usefulLinks__link{width:100%;margin:32px 0}@media screen and (max-width: 1199px){.usefulLinks .owl-link .usefulLinks__link{margin:16px 0}}.usefulLinks .usefulLinks__link{background:#FFFFFF;font-size:16px;line-height:20px;color:#000;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;height:198px;width:-webkit-calc(25% - 32px);width:-moz-calc(25% - 32px);width:calc(25% - 32px);margin:15px;padding:32px 24px 16px;-webkit-transition:.2s;-moz-transition:.2s;transition:.2s;outline:none}.usefulLinks .usefulLinks__link span{display:block;max-width:100%}.usefulLinks .usefulLinks__link:hover{text-decoration:underline;-webkit-box-shadow:0px 4px 30px rgba(0,0,0,0.08);box-shadow:0px 4px 30px rgba(0,0,0,0.08)}.usefulLinks .usefulLinks__link:active{color:#D60000}.usefulLinks .usefulLinks__link:visited{opacity:.4}.usefulLinks .usefulLinks__link .arr-red{font-size:0;width:28px;height:28px;background-repeat:no-repeat;background-size:contain;background-position:center;background-size:21px;background-image:url("/local/templates/mzur/assets/css/../img/arr-red.svg")}@media screen and (max-width: 1199px){.usefulLinks .usefulLinks__link{margin:8px;width:-webkit-calc(25% - 16px);width:-moz-calc(25% - 16px);width:calc(25% - 16px)}.usefulLinks .usefulLinks__link{padding:20px 20px 16px}}@media screen and (max-width: 991px){.usefulLinks .usefulLinks__link{width:-webkit-calc(33.333% - 16px);width:-moz-calc(33.333% - 16px);width:calc(33.333% - 16px)}}@media screen and (max-width: 767px){.usefulLinks{padding:40px 0 32px}.usefulLinks .h1{margin-bottom:16px}.usefulLinks .usefulLinks__link{padding:32px 20px 16px;width:-webkit-calc(50% - 16px);width:-moz-calc(50% - 16px);width:calc(50% - 16px)}.usefulLinks .usefulLinks__link span{max-width:230px}}@media screen and (max-width: 575px){.usefulLinks .usefulLinks__link{width:-webkit-calc(100% - 16px);width:-moz-calc(100% - 16px);width:calc(100% - 16px)}}.owl-nav span{font-size:0 !important;opacity:0}.owl-link-wrap{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;margin:0 -15px;width:-webkit-calc(100% + 30px);width:-moz-calc(100% + 30px);width:calc(100% + 30px)}@media screen and (max-width: 1199px){.owl-link-wrap{margin:0 -8px;width:-webkit-calc(100% + 16px);width:-moz-calc(100% + 16px);width:calc(100% + 16px)}}.owl-carousel.owl-link .owl-nav button{width:42px;height:42px;background-repeat:no-repeat;background-size:contain;background-position:center;background-image:url("/local/templates/mzur/assets/css/../img/arr-owl.svg");display:block;outline:none}.owl-carousel.owl-link .owl-nav button.disabled{opacity:.4}.owl-carousel.owl-link .owl-nav button.owl-prev{position:absolute;top:0;bottom:0;margin:auto;right:-webkit-calc(100% + 16px);right:-moz-calc(100% + 16px);right:calc(100% + 16px);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.owl-carousel.owl-link .owl-nav button.owl-next{position:absolute;top:0;bottom:0;margin:auto;left:-webkit-calc(100% + 16px);left:-moz-calc(100% + 16px);left:calc(100% + 16px)}.owl-carousel.owl-link .owl-nav button span{font-size:0}.owl-carousel.owl-link .owl-dots{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-top:6px}.owl-carousel.owl-link .owl-dots .owl-dot{width:8px;height:8px;background:#C9C9C9;border-radius:100%;margin:0 3px;outline:none}.owl-carousel.owl-link .owl-dots .owl-dot.active{background-color:#D60000}@media screen and (max-width: 1400px){.owl-carousel.owl-link .owl-nav button{width:32px;height:32px}.owl-carousel.owl-link .owl-nav button.owl-next{left:-webkit-calc(100% + 8px);left:-moz-calc(100% + 8px);left:calc(100% + 8px)}.owl-carousel.owl-link .owl-nav button.owl-prev{right:-webkit-calc(100% + 8px);right:-moz-calc(100% + 8px);right:calc(100% + 8px)}}@media screen and (max-width: 1300px){.owl-carousel.owl-link{padding-right:32px;padding-left:32px}.owl-carousel.owl-link .owl-nav button.owl-next{left:-webkit-calc(100% - 24px);left:-moz-calc(100% - 24px);left:calc(100% - 24px)}.owl-carousel.owl-link .owl-nav button.owl-prev{right:-webkit-calc(100% - 24px);right:-moz-calc(100% - 24px);right:calc(100% - 24px)}}@media screen and (max-width: 575px){.owl-carousel.owl-link{padding-right:0;padding-left:0}.owl-carousel.owl-link .owl-nav{display:none}}.border-wrap .usefulLinks__link{border:1px solid #D9D9DE}.recessed-areas{padding:72px 0 40px}.recessed-areas .wrap{padding:0;margin:0 -15px;font-size:14px;line-height:91.5%}.recessed-areas .wrap>.box{width:25%;margin-bottom:40px;padding-left:15px;padding-right:15px;float:left}.recessed-areas .wrap>.box:last-child{margin-bottom:0}.recessed-areas .wrap a.box:hover span{color:#D60000}.recessed-areas .wrap img{margin-bottom:24px}.recessed-areas .wrap span{display:block;color:#000}@media screen and (max-width: 767px){.recessed-areas{padding:32px 0 4px}.recessed-areas .wrap{margin:0 -8px}.recessed-areas .wrap>.box{width:auto;margin-bottom:32px;max-width:50%;font-size:0;padding-left:8px;padding-right:8px}}.about-section{padding:24px 0 72px;background-color:#fff}.about-section .photoWrap{padding-top:64px}@media screen and (max-width: 991px){.about-section .photoWrap{padding-top:2em}}@media screen and (max-width: 767px){.about-section .photoWrap{padding-top:0}}@media screen and (max-width: 767px){.about-section{padding:24px 0 32px}}.photoWrap{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-webkit-align-items:flex-end;-moz-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.photoWrap img{width:380px}.photoWrap .text-wrap{width:-webkit-calc(100% - 380px);width:-moz-calc(100% - 380px);width:calc(100% - 380px);background-color:#D60000;color:#fff;padding:28px 48px 28px 76px}.photoWrap .photoWrap__name{font-size:24px;font-family:'GolosTextWebMedium';margin-bottom:0}.photoWrap .photoWrap__position{margin:0;font-size:16px}@media screen and (max-width: 1199px){.photoWrap{padding-top:48px}.photoWrap img{width:260px}.photoWrap .text-wrap{width:-webkit-calc(100% - 260px);width:-moz-calc(100% - 260px);width:calc(100% - 260px)}}@media screen and (max-width: 991px){.photoWrap .text-wrap{padding:28px 32px 28px 32px}}@media screen and (max-width: 767px){.photoWrap img{width:210px}.photoWrap .text-wrap{padding:28px 16px 28px 16px;width:-webkit-calc(100% - 210px);width:-moz-calc(100% - 210px);width:calc(100% - 210px)}.photoWrap .text-wrap .photoWrap__name{font-size:22px}}@media screen and (max-width: 575px){.photoWrap img{width:100%}.photoWrap .text-wrap{padding:8px 8px 16px;text-align:center;width:100%}.photoWrap .text-wrap .photoWrap__position{line-height:1.5}}.structure-and-functions{background-color:#2D2D2D;color:#fff;padding:64px 0 64px;background-image:url("/local/templates/mzur/assets/css/../img/emblem.png");background-repeat:no-repeat;background-position:left;background-size:auto}@media screen and (max-width: 767px){.structure-and-functions{padding:24px 0 20px;background-image:url("/local/templates/mzur/assets/css/../img/emblem2.png");background-position:top}}.contact-information{padding:56px 0}@media screen and (max-width: 767px){.contact-information{padding:32px 0 44px}.contact-information .h1{line-height:110.5%}}.map-wrap{position:relative;width:100%;padding-top:500px;z-index:1}.map-wrap:hover:before{opacity:1}.map-wrap:before{content:"Нажмите, чтобы разрешить изменение масштаба карты";position:absolute;top:0px;left:0px;width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;opacity:0;z-index:999;font-size:20px;color:#fff;text-align:center;background:rgba(0,0,0,0.4)}.map-wrap.remove-layer:before{display:none}.map-wrap iframe,.map-wrap .mapBox,.map-wrap .mapBox>ymaps,.map-wrap .bx-yandex-map{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;width:100% !important;height:100% !important}@media screen and (max-width: 767px){.map-wrap{padding-top:370px;width:-webkit-calc(100% + 30px);width:-moz-calc(100% + 30px);width:calc(100% + 30px);margin:0 -15px}}body .ask-question .row{margin-right:-15px;margin-left:-15px}.ask-question{padding:0 0 64px}.ask-question .h1{display:table;border-top:3px solid #D60000;padding-top:56px}@media screen and (max-width: 991px){.ask-question .h1{padding-top:40px;font-size:36px;line-height:110%}.ask-question .h1 .subText{margin:0}}@media screen and (max-width: 767px){.ask-question{padding:0 0 48px}.ask-question .h1{padding-top:28px;width:100%;margin-bottom:16px}}.greyForm{background-color:#F4F4F4;padding:67px 64px 44px;margin-bottom:0}.greyForm select{-webkit-appearance:none;-moz-appearance:none;appearance:none}.greyForm.table-form{display:block}.greyForm.table-form font[color='red']{display:none}.greyForm.table-form tbody{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.greyForm.table-form tbody tr{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%;padding:0 15px}.greyForm.table-form tbody tr:nth-child(1){-webkit-box-flex:0;-webkit-flex:0 0 50%;-moz-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}@media screen and (max-width: 767px){.greyForm.table-form tbody tr:nth-child(1){-webkit-box-flex:0;-webkit-flex:0 0 100%;-moz-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.greyForm.table-form tbody tr:nth-child(2){-webkit-box-flex:0;-webkit-flex:0 0 50%;-moz-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}@media screen and (max-width: 767px){.greyForm.table-form tbody tr:nth-child(2){-webkit-box-flex:0;-webkit-flex:0 0 100%;-moz-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.greyForm.table-form tbody tr:nth-child(4){display:none}.greyForm.table-form tbody tr:nth-child(5){-webkit-box-flex:0;-webkit-flex:0 0 50%;-moz-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}@media screen and (max-width: 767px){.greyForm.table-form tbody tr:nth-child(5){-webkit-box-flex:0;-webkit-flex:0 0 100%;-moz-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.greyForm.table-form tbody tr:nth-child(5):before{content:'Защита от автоматического заполнения';width:100%;padding:0;border:none;font-size:16px;line-height:1;display:block;color:#000;margin-bottom:0}@media screen and (max-width: 767px){.greyForm.table-form tbody tr:nth-child(5):before{margin-bottom:4px;line-height:1.955}}.greyForm.table-form tbody tr:nth-child(5) td:nth-child(1){display:none}.greyForm.table-form tbody tr:nth-child(5) td:nth-child(2){margin-bottom:20px}@media screen and (max-width: 767px){.greyForm.table-form tbody tr:nth-child(5) td:nth-child(2){margin-bottom:15px}}.greyForm.table-form tbody tr:nth-child(6){-webkit-box-flex:0;-webkit-flex:0 0 50%;-moz-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}@media screen and (max-width: 767px){.greyForm.table-form tbody tr:nth-child(6){-webkit-box-flex:0;-webkit-flex:0 0 100%;-moz-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.greyForm.table-form tbody tr td{width:100%;padding:0;border:none;font-size:16px;line-height:1.955}.greyForm.table-form tbody tr td .inputtext{margin-top:4px;margin-bottom:20px;display:block;width:100%;height:53px;padding:12px 20px;font-size:14px;font-weight:400;line-height:1.955;color:#474747;background-color:#fff;background-clip:padding-box;border:1px solid #dcdcdc;border-radius:0;-webkit-transition:border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;transition:border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;-moz-transition:border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;transition:border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;transition:border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out}.greyForm.table-form tbody tr td .inputtext:hover{border-color:#5F5F5F}.greyForm.table-form tbody tr td .inputtext:focus{border-color:#0061D9}@media screen and (max-width: 767px){.greyForm.table-form tbody tr td .inputtext{margin-bottom:15px}}.greyForm.table-form tbody tr td .inputtextarea{outline:none;margin-top:4px;margin-bottom:20px;display:block;width:100%;height:106px;padding:12px 20px;font-size:14px;font-weight:400;line-height:1.955;color:#474747;background-color:#fff;background-clip:padding-box;border:1px solid #dcdcdc;border-radius:0;-webkit-transition:border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;transition:border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;-moz-transition:border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;transition:border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;transition:border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out}.greyForm.table-form tbody tr td .inputtextarea:hover{border-color:#5F5F5F}.greyForm.table-form tbody tr td .inputtextarea:focus{border-color:#0061D9}@media screen and (max-width: 767px){.greyForm.table-form tbody tr td .inputtextarea{margin-bottom:15px}}.greyForm.table-form tfoot{width:100%;display:block}.greyForm.table-form tfoot tr{width:100%;display:block;padding:0 15px}.greyForm.table-form tfoot tr th{display:block;padding:0}@media screen and (max-width: 767px){.greyForm.table-form{margin-left:-15px;margin-right:-15px}}.greyForm.feedback-form{display:block}.greyForm.feedback-form .inputfile{max-width:-webkit-calc(100vw - 72px);max-width:-moz-calc(100vw - 72px);max-width:calc(100vw - 72px)}.greyForm.feedback-form font[color='red']{display:none}.greyForm.feedback-form tbody{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.greyForm.feedback-form tbody tr{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%;padding:0 15px}.greyForm.feedback-form tbody tr:nth-child(2){-webkit-box-flex:0;-webkit-flex:0 0 50%;-moz-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}@media screen and (max-width: 767px){.greyForm.feedback-form tbody tr:nth-child(2){-webkit-box-flex:0;-webkit-flex:0 0 100%;-moz-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.greyForm.feedback-form tbody tr:nth-child(3){-webkit-box-flex:0;-webkit-flex:0 0 50%;-moz-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}@media screen and (max-width: 767px){.greyForm.feedback-form tbody tr:nth-child(3){-webkit-box-flex:0;-webkit-flex:0 0 100%;-moz-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.greyForm.feedback-form tbody tr:nth-child(4){-webkit-box-flex:0;-webkit-flex:0 0 50%;-moz-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}@media screen and (max-width: 767px){.greyForm.feedback-form tbody tr:nth-child(4){-webkit-box-flex:0;-webkit-flex:0 0 100%;-moz-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.greyForm.feedback-form tbody tr:nth-child(5){-webkit-box-flex:0;-webkit-flex:0 0 50%;-moz-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}@media screen and (max-width: 767px){.greyForm.feedback-form tbody tr:nth-child(5){-webkit-box-flex:0;-webkit-flex:0 0 100%;-moz-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.greyForm.feedback-form tbody tr:nth-child(6){-webkit-box-flex:0;-webkit-flex:0 0 50%;-moz-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}@media screen and (max-width: 767px){.greyForm.feedback-form tbody tr:nth-child(6){-webkit-box-flex:0;-webkit-flex:0 0 100%;-moz-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.greyForm.feedback-form tbody tr:nth-child(7){-webkit-box-flex:0;-webkit-flex:0 0 50%;-moz-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}@media screen and (max-width: 767px){.greyForm.feedback-form tbody tr:nth-child(7){-webkit-box-flex:0;-webkit-flex:0 0 100%;-moz-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.greyForm.feedback-form tbody tr:nth-child(9){margin-bottom:20px}.greyForm.feedback-form tbody tr:nth-child(9) td:first-child{margin-bottom:4px;font-size:18px}.greyForm.feedback-form tbody tr:nth-child(9) td:nth-child(2){display:block;width:100%;padding:12px 20px;color:#000;background-color:#fff;background-clip:padding-box;border:1px solid #dcdcdc}.greyForm.feedback-form tbody tr:nth-child(10){margin-bottom:20px}.greyForm.feedback-form tbody tr:nth-child(10) td:first-child{display:none}.greyForm.feedback-form tbody tr:nth-child(10) td:nth-child(2){position:relative;padding-left:16px}.greyForm.feedback-form tbody tr:nth-child(10) input{position:absolute;left:0;top:8px}@media screen and (max-width: 1199px){.greyForm.feedback-form tbody tr:nth-child(10) input{top:5px}}.greyForm.feedback-form tbody tr:nth-child(10) label{margin-left:4px;margin-bottom:0;line-height:1.4}.greyForm.feedback-form tbody tr:nth-child(11){display:none}.greyForm.feedback-form tbody tr:nth-child(12){-webkit-box-flex:0;-webkit-flex:0 0 50%;-moz-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}@media screen and (max-width: 767px){.greyForm.feedback-form tbody tr:nth-child(12){-webkit-box-flex:0;-webkit-flex:0 0 100%;-moz-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.greyForm.feedback-form tbody tr:nth-child(12):before{content:'Защита от автоматического заполнения';width:100%;padding:0;border:none;font-size:16px;display:block;color:#000;margin-bottom:0;line-height:31px;display:block}@media screen and (max-width: 767px){.greyForm.feedback-form tbody tr:nth-child(12):before{margin-bottom:4px;line-height:1.955}}.greyForm.feedback-form tbody tr:nth-child(12) td:nth-child(1){display:none}.greyForm.feedback-form tbody tr:nth-child(12) td:nth-child(2){margin-bottom:20px}@media screen and (max-width: 767px){.greyForm.feedback-form tbody tr:nth-child(12) td:nth-child(2){margin-bottom:15px}}.greyForm.feedback-form tbody tr:nth-child(13){-webkit-box-flex:0;-webkit-flex:0 0 50%;-moz-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}@media screen and (max-width: 767px){.greyForm.feedback-form tbody tr:nth-child(13){-webkit-box-flex:0;-webkit-flex:0 0 100%;-moz-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.greyForm.feedback-form tbody tr td{width:100%;padding:0;border:none;font-size:16px;line-height:1.955}.greyForm.feedback-form tbody tr td .inputtext,.greyForm.feedback-form tbody tr td .inputselect{margin-top:4px;margin-bottom:20px;display:block;width:100%;height:53px;padding:12px 20px;font-size:14px;font-weight:400;line-height:1.955;color:#474747;background-color:#fff;background-clip:padding-box;border:1px solid #dcdcdc;border-radius:0;-webkit-transition:border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;transition:border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;-moz-transition:border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;transition:border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;transition:border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;outline:none}.greyForm.feedback-form tbody tr td .inputtext:hover,.greyForm.feedback-form tbody tr td .inputselect:hover{border-color:#5F5F5F}.greyForm.feedback-form tbody tr td .inputtext:focus,.greyForm.feedback-form tbody tr td .inputselect:focus{border-color:#0061D9}@media screen and (max-width: 767px){.greyForm.feedback-form tbody tr td .inputtext,.greyForm.feedback-form tbody tr td .inputselect{margin-bottom:15px}}.greyForm.feedback-form tbody tr td .inputtextarea{outline:none;margin-top:4px;margin-bottom:20px;display:block;width:100%;height:106px;padding:12px 20px;font-size:14px;font-weight:400;line-height:1.955;color:#474747;background-color:#fff;background-clip:padding-box;border:1px solid #dcdcdc;border-radius:0;-webkit-transition:border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;transition:border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;-moz-transition:border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;transition:border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;transition:border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out}.greyForm.feedback-form tbody tr td .inputtextarea:hover{border-color:#5F5F5F}.greyForm.feedback-form tbody tr td .inputtextarea:focus{border-color:#0061D9}@media screen and (max-width: 767px){.greyForm.feedback-form tbody tr td .inputtextarea{margin-bottom:15px}}.greyForm.feedback-form tfoot{width:100%;display:block}.greyForm.feedback-form tfoot tr{width:100%;display:block;padding:0 15px}.greyForm.feedback-form tfoot tr th{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.greyForm.feedback-form tfoot tr th input[type='reset']{display:none}.greyForm.feedback-form tfoot tr th input[type='submit']{-webkit-box-ordinal-group:3;-webkit-order:2;-moz-box-ordinal-group:3;-ms-flex-order:2;order:2;color:#fff;background-color:#D60000;border:1px solid #D60000;display:inline-block;font-family:"GolosTextWebBold";font-weight:400;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:8px 32px;font-size:14px;line-height:190%;border-radius:0;transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out}.greyForm.feedback-form tfoot tr th input[type='submit']:hover{color:#fff;background-color:#b00000;border-color:#a30000}.greyForm.feedback-form tfoot tr th input[type='submit']:active{color:#fff;background-color:#a30000;border-color:#960000}@media screen and (max-width: 767px){.greyForm.feedback-form tfoot tr th input[type='submit']{width:100%}}@media screen and (max-width: 767px){.greyForm.feedback-form{margin-left:-15px;margin-right:-15px}}@media screen and (max-width: 1199px){.greyForm{padding:67px 32px 44px}}@media screen and (max-width: 991px){.greyForm{padding:32px}}@media screen and (max-width: 767px){.greyForm{padding:0;background-color:transparent}.greyForm .btn{width:100%}}.staff-lg-section{position:relative;padding:24px 0 56px}@media screen and (max-width: 767px){.staff-lg-section{padding:24px 0 24px}}.stafferLg{border:1px solid #D9D9DE;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:20px}.stafferLg .text-wrap{padding:40px 0;width:-webkit-calc(50% - 145px);width:-moz-calc(50% - 145px);width:calc(50% - 145px);margin:0 auto}.stafferLg .text-wrap:first-child{width:307px}.stafferLg .text-wrap:nth-child(2){width:380px;margin-left:0}.stafferLg .text-wrap a{color:#000}.stafferLg .text-wrap a:hover{color:#D60000}.stafferLg .img-wrap{width:290px;padding-top:248px;margin-left:auto}.stafferLg .stafferLg__name,.stafferLg .stafferLg__post{font-size:24px;margin-bottom:0;line-height:145.5%}.stafferLg:last-child{margin-bottom:0}@media screen and (max-width: 1199px){.stafferLg .text-wrap:first-child{width:300px}.stafferLg .text-wrap:nth-child(2){width:320px;margin-left:0}.stafferLg .stafferLg__name,.stafferLg .stafferLg__post{font-size:20px}.stafferLg .img-wrap{width:270px;padding-top:230px}}@media screen and (max-width: 991px){.stafferLg .text-wrap:first-child{width:240px}.stafferLg .text-wrap:nth-child(2){width:240px}.stafferLg .stafferLg__name,.stafferLg .stafferLg__post{font-size:19px}.stafferLg .img-wrap{width:200px;padding-top:168px}}@media screen and (max-width: 767px){.stafferLg{padding-bottom:50px;position:relative}.stafferLg h1{font-size:36px;line-height:110.5%}.stafferLg .img-wrap{-webkit-box-ordinal-group:2;-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1;width:100%;padding-top:85%;margin:0 auto 20px}.stafferLg .text-wrap{-webkit-box-ordinal-group:3;-webkit-order:2;-moz-box-ordinal-group:3;-ms-flex-order:2;order:2;width:100% !important;max-width:100%;padding:0 15px}.stafferLg .text-wrap:first-child{-webkit-box-ordinal-group:4;-webkit-order:3;-moz-box-ordinal-group:4;-ms-flex-order:3;order:3;font-size:16px}.stafferLg .text-wrap:nth-child(2){-webkit-box-ordinal-group:3;-webkit-order:2;-moz-box-ordinal-group:3;-ms-flex-order:2;order:2}.stafferLg .text-wrap:nth-child(2) a{position:absolute;bottom:18px;left:15px}.stafferLg .stafferLg__post{font-size:16px;margin:2px 0}}.staffMd-wrap{padding:48px 60px;border:1px solid #D9D9DE;margin-bottom:40px}.staffMd-wrap .pagination-wrap{margin-top:40px}.staffMd-wrap .pagination-wrap:last-child{margin-bottom:0}@media screen and (min-width: 992px){.staffMd-wrap.x-md-2{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.staffMd-wrap.x-md-2 .staffMd{width:50%}}@media screen and (max-width: 991px){.staffMd-wrap{padding:32px}}@media screen and (max-width: 767px){.staffMd-wrap{padding:0 16px;margin-bottom:32px}.staffMd-wrap .pagination-wrap{margin-top:32px}}.staffMd{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:20px 0;border-bottom:1px solid #D9D9D9}.staffMd:last-child{border-bottom:none}.staffMd__department{line-height:1.1;width:100%;font-size:20px}.staffMd__department.bold_title{font-weight:bold;font-size:24px}.staffMd__name{line-height:1.1;font-size:20px;margin-bottom:12px}.staffMd__post{line-height:1.1;font-size:18px;color:#7E7E7E;margin-bottom:12px}.staffMd__contact{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.staffMd__contact .item{margin-right:40px;margin-bottom:0}.staffMd__contact .item:last-child{margin-right:0}.staffMd__contact .item span{font-size:13px;color:#9C9C9C;width:100%;display:block;line-height:1.1;font-family:"GolosTextWebBold";margin-bottom:4px}.staffMd__contact .item a{font-size:16px;color:#000;display:block;line-height:1.1}.staffMd__contact .item a:hover{color:#D60000}.staffMd .img-wrap{width:114px;padding-top:98px;background:#FAFAFA;position:relative}.staffMd .text-wrap{width:-webkit-calc(100% - 114px);width:-moz-calc(100% - 114px);width:calc(100% - 114px);padding-left:24px}.staffMd .text-wrap:first-child{padding-left:0}@media screen and (max-width: 767px){.staffMd .staffMd__department{font-size:16px;margin-bottom:16px}.staffMd .staffMd__department.bold_title{font-size:18px}.staffMd .text-wrap{padding-left:16px}.staffMd .staffMd__name{font-size:16px;margin-bottom:4px}.staffMd .staffMd__post{font-size:14px;margin-bottom:0}.staffMd .staffMd__contact .item{margin-top:12px}}@media screen and (max-width: 575px){.staffMd{position:relative}.staffMd .img-wrap{margin-bottom:52px}.staffMd .staffMd__post{margin-bottom:52px}.staffMd .staffMd__contact{position:absolute;width:100%;left:0;bottom:20px;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.staffMd .staffMd__contact .item{max-width:inherit;margin-right:16px;margin-top:0;white-space:nowrap}.staffMd .staffMd__contact .item a{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.staffMd .staffMd__contact .item:last-child{max-width:-webkit-calc(100% - 140px);max-width:-moz-calc(100% - 140px);max-width:calc(100% - 140px);margin-right:0}}.list-document{border:1px solid #D9D9DE;padding:24px 60px 64px;width:100%}.list-document .item{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:24px 0;border-bottom:1px solid #D9D9D9;min-height:160px;position:relative}.list-document .item:last-child{margin-bottom:0;border-bottom:none}.list-document .ic-wrap{width:56px;height:56px}.list-document .ic-wrap img{max-width:100%;max-height:100%}.list-document .text-wrap{width:-webkit-calc(100% - 56px);width:-moz-calc(100% - 56px);width:calc(100% - 56px);padding-left:56px}.list-document .text-wrap .d-flex{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;margin:0}.list-document .text-wrap.d-flex{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.list-document .text-wrap .col-text{width:-webkit-calc(100% - 160px);width:-moz-calc(100% - 160px);width:calc(100% - 160px)}.list-document .list-document__link{font-size:20px;line-height:124%;margin:0 0 8px;display:block;color:#000}.list-document .list-document__link:hover{color:#D60000;text-decoration:none}.list-document .list-document__size{margin:0;font-size:18px;font-family:"GolosTextWebBold";color:#9A9A9A;max-width:-webkit-calc(100% - 150px);max-width:-moz-calc(100% - 150px);max-width:calc(100% - 150px)}.list-document .btn-link{padding:0;font-size:16px;text-decoration:none;color:#797979;font-family:"GolosTextWebRegular";line-height:35px;position:absolute;bottom:24px;right:0}.list-document .btn-link:hover{color:#D60000}@media screen and (max-width: 991px){.list-document{padding:24px 32px 32px}}@media screen and (max-width: 767px){.list-document{padding:0 16px}.list-document .item{min-height:150px;overflow:hidden}.list-document .text-wrap{padding-left:8px}.list-document .text-wrap .d-flex{display:block !important}.list-document .text-wrap .col-text{width:100%}.list-document .text-wrap .col-btn{width:-webkit-calc(100% + 64px);width:-moz-calc(100% + 64px);width:calc(100% + 64px);margin-top:8px;margin-left:-64px}.list-document .text-wrap .col-btn .btn{width:100%}.list-document .list-document__link{font-size:16px;margin-bottom:4px}.list-document .list-document__size{margin:0 0;width:100%;max-width:100%;font-size:14px;padding-left:8px}.list-document .btn-link{position:relative;left:-64px;width:-webkit-calc(100% + 64px);width:-moz-calc(100% + 64px);width:calc(100% + 64px);bottom:auto;right:auto;font-size:14px;line-height:124%;text-align:left}}.news-section{width:100%}.news-section .sideContent{-webkit-box-ordinal-group:2;-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1}.news-section .sideBar{-webkit-box-ordinal-group:3;-webkit-order:2;-moz-box-ordinal-group:3;-ms-flex-order:2;order:2}.sideBox{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.sideBox .sideContent{width:-webkit-calc(100% - 286px - 32px);width:-moz-calc(100% - 286px - 32px);width:calc(100% - 286px - 32px)}.sideBox .sideBar{width:286px;position:-webkit-sticky;position:sticky;top:8px}@media screen and (max-width: 991px){.sideBox .sideContent{width:-webkit-calc(100% - 260px - 24px);width:-moz-calc(100% - 260px - 24px);width:calc(100% - 260px - 24px)}.sideBox .sideBar{width:260px}}@media screen and (max-width: 767px){.sideBox .sideContent{width:100%;-webkit-box-ordinal-group:3;-webkit-order:2;-moz-box-ordinal-group:3;-ms-flex-order:2;order:2}.sideBox .sideBar{width:100%;-webkit-box-ordinal-group:2;-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1;position:relative}}.news-list-wrap{margin-bottom:40px}.news-list-wrap .items-row:first-child{padding-top:0}.news-list-wrap .show-more{margin-top:40px;margin-bottom:0}@media screen and (max-width: 767px){.news-list-wrap{margin-bottom:32px}.news-list-wrap .show-more{margin-top:32px;margin-bottom:0}}.news-list-wrap:last-child{margin-bottom:0}.news-list{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;border-bottom:1px solid #DBDBDB;width:100%;padding:40px 0}.news-list .img-wrap{width:192px;padding-top:0}.news-list .img-wrap.no-img:before{background-image:url("/local/templates/mzur/assets/css/../img/logo-MZUR.jpg");background-size:contain}.news-list .img-wrap img{position:relative}.news-list .text-wap{width:-webkit-calc(100% - 192px);width:-moz-calc(100% - 192px);width:calc(100% - 192px);padding-left:32px}.news-list .news-list__data{font-size:13px;line-height:16px;color:#A3A3A3;margin-bottom:8px;width:100%}.news-list .news-list__link{font-size:24px;line-height:29px;margin:0;color:#000;text-decoration:none;display:block;margin-bottom:12px}.news-list .news-list__link:hover{color:#D60000}.news-list .news-list__text{font-size:14px;line-height:17px;margin:0;width:100%}.news-list .news-item .static>img{max-width:50%}@media screen and (max-width: 991px){.news-list{padding:24px 0}.news-list .img-wrap{width:160px}.news-list .text-wap{width:-webkit-calc(100% - 192px);width:-moz-calc(100% - 192px);width:calc(100% - 192px);padding-left:16px}.news-list .news-list__link{font-size:18px;line-height:22px}}@media screen and (max-width: 575px){.news-list .img-wrap{width:100%;margin-bottom:16px}.news-list .img-wrap.no-img:before{background-image:url("/local/templates/mzur/assets/css/../img/logo-MZUR.jpg");background-size:contain}.news-list .text-wap{width:100%;padding:0}}.nav-box{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;list-style-type:none;border:1px solid #D9D9DE;background-color:#fff;padding:24px 0;margin-bottom:28px}.nav-box li{width:100%;margin:5px 0}.nav-box li a{padding-left:30px;font-size:14px;line-height:1.7;display:block;color:#000}.nav-box li a.active{color:#D60000;border-left:2px solid #D60000}@media screen and (max-width: 767px){.nav-box{margin-bottom:20px}}.filterPublication{background:#F4F4F4;padding:30px;margin-bottom:32px}.filterPublication .input-wrap{margin-bottom:0}@media screen and (max-width: 767px){.filterPublication{margin-bottom:32px}}.bx-filter.bx-blue{margin-bottom:0;font-family:"GolosTextWebRegular"}.bx-filter.bx-blue .btn{font-family:"GolosTextWebBold";font-weight:600;font-size:14px;line-height:14px;padding-left:16px;padding-right:16px}.bx-filter.bx-blue .row{margin-left:-15px !important;margin-right:-15px !important}.bx-filter.bx-blue .bx-filter-section{background-color:transparent;padding:0}.bx-filter.bx-blue .bx-filter-title{display:none}.bx-filter.bx-blue .bx-filter-parameters-box-title{display:none}.bx-filter.bx-blue .bx-filter-parameters-box-container-block{margin-bottom:8px}.bx-filter.bx-blue .bx-filter-parameters-box-container-block:last-child{margin-bottom:0}.bx-filter.bx-blue .bx-filter-input-container{position:relative}.bx-filter.bx-blue .bx-filter-input-container input{font-size:14px;padding:0 44px 0 14px;height:30px;border:1px solid #C1C1C1;border-radius:0;color:#000;font-family:"GolosTextWebRegular";background-image:url("/local/templates/mzur/assets/css/../img/calendar-gray-ic.svg");background-size:15px;background-position:-webkit-calc(100% - 15px) center;background-position:-moz-calc(100% - 15px) center;background-position:calc(100% - 15px) center;background-repeat:no-repeat}.bx-filter.bx-blue .bx-filter-input-container input::-webkit-input-placeholder{color:#000}.bx-filter.bx-blue .bx-filter-input-container input::-moz-placeholder{color:#000}.bx-filter.bx-blue .bx-filter-input-container input:-ms-input-placeholder{color:#000}.bx-filter.bx-blue .bx-filter-input-container input:-moz-placeholder{color:#000}.bx-filter.bx-blue .bx-filter-input-container .calendar-icon{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0}.bx-filter.bx-blue .bx-filter-parameters-box-container{padding-bottom:8px}.bx-filter.bx-blue .bx-filter-parameters-box-container:last-child{padding-bottom:0}.bx-filter.bx-blue .bx-filter-button-box .bx-filter-parameters-box-container{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.bx-filter.bx-blue .bx-filter-button-box .bx-filter-parameters-box-container .btn-link{-webkit-box-ordinal-group:2;-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1}.bx-filter.bx-blue .bx-filter-button-box .bx-filter-parameters-box-container .btn-themes{-webkit-box-ordinal-group:3;-webkit-order:2;-moz-box-ordinal-group:3;-ms-flex-order:2;order:2}.bx-filter.bx-blue .btn-themes{background-color:#D60000;border-color:#D60000}.bx-filter.bx-blue .btn-themes:hover{background-color:#b00000;border-color:#a30000}.bx-filter.bx-blue .btn-link{color:#D60000}.bx-filter.bx-blue .btn-link:hover{color:#b00000}.events-section{padding:48px 0}.events-section.bg-secondary{background:#F5F5F5 !important;padding:70px 0}@media screen and (max-width: 767px){.events-section.bg-secondary{padding:32px 0}.events-section.bg-secondary .eventsList li:last-child{border-bottom:none;padding-bottom:0}}@media screen and (max-width: 767px){.events-section{padding:32px 0}.events-section h2,.events-section .h2{margin-bottom:-8px;font-size:36px;line-height:43px}}.eventsList{list-style-type:none;padding:0;margin:0}.eventsList li{padding:38px 0 40px;border-bottom:1px solid #DBDBDB}.eventsList .eventsList__data{font-size:13px;line-height:16px;margin-bottom:8px;width:100%}.eventsList .eventsList__link{font-size:24px;line-height:29px;display:table;margin:0;color:#000;text-decoration:none}.eventsList .eventsList__link:hover{color:#D60000}@media screen and (max-width: 767px){.eventsList li{padding:32px 0}.eventsList .eventsList__data{font-size:13px;line-height:16px}.eventsList .eventsList__link{font-size:18px;line-height:22px}}.news-calendar{margin-top:56px}.news-calendar .NewsCalMonthNav[align="right"]{display:none}.news-calendar .NewsCalMonthNav{border:none;padding:0;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.news-calendar .NewsCalMonthNav a{font-size:0;width:28px;height:28px;background-repeat:no-repeat;background-size:contain;background-position:center;display:inline-block;vertical-align:middle}.news-calendar .NewsCalMonthNav a:first-child{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);background-image:url("/local/templates/mzur/assets/css/../img/arr-black-calendar.svg")}@media screen and (min-width: 768px){.news-calendar .NewsCalMonthNav a:first-child:hover{background-image:url("/local/templates/mzur/assets/css/../img/arr-red-calendar.svg")}}.news-calendar .NewsCalMonthNav a:last-child{background-image:url("/local/templates/mzur/assets/css/../img/arr-black-calendar.svg")}@media screen and (min-width: 768px){.news-calendar .NewsCalMonthNav a:last-child:hover{background-image:url("/local/templates/mzur/assets/css/../img/arr-red-calendar.svg")}}.news-calendar .NewsCalMonthNav select{display:none}.news-calendar .NewsCalMonthName{margin:0;font-size:26px;line-height:92%;border-bottom:3px dashed #8B8B8B;padding:10px 0}@media screen and (max-width: 767px){.news-calendar{-webkit-box-shadow:0px 0px 7px 0px rgba(0,0,0,0.4);box-shadow:0px 0px 7px 0px rgba(0,0,0,0.4);padding:24px 0 20px;margin:32px 15px 0;overflow:hidden;margin-bottom:48px}.news-calendar .container{max-width:100%;padding:0 24px}.news-calendar .NewsCalMonthName{margin:0;font-size:16px;line-height:24px;border-bottom:none;padding:0}.news-calendar .NewsCalMonthNav a{background-size:12px}.news-calendar .NewsCalMonthNav a:first-child{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);background-image:url("/local/templates/mzur/assets/css/../img/arr-black.svg")}.news-calendar .NewsCalMonthNav a:last-child{background-image:url("/local/templates/mzur/assets/css/../img/arr-black.svg")}}.NewsCalTable{border:none;outline:3px solid #fff;outline-offset:-2px;margin-top:48px;border-bottom:3px solid #e5e5e5;margin-bottom:75px}.NewsCalTable tr{border-color:#E5E5E5}.NewsCalTable td{border-color:#E5E5E5;background-color:#fff;position:relative;text-align:center;font-size:20px;line-height:195.5%;color:#333;padding:35px 12px;vertical-align:middle}.NewsCalTable .NewsCalHeader{text-align:center;font-size:18px;line-height:195.5%;color:#333;padding:10px 12px 15px}.NewsCalTable .flex-wrap{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.NewsCalTable .flex-wrap span{margin:auto}.NewsCalTable .flex-wrap .NewsCalNews{font-size:12px;line-height:92%;text-align:left;width:100%;-webkit-box-ordinal-group:3;-webkit-order:2;-moz-box-ordinal-group:3;-ms-flex-order:2;order:2}.NewsCalTable .flex-wrap .NewsCalNews a{color:#333}.NewsCalTable .flex-wrap .NewsCalNews+span{margin-top:-18px;margin-left:auto;margin-right:0;display:block;border-radius:100%;width:33px;height:33px;background:#D60000;color:#fff;font-size:20px;line-height:33px;text-align:center;-webkit-box-ordinal-group:2;-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1}@media screen and (max-width: 1199px){.NewsCalTable td{padding:24px 8px}}@media screen and (max-width: 767px){.NewsCalTable{margin:0;width:100%;max-width:100%;border:none}.NewsCalTable tr{border:none}.NewsCalTable td{font-size:14px;line-height:22px;font-family:"GolosTextWebMedium";border:none;padding:5px}.NewsCalTable .NewsCalHeader{font-size:0;padding:10px 0 15px}.NewsCalTable .NewsCalHeader:before{font-size:10px;line-height:16px;font-family:"GolosTextWebBold";letter-spacing:1.5px;text-transform:uppercase;color:#333}.NewsCalTable .NewsCalHeader:nth-child(1):before{content:'ПН'}.NewsCalTable .NewsCalHeader:nth-child(2):before{content:'ВТ'}.NewsCalTable .NewsCalHeader:nth-child(3):before{content:'СР'}.NewsCalTable .NewsCalHeader:nth-child(4):before{content:'ЧТ'}.NewsCalTable .NewsCalHeader:nth-child(5):before{content:'ПТ'}.NewsCalTable .NewsCalHeader:nth-child(6):before{content:'СБ'}.NewsCalTable .NewsCalHeader:nth-child(7):before{content:'ВС'}.NewsCalTable .flex-wrap .NewsCalNews{display:none}.NewsCalTable .flex-wrap .NewsCalNews+span{margin:-5px auto;width:32px;height:32px;font-size:14px;font-family:"GolosTextWebMedium";letter-spacing:0.22px;line-height:32px}}.sideBar .news-feed{border:1px solid #D9D9DE;padding:0 30px}.sideBar .news-feed .go-to-section{padding:24px 0}.sideBar .news-feed .go-to-section+.item{border-top:none;padding-top:0}.sideBar .news-feed .item{padding-right:0;padding-left:0}.sideBar .news-feed .item a{color:#000}.sideBar .news-feed .item a span{display:block}.sideBar .news-feed .item .img-wrap{padding-top:27%}@media screen and (max-width: 991px){.sideBar .news-feed{padding:0 15px}}.nav-map .d-flex{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.nav-map .d-flex .map-wrap{width:-webkit-calc(100% - 383px - 32px);width:-moz-calc(100% - 383px - 32px);width:calc(100% - 383px - 32px);padding-top:480px}.nav-map .d-flex .nav-box{display:block;min-height:480px;width:383px;margin-left:auto;margin-bottom:0}.nav-map .d-flex .nav-box li{color:#000;margin:0}.nav-map .d-flex .nav-box li:hover{color:#D60000}.nav-map .d-flex .nav-box li .btn-link{font-size:14px;color:inherit;font-family:"GolosTextWebRegular";line-height:1.7;padding:0;background-color:transparent;outline:none;padding-left:43px;padding-right:8px;position:relative;text-align:left;-webkit-box-shadow:none;box-shadow:none}.nav-map .d-flex .nav-box li .btn-link:before{content:'';background-color:#000;position:absolute;top:10px;border-radius:100%;width:4px;height:4px;left:30px;margin:auto}.nav-map .d-flex .nav-box li .btn-link.active{color:#D60000}.nav-map .d-flex .nav-address{width:100%;min-width:100%;padding:0;margin:48px 0 0;max-width:426px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.nav-map .d-flex .nav-address:last-child{margin-bottom:96px}.nav-map .d-flex .nav-address li{width:-webkit-calc(50% - 8px);width:-moz-calc(50% - 8px);width:calc(50% - 8px);max-width:426px}.nav-map .d-flex .nav-address li .btn{margin:8px 0}@media screen and (max-width: 991px){.nav-map .d-flex .map-wrap{width:-webkit-calc(100% - 280px - 16px);width:-moz-calc(100% - 280px - 16px);width:calc(100% - 280px - 16px);padding-top:480px}.nav-map .d-flex .nav-box{min-height:480px;width:280px;margin-bottom:24px}.nav-map .d-flex .nav-box li{margin-bottom:2px}.nav-map .d-flex .nav-box li .btn-link{padding-left:24px;line-height:1.2}.nav-map .d-flex .nav-box li .btn-link:before{top:6px;left:8px}}@media screen and (max-width: 767px){.nav-map .d-flex .map-wrap{width:100%;padding-top:73%;margin:0 auto 24px}.nav-map .d-flex .nav-box{min-height:auto;width:100%}.nav-map .d-flex .nav-box li .btn-link{font-size:13px}.nav-map .d-flex .nav-address{width:100%;padding:0;margin:0;max-width:100%}.nav-map .d-flex .nav-address:last-child{margin-bottom:64px}.nav-map .d-flex .nav-address:nth-child(even){margin-left:0}.nav-map .d-flex .nav-address li{width:100%;max-width:100%}}.sub-chief-phone-wrap{margin-bottom:4px}.sub-chief-phone-wrap a{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:14px;color:#000;position:relative;padding-left:32px}.sub-chief-phone-wrap a:hover{color:#D60000}.sub-chief-phone-wrap a img{width:24px;position:absolute;left:0;top:0;bottom:0;margin:auto}.sub-chief-phone-wrap a .chief-whatsapp-number{margin-right:3px}.nav-address li{list-style-type:none;border-bottom:1px solid #D9D9DE;padding:4px 0 5px}.nav-address li .btn-link{font-size:14px;color:inherit;font-family:"GolosTextWebRegular";line-height:1.7;padding:0;background-color:transparent;outline:none;position:relative;text-align:left;-webkit-box-shadow:none;box-shadow:none}.nav-address li .btn-link:hover,.nav-address li .btn-link .active{color:#D60000}.nav-address li .buttonSa{display:inline-block;vertical-align:middle}.nav-address li .buttonSa .btn.btn-primary{background-color:transparent;color:#D60000}.nav-address li .buttonSa .btn.btn-primary:hover{background-color:#D60000;color:#fff !important}.modal-address .modal-body{padding:32px}.modal-address .modal-body h5,.modal-address .modal-body .h5{margin-top:20px}.modal-address .modal-body h5:first-of-type,.modal-address .modal-body .h5:first-of-type{margin-top:0}.modal-address .modal-body p,.modal-address .modal-body a{line-height:1.4;font-size:16px;margin-bottom:4px;display:table}@media screen and (max-width: 575px){.modal-address .modal-body{padding:24px !important}}.syncing-wrap .owl-carousel.owl-syncing{margin-bottom:20px}.syncing-wrap .owl-carousel.owl-syncing *{-webkit-transition:0s;-moz-transition:0s;transition:0s}.syncing-wrap .owl-carousel.owl-syncing .owl-nav button{outline:none;position:absolute;top:0;bottom:0;margin:auto;width:44px;height:44px;border:1px solid #D60000;background-color:#D60000;background-repeat:no-repeat;background-size:contain;background-position:center;background-image:url("/local/templates/mzur/assets/css/../img/arr-white.svg");background-size:14px}.syncing-wrap .owl-carousel.owl-syncing .owl-nav button.disabled{border:1px solid #FFFFFF;background-color:transparent}.syncing-wrap .owl-carousel.owl-syncing .owl-nav button span{font-size:0}.syncing-wrap .owl-carousel.owl-syncing .owl-nav button.owl-prev{left:24px;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.syncing-wrap .owl-carousel.owl-syncing .owl-nav button.owl-next{right:24px}@media screen and (max-width: 767px){.syncing-wrap .owl-carousel.owl-syncing .owl-nav button{background-size:10px;width:30px;height:30px}.syncing-wrap .owl-carousel.owl-syncing .owl-nav button.owl-prev{left:12px}.syncing-wrap .owl-carousel.owl-syncing .owl-nav button.owl-next{right:12px}}.syncing-wrap .owl-carousel.owl-syncing .img-wrap{padding-top:49%;display:block}@media screen and (max-width: 575px){.syncing-wrap .owl-carousel.owl-syncing .img-wrap{padding-top:77%}}.syncing-wrap .owl-carousel.owl-syncing-nav .img-wrap{padding-top:74%;display:block}@media screen and (max-width: 575px){.syncing-wrap .owl-carousel.owl-syncing-nav .img-wrap{padding-top:70%}}.syncing-wrap img{display:block}.syncing-wrap a{-webkit-box-shadow:none;box-shadow:none;outline:none}.banner-section{padding:32px 0}.banner-section .owl-carousel.owl-banner .owl-nav button{width:42px;height:42px;background-repeat:no-repeat;background-size:contain;background-position:center;background-image:url("/local/templates/mzur/assets/css/../img/arr-owl.svg");display:block;outline:none}.banner-section .owl-carousel.owl-banner .owl-nav button.disabled{opacity:.4}.banner-section .owl-carousel.owl-banner .owl-nav button.owl-prev{position:absolute;top:0;bottom:0;margin:auto;right:-webkit-calc(100% + 16px);right:-moz-calc(100% + 16px);right:calc(100% + 16px);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.banner-section .owl-carousel.owl-banner .owl-nav button.owl-next{position:absolute;top:0;bottom:0;margin:auto;left:-webkit-calc(100% + 16px);left:-moz-calc(100% + 16px);left:calc(100% + 16px)}.banner-section .owl-carousel.owl-banner .owl-nav button span{font-size:0}@media screen and (max-width: 1300px){.banner-section .owl-carousel.owl-banner{padding-right:32px;padding-left:32px}.banner-section .owl-carousel.owl-banner .owl-nav button.owl-next{left:-webkit-calc(100% - 24px);left:-moz-calc(100% - 24px);left:calc(100% - 24px)}.banner-section .owl-carousel.owl-banner .owl-nav button.owl-prev{right:-webkit-calc(100% - 24px);right:-moz-calc(100% - 24px);right:calc(100% - 24px)}}@media screen and (max-width: 575px){.banner-section .owl-carousel.owl-banner{padding-right:0;padding-left:0}.banner-section .owl-carousel.owl-banner .owl-nav{display:none}}@media screen and (max-width: 575px){.banner-section{padding:16px 0}}.section-picture{position:relative;padding:93px 0;margin-bottom:80px}.section-picture img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media screen and (min-width: 1199px){.section-picture img{-o-object-position:right;object-position:right}}.section-picture .text-wrap{z-index:2;position:relative;max-width:680px}.section-picture .text-wrap h1,.section-picture .text-wrap .h1{line-height:140%;margin:0 0 16px}.section-picture .text-wrap p{font-size:20px;line-height:140%;margin-bottom:24px}@media screen and (max-width: 767px){.section-picture{padding:48px 0 63px;margin-bottom:40px}.section-picture .text-wrap{text-align:center}.section-picture .text-wrap .btn{width:100%;max-width:400px}.section-picture .text-wrap ul{text-align:left}}.answers-section{margin-bottom:96px}.answers-section .h4{font-size:24px;margin-bottom:32px}.answers-section .h4.bold{font-weight:bold}.answers-section .h1{margin-bottom:130px}@media screen and (max-width: 767px){.answers-section{margin-bottom:48px}.answers-section .h4{font-size:20px}.answers-section .h1{margin-bottom:40px}.answers-section .mb-5{margin-bottom:40px !important}}body .owl-carousel.owl-text{padding-bottom:62px}body .owl-carousel.owl-text .item{padding:0 110px}body .owl-carousel.owl-text .item p:last-child{margin-bottom:0}body .owl-carousel.owl-text .owl-nav button{outline:none;position:absolute;top:0;bottom:62px;margin:auto;width:44px;height:44px;border:1px solid #D60000;background-color:#D60000;background-repeat:no-repeat;background-position:center;background-image:url(/local/templates/mzur/assets/css/../img/arr-white.svg);background-size:14px}body .owl-carousel.owl-text .owl-nav button.disabled{border:1px solid #B4B4B4;background-color:transparent;background-image:url(/local/templates/mzur/assets/css/../img/arr-grey.svg)}body .owl-carousel.owl-text .owl-nav button span{display:none;opacity:0}body .owl-carousel.owl-text .owl-nav button.owl-prev{left:0;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}body .owl-carousel.owl-text .owl-nav button.owl-next{right:0}body .owl-carousel.owl-text .owl-dots{bottom:0;position:absolute;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}body .owl-carousel.owl-text .owl-dots .owl-dot{width:9px;min-width:9px;height:9px;min-height:9px;border-radius:100%;background:#C4C4C4;margin:0 6px;outline:none}body .owl-carousel.owl-text .owl-dots .owl-dot.active{background:#D60000}@media screen and (max-width: 767px){body .owl-carousel.owl-text{padding-bottom:0}body .owl-carousel.owl-text .item{padding:0}body .owl-carousel.owl-text .owl-dots{margin-top:18px;padding:0 54px;position:relative;height:44px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}body .owl-carousel.owl-text .owl-dots .owl-dot{margin:6px 6px}body .owl-carousel.owl-text .owl-nav button{top:auto;bottom:0;margin:auto;z-index:5}}.table-section{margin-bottom:104px}.table-section .scroll{overflow:auto;max-width:100%}@media screen and (max-width: 767px){.table-section{margin-bottom:0}.table-section .scroll{overflow:inherit}.table-section .tablePrimary{display:block;min-width:auto}.table-section .tablePrimary thead{display:none}.table-section .tablePrimary tbody{display:block}.table-section .tablePrimary tbody tr{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin:0 -15px;width:-webkit-calc(100% + 30px);width:-moz-calc(100% + 30px);width:calc(100% + 30px);padding:20px 15px}.table-section .tablePrimary tbody tr td{display:block;line-height:147.5%;font-size:16px;padding:10px 0}.table-section .tablePrimary tbody tr td:nth-child(2){margin-left:auto;max-width:-webkit-calc(100% - 70px);max-width:-moz-calc(100% - 70px);max-width:calc(100% - 70px);text-align:right}.table-section .tablePrimary tbody tr td:nth-child(3){width:100%;text-align:right;padding-left:55%;position:relative}.table-section .tablePrimary tbody tr td:nth-child(3):before{content:'Вид обследования';font-family:"GolosTextWebBold";font-size:16px;line-height:1.2;text-align:left;max-width:50%;position:absolute;left:0;top:0;bottom:0;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.table-section .tablePrimary tbody tr td:nth-child(4){width:100%;text-align:right;padding-left:55%;position:relative}.table-section .tablePrimary tbody tr td:nth-child(4):before{content:'Для кого?';font-family:"GolosTextWebBold";font-size:16px;line-height:1.2;text-align:left;max-width:50%;position:absolute;left:0;top:0;bottom:0;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.table-section .tablePrimary tbody tr td:nth-child(5){width:100%;text-align:right;padding-left:55%;position:relative}.table-section .tablePrimary tbody tr td:nth-child(5):before{content:'Рекомендации по подготовке к обследованию';font-family:"GolosTextWebBold";font-size:16px;line-height:1.2;text-align:left;max-width:50%;position:absolute;left:0;top:0;bottom:0;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.table-section .tablePrimary.dispensary-table tbody tr td:nth-child(3):before{content:'Перечень специалистов'}.table-section .tablePrimary.dispensary-table tbody tr td:nth-child(4):before{content:'Контролируемые показатели';font-family:"GolosTextWebBold";font-size:16px;line-height:1.2;text-align:left;max-width:50%;position:absolute;left:0;top:0;bottom:0;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.table-section .tablePrimary.dispensary-table tbody tr td:nth-child(5):before{content:'Периодичность обследования'}}.tablePrimary{min-width:800px}.tablePrimary strong{font-weight:normal;font-family:"GolosTextWebBold"}.tablePrimary img{max-width:60px;display:inline-block;vertical-align:middle}.tablePrimary img ~ strong{display:inline-block;vertical-align:middle}.tablePrimary td{border:none}.tablePrimary tr:nth-child(even){background-color:#F8F8F8}.tablePrimary .w-25{width:25%}@media screen and (max-width: 767px){.tablePrimary{margin:0}.tablePrimary td{padding:24px 15px}}.testing-section{background:#F4F4F4;text-align:center;padding:80px 0 96px;margin-bottom:96px}.testing-section h1,.testing-section .h1{margin-bottom:12px}.testing-section .text{font-size:20px;margin-bottom:48px}.testing-section form{background-color:#2D2D2D;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:28px 50px}.testing-section form p{margin:0;font-size:20px;line-height:24px}.testing-section form input,.testing-section form select{-webkit-appearance:none;outline:none;width:605px;height:65px;padding:0 32px;font-weight:500;font-size:14px;line-height:17px;cursor:pointer;background-color:#fff}@media screen and (max-width: 1199px){.testing-section form input,.testing-section form select{width:420px}}@media screen and (max-width: 991px){.testing-section form{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.testing-section form input,.testing-section form select{width:100%}.testing-section form p{width:100%;margin-bottom:24px}}@media screen and (max-width: 767px){.testing-section{padding:32px 0 48px;margin-bottom:48px}.testing-section .text{margin-bottom:16px;line-height:147.5%}.testing-section form{padding:32px 15px 40px}.testing-section form input,.testing-section form select{padding:0 16px}}.address-section{position:relative;margin-bottom:114px}.address-section .h2{max-width:1221px;margin-left:auto;margin-right:auto;margin-bottom:40px}.address-section .mob-show{display:none}.address-section .mob-show .show-more{margin:30px 0 0}@media screen and (max-width: 767px){.address-section{margin-bottom:40px}.address-section .mob-show{display:block}}.map-address{position:relative;width:100%;background-color:#f1f1f1;padding-top:564px;margin-bottom:35px}.map-address .mapBox{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.map-address .mapBox ~ ymaps{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}@media screen and (max-width: 767px){.map-address{padding-top:420px;margin-bottom:0}}.map-address.remove-layer:before{display:none}.map-address:hover:before{opacity:1}.map-address:before{content:"Нажмите, чтобы разрешить изменение масштаба карты";position:absolute;top:0px;left:0px;width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;opacity:0;z-index:999;background:rgba(0,0,0,0.4);font-size:20px;color:#fff;text-align:center}.table-address .tr{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;border-bottom:1px solid #C5C5C5;padding:40px 0}.table-address .tr .td{width:25%;padding:0 12px}.table-address .tr .td:first-child{padding-left:0}.table-address .tr .td:last-child{padding-right:0}.table-address .tr .td p{display:block;margin:0;font-size:18px;line-height:147.5%}.table-address .tr .td a{font-size:18px;line-height:147.5%;display:table;text-decoration:underline}.table-address .tr .td a:hover{text-decoration:none}.table-address .tr .td a.black{color:#000;text-decoration:none}.table-address .tr .td a.black:hover{text-decoration:underline}@media screen and (max-width: 1199px){.table-address .tr{padding:32px 0}.table-address .tr .td a,.table-address .tr .td p{font-size:16px}}@media screen and (max-width: 767px){.table-address.open-all .tr{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.table-address .tr{display:none}.table-address .tr:nth-child(1),.table-address .tr:nth-child(2),.table-address .tr:nth-child(3),.table-address .tr:nth-child(4){display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.table-address .tr .td{width:50%}.table-address .tr .td:first-child{padding-left:12px}.table-address .tr .td:last-child{padding-right:12px}.table-address .tr .td:nth-child(1),.table-address .tr .td:nth-child(2){margin-bottom:16px}}@media screen and (max-width: 575px){.table-address .tr{padding:24px 0}.table-address .tr .td{width:100%;padding-left:0 !important;padding-right:0 !important}.table-address .tr .td:nth-child(1){margin-bottom:8px}.table-address .tr .td:nth-child(1) p{font-family:'GolosTextWebMedium';font-size:18px;line-height:147.5%}.table-address .tr .td:nth-child(2){margin-bottom:8px}.table-address .tr .td:nth-child(3){margin-bottom:8px}.table-address .tr .td:nth-child(4){margin-bottom:0}.table-address .tr .td:nth-child(4) a{margin-top:8px;font-size:18px}}.step-section{margin-bottom:64px}@media screen and (max-width: 767px){.step-section{margin-bottom:48px}.step-section .btn{width:100%;max-width:400px}}.stepOl{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;counter-reset:item;list-style-type:none;padding:0;max-width:880px;margin:0 auto 8px}.stepOl li{width:33.33%;max-width:222px;list-style:none;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin:40px 0;position:relative}.stepOl li:nth-child(3n):after{display:none}.stepOl li:nth-child(6) p{max-width:100%}.stepOl li:before{content:counter(item, decimal-leading-zero) " ";counter-increment:item;font-size:32px;line-height:38px;font-family:'GolosTextWebMedium';font-weight:500;margin-right:12px}.stepOl li:after{content:'';display:block;position:absolute;top:12px;right:-15%;width:100px;height:19px;background-repeat:no-repeat;background-size:contain;background-position:center;background-image:url("/local/templates/mzur/assets/css/../img/long-arrow.svg")}.stepOl li img{max-width:60px}.stepOl li p{max-width:185px;margin:0;width:100%;font-size:16px;line-height:19px}.stepOl li .text-wrap{width:100%;margin-top:18px}@media screen and (max-width: 767px){.stepOl{margin:0 auto 12px}.stepOl li{width:100%;max-width:50%;text-align:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:18px 0}.stepOl li:after{display:none}.stepOl li p{margin:auto}.stepOl li .text-wrap{margin-top:12px}}@media screen and (max-width: 575px){.stepOl li{max-width:100%}.stepOl li p{max-width:100%}}.header-min .wrap-fix{position:fixed;z-index:10;top:0;left:0;width:100%;background:#fff}.header-min .wrap-fix.fix{border-bottom:1px solid #f4f4f4}.header-min .wrap-fix.fix .header-wrap{display:none}@media screen and (max-width: 767px){.header-min{height:auto !important}.header-min .wrap-fix{position:relative;border-bottom:none !important}}.header-wrap{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:24px 0 0}.header-wrap .logo{display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-right:auto}.header-wrap .logo .logo__ic{margin:0 20px 0 0;width:72px;height:74px;background-repeat:no-repeat;background-size:contain;background-position:center;background-image:url("/local/templates/mzur/assets/css/../img/logo.svg");font-size:0;display:block}.header-wrap .logo .logo__text{font-size:14px;line-height:17px;font-family:"GolosTextWebBold";color:#000;max-width:234px}.header-wrap .tel-h{font-size:26px;line-height:85.5%;margin-right:32px;color:#000}.header-wrap .tel-h:hover{color:#D60000}@media screen and (max-width: 1199px){.header-wrap .logo .logo__ic{width:50px;height:50px;margin:0 8px 0 0}.header-wrap .logo .logo__text{font-size:12px;max-width:200px}.header-wrap .tel-h{font-size:18px;margin-right:16px}}@media screen and (max-width: 991px){.header-wrap .logo .logo__ic{width:32px;height:32px;margin:0 8px 0 0}.header-wrap .logo .logo__text{font-size:12px;max-width:150px;line-height:1}}@media screen and (max-width: 767px){.header-wrap{padding:24px 0;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.header-wrap .logo .logo__ic{width:43px;height:44px;margin-right:8px}.header-wrap .logo .logo__text{font-size:14px;line-height:100%;max-width:240px}.header-wrap .btn{margin:16px auto 0}.header-wrap .tel-h{margin-right:0}}@media screen and (max-width: 575px){.header-wrap .logo{margin:auto}.header-wrap .logo .logo__ic{width:72px;height:72px;margin-right:20px}.header-wrap .logo .logo__text{line-height:17px}.header-wrap .tel-h{width:100%;margin-top:12px;text-align:center}}.nav-anchor{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;list-style-type:none;padding:0;margin:0}.nav-anchor li{position:relative;padding:24px 0}.nav-anchor li a{font-size:14px;line-height:17px;color:#767686;padding:8px 0}.nav-anchor li a.active{font-family:"GolosTextWebBold";color:#282848}.nav-anchor li a.active:before{content:'';width:102px;height:4px;background:#D60000;display:block;bottom:0;position:absolute;left:0}@media screen and (max-width: 991px){.nav-anchor li a{font-size:12px}}@media screen and (max-width: 767px){.nav-anchor{display:none}}footer.footer-min{padding:66px 0 0}footer.footer-min .logo{margin-left:0}footer.footer-min .bottom-f{margin-top:66px}@media screen and (max-width: 767px){footer.footer-min{padding:33px 0 0}footer.footer-min .logo{margin:0 auto 32px}footer.footer-min .bottom-f{margin-top:0}}.questionnaire-section{padding:60px 0}.questionnaire-section h1{margin-bottom:24px}.questionnaire-section .wrap-btn{text-align:center;margin-top:32px}.questionnaire-section .wrap-input{position:relative}.questionnaire-section .wrap-input h3{font-size:24px;line-height:125.5%;margin-bottom:20px;min-height:60px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-webkit-align-items:flex-end;-moz-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.questionnaire-section .wrap-input.opacity:before{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:.5;background-color:#fff;content:'';z-index:1}@media screen and (max-width: 1199px){.questionnaire-section .wrap-input h3{font-size:20px;min-height:50px}}@media screen and (max-width: 991px){.questionnaire-section .wrap-input h3{font-size:16px}}@media screen and (max-width: 767px){.questionnaire-section .wrap-input{margin-bottom:30px}.questionnaire-section .wrap-input h3{font-size:24px;line-height:125.5%;height:auto;min-height:auto}.questionnaire-section .wrap-btn{margin-top:0}}.radio-wrap{margin-bottom:16px}.radio-wrap input{display:none}.radio-wrap input:checked ~ label .circle:before{opacity:1}.radio-wrap label{padding:16px 22px;background:#F0F0F0;cursor:pointer;margin-bottom:0;font-size:20px;line-height:116%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;min-height:80px}.radio-wrap label .circle{content:'';width:24px;min-width:24px;height:24px;border-radius:100%;border:1px solid #000000;margin-right:10px;position:relative}.radio-wrap label .circle:before{content:'';opacity:0;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;width:10px;height:10px;border-radius:100%;background-color:#D60000;-webkit-transition:.2s;-moz-transition:.2s;transition:.2s;margin:auto}.programs-wrap{padding-top:56px;padding-bottom:56px;max-width:530px !important;margin:auto}.programs-wrap h2,.programs-wrap .h2{line-height:125%;margin-bottom:8px}.programs-wrap .text-red{font-size:26px;line-height:195.5%;margin:0;color:#D60000;font-family:"GolosTextWebBold";margin-bottom:8px}.programs-wrap .btn{width:100%;max-width:300px;margin-bottom:32px}.programs-wrap .bold{font-family:"GolosTextWebBold"}@media screen and (max-width: 767px){.programs-wrap h2,.programs-wrap .h2{font-size:24px}.programs-wrap .text-red{font-size:20px;line-height:1.2;margin-bottom:14px}.programs-wrap .btn{margin-bottom:24px}}body table.title-search-result tr.title-search-selected td,body table.title-search-result tr.title-search-selected a,body table.title-search-result tr.title-search-selected td.title-search-more a{background-color:transparent !important}body .title-search-result{border:none !important;background-color:#fff;padding:30px 0;-webkit-box-shadow:0px 4px 40px rgba(0,0,0,0.15);box-shadow:0px 4px 40px rgba(0,0,0,0.15)}body .title-search-result td.title-search-item a{white-space:normal;line-height:1.1}@media screen and (max-width: 1199px){body .title-search-result{padding:10px 0}}@media screen and (max-width: 767px){body .title-search-result{padding:0;min-width:-webkit-calc(100vw - 30px);min-width:-moz-calc(100vw - 30px);min-width:calc(100vw - 30px);left:15px !important}}body .title-search-result .scroll{padding:0 40px;overflow:auto;max-height:680px}@media screen and (max-width: 1199px){body .title-search-result .scroll{padding:0 10px}}@media screen and (max-width: 767px){body .title-search-result .scroll{max-height:480px;padding:0}}@media screen and (max-width: 360px){body>.title-search-result{width:100vw !important;margin-left:-15px}}.title-search-result.guide-result{max-width:100%;width:100%;padding:0;-webkit-box-shadow:none;box-shadow:none;margin-bottom:0}.title-search-result.guide-result tr td{background-color:transparent !important}.title-search-result.guide-result ~ .title-search-fader{display:none}.title-search-result.guide-result .title-search-item{padding:10px 0 10px 0;border-top:1px solid #D9D9D9;border-bottom:1px solid #D9D9D9}@media screen and (max-width: 767px){.title-search-result.guide-result .title-search-item{padding:10px}}.title-search-result.guide-result .title-search-item .search-department{font-size:16px;line-height:113%;margin-bottom:14px;width:100%;white-space:normal}.title-search-result.guide-result .title-search-item .search-department{max-width:520px}@media screen and (max-width: 1199px){.title-search-result.guide-result .title-search-item .search-department{max-width:460px}}@media screen and (max-width: 575px){.title-search-result.guide-result .title-search-item .search-department{max-width:-webkit-calc(100vw - 50px);max-width:-moz-calc(100vw - 50px);max-width:calc(100vw - 50px)}}.title-search-result.guide-result .title-search-item .search-name{max-width:430px}@media screen and (max-width: 1199px){.title-search-result.guide-result .title-search-item .search-name{max-width:365px}}.title-search-result.guide-result .title-search-item .flex{width:100%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;position:relative;padding:0 0 0 90px}.title-search-result.guide-result .title-search-item .flex .img-wrap{position:absolute;top:0;bottom:0;margin:auto;left:0;width:79px;height:67px;background:#F7F7F7;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0}.title-search-result.guide-result .title-search-item .flex .img-wrap img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:10}.title-search-result.guide-result .title-search-item .flex .search-name{font-size:16px;line-height:1.1;width:100%;padding:0;word-wrap:break-word;white-space:normal;background-color:transparent !important}.title-search-result.guide-result .title-search-item .flex .search-position{width:100%;color:#7E7E7E;font-size:14px;line-height:1.1;margin:4px 0;max-width:-webkit-calc(100vw - 100px);max-width:-moz-calc(100vw - 100px);max-width:calc(100vw - 100px);white-space:normal;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.title-search-result.guide-result .title-search-item .flex .search-phone{width:50%;max-width:170px;padding-right:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.title-search-result.guide-result .title-search-item .flex .search-email{width:50%;max-width:160px}.title-search-result.guide-result .title-search-item .flex .search-email .email-value{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width: 1199px){.title-search-result.guide-result .title-search-item .flex .search-email{max-width:100%}}.title-search-result.guide-result .title-search-item .flex .phone-title,.title-search-result.guide-result .title-search-item .flex .email-title{color:#9C9C9C;font-family:"GolosTextWebBold";font-size:13px;line-height:1.1;margin-bottom:2px}.title-search-result.guide-result .title-search-item .flex .phone-value,.title-search-result.guide-result .title-search-item .flex .email-value{font-size:14px;line-height:1.1}@media screen and (max-width: 575px){.title-search-result.guide-result .title-search-item .flex .img-wrap{bottom:auto}.title-search-result.guide-result .title-search-item .flex .search-phone{width:100%;margin-bottom:4px;max-width:100%;padding-right:0}.title-search-result.guide-result .title-search-item .flex .search-email{width:100%;max-width:100%;padding-right:0}}.title-search-result.guide-result .title-search-all,.title-search-result.guide-result .title-search-more{border:none;padding:0}.title-search-result.guide-result .title-search-all a{font-size:15px !important;display:table;margin:auto;color:#D60000;background-color:transparent !important}.title-search-result.guide-result .title-search-more a{font-size:13px !important;display:table;color:#767686;margin:4px 0;background-color:transparent !important}.title-search-result.guide-result a:hover{text-decoration:underline}.title-search-result.guide-result .title-search-all{padding-top:8px  !important}@media screen and (max-width: 575px){.title-search-result.guide-result{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.title-search-result.guide-result *{max-width:100%}.title-search-result.guide-result tbody,.title-search-result.guide-result tr,.title-search-result.guide-result td{display:block}}.search-page{padding-top:24px}.search-page h1,.search-page .h1{margin:0}.search-page .search-item-date{float:none}.search-page .search-item-date label{margin:0}.search-page form table tr td:nth-child(1){padding-left:0}.search-page form table tr td:nth-child(2){display:none}.search-page form table tr td:nth-child(3){padding-left:0;padding-right:0}@media screen and (max-width: 767px){.search-page .search-advanced-result{float:none;width:100%;line-height:1.4;margin-bottom:16px}.search-page .search-advanced-filter{float:none;width:100%}}.preloader{position:fixed;z-index:999999999999;top:0;left:0;width:100%;height:100%;background-color:#fff;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;display:none}.preloader .svg{width:60px;height:60px;background-repeat:no-repeat;background-size:contain;background-position:center;background-image:url("/local/templates/mzur/assets/css/../img/loader.svg")}.loader-img:before{content:'d';background-color:#fff;font-size:0;background-size:20px;background-image:url("/local/templates/mzur/assets/css/../img/loader.svg");background-repeat:no-repeat;background-position:center;position:absolute;z-index:2;top:0;left:0;width:100%;height:100%;display:block}
 */:root{--blue: #0061D9;--indigo: #6610f2;--purple: #6f42c1;--pink: #e83e8c;--red: #D60000;--orange: #fd7e14;--yellow: #ffc107;--green: #28a745;--teal: #20c997;--cyan: #17a2b8;--white: #fff;--gray: #6c757d;--gray-dark: #343a40;--primary: #D60000;--secondary: #767686;--success: #28a745;--info: #17a2b8;--warning: #ffc107;--danger: #D60000;--light: #F4F4F4;--dark: #2D2D2D;--breakpoint-xs: 0;--breakpoint-sm: 576px;--breakpoint-md: 768px;--breakpoint-lg: 992px;--breakpoint-xl: 1200px;--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace}*,*::before,*::after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:"GolosTextWebRegular";font-size:16px;font-weight:400;line-height:1.955;color:#000;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0 !important}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:8px}p{margin-top:0;margin-bottom:16px}abbr[title],abbr[data-original-title]{text-decoration:underline;-webkit-text-decoration:underline dotted;-moz-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;text-decoration-skip-ink:none}address{margin-bottom:16px;font-style:normal;line-height:inherit}ol,ul,dl{margin-top:0;margin-bottom:16px}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:8px;margin-left:0}blockquote{margin:0 0 16px}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#D60000;text-decoration:none;background-color:transparent}a:hover{color:#D60000;text-decoration:underline}a:not([href]):not([class]){color:inherit;text-decoration:none}a:not([href]):not([class]):hover{color:inherit;text-decoration:none}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:16px;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 16px}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:12px;padding-bottom:12px;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:8px}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}[role="button"]{cursor:pointer}select{word-wrap:normal}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button:not(:disabled),[type="button"]:not(:disabled),[type="reset"]:not(:disabled),[type="submit"]:not(:disabled){cursor:pointer}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{padding:0;border-style:none}input[type="radio"],input[type="checkbox"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}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:8px;font-size:24px;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-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:8px;font-weight:500;line-height:1.2}h1,.h1{font-size:40px}h2,.h2{font-size:32px}h3,.h3{font-size:28px}h4,.h4{font-size:24px}h5,.h5{font-size:20px}h6,.h6{font-size:16px}.lead{font-size:20px;font-weight:300}.display-1{font-size:96px;font-weight:300;line-height:1.2}.display-2{font-size:88px;font-weight:300;line-height:1.2}.display-3{font-size:72px;font-weight:300;line-height:1.2}.display-4{font-size:56px;font-weight:300;line-height:1.2}hr{margin-top:16px;margin-bottom:16px;border:0;border-top:1px solid rgba(0,0,0,0.1)}small,.small{font-size:80%;font-weight:400}mark,.mark{padding:.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:8px}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:16px;font-size:20px}.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:4px;background-color:#fff;border:1px solid #F9F9F9;border-radius:4px;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:8px;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code{font-size:87.5%;color:#e83e8c;word-wrap:break-word}a>code{color:inherit}kbd{padding:3px 6px;font-size:87.5%;color:#fff;background-color:#282848;border-radius:3px}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#282848}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container,.container-fluid,.container-sm,.container-md,.container-lg,.container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width: 576px){.container,.container-sm{max-width:575px}}@media (min-width: 768px){.container,.container-sm,.container-md{max-width:800px}}@media (min-width: 992px){.container,.container-sm,.container-md,.container-lg{max-width:1024px}}@media (min-width: 1200px){.container,.container-sm,.container-md,.container-lg,.container-xl{max-width:1230px}}.row{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*="col-"]{padding-right:0;padding-left:0}.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-1>*{-webkit-box-flex:0;-webkit-flex:0 0 100%;-moz-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-2>*{-webkit-box-flex:0;-webkit-flex:0 0 50%;-moz-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-3>*{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-moz-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.row-cols-4>*{-webkit-box-flex:0;-webkit-flex:0 0 25%;-moz-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-5>*{-webkit-box-flex:0;-webkit-flex:0 0 20%;-moz-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-6>*{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-moz-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-1{-webkit-box-flex:0;-webkit-flex:0 0 8.33333%;-moz-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-2{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-moz-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-moz-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-moz-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-5{-webkit-box-flex:0;-webkit-flex:0 0 41.66667%;-moz-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-moz-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-webkit-box-flex:0;-webkit-flex:0 0 58.33333%;-moz-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-8{-webkit-box-flex:0;-webkit-flex:0 0 66.66667%;-moz-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-moz-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-webkit-box-flex:0;-webkit-flex:0 0 83.33333%;-moz-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-11{-webkit-box-flex:0;-webkit-flex:0 0 91.66667%;-moz-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-moz-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-webkit-box-ordinal-group:0;-webkit-order:-1;-moz-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-last{-webkit-box-ordinal-group:14;-webkit-order:13;-moz-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-0{-webkit-box-ordinal-group:1;-webkit-order:0;-moz-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-1{-webkit-box-ordinal-group:2;-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-2{-webkit-box-ordinal-group:3;-webkit-order:2;-moz-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-3{-webkit-box-ordinal-group:4;-webkit-order:3;-moz-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-4{-webkit-box-ordinal-group:5;-webkit-order:4;-moz-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-5{-webkit-box-ordinal-group:6;-webkit-order:5;-moz-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-6{-webkit-box-ordinal-group:7;-webkit-order:6;-moz-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-7{-webkit-box-ordinal-group:8;-webkit-order:7;-moz-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-8{-webkit-box-ordinal-group:9;-webkit-order:8;-moz-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-9{-webkit-box-ordinal-group:10;-webkit-order:9;-moz-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-10{-webkit-box-ordinal-group:11;-webkit-order:10;-moz-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-11{-webkit-box-ordinal-group:12;-webkit-order:11;-moz-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-12{-webkit-box-ordinal-group:13;-webkit-order:12;-moz-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-1{margin-left:8.33333%}.offset-2{margin-left:16.66667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333%}.offset-5{margin-left:41.66667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333%}.offset-8{margin-left:66.66667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333%}.offset-11{margin-left:91.66667%}@media (min-width: 576px){.col-sm{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-sm-1>*{-webkit-box-flex:0;-webkit-flex:0 0 100%;-moz-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{-webkit-box-flex:0;-webkit-flex:0 0 50%;-moz-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-moz-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.row-cols-sm-4>*{-webkit-box-flex:0;-webkit-flex:0 0 25%;-moz-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{-webkit-box-flex:0;-webkit-flex:0 0 20%;-moz-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-moz-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-sm-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-webkit-box-flex:0;-webkit-flex:0 0 8.33333%;-moz-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-sm-2{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-moz-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-sm-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-moz-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-moz-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-sm-5{-webkit-box-flex:0;-webkit-flex:0 0 41.66667%;-moz-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-sm-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-moz-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-webkit-box-flex:0;-webkit-flex:0 0 58.33333%;-moz-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-sm-8{-webkit-box-flex:0;-webkit-flex:0 0 66.66667%;-moz-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-sm-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-moz-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-webkit-box-flex:0;-webkit-flex:0 0 83.33333%;-moz-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-sm-11{-webkit-box-flex:0;-webkit-flex:0 0 91.66667%;-moz-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-sm-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-moz-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-webkit-box-ordinal-group:0;-webkit-order:-1;-moz-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-sm-last{-webkit-box-ordinal-group:14;-webkit-order:13;-moz-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-sm-0{-webkit-box-ordinal-group:1;-webkit-order:0;-moz-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-sm-1{-webkit-box-ordinal-group:2;-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-sm-2{-webkit-box-ordinal-group:3;-webkit-order:2;-moz-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-sm-3{-webkit-box-ordinal-group:4;-webkit-order:3;-moz-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-sm-4{-webkit-box-ordinal-group:5;-webkit-order:4;-moz-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-sm-5{-webkit-box-ordinal-group:6;-webkit-order:5;-moz-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-sm-6{-webkit-box-ordinal-group:7;-webkit-order:6;-moz-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-sm-7{-webkit-box-ordinal-group:8;-webkit-order:7;-moz-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-sm-8{-webkit-box-ordinal-group:9;-webkit-order:8;-moz-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-sm-9{-webkit-box-ordinal-group:10;-webkit-order:9;-moz-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-sm-10{-webkit-box-ordinal-group:11;-webkit-order:10;-moz-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-sm-11{-webkit-box-ordinal-group:12;-webkit-order:11;-moz-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-sm-12{-webkit-box-ordinal-group:13;-webkit-order:12;-moz-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333%}.offset-sm-2{margin-left:16.66667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333%}.offset-sm-5{margin-left:41.66667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333%}.offset-sm-8{margin-left:66.66667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333%}.offset-sm-11{margin-left:91.66667%}}@media (min-width: 768px){.col-md{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-md-1>*{-webkit-box-flex:0;-webkit-flex:0 0 100%;-moz-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-md-2>*{-webkit-box-flex:0;-webkit-flex:0 0 50%;-moz-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-md-3>*{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-moz-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.row-cols-md-4>*{-webkit-box-flex:0;-webkit-flex:0 0 25%;-moz-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-md-5>*{-webkit-box-flex:0;-webkit-flex:0 0 20%;-moz-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-md-6>*{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-moz-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-md-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-webkit-box-flex:0;-webkit-flex:0 0 8.33333%;-moz-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-md-2{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-moz-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-md-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-moz-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-moz-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-md-5{-webkit-box-flex:0;-webkit-flex:0 0 41.66667%;-moz-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-md-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-moz-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-webkit-box-flex:0;-webkit-flex:0 0 58.33333%;-moz-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-md-8{-webkit-box-flex:0;-webkit-flex:0 0 66.66667%;-moz-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-md-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-moz-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-webkit-box-flex:0;-webkit-flex:0 0 83.33333%;-moz-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-md-11{-webkit-box-flex:0;-webkit-flex:0 0 91.66667%;-moz-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-md-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-moz-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-webkit-box-ordinal-group:0;-webkit-order:-1;-moz-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-md-last{-webkit-box-ordinal-group:14;-webkit-order:13;-moz-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-md-0{-webkit-box-ordinal-group:1;-webkit-order:0;-moz-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-md-1{-webkit-box-ordinal-group:2;-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-md-2{-webkit-box-ordinal-group:3;-webkit-order:2;-moz-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-md-3{-webkit-box-ordinal-group:4;-webkit-order:3;-moz-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-md-4{-webkit-box-ordinal-group:5;-webkit-order:4;-moz-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-md-5{-webkit-box-ordinal-group:6;-webkit-order:5;-moz-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-md-6{-webkit-box-ordinal-group:7;-webkit-order:6;-moz-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-md-7{-webkit-box-ordinal-group:8;-webkit-order:7;-moz-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-md-8{-webkit-box-ordinal-group:9;-webkit-order:8;-moz-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-md-9{-webkit-box-ordinal-group:10;-webkit-order:9;-moz-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-md-10{-webkit-box-ordinal-group:11;-webkit-order:10;-moz-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-md-11{-webkit-box-ordinal-group:12;-webkit-order:11;-moz-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-md-12{-webkit-box-ordinal-group:13;-webkit-order:12;-moz-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333%}.offset-md-2{margin-left:16.66667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333%}.offset-md-5{margin-left:41.66667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333%}.offset-md-8{margin-left:66.66667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333%}.offset-md-11{margin-left:91.66667%}}@media (min-width: 992px){.col-lg{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-lg-1>*{-webkit-box-flex:0;-webkit-flex:0 0 100%;-moz-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{-webkit-box-flex:0;-webkit-flex:0 0 50%;-moz-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-moz-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.row-cols-lg-4>*{-webkit-box-flex:0;-webkit-flex:0 0 25%;-moz-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{-webkit-box-flex:0;-webkit-flex:0 0 20%;-moz-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-moz-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-lg-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-webkit-box-flex:0;-webkit-flex:0 0 8.33333%;-moz-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-lg-2{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-moz-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-lg-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-moz-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-moz-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-lg-5{-webkit-box-flex:0;-webkit-flex:0 0 41.66667%;-moz-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-lg-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-moz-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-webkit-box-flex:0;-webkit-flex:0 0 58.33333%;-moz-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-lg-8{-webkit-box-flex:0;-webkit-flex:0 0 66.66667%;-moz-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-lg-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-moz-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-webkit-box-flex:0;-webkit-flex:0 0 83.33333%;-moz-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-lg-11{-webkit-box-flex:0;-webkit-flex:0 0 91.66667%;-moz-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-lg-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-moz-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-webkit-box-ordinal-group:0;-webkit-order:-1;-moz-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-lg-last{-webkit-box-ordinal-group:14;-webkit-order:13;-moz-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-lg-0{-webkit-box-ordinal-group:1;-webkit-order:0;-moz-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-lg-1{-webkit-box-ordinal-group:2;-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-lg-2{-webkit-box-ordinal-group:3;-webkit-order:2;-moz-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-lg-3{-webkit-box-ordinal-group:4;-webkit-order:3;-moz-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-lg-4{-webkit-box-ordinal-group:5;-webkit-order:4;-moz-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-lg-5{-webkit-box-ordinal-group:6;-webkit-order:5;-moz-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-lg-6{-webkit-box-ordinal-group:7;-webkit-order:6;-moz-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-lg-7{-webkit-box-ordinal-group:8;-webkit-order:7;-moz-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-lg-8{-webkit-box-ordinal-group:9;-webkit-order:8;-moz-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-lg-9{-webkit-box-ordinal-group:10;-webkit-order:9;-moz-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-lg-10{-webkit-box-ordinal-group:11;-webkit-order:10;-moz-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-lg-11{-webkit-box-ordinal-group:12;-webkit-order:11;-moz-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-lg-12{-webkit-box-ordinal-group:13;-webkit-order:12;-moz-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333%}.offset-lg-2{margin-left:16.66667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333%}.offset-lg-5{margin-left:41.66667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333%}.offset-lg-8{margin-left:66.66667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333%}.offset-lg-11{margin-left:91.66667%}}@media (min-width: 1200px){.col-xl{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-xl-1>*{-webkit-box-flex:0;-webkit-flex:0 0 100%;-moz-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{-webkit-box-flex:0;-webkit-flex:0 0 50%;-moz-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-moz-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.row-cols-xl-4>*{-webkit-box-flex:0;-webkit-flex:0 0 25%;-moz-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{-webkit-box-flex:0;-webkit-flex:0 0 20%;-moz-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-moz-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-xl-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-webkit-box-flex:0;-webkit-flex:0 0 8.33333%;-moz-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-xl-2{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-moz-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-xl-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-moz-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-moz-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-xl-5{-webkit-box-flex:0;-webkit-flex:0 0 41.66667%;-moz-box-flex:0;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-xl-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-moz-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-webkit-box-flex:0;-webkit-flex:0 0 58.33333%;-moz-box-flex:0;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-xl-8{-webkit-box-flex:0;-webkit-flex:0 0 66.66667%;-moz-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-xl-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-moz-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-webkit-box-flex:0;-webkit-flex:0 0 83.33333%;-moz-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-xl-11{-webkit-box-flex:0;-webkit-flex:0 0 91.66667%;-moz-box-flex:0;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-xl-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-moz-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-webkit-box-ordinal-group:0;-webkit-order:-1;-moz-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-xl-last{-webkit-box-ordinal-group:14;-webkit-order:13;-moz-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-xl-0{-webkit-box-ordinal-group:1;-webkit-order:0;-moz-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-xl-1{-webkit-box-ordinal-group:2;-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-xl-2{-webkit-box-ordinal-group:3;-webkit-order:2;-moz-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-xl-3{-webkit-box-ordinal-group:4;-webkit-order:3;-moz-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-xl-4{-webkit-box-ordinal-group:5;-webkit-order:4;-moz-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xl-5{-webkit-box-ordinal-group:6;-webkit-order:5;-moz-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xl-6{-webkit-box-ordinal-group:7;-webkit-order:6;-moz-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-xl-7{-webkit-box-ordinal-group:8;-webkit-order:7;-moz-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-xl-8{-webkit-box-ordinal-group:9;-webkit-order:8;-moz-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-xl-9{-webkit-box-ordinal-group:10;-webkit-order:9;-moz-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-xl-10{-webkit-box-ordinal-group:11;-webkit-order:10;-moz-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-xl-11{-webkit-box-ordinal-group:12;-webkit-order:11;-moz-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-xl-12{-webkit-box-ordinal-group:13;-webkit-order:12;-moz-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333%}.offset-xl-2{margin-left:16.66667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333%}.offset-xl-5{margin-left:41.66667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333%}.offset-xl-8{margin-left:66.66667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333%}.offset-xl-11{margin-left:91.66667%}}.table{width:100%;margin-bottom:16px;color:#000}.table th,.table td{padding:12px;vertical-align:top;border-top:1px solid #F9F9F9}.table thead th{vertical-align:bottom;border-bottom:2px solid #F9F9F9}.table tbody+tbody{border-top:2px solid #F9F9F9}.table-sm th,.table-sm td{padding:4px}.table-bordered{border:1px solid #F9F9F9}.table-bordered th,.table-bordered td{border:1px solid #F9F9F9}.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{color:#000;background-color:rgba(0,0,0,0.075)}.table-primary,.table-primary>th,.table-primary>td{background-color:#f4b8b8}.table-primary th,.table-primary td,.table-primary thead th,.table-primary tbody+tbody{border-color:#ea7a7a}.table-hover .table-primary:hover{background-color:#f1a2a2}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#f1a2a2}.table-secondary,.table-secondary>th,.table-secondary>td{background-color:#d9d9dd}.table-secondary th,.table-secondary td,.table-secondary thead th,.table-secondary tbody+tbody{border-color:#b8b8c0}.table-hover .table-secondary:hover{background-color:#ccccd1}.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#ccccd1}.table-success,.table-success>th,.table-success>td{background-color:#c3e6cb}.table-success th,.table-success td,.table-success thead th,.table-success tbody+tbody{border-color:#8fd19e}.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-info th,.table-info td,.table-info thead th,.table-info tbody+tbody{border-color:#86cfda}.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-warning th,.table-warning td,.table-warning thead th,.table-warning tbody+tbody{border-color:#ffdf7e}.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:#f4b8b8}.table-danger th,.table-danger td,.table-danger thead th,.table-danger tbody+tbody{border-color:#ea7a7a}.table-hover .table-danger:hover{background-color:#f1a2a2}.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1a2a2}.table-light,.table-light>th,.table-light>td{background-color:#fcfcfc}.table-light th,.table-light td,.table-light thead th,.table-light tbody+tbody{border-color:#f9f9f9}.table-hover .table-light:hover{background-color:#efefef}.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#efefef}.table-dark,.table-dark>th,.table-dark>td{background-color:#c4c4c4}.table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody+tbody{border-color:#929292}.table-hover .table-dark:hover{background-color:#b7b7b7}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b7b7b7}.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:#343a40;border-color:#454d55}.table .thead-light th{color:#495057;background-color:#f5f5f5;border-color:#F9F9F9}.table-dark{color:#fff;background-color:#343a40}.table-dark th,.table-dark td,.table-dark thead th{border-color:#454d55}.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{color:#fff;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}.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}.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}.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}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive>.table-bordered{border:0}.form-control{display:block;width:100%;height:-webkit-calc(1.955em + 24px + 2px);height:-moz-calc(1.955em + 24px + 2px);height:calc(1.955em + 24px + 2px);padding:12px 20px;font-size:14px;font-weight:400;line-height:1.955;color:#000;background-color:#fff;background-clip:padding-box;border:1px solid #dcdcdc;border-radius:0;-webkit-transition:border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;transition:border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;-moz-transition:border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;transition:border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;transition:border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.form-control{-webkit-transition:none;-moz-transition:none;transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #000}.form-control:focus{color:#000;background-color:#fff;border-color:#ff5757;outline:0;-webkit-box-shadow:0 0 0 3px rgba(214,0,0,0.25);box-shadow:0 0 0 3px rgba(214,0,0,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::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#f5f5f5;opacity:1}input[type="date"].form-control,input[type="time"].form-control,input[type="datetime-local"].form-control,input[type="month"].form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none}select.form-control:focus::-ms-value{color:#000;background-color:#fff}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{padding-top:-webkit-calc(12px + 1px);padding-top:-moz-calc(12px + 1px);padding-top:calc(12px + 1px);padding-bottom:-webkit-calc(12px + 1px);padding-bottom:-moz-calc(12px + 1px);padding-bottom:calc(12px + 1px);margin-bottom:0;font-size:inherit;line-height:1.955}.col-form-label-lg{padding-top:-webkit-calc(8px + 1px);padding-top:-moz-calc(8px + 1px);padding-top:calc(8px + 1px);padding-bottom:-webkit-calc(8px + 1px);padding-bottom:-moz-calc(8px + 1px);padding-bottom:calc(8px + 1px);font-size:20px;line-height:1.5}.col-form-label-sm{padding-top:-webkit-calc(4px + 1px);padding-top:-moz-calc(4px + 1px);padding-top:calc(4px + 1px);padding-bottom:-webkit-calc(4px + 1px);padding-bottom:-moz-calc(4px + 1px);padding-bottom:calc(4px + 1px);font-size:14px;line-height:1.5}.form-control-plaintext{display:block;width:100%;padding:12px 0;margin-bottom:0;font-size:14px;line-height:1.955;color:#000;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:-webkit-calc(1.5em + 8px + 2px);height:-moz-calc(1.5em + 8px + 2px);height:calc(1.5em + 8px + 2px);padding:4px 8px;font-size:14px;line-height:1.5;border-radius:3px}.form-control-lg{height:-webkit-calc(1.5em + 16px + 2px);height:-moz-calc(1.5em + 16px + 2px);height:calc(1.5em + 16px + 2px);padding:8px 16px;font-size:20px;line-height:1.5;border-radius:4px}select.form-control[size],select.form-control[multiple]{height:auto}textarea.form-control{height:auto}.form-group{margin-bottom:16px}.form-text{display:block;margin-top:4px}.form-row{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-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:20px}.form-check-input{position:absolute;margin-top:4px;margin-left:-20px}.form-check-input[disabled] ~ .form-check-label,.form-check-input:disabled ~ .form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding-left:0;margin-right:12px}.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:5px;margin-left:0}.valid-feedback{display:none;width:100%;margin-top:4px;font-size:80%;color:#28a745}.valid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:4px 8px;margin-top:1px;font-size:14px;line-height:1.955;color:#fff;background-color:rgba(40,167,69,0.9);border-radius:4px}.was-validated :valid ~ .valid-feedback,.was-validated :valid ~ .valid-tooltip,.is-valid ~ .valid-feedback,.is-valid ~ .valid-tooltip{display:block}.was-validated .form-control:valid,.form-control.is-valid{border-color:#28a745;padding-right:-webkit-calc(1.955em + 24px);padding-right:-moz-calc(1.955em + 24px);padding-right:calc(1.955em + 24px);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right -webkit-calc(.48875em + 6px) center;background-position:right -moz-calc(.48875em + 6px) center;background-position:right calc(.48875em + 6px) center;background-size:-webkit-calc(.9775em + 12px) -webkit-calc(.9775em + 12px);background-size:-moz-calc(.9775em + 12px) -moz-calc(.9775em + 12px);background-size:calc(.9775em + 12px) calc(.9775em + 12px)}.was-validated .form-control:valid:focus,.form-control.is-valid:focus{border-color:#28a745;-webkit-box-shadow:0 0 0 3px rgba(40,167,69,0.25);box-shadow:0 0 0 3px rgba(40,167,69,0.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:-webkit-calc(1.955em + 24px);padding-right:-moz-calc(1.955em + 24px);padding-right:calc(1.955em + 24px);background-position:top -webkit-calc(.48875em + 6px) right -webkit-calc(.48875em + 6px);background-position:top -moz-calc(.48875em + 6px) right -moz-calc(.48875em + 6px);background-position:top calc(.48875em + 6px) right calc(.48875em + 6px)}.was-validated .custom-select:valid,.custom-select.is-valid{border-color:#28a745;padding-right:-webkit-calc(.75em + 54px);padding-right:-moz-calc(.75em + 54px);padding-right:calc(.75em + 54px);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 20px center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 36px/calc(.9775em + 12px) -webkit-calc(.9775em + 12px);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 20px center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 36px/calc(.9775em + 12px) -moz-calc(.9775em + 12px);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 20px center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 36px/calc(.9775em + 12px) calc(.9775em + 12px)}.was-validated .custom-select:valid:focus,.custom-select.is-valid:focus{border-color:#28a745;-webkit-box-shadow:0 0 0 3px rgba(40,167,69,0.25);box-shadow:0 0 0 3px rgba(40,167,69,0.25)}.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{border-color:#28a745}.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,.custom-control-input.is-valid:checked ~ .custom-control-label::before{border-color:#34ce57;background-color:#34ce57}.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,.custom-control-input.is-valid:focus ~ .custom-control-label::before{-webkit-box-shadow:0 0 0 3px rgba(40,167,69,0.25);box-shadow:0 0 0 3px rgba(40,167,69,0.25)}.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before{border-color:#28a745}.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:focus ~ .custom-file-label,.custom-file-input.is-valid:focus ~ .custom-file-label{border-color:#28a745;-webkit-box-shadow:0 0 0 3px rgba(40,167,69,0.25);box-shadow:0 0 0 3px rgba(40,167,69,0.25)}.invalid-feedback{display:none;width:100%;margin-top:4px;font-size:80%;color:#D60000}.invalid-tooltip{position:absolute;top:100%;left:0;z-index:5;display:none;max-width:100%;padding:4px 8px;margin-top:1px;font-size:14px;line-height:1.955;color:#fff;background-color:rgba(214,0,0,0.9);border-radius:4px}.was-validated :invalid ~ .invalid-feedback,.was-validated :invalid ~ .invalid-tooltip,.is-invalid ~ .invalid-feedback,.is-invalid ~ .invalid-tooltip{display:block}.was-validated .form-control:invalid,.form-control.is-invalid{border-color:#D60000;padding-right:-webkit-calc(1.955em + 24px);padding-right:-moz-calc(1.955em + 24px);padding-right:calc(1.955em + 24px);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23D60000' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23D60000' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right -webkit-calc(.48875em + 6px) center;background-position:right -moz-calc(.48875em + 6px) center;background-position:right calc(.48875em + 6px) center;background-size:-webkit-calc(.9775em + 12px) -webkit-calc(.9775em + 12px);background-size:-moz-calc(.9775em + 12px) -moz-calc(.9775em + 12px);background-size:calc(.9775em + 12px) calc(.9775em + 12px)}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus{border-color:#D60000;-webkit-box-shadow:0 0 0 3px rgba(214,0,0,0.25);box-shadow:0 0 0 3px rgba(214,0,0,0.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:-webkit-calc(1.955em + 24px);padding-right:-moz-calc(1.955em + 24px);padding-right:calc(1.955em + 24px);background-position:top -webkit-calc(.48875em + 6px) right -webkit-calc(.48875em + 6px);background-position:top -moz-calc(.48875em + 6px) right -moz-calc(.48875em + 6px);background-position:top calc(.48875em + 6px) right calc(.48875em + 6px)}.was-validated .custom-select:invalid,.custom-select.is-invalid{border-color:#D60000;padding-right:-webkit-calc(.75em + 54px);padding-right:-moz-calc(.75em + 54px);padding-right:calc(.75em + 54px);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 20px center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23D60000' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23D60000' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 36px/calc(.9775em + 12px) -webkit-calc(.9775em + 12px);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 20px center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23D60000' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23D60000' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 36px/calc(.9775em + 12px) -moz-calc(.9775em + 12px);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 20px center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23D60000' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23D60000' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 36px/calc(.9775em + 12px) calc(.9775em + 12px)}.was-validated .custom-select:invalid:focus,.custom-select.is-invalid:focus{border-color:#D60000;-webkit-box-shadow:0 0 0 3px rgba(214,0,0,0.25);box-shadow:0 0 0 3px rgba(214,0,0,0.25)}.was-validated .form-check-input:invalid ~ .form-check-label,.form-check-input.is-invalid ~ .form-check-label{color:#D60000}.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:#D60000}.was-validated .custom-control-input:invalid ~ .custom-control-label::before,.custom-control-input.is-invalid ~ .custom-control-label::before{border-color:#D60000}.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,.custom-control-input.is-invalid:checked ~ .custom-control-label::before{border-color:#ff0a0a;background-color:#ff0a0a}.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,.custom-control-input.is-invalid:focus ~ .custom-control-label::before{-webkit-box-shadow:0 0 0 3px rgba(214,0,0,0.25);box-shadow:0 0 0 3px rgba(214,0,0,0.25)}.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before{border-color:#D60000}.was-validated .custom-file-input:invalid ~ .custom-file-label,.custom-file-input.is-invalid ~ .custom-file-label{border-color:#D60000}.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,.custom-file-input.is-invalid:focus ~ .custom-file-label{border-color:#D60000;-webkit-box-shadow:0 0 0 3px rgba(214,0,0,0.25);box-shadow:0 0 0 3px rgba(214,0,0,0.25)}.form-inline{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.form-inline .form-check{width:100%}@media (min-width: 576px){.form-inline label{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-webkit-flex:0 0 auto;-moz-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-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:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-top:0;margin-right:4px;margin-left:0}.form-inline .custom-control{-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{display:inline-block;font-family:"GolosTextWebBold";font-weight:400;color:#000;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:8px 32px;font-size:14px;line-height:190%;border-radius:0;-webkit-transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;-moz-transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.btn{-webkit-transition:none;-moz-transition:none;transition:none}}.btn:hover{color:#000;text-decoration:none}.btn:focus,.btn.focus{outline:0;-webkit-box-shadow:0 0 0 3px rgba(214,0,0,0.25);box-shadow:0 0 0 3px rgba(214,0,0,0.25)}.btn.disabled,.btn:disabled{opacity:1}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#D60000;border-color:#D60000}.btn-primary:hover{color:#fff;background-color:#b00000;border-color:#a30000}.btn-primary:focus,.btn-primary.focus{color:#fff;background-color:#b00000;border-color:#a30000;-webkit-box-shadow:0 0 0 3px rgba(220,38,38,0.5);box-shadow:0 0 0 3px rgba(220,38,38,0.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#D60000;border-color:#D60000}.btn-primary:not(:disabled):not(.disabled):active,.btn-primary:not(:disabled):not(.disabled).active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#a30000;border-color:#960000}.btn-primary:not(:disabled):not(.disabled):active:focus,.btn-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-primary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 3px rgba(220,38,38,0.5);box-shadow:0 0 0 3px rgba(220,38,38,0.5)}.btn-secondary{color:#fff;background-color:#767686;border-color:#767686}.btn-secondary:hover{color:#fff;background-color:#646472;border-color:#5e5e6b}.btn-secondary:focus,.btn-secondary.focus{color:#fff;background-color:#646472;border-color:#5e5e6b;-webkit-box-shadow:0 0 0 3px rgba(139,139,152,0.5);box-shadow:0 0 0 3px rgba(139,139,152,0.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#767686;border-color:#767686}.btn-secondary:not(:disabled):not(.disabled):active,.btn-secondary:not(:disabled):not(.disabled).active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#5e5e6b;border-color:#585864}.btn-secondary:not(:disabled):not(.disabled):active:focus,.btn-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-secondary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 3px rgba(139,139,152,0.5);box-shadow:0 0 0 3px rgba(139,139,152,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{color:#fff;background-color:#218838;border-color:#1e7e34;-webkit-box-shadow:0 0 0 3px rgba(72,180,97,0.5);box-shadow:0 0 0 3px rgba(72,180,97,0.5)}.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}.btn-success:not(:disabled):not(.disabled):active,.btn-success:not(:disabled):not(.disabled).active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}.btn-success:not(:disabled):not(.disabled):active:focus,.btn-success:not(:disabled):not(.disabled).active:focus,.show>.btn-success.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 3px rgba(72,180,97,0.5);box-shadow:0 0 0 3px rgba(72,180,97,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{color:#fff;background-color:#138496;border-color:#117a8b;-webkit-box-shadow:0 0 0 3px rgba(58,176,195,0.5);box-shadow:0 0 0 3px rgba(58,176,195,0.5)}.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-info:not(:disabled):not(.disabled):active,.btn-info:not(:disabled):not(.disabled).active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}.btn-info:not(:disabled):not(.disabled):active:focus,.btn-info:not(:disabled):not(.disabled).active:focus,.show>.btn-info.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 3px rgba(58,176,195,0.5);box-shadow:0 0 0 3px rgba(58,176,195,0.5)}.btn-warning{color:#282848;background-color:#ffc107;border-color:#ffc107}.btn-warning:hover{color:#282848;background-color:#e0a800;border-color:#d39e00}.btn-warning:focus,.btn-warning.focus{color:#282848;background-color:#e0a800;border-color:#d39e00;-webkit-box-shadow:0 0 0 3px rgba(223,170,17,0.5);box-shadow:0 0 0 3px rgba(223,170,17,0.5)}.btn-warning.disabled,.btn-warning:disabled{color:#282848;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:#282848;background-color:#d39e00;border-color:#c69500}.btn-warning:not(:disabled):not(.disabled):active:focus,.btn-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-warning.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 3px rgba(223,170,17,0.5);box-shadow:0 0 0 3px rgba(223,170,17,0.5)}.btn-danger{color:#fff;background-color:#D60000;border-color:#D60000}.btn-danger:hover{color:#fff;background-color:#b00000;border-color:#a30000}.btn-danger:focus,.btn-danger.focus{color:#fff;background-color:#b00000;border-color:#a30000;-webkit-box-shadow:0 0 0 3px rgba(220,38,38,0.5);box-shadow:0 0 0 3px rgba(220,38,38,0.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#D60000;border-color:#D60000}.btn-danger:not(:disabled):not(.disabled):active,.btn-danger:not(:disabled):not(.disabled).active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#a30000;border-color:#960000}.btn-danger:not(:disabled):not(.disabled):active:focus,.btn-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-danger.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 3px rgba(220,38,38,0.5);box-shadow:0 0 0 3px rgba(220,38,38,0.5)}.btn-light{color:#282848;background-color:#F4F4F4;border-color:#F4F4F4}.btn-light:hover{color:#282848;background-color:#e1e1e1;border-color:#dbdbdb}.btn-light:focus,.btn-light.focus{color:#282848;background-color:#e1e1e1;border-color:#dbdbdb;-webkit-box-shadow:0 0 0 3px rgba(213,213,218,0.5);box-shadow:0 0 0 3px rgba(213,213,218,0.5)}.btn-light.disabled,.btn-light:disabled{color:#282848;background-color:#F4F4F4;border-color:#F4F4F4}.btn-light:not(:disabled):not(.disabled):active,.btn-light:not(:disabled):not(.disabled).active,.show>.btn-light.dropdown-toggle{color:#282848;background-color:#dbdbdb;border-color:#d4d4d4}.btn-light:not(:disabled):not(.disabled):active:focus,.btn-light:not(:disabled):not(.disabled).active:focus,.show>.btn-light.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 3px rgba(213,213,218,0.5);box-shadow:0 0 0 3px rgba(213,213,218,0.5)}.btn-dark{color:#fff;background-color:#2D2D2D;border-color:#2D2D2D}.btn-dark:hover{color:#fff;background-color:#1a1a1a;border-color:#141414}.btn-dark:focus,.btn-dark.focus{color:#fff;background-color:#1a1a1a;border-color:#141414;-webkit-box-shadow:0 0 0 3px rgba(77,77,77,0.5);box-shadow:0 0 0 3px rgba(77,77,77,0.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#2D2D2D;border-color:#2D2D2D}.btn-dark:not(:disabled):not(.disabled):active,.btn-dark:not(:disabled):not(.disabled).active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#141414;border-color:#0d0d0d}.btn-dark:not(:disabled):not(.disabled):active:focus,.btn-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-dark.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 3px rgba(77,77,77,0.5);box-shadow:0 0 0 3px rgba(77,77,77,0.5)}.btn-outline-primary{color:#D60000;border-color:#D60000}.btn-outline-primary:hover{color:#fff;background-color:#D60000;border-color:#D60000}.btn-outline-primary:focus,.btn-outline-primary.focus{-webkit-box-shadow:0 0 0 3px rgba(214,0,0,0.5);box-shadow:0 0 0 3px rgba(214,0,0,0.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#D60000;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:#D60000;border-color:#D60000}.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 3px rgba(214,0,0,0.5);box-shadow:0 0 0 3px rgba(214,0,0,0.5)}.btn-outline-secondary{color:#767686;border-color:#767686}.btn-outline-secondary:hover{color:#fff;background-color:#767686;border-color:#767686}.btn-outline-secondary:focus,.btn-outline-secondary.focus{-webkit-box-shadow:0 0 0 3px rgba(118,118,134,0.5);box-shadow:0 0 0 3px rgba(118,118,134,0.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#767686;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:#767686;border-color:#767686}.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 3px rgba(118,118,134,0.5);box-shadow:0 0 0 3px rgba(118,118,134,0.5)}.btn-outline-success{color:#28a745;border-color:#28a745}.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:focus,.btn-outline-success.focus{-webkit-box-shadow:0 0 0 3px rgba(40,167,69,0.5);box-shadow:0 0 0 3px rgba(40,167,69,0.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}.btn-outline-success:not(:disabled):not(.disabled):active,.btn-outline-success:not(:disabled):not(.disabled).active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}.btn-outline-success:not(:disabled):not(.disabled):active:focus,.btn-outline-success:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-success.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 3px rgba(40,167,69,0.5);box-shadow:0 0 0 3px rgba(40,167,69,0.5)}.btn-outline-info{color:#17a2b8;border-color:#17a2b8}.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:focus,.btn-outline-info.focus{-webkit-box-shadow:0 0 0 3px rgba(23,162,184,0.5);box-shadow:0 0 0 3px rgba(23,162,184,0.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}.btn-outline-info:not(:disabled):not(.disabled):active,.btn-outline-info:not(:disabled):not(.disabled).active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled):active:focus,.btn-outline-info:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-info.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 3px rgba(23,162,184,0.5);box-shadow:0 0 0 3px rgba(23,162,184,0.5)}.btn-outline-warning{color:#ffc107;border-color:#ffc107}.btn-outline-warning:hover{color:#282848;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:focus,.btn-outline-warning.focus{-webkit-box-shadow:0 0 0 3px rgba(255,193,7,0.5);box-shadow:0 0 0 3px 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:#282848;background-color:#ffc107;border-color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 3px rgba(255,193,7,0.5);box-shadow:0 0 0 3px rgba(255,193,7,0.5)}.btn-outline-danger{color:#D60000;border-color:#D60000}.btn-outline-danger:hover{color:#fff;background-color:#D60000;border-color:#D60000}.btn-outline-danger:focus,.btn-outline-danger.focus{-webkit-box-shadow:0 0 0 3px rgba(214,0,0,0.5);box-shadow:0 0 0 3px rgba(214,0,0,0.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#D60000;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:#D60000;border-color:#D60000}.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 3px rgba(214,0,0,0.5);box-shadow:0 0 0 3px rgba(214,0,0,0.5)}.btn-outline-light{color:#F4F4F4;border-color:#F4F4F4}.btn-outline-light:hover{color:#282848;background-color:#F4F4F4;border-color:#F4F4F4}.btn-outline-light:focus,.btn-outline-light.focus{-webkit-box-shadow:0 0 0 3px rgba(244,244,244,0.5);box-shadow:0 0 0 3px rgba(244,244,244,0.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#F4F4F4;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:#282848;background-color:#F4F4F4;border-color:#F4F4F4}.btn-outline-light:not(:disabled):not(.disabled):active:focus,.btn-outline-light:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-light.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 3px rgba(244,244,244,0.5);box-shadow:0 0 0 3px rgba(244,244,244,0.5)}.btn-outline-dark{color:#2D2D2D;border-color:#2D2D2D}.btn-outline-dark:hover{color:#fff;background-color:#2D2D2D;border-color:#2D2D2D}.btn-outline-dark:focus,.btn-outline-dark.focus{-webkit-box-shadow:0 0 0 3px rgba(45,45,45,0.5);box-shadow:0 0 0 3px rgba(45,45,45,0.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#2D2D2D;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:#2D2D2D;border-color:#2D2D2D}.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{-webkit-box-shadow:0 0 0 3px rgba(45,45,45,0.5);box-shadow:0 0 0 3px rgba(45,45,45,0.5)}.btn-link{font-weight:400;color:#D60000;text-decoration:none}.btn-link:hover{color:#D60000;text-decoration:underline}.btn-link:focus,.btn-link.focus{text-decoration:underline}.btn-link:disabled,.btn-link.disabled{color:#6c757d;pointer-events:none}.btn-lg,.btn-group-lg>.btn{padding:8px 16px;font-size:20px;line-height:1.5;border-radius:4px}.btn-sm,.btn-group-sm>.btn{padding:6px 20px;font-size:14px;line-height:16px;border-radius:30px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:8px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{-webkit-transition:opacity 0.15s linear;-moz-transition:opacity 0.15s linear;transition:opacity 0.15s linear}@media (prefers-reduced-motion: reduce){.fade{-webkit-transition:none;-moz-transition:none;transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height 0.35s ease;-moz-transition:height 0.35s ease;transition:height 0.35s ease}@media (prefers-reduced-motion: reduce){.collapsing{-webkit-transition:none;-moz-transition:none;transition:none}}.dropup,.dropright,.dropdown,.dropleft{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.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:160px;padding:8px 0;margin:2px 0 0;font-size:16px;color:#000;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,0.15);border-radius:4px}.dropdown-menu-left{right:auto;left:0}.dropdown-menu-right{right:0;left:auto}@media (min-width: 576px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}@media (min-width: 768px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}@media (min-width: 992px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}@media (min-width: 1200px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:2px}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.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:2px}.dropright .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.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:2px}.dropleft .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.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:8px 0;overflow:hidden;border-top:1px solid #f5f5f5}.dropdown-item{display:block;width:100%;padding:4px 24px;clear:both;font-weight:400;color:#282848;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:hover,.dropdown-item:focus{color:#1f1f38;text-decoration:none;background-color:#F4F4F4}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#D60000}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:8px 24px;margin-bottom:0;font-size:14px;color:#6c757d;white-space:nowrap}.dropdown-item-text{display:block;padding:4px 24px;color:#282848}.btn-group,.btn-group-vertical{position:relative;display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;-webkit-box-flex:1;-webkit-flex:1 1 auto;-moz-box-flex:1;-ms-flex:1 1 auto;flex:1 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-toolbar{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn:not(:first-child),.btn-group>.btn-group:not(:first-child){margin-left:-1px}.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:24px;padding-left:24px}.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:15px;padding-left:15px}.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split{padding-right:12px;padding-left:12px}.btn-group-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child){margin-top:-1px}.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:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-webkit-align-items:stretch;-moz-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-control-plaintext,.input-group>.custom-select,.input-group>.custom-file{position:relative;-webkit-box-flex:1;-webkit-flex:1 1 auto;-moz-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:1%;min-width:0;margin-bottom:0}.input-group>.form-control+.form-control,.input-group>.form-control+.custom-select,.input-group>.form-control+.custom-file,.input-group>.form-control-plaintext+.form-control,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.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:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-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:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.input-group-prepend .btn,.input-group-append .btn{position:relative;z-index:2}.input-group-prepend .btn:focus,.input-group-append .btn:focus{z-index:3}.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:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:12px 20px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.955;color:#000;text-align:center;white-space:nowrap;background-color:#f5f5f5;border:1px solid #dcdcdc;border-radius:0}.input-group-text input[type="radio"],.input-group-text input[type="checkbox"]{margin-top:0}.input-group-lg>.form-control:not(textarea),.input-group-lg>.custom-select{height:-webkit-calc(1.5em + 16px + 2px);height:-moz-calc(1.5em + 16px + 2px);height:calc(1.5em + 16px + 2px)}.input-group-lg>.form-control,.input-group-lg>.custom-select,.input-group-lg>.input-group-prepend>.input-group-text,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-append>.btn{padding:8px 16px;font-size:20px;line-height:1.5;border-radius:4px}.input-group-sm>.form-control:not(textarea),.input-group-sm>.custom-select{height:-webkit-calc(1.5em + 8px + 2px);height:-moz-calc(1.5em + 8px + 2px);height:calc(1.5em + 8px + 2px)}.input-group-sm>.form-control,.input-group-sm>.custom-select,.input-group-sm>.input-group-prepend>.input-group-text,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-append>.btn{padding:4px 8px;font-size:14px;line-height:1.5;border-radius:3px}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:36px}.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;z-index:1;display:block;min-height:31px;padding-left:24px}.custom-control-inline{display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:16px}.custom-control-input{position:absolute;left:0;z-index:-1;width:16px;height:23px;opacity:0}.custom-control-input:checked ~ .custom-control-label::before{color:#fff;border-color:#D60000;background-color:#D60000}.custom-control-input:focus ~ .custom-control-label::before{-webkit-box-shadow:0 0 0 3px rgba(214,0,0,0.25);box-shadow:0 0 0 3px rgba(214,0,0,0.25)}.custom-control-input:focus:not(:checked) ~ .custom-control-label::before{border-color:#ff5757}.custom-control-input:not(:disabled):active ~ .custom-control-label::before{color:#fff;background-color:#ff8a8a;border-color:#ff8a8a}.custom-control-input[disabled] ~ .custom-control-label,.custom-control-input:disabled ~ .custom-control-label{color:#6c757d}.custom-control-input[disabled] ~ .custom-control-label::before,.custom-control-input:disabled ~ .custom-control-label::before{background-color:#f5f5f5}.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}.custom-control-label::before{position:absolute;top:7px;left:-24px;display:block;width:16px;height:16px;pointer-events:none;content:"";background-color:#fff;border:#767686 solid 1px}.custom-control-label::after{position:absolute;top:7px;left:-24px;display:block;width:16px;height:16px;content:"";background:no-repeat 50% / 50% 50%}.custom-checkbox .custom-control-label::before{border-radius:4px}.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")}.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before{border-color:#D60000;background-color:#D60000}.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' 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(214,0,0,0.5)}.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before{background-color:rgba(214,0,0,0.5)}.custom-radio .custom-control-label::before{border-radius:50%}.custom-radio .custom-control-input:checked ~ .custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' 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(214,0,0,0.5)}.custom-switch{padding-left:36px}.custom-switch .custom-control-label::before{left:-36px;width:28px;pointer-events:all;border-radius:8px}.custom-switch .custom-control-label::after{top:-webkit-calc(7px + 2px);top:-moz-calc(7px + 2px);top:calc(7px + 2px);left:-webkit-calc(-36px + 2px);left:-moz-calc(-36px + 2px);left:calc(-36px + 2px);width:-webkit-calc(16px - 4px);width:-moz-calc(16px - 4px);width:calc(16px - 4px);height:-webkit-calc(16px - 4px);height:-moz-calc(16px - 4px);height:calc(16px - 4px);background-color:#767686;border-radius:8px;-webkit-transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-transform 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-transform 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;-moz-transition:transform 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,-moz-transform 0.15s ease-in-out;transition:transform 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;transition:transform 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-transform 0.15s ease-in-out,-moz-transform 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.custom-switch .custom-control-label::after{-webkit-transition:none;-moz-transition:none;transition:none}}.custom-switch .custom-control-input:checked ~ .custom-control-label::after{background-color:#fff;-webkit-transform:translateX(12px);-moz-transform:translateX(12px);-ms-transform:translateX(12px);transform:translateX(12px)}.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before{background-color:rgba(214,0,0,0.5)}.custom-select{display:inline-block;width:100%;height:-webkit-calc(1.955em + 24px + 2px);height:-moz-calc(1.955em + 24px + 2px);height:calc(1.955em + 24px + 2px);padding:12px 36px 12px 20px;font-size:14px;font-weight:400;line-height:1.955;color:#000;vertical-align:middle;background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 20px center/8px 10px;border:1px solid #dcdcdc;border-radius:4px;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-select:focus{border-color:#ff5757;outline:0;-webkit-box-shadow:0 0 0 3px rgba(214,0,0,0.25);box-shadow:0 0 0 3px rgba(214,0,0,0.25)}.custom-select:focus::-ms-value{color:#000;background-color:#fff}.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:20px;background-image:none}.custom-select:disabled{color:#6c757d;background-color:#f5f5f5}.custom-select::-ms-expand{display:none}.custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #000}.custom-select-sm{height:-webkit-calc(1.5em + 8px + 2px);height:-moz-calc(1.5em + 8px + 2px);height:calc(1.5em + 8px + 2px);padding-top:4px;padding-bottom:4px;padding-left:8px;font-size:14px}.custom-select-lg{height:-webkit-calc(1.5em + 16px + 2px);height:-moz-calc(1.5em + 16px + 2px);height:calc(1.5em + 16px + 2px);padding-top:8px;padding-bottom:8px;padding-left:16px;font-size:20px}.custom-file{position:relative;display:inline-block;width:100%;height:-webkit-calc(1.955em + 24px + 2px);height:-moz-calc(1.955em + 24px + 2px);height:calc(1.955em + 24px + 2px);margin-bottom:0}.custom-file-input{position:relative;z-index:2;width:100%;height:-webkit-calc(1.955em + 24px + 2px);height:-moz-calc(1.955em + 24px + 2px);height:calc(1.955em + 24px + 2px);margin:0;opacity:0}.custom-file-input:focus ~ .custom-file-label{border-color:#ff5757;-webkit-box-shadow:0 0 0 3px rgba(214,0,0,0.25);box-shadow:0 0 0 3px rgba(214,0,0,0.25)}.custom-file-input[disabled] ~ .custom-file-label,.custom-file-input:disabled ~ .custom-file-label{background-color:#f5f5f5}.custom-file-input:lang(en) ~ .custom-file-label::after{content:"Browse"}.custom-file-input ~ .custom-file-label[data-browse]::after{content:attr(data-browse)}.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:-webkit-calc(1.955em + 24px + 2px);height:-moz-calc(1.955em + 24px + 2px);height:calc(1.955em + 24px + 2px);padding:12px 20px;font-weight:400;line-height:1.955;color:#000;background-color:#fff;border:1px solid #dcdcdc;border-radius:0}.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:-webkit-calc(1.955em + 24px);height:-moz-calc(1.955em + 24px);height:calc(1.955em + 24px);padding:12px 20px;line-height:1.955;color:#000;content:"Browse";background-color:#f5f5f5;border-left:inherit;border-radius:0 0 0 0}.custom-range{width:100%;height:22px;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-range:focus{outline:none}.custom-range:focus::-webkit-slider-thumb{-webkit-box-shadow:0 0 0 1px #fff,0 0 0 3px rgba(214,0,0,0.25);box-shadow:0 0 0 1px #fff,0 0 0 3px rgba(214,0,0,0.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 3px rgba(214,0,0,0.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 3px rgba(214,0,0,0.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{width:16px;height:16px;margin-top:-4px;background-color:#D60000;border:0;border-radius:16px;-webkit-transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;-moz-transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;-webkit-appearance:none;appearance:none}@media (prefers-reduced-motion: reduce){.custom-range::-webkit-slider-thumb{-webkit-transition:none;-moz-transition:none;transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#ff8a8a}.custom-range::-webkit-slider-runnable-track{width:100%;height:8px;color:transparent;cursor:pointer;background-color:#F9F9F9;border-color:transparent;border-radius:16px}.custom-range::-moz-range-thumb{width:16px;height:16px;background-color:#D60000;border:0;border-radius:16px;-webkit-transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;-moz-transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;-moz-appearance:none;appearance:none}@media (prefers-reduced-motion: reduce){.custom-range::-moz-range-thumb{-webkit-transition:none;-moz-transition:none;transition:none}}.custom-range::-moz-range-thumb:active{background-color:#ff8a8a}.custom-range::-moz-range-track{width:100%;height:8px;color:transparent;cursor:pointer;background-color:#F9F9F9;border-color:transparent;border-radius:16px}.custom-range::-ms-thumb{width:16px;height:16px;margin-top:0;margin-right:3px;margin-left:3px;background-color:#D60000;border:0;border-radius:16px;-webkit-transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;-moz-transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;appearance:none}@media (prefers-reduced-motion: reduce){.custom-range::-ms-thumb{-webkit-transition:none;-moz-transition:none;transition:none}}.custom-range::-ms-thumb:active{background-color:#ff8a8a}.custom-range::-ms-track{width:100%;height:8px;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:8px}.custom-range::-ms-fill-lower{background-color:#F9F9F9;border-radius:16px}.custom-range::-ms-fill-upper{margin-right:15px;background-color:#F9F9F9;border-radius:16px}.custom-range:disabled::-webkit-slider-thumb{background-color:#767686}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#767686}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#767686}.custom-control-label::before,.custom-file-label,.custom-select{-webkit-transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;-moz-transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;transition:background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.custom-control-label::before,.custom-file-label,.custom-select{-webkit-transition:none;-moz-transition:none;transition:none}}.nav{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:8px 16px}.nav-link:hover,.nav-link:focus{text-decoration:none}.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #F9F9F9}.nav-tabs .nav-item{margin-bottom:-1px}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:4px;border-top-right-radius:4px}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{border-color:#f5f5f5 #f5f5f5 #F9F9F9}.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:#F9F9F9 #F9F9F9 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{border-radius:4px}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#D60000}.nav-fill>.nav-link,.nav-fill .nav-item{-webkit-box-flex:1;-webkit-flex:1 1 auto;-moz-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;text-align:center}.nav-justified>.nav-link,.nav-justified .nav-item{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-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:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:8px 16px}.navbar .container,.navbar .container-fluid,.navbar .container-sm,.navbar .container-md,.navbar .container-lg,.navbar .container-xl{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:4px;padding-bottom:4px;margin-right:16px;font-size:20px;line-height:inherit;white-space:nowrap}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-nav{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-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:8px;padding-bottom:8px}.navbar-collapse{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.navbar-toggler{padding:4px 12px;font-size:20px;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:0}.navbar-toggler:hover,.navbar-toggler:focus{text-decoration:none}.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,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-xl{padding-right:0;padding-left:0}}@media (min-width: 576px){.navbar-expand-sm{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row nowrap;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-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:8px;padding-left:8px}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-xl{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:-webkit-box !important;display:-webkit-flex !important;display:-moz-box !important;display:-ms-flexbox !important;display:flex !important;-webkit-flex-basis:auto;-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,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-md,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-xl{padding-right:0;padding-left:0}}@media (min-width: 768px){.navbar-expand-md{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row nowrap;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-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:8px;padding-left:8px}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-md,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-xl{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:-webkit-box !important;display:-webkit-flex !important;display:-moz-box !important;display:-ms-flexbox !important;display:flex !important;-webkit-flex-basis:auto;-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,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-xl{padding-right:0;padding-left:0}}@media (min-width: 992px){.navbar-expand-lg{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row nowrap;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-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:8px;padding-left:8px}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-xl{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-webkit-box !important;display:-webkit-flex !important;display:-moz-box !important;display:-ms-flexbox !important;display:flex !important;-webkit-flex-basis:auto;-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,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-xl{padding-right:0;padding-left:0}}@media (min-width: 1200px){.navbar-expand-xl{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row nowrap;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-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:8px;padding-left:8px}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-xl{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:-webkit-box !important;display:-webkit-flex !important;display:-moz-box !important;display:-ms-flexbox !important;display:flex !important;-webkit-flex-basis:auto;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row nowrap;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-sm,.navbar-expand>.container-md,.navbar-expand>.container-lg,.navbar-expand>.container-xl{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:8px;padding-left:8px}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-sm,.navbar-expand>.container-md,.navbar-expand>.container-lg,.navbar-expand>.container-xl{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:-webkit-box !important;display:-webkit-flex !important;display:-moz-box !important;display:-ms-flexbox !important;display:flex !important;-webkit-flex-basis:auto;-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,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,0,0,0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' 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,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' 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:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-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:4px}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:-webkit-calc(4px - 1px);border-top-left-radius:-moz-calc(4px - 1px);border-top-left-radius:calc(4px - 1px);border-top-right-radius:-webkit-calc(4px - 1px);border-top-right-radius:-moz-calc(4px - 1px);border-top-right-radius:calc(4px - 1px)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:-webkit-calc(4px - 1px);border-bottom-right-radius:-moz-calc(4px - 1px);border-bottom-right-radius:calc(4px - 1px);border-bottom-left-radius:-webkit-calc(4px - 1px);border-bottom-left-radius:-moz-calc(4px - 1px);border-bottom-left-radius:calc(4px - 1px)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{-webkit-box-flex:1;-webkit-flex:1 1 auto;-moz-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;min-height:1px;padding:20px}.card-title{margin-bottom:12px}.card-subtitle{margin-top:-6px;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:20px}.card-header{padding:12px 20px;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:-webkit-calc(4px - 1px) -webkit-calc(4px - 1px) 0 0;border-radius:-moz-calc(4px - 1px) -moz-calc(4px - 1px) 0 0;border-radius:calc(4px - 1px) calc(4px - 1px) 0 0}.card-footer{padding:12px 20px;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 -webkit-calc(4px - 1px) -webkit-calc(4px - 1px);border-radius:0 0 -moz-calc(4px - 1px) -moz-calc(4px - 1px);border-radius:0 0 calc(4px - 1px) calc(4px - 1px)}.card-header-tabs{margin-right:-10px;margin-bottom:-12px;margin-left:-10px;border-bottom:0}.card-header-pills{margin-right:-10px;margin-left:-10px}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:20px;border-radius:-webkit-calc(4px - 1px);border-radius:-moz-calc(4px - 1px);border-radius:calc(4px - 1px)}.card-img,.card-img-top,.card-img-bottom{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%}.card-img,.card-img-top{border-top-left-radius:-webkit-calc(4px - 1px);border-top-left-radius:-moz-calc(4px - 1px);border-top-left-radius:calc(4px - 1px);border-top-right-radius:-webkit-calc(4px - 1px);border-top-right-radius:-moz-calc(4px - 1px);border-top-right-radius:calc(4px - 1px)}.card-img,.card-img-bottom{border-bottom-right-radius:-webkit-calc(4px - 1px);border-bottom-right-radius:-moz-calc(4px - 1px);border-bottom-right-radius:calc(4px - 1px);border-bottom-left-radius:-webkit-calc(4px - 1px);border-bottom-left-radius:-moz-calc(4px - 1px);border-bottom-left-radius:calc(4px - 1px)}.card-deck .card{margin-bottom:15px}@media (min-width: 576px){.card-deck{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{-webkit-box-flex:1;-webkit-flex:1 0 0%;-moz-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;margin-right:15px;margin-bottom:0;margin-left:15px}}.card-group>.card{margin-bottom:15px}@media (min-width: 576px){.card-group{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:row wrap;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.card-group>.card{-webkit-box-flex:1;-webkit-flex:1 0 0%;-moz-box-flex:1;-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:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-img-top,.card-group>.card:not(:last-child) .card-header{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-img-bottom,.card-group>.card:not(:last-child) .card-footer{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-img-top,.card-group>.card:not(:first-child) .card-header{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-img-bottom,.card-group>.card:not(:first-child) .card-footer{border-bottom-left-radius:0}}.card-columns .card{margin-bottom:12px}@media (min-width: 576px){.card-columns{-webkit-column-count:3;-moz-column-count:3;column-count:3;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion{overflow-anchor:none}.accordion>.card{overflow:hidden}.accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}.breadcrumb{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:12px 16px;margin-bottom:16px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb-item{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.breadcrumb-item+.breadcrumb-item{padding-left:8px}.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:8px;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:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;padding-left:0;list-style:none;border-radius:4px}.page-link{position:relative;display:block;padding:8px 12px;margin-left:-1px;line-height:1.25;color:#D60000;background-color:#fff;border:1px solid #F9F9F9}.page-link:hover{z-index:2;color:#D60000;text-decoration:none;background-color:#f5f5f5;border-color:#F9F9F9}.page-link:focus{z-index:3;outline:0;-webkit-box-shadow:0 0 0 3px rgba(214,0,0,0.25);box-shadow:0 0 0 3px rgba(214,0,0,0.25)}.page-item:first-child .page-link{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.page-item:last-child .page-link{border-top-right-radius:4px;border-bottom-right-radius:4px}.page-item.active .page-link{z-index:3;color:#fff;background-color:#D60000;border-color:#D60000}.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#F9F9F9}.pagination-lg .page-link{padding:12px 24px;font-size:20px;line-height:1.5}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination-sm .page-link{padding:4px 8px;font-size:14px;line-height:1.5}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:3px;border-bottom-right-radius:3px}.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:4px;-webkit-transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;-moz-transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out}@media (prefers-reduced-motion: reduce){.badge{-webkit-transition:none;-moz-transition:none;transition:none}}a.badge:hover,a.badge:focus{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:160px}.badge-primary{color:#fff;background-color:#D60000}a.badge-primary:hover,a.badge-primary:focus{color:#fff;background-color:#a30000}a.badge-primary:focus,a.badge-primary.focus{outline:0;-webkit-box-shadow:0 0 0 3px rgba(214,0,0,0.5);box-shadow:0 0 0 3px rgba(214,0,0,0.5)}.badge-secondary{color:#fff;background-color:#767686}a.badge-secondary:hover,a.badge-secondary:focus{color:#fff;background-color:#5e5e6b}a.badge-secondary:focus,a.badge-secondary.focus{outline:0;-webkit-box-shadow:0 0 0 3px rgba(118,118,134,0.5);box-shadow:0 0 0 3px rgba(118,118,134,0.5)}.badge-success{color:#fff;background-color:#28a745}a.badge-success:hover,a.badge-success:focus{color:#fff;background-color:#1e7e34}a.badge-success:focus,a.badge-success.focus{outline:0;-webkit-box-shadow:0 0 0 3px rgba(40,167,69,0.5);box-shadow:0 0 0 3px rgba(40,167,69,0.5)}.badge-info{color:#fff;background-color:#17a2b8}a.badge-info:hover,a.badge-info:focus{color:#fff;background-color:#117a8b}a.badge-info:focus,a.badge-info.focus{outline:0;-webkit-box-shadow:0 0 0 3px rgba(23,162,184,0.5);box-shadow:0 0 0 3px rgba(23,162,184,0.5)}.badge-warning{color:#282848;background-color:#ffc107}a.badge-warning:hover,a.badge-warning:focus{color:#282848;background-color:#d39e00}a.badge-warning:focus,a.badge-warning.focus{outline:0;-webkit-box-shadow:0 0 0 3px rgba(255,193,7,0.5);box-shadow:0 0 0 3px rgba(255,193,7,0.5)}.badge-danger{color:#fff;background-color:#D60000}a.badge-danger:hover,a.badge-danger:focus{color:#fff;background-color:#a30000}a.badge-danger:focus,a.badge-danger.focus{outline:0;-webkit-box-shadow:0 0 0 3px rgba(214,0,0,0.5);box-shadow:0 0 0 3px rgba(214,0,0,0.5)}.badge-light{color:#282848;background-color:#F4F4F4}a.badge-light:hover,a.badge-light:focus{color:#282848;background-color:#dbdbdb}a.badge-light:focus,a.badge-light.focus{outline:0;-webkit-box-shadow:0 0 0 3px rgba(244,244,244,0.5);box-shadow:0 0 0 3px rgba(244,244,244,0.5)}.badge-dark{color:#fff;background-color:#2D2D2D}a.badge-dark:hover,a.badge-dark:focus{color:#fff;background-color:#141414}a.badge-dark:focus,a.badge-dark.focus{outline:0;-webkit-box-shadow:0 0 0 3px rgba(45,45,45,0.5);box-shadow:0 0 0 3px rgba(45,45,45,0.5)}.jumbotron{padding:32px 16px;margin-bottom:32px;background-color:#f5f5f5;border-radius:4px}@media (min-width: 576px){.jumbotron{padding:64px 32px}}.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}.alert{position:relative;padding:12px 20px;margin-bottom:16px;border:1px solid transparent;border-radius:4px}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:64px}.alert-dismissible .close{position:absolute;top:0;right:0;padding:12px 20px;color:inherit}.alert-primary{color:#6f0000;background-color:#f7cccc;border-color:#f4b8b8}.alert-primary hr{border-top-color:#f1a2a2}.alert-primary .alert-link{color:#3c0000}.alert-secondary{color:#3d3d46;background-color:#e4e4e7;border-color:#d9d9dd}.alert-secondary hr{border-top-color:#ccccd1}.alert-secondary .alert-link{color:#25252b}.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:#6f0000;background-color:#f7cccc;border-color:#f4b8b8}.alert-danger hr{border-top-color:#f1a2a2}.alert-danger .alert-link{color:#3c0000}.alert-light{color:#7f7f7f;background-color:#fdfdfd;border-color:#fcfcfc}.alert-light hr{border-top-color:#efefef}.alert-light .alert-link{color:#666}.alert-dark{color:#171717;background-color:#d5d5d5;border-color:#c4c4c4}.alert-dark hr{border-top-color:#b7b7b7}.alert-dark .alert-link{color:#000}@-webkit-keyframes progress-bar-stripes{from{background-position:16px 0}to{background-position:0 0}}@-moz-keyframes progress-bar-stripes{from{background-position:16px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:16px 0}to{background-position:0 0}}.progress{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;height:16px;overflow:hidden;line-height:0;font-size:12px;background-color:#f5f5f5;border-radius:4px}.progress-bar{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#D60000;-webkit-transition:width 0.6s ease;-moz-transition:width 0.6s ease;transition:width 0.6s ease}@media (prefers-reduced-motion: reduce){.progress-bar{-webkit-transition:none;-moz-transition:none;transition:none}}.progress-bar-striped{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-moz- oldlinear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-size:16px 16px}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;-moz-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}@media (prefers-reduced-motion: reduce){.progress-bar-animated{-webkit-animation:none;-moz-animation:none;animation:none}}.media{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.media-body{-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1}.list-group{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:4px}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:hover,.list-group-item-action:focus{z-index:1;color:#495057;text-decoration:none;background-color:#F4F4F4}.list-group-item-action:active{color:#000;background-color:#f5f5f5}.list-group-item{position:relative;display:block;padding:12px 20px;background-color:#fff;border:1px solid rgba(0,0,0,0.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#D60000;border-color:#D60000}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:4px;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:4px;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media (min-width: 576px){.list-group-horizontal-sm{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:4px;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:4px;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width: 768px){.list-group-horizontal-md{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:4px;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:4px;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width: 992px){.list-group-horizontal-lg{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:4px;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:4px;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media (min-width: 1200px){.list-group-horizontal-xl{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-moz-box-orient:horizontal;-moz-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:4px;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:4px;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#6f0000;background-color:#f4b8b8}.list-group-item-primary.list-group-item-action:hover,.list-group-item-primary.list-group-item-action:focus{color:#6f0000;background-color:#f1a2a2}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#6f0000;border-color:#6f0000}.list-group-item-secondary{color:#3d3d46;background-color:#d9d9dd}.list-group-item-secondary.list-group-item-action:hover,.list-group-item-secondary.list-group-item-action:focus{color:#3d3d46;background-color:#ccccd1}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#3d3d46;border-color:#3d3d46}.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:#6f0000;background-color:#f4b8b8}.list-group-item-danger.list-group-item-action:hover,.list-group-item-danger.list-group-item-action:focus{color:#6f0000;background-color:#f1a2a2}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#6f0000;border-color:#6f0000}.list-group-item-light{color:#7f7f7f;background-color:#fcfcfc}.list-group-item-light.list-group-item-action:hover,.list-group-item-light.list-group-item-action:focus{color:#7f7f7f;background-color:#efefef}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#7f7f7f;border-color:#7f7f7f}.list-group-item-dark{color:#171717;background-color:#c4c4c4}.list-group-item-dark.list-group-item-action:hover,.list-group-item-dark.list-group-item-action:focus{color:#171717;background-color:#b7b7b7}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#171717;border-color:#171717}.close{float:right;font-size:24px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):hover,.close:not(:disabled):not(.disabled):focus{opacity:.75}button.close{padding:0;background-color:transparent;border:0}a.close.disabled{pointer-events:none}.toast{-webkit-flex-basis:350px;-ms-flex-preferred-size:350px;flex-basis:350px;max-width:350px;font-size:14px;background-color:rgba(255,255,255,0.85);background-clip:padding-box;border:1px solid rgba(0,0,0,0.1);-webkit-box-shadow:0 4px 12px rgba(0,0,0,0.1);box-shadow:0 4px 12px rgba(0,0,0,0.1);opacity:0;border-radius:4px}.toast:not(:last-child){margin-bottom:12px}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:4px 12px;color:#6c757d;background-color:rgba(255,255,255,0.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,0.05);border-top-left-radius:-webkit-calc(4px - 1px);border-top-left-radius:-moz-calc(4px - 1px);border-top-left-radius:calc(4px - 1px);border-top-right-radius:-webkit-calc(4px - 1px);border-top-right-radius:-moz-calc(4px - 1px);border-top-right-radius:calc(4px - 1px)}.toast-body{padding:12px}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:8px;pointer-events:none}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform 0.3s ease-out;transition:-webkit-transform 0.3s ease-out;-moz-transition:transform 0.3s ease-out, -moz-transform 0.3s ease-out;transition:transform 0.3s ease-out;transition:transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -moz-transform 0.3s ease-out;-webkit-transform:translate(0, -50px);-moz-transform:translate(0, -50px);-ms-transform:translate(0, -50px);transform:translate(0, -50px)}@media (prefers-reduced-motion: reduce){.modal.fade .modal-dialog{-webkit-transition:none;-moz-transition:none;transition:none}}.modal.show .modal-dialog{-webkit-transform:none;-moz-transform:none;-ms-transform:none;transform:none}.modal.modal-static .modal-dialog{-webkit-transform:scale(1.02);-moz-transform:scale(1.02);-ms-transform:scale(1.02);transform:scale(1.02)}.modal-dialog-scrollable{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;max-height:-webkit-calc(100% - 16px);max-height:-moz-calc(100% - 16px);max-height:calc(100% - 16px)}.modal-dialog-scrollable .modal-content{max-height:-webkit-calc(100vh - 16px);max-height:-moz-calc(100vh - 16px);max-height:calc(100vh - 16px);overflow:hidden}.modal-dialog-scrollable .modal-header,.modal-dialog-scrollable .modal-footer{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;min-height:-webkit-calc(100% - 16px);min-height:-moz-calc(100% - 16px);min-height:calc(100% - 16px)}.modal-dialog-centered::before{display:block;height:-webkit-calc(100vh - 16px);height:-moz-calc(100vh - 16px);height:calc(100vh - 16px);height:-webkit-min-content;height:-moz-min-content;height:min-content;content:""}.modal-dialog-centered.modal-dialog-scrollable{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable::before{content:none}.modal-content{position:relative;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-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:4px;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:16px 16px;border-bottom:1px solid #F9F9F9;border-top-left-radius:-webkit-calc(4px - 1px);border-top-left-radius:-moz-calc(4px - 1px);border-top-left-radius:calc(4px - 1px);border-top-right-radius:-webkit-calc(4px - 1px);border-top-right-radius:-moz-calc(4px - 1px);border-top-right-radius:calc(4px - 1px)}.modal-header .close{padding:16px 16px;margin:-16px -16px -16px auto}.modal-title{margin-bottom:0;line-height:1.955}.modal-body{position:relative;-webkit-box-flex:1;-webkit-flex:1 1 auto;-moz-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:16px}.modal-footer{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:12px;border-top:1px solid #F9F9F9;border-bottom-right-radius:-webkit-calc(4px - 1px);border-bottom-right-radius:-moz-calc(4px - 1px);border-bottom-right-radius:calc(4px - 1px);border-bottom-left-radius:-webkit-calc(4px - 1px);border-bottom-left-radius:-moz-calc(4px - 1px);border-bottom-left-radius:calc(4px - 1px)}.modal-footer>*{margin:4px}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width: 576px){.modal-dialog{max-width:500px;margin:28px auto}.modal-dialog-scrollable{max-height:-webkit-calc(100% - 56px);max-height:-moz-calc(100% - 56px);max-height:calc(100% - 56px)}.modal-dialog-scrollable .modal-content{max-height:-webkit-calc(100vh - 56px);max-height:-moz-calc(100vh - 56px);max-height:calc(100vh - 56px)}.modal-dialog-centered{min-height:-webkit-calc(100% - 56px);min-height:-moz-calc(100% - 56px);min-height:calc(100% - 56px)}.modal-dialog-centered::before{height:-webkit-calc(100vh - 56px);height:-moz-calc(100vh - 56px);height:calc(100vh - 56px);height:-webkit-min-content;height:-moz-min-content;height:min-content}.modal-sm{max-width:300px}}@media (min-width: 992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width: 1200px){.modal-xl{max-width:1140px}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:"GolosTextWebRegular";font-style:normal;font-weight:400;line-height:1.955;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:14px;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .arrow{position:absolute;display:block;width:12px;height:6px}.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-top,.bs-tooltip-auto[x-placement^="top"]{padding:6px 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:6px 6px 0;border-top-color:#000}.bs-tooltip-right,.bs-tooltip-auto[x-placement^="right"]{padding:0 6px}.bs-tooltip-right .arrow,.bs-tooltip-auto[x-placement^="right"] .arrow{left:0;width:6px;height:12px}.bs-tooltip-right .arrow::before,.bs-tooltip-auto[x-placement^="right"] .arrow::before{right:0;border-width:6px 6px 6px 0;border-right-color:#000}.bs-tooltip-bottom,.bs-tooltip-auto[x-placement^="bottom"]{padding:6px 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 6px 6px;border-bottom-color:#000}.bs-tooltip-left,.bs-tooltip-auto[x-placement^="left"]{padding:0 6px}.bs-tooltip-left .arrow,.bs-tooltip-auto[x-placement^="left"] .arrow{right:0;width:6px;height:12px}.bs-tooltip-left .arrow::before,.bs-tooltip-auto[x-placement^="left"] .arrow::before{left:0;border-width:6px 0 6px 6px;border-left-color:#000}.tooltip-inner{max-width:200px;padding:4px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:"GolosTextWebRegular";font-style:normal;font-weight:400;line-height:1.955;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:14px;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,0.2);border-radius:4px}.popover .arrow{position:absolute;display:block;width:16px;height:8px;margin:0 4px}.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:8px}.bs-popover-top>.arrow,.bs-popover-auto[x-placement^="top"]>.arrow{bottom:-webkit-calc(-8px - 1px);bottom:-moz-calc(-8px - 1px);bottom:calc(-8px - 1px)}.bs-popover-top>.arrow::before,.bs-popover-auto[x-placement^="top"]>.arrow::before{bottom:0;border-width:8px 8px 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-width:8px 8px 0;border-top-color:#fff}.bs-popover-right,.bs-popover-auto[x-placement^="right"]{margin-left:8px}.bs-popover-right>.arrow,.bs-popover-auto[x-placement^="right"]>.arrow{left:-webkit-calc(-8px - 1px);left:-moz-calc(-8px - 1px);left:calc(-8px - 1px);width:8px;height:16px;margin:4px 0}.bs-popover-right>.arrow::before,.bs-popover-auto[x-placement^="right"]>.arrow::before{left:0;border-width:8px 8px 8px 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-width:8px 8px 8px 0;border-right-color:#fff}.bs-popover-bottom,.bs-popover-auto[x-placement^="bottom"]{margin-top:8px}.bs-popover-bottom>.arrow,.bs-popover-auto[x-placement^="bottom"]>.arrow{top:-webkit-calc(-8px - 1px);top:-moz-calc(-8px - 1px);top:calc(-8px - 1px)}.bs-popover-bottom>.arrow::before,.bs-popover-auto[x-placement^="bottom"]>.arrow::before{top:0;border-width:0 8px 8px 8px;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-width:0 8px 8px 8px;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:16px;margin-left:-8px;content:"";border-bottom:1px solid #f7f7f7}.bs-popover-left,.bs-popover-auto[x-placement^="left"]{margin-right:8px}.bs-popover-left>.arrow,.bs-popover-auto[x-placement^="left"]>.arrow{right:-webkit-calc(-8px - 1px);right:-moz-calc(-8px - 1px);right:calc(-8px - 1px);width:8px;height:16px;margin:4px 0}.bs-popover-left>.arrow::before,.bs-popover-auto[x-placement^="left"]>.arrow::before{right:0;border-width:8px 0 8px 8px;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-width:8px 0 8px 8px;border-left-color:#fff}.popover-header{padding:8px 12px;margin-bottom:0;font-size:16px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:-webkit-calc(4px - 1px);border-top-left-radius:-moz-calc(4px - 1px);border-top-left-radius:calc(4px - 1px);border-top-right-radius:-webkit-calc(4px - 1px);border-top-right-radius:-moz-calc(4px - 1px);border-top-right-radius:calc(4px - 1px)}.popover-header:empty{display:none}.popover-body{padding:8px 12px;color:#000}.carousel{position:relative}.carousel.pointer-event{-ms-touch-action:pan-y;touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:-webkit-transform .6s ease-in-out;transition:-webkit-transform .6s ease-in-out;-moz-transition:transform .6s ease-in-out, -moz-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out, -webkit-transform .6s ease-in-out, -moz-transform .6s ease-in-out}@media (prefers-reduced-motion: reduce){.carousel-item{-webkit-transition:none;-moz-transition:none;transition:none}}.carousel-item.active,.carousel-item-next,.carousel-item-prev{display:block}.carousel-item-next:not(.carousel-item-left),.active.carousel-item-right{-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.carousel-item-prev:not(.carousel-item-right),.active.carousel-item-left{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;-webkit-transition-property:opacity;-moz-transition-property:opacity;transition-property:opacity;-webkit-transform:none;-moz-transform:none;-ms-transform:none;transform:none}.carousel-fade .carousel-item.active,.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right{z-index:1;opacity:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;-webkit-transition:opacity 0s .6s;-moz-transition:opacity 0s .6s;transition:opacity 0s .6s}@media (prefers-reduced-motion: reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{-webkit-transition:none;-moz-transition:none;transition:none}}.carousel-control-prev,.carousel-control-next{position:absolute;top:0;bottom:0;z-index:1;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5;-webkit-transition:opacity 0.15s ease;-moz-transition:opacity 0.15s ease;transition:opacity 0.15s ease}@media (prefers-reduced-motion: reduce){.carousel-control-prev,.carousel-control-next{-webkit-transition:none;-moz-transition:none;transition:none}}.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-prev-icon,.carousel-control-next-icon{display:inline-block;width:20px;height:20px;background:no-repeat 50% / 100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}.carousel-indicators li{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-box-flex:0;-webkit-flex:0 1 auto;-moz-box-flex:0;-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:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;-webkit-transition:opacity 0.6s ease;-moz-transition:opacity 0.6s ease;transition:opacity 0.6s ease}@media (prefers-reduced-motion: reduce){.carousel-indicators li{-webkit-transition:none;-moz-transition:none;transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}@-webkit-keyframes spinner-border{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes spinner-border{to{-moz-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner-border{to{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);transform:rotate(360deg)}}.spinner-border{display:inline-block;width:32px;height:32px;vertical-align:text-bottom;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:spinner-border .75s linear infinite;-moz-animation:spinner-border .75s linear infinite;animation:spinner-border .75s linear infinite}.spinner-border-sm{width:16px;height:16px;border-width:.2em}@-webkit-keyframes spinner-grow{0%{-webkit-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;transform:none}}@-moz-keyframes spinner-grow{0%{-moz-transform:scale(0);transform:scale(0)}50%{opacity:1;-moz-transform:none;transform:none}}@keyframes spinner-grow{0%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}50%{opacity:1;-webkit-transform:none;-moz-transform:none;transform:none}}.spinner-grow{display:inline-block;width:32px;height:32px;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:spinner-grow .75s linear infinite;-moz-animation:spinner-grow .75s linear infinite;animation:spinner-grow .75s linear infinite}.spinner-grow-sm{width:16px;height:16px}.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:#D60000 !important}a.bg-primary:hover,a.bg-primary:focus,button.bg-primary:hover,button.bg-primary:focus{background-color:#a30000 !important}.bg-secondary{background-color:#767686 !important}a.bg-secondary:hover,a.bg-secondary:focus,button.bg-secondary:hover,button.bg-secondary:focus{background-color:#5e5e6b !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:#D60000 !important}a.bg-danger:hover,a.bg-danger:focus,button.bg-danger:hover,button.bg-danger:focus{background-color:#a30000 !important}.bg-light{background-color:#F4F4F4 !important}a.bg-light:hover,a.bg-light:focus,button.bg-light:hover,button.bg-light:focus{background-color:#dbdbdb !important}.bg-dark{background-color:#2D2D2D !important}a.bg-dark:hover,a.bg-dark:focus,button.bg-dark:hover,button.bg-dark:focus{background-color:#141414 !important}.bg-white{background-color:#fff !important}.bg-transparent{background-color:transparent !important}.border{border:1px solid #F9F9F9 !important}.border-top{border-top:1px solid #F9F9F9 !important}.border-right{border-right:1px solid #F9F9F9 !important}.border-bottom{border-bottom:1px solid #F9F9F9 !important}.border-left{border-left:1px solid #F9F9F9 !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:#D60000 !important}.border-secondary{border-color:#767686 !important}.border-success{border-color:#28a745 !important}.border-info{border-color:#17a2b8 !important}.border-warning{border-color:#ffc107 !important}.border-danger{border-color:#D60000 !important}.border-light{border-color:#F4F4F4 !important}.border-dark{border-color:#2D2D2D !important}.border-white{border-color:#fff !important}.rounded-sm{border-radius:3px !important}.rounded{border-radius:4px !important}.rounded-top{border-top-left-radius:4px !important;border-top-right-radius:4px !important}.rounded-right{border-top-right-radius:4px !important;border-bottom-right-radius:4px !important}.rounded-bottom{border-bottom-right-radius:4px !important;border-bottom-left-radius:4px !important}.rounded-left{border-top-left-radius:4px !important;border-bottom-left-radius:4px !important}.rounded-lg{border-radius:4px !important}.rounded-circle{border-radius:50% !important}.rounded-pill{border-radius:800px !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:-webkit-box !important;display:-webkit-flex !important;display:-moz-box !important;display:-ms-flexbox !important;display:flex !important}.d-inline-flex{display:-webkit-inline-box !important;display:-webkit-inline-flex !important;display:-moz-inline-box !important;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:-webkit-box !important;display:-webkit-flex !important;display:-moz-box !important;display:-ms-flexbox !important;display:flex !important}.d-sm-inline-flex{display:-webkit-inline-box !important;display:-webkit-inline-flex !important;display:-moz-inline-box !important;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:-webkit-box !important;display:-webkit-flex !important;display:-moz-box !important;display:-ms-flexbox !important;display:flex !important}.d-md-inline-flex{display:-webkit-inline-box !important;display:-webkit-inline-flex !important;display:-moz-inline-box !important;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:-webkit-box !important;display:-webkit-flex !important;display:-moz-box !important;display:-ms-flexbox !important;display:flex !important}.d-lg-inline-flex{display:-webkit-inline-box !important;display:-webkit-inline-flex !important;display:-moz-inline-box !important;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:-webkit-box !important;display:-webkit-flex !important;display:-moz-box !important;display:-ms-flexbox !important;display:flex !important}.d-xl-inline-flex{display:-webkit-inline-box !important;display:-webkit-inline-flex !important;display:-moz-inline-box !important;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:-webkit-box !important;display:-webkit-flex !important;display:-moz-box !important;display:-ms-flexbox !important;display:flex !important}.d-print-inline-flex{display:-webkit-inline-box !important;display:-webkit-inline-flex !important;display:-moz-inline-box !important;display:-ms-inline-flexbox !important;display:inline-flex !important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive::before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9::before{padding-top:42.85714%}.embed-responsive-16by9::before{padding-top:56.25%}.embed-responsive-4by3::before{padding-top:75%}.embed-responsive-1by1::before{padding-top:100%}.flex-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-webkit-flex-direction:row !important;-moz-box-orient:horizontal !important;-moz-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-webkit-flex-direction:column !important;-moz-box-orient:vertical !important;-moz-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-webkit-flex-direction:row-reverse !important;-moz-box-orient:horizontal !important;-moz-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-webkit-flex-direction:column-reverse !important;-moz-box-orient:vertical !important;-moz-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-wrap{-webkit-flex-wrap:wrap !important;-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-nowrap{-webkit-flex-wrap:nowrap !important;-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-wrap-reverse{-webkit-flex-wrap:wrap-reverse !important;-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.flex-fill{-webkit-box-flex:1 !important;-webkit-flex:1 1 auto !important;-moz-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.flex-grow-0{-webkit-box-flex:0 !important;-webkit-flex-grow:0 !important;-moz-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.flex-grow-1{-webkit-box-flex:1 !important;-webkit-flex-grow:1 !important;-moz-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.flex-shrink-0{-webkit-flex-shrink:0 !important;-ms-flex-negative:0 !important;flex-shrink:0 !important}.flex-shrink-1{-webkit-flex-shrink:1 !important;-ms-flex-negative:1 !important;flex-shrink:1 !important}.justify-content-start{-webkit-box-pack:start !important;-webkit-justify-content:flex-start !important;-moz-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-end{-webkit-box-pack:end !important;-webkit-justify-content:flex-end !important;-moz-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-center{-webkit-box-pack:center !important;-webkit-justify-content:center !important;-moz-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-between{-webkit-box-pack:justify !important;-webkit-justify-content:space-between !important;-moz-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-around{-webkit-justify-content:space-around !important;-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-start{-webkit-box-align:start !important;-webkit-align-items:flex-start !important;-moz-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-end{-webkit-box-align:end !important;-webkit-align-items:flex-end !important;-moz-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-center{-webkit-box-align:center !important;-webkit-align-items:center !important;-moz-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-baseline{-webkit-box-align:baseline !important;-webkit-align-items:baseline !important;-moz-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-stretch{-webkit-box-align:stretch !important;-webkit-align-items:stretch !important;-moz-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-start{-webkit-align-content:flex-start !important;-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-end{-webkit-align-content:flex-end !important;-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-center{-webkit-align-content:center !important;-ms-flex-line-pack:center !important;align-content:center !important}.align-content-between{-webkit-align-content:space-between !important;-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-around{-webkit-align-content:space-around !important;-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-stretch{-webkit-align-content:stretch !important;-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-auto{-webkit-align-self:auto !important;-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-start{-webkit-align-self:flex-start !important;-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-end{-webkit-align-self:flex-end !important;-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-center{-webkit-align-self:center !important;-ms-flex-item-align:center !important;align-self:center !important}.align-self-baseline{-webkit-align-self:baseline !important;-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-stretch{-webkit-align-self:stretch !important;-ms-flex-item-align:stretch !important;align-self:stretch !important}@media (min-width: 576px){.flex-sm-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-webkit-flex-direction:row !important;-moz-box-orient:horizontal !important;-moz-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-sm-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-webkit-flex-direction:column !important;-moz-box-orient:vertical !important;-moz-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-sm-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-webkit-flex-direction:row-reverse !important;-moz-box-orient:horizontal !important;-moz-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-sm-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-webkit-flex-direction:column-reverse !important;-moz-box-orient:vertical !important;-moz-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-sm-wrap{-webkit-flex-wrap:wrap !important;-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-sm-nowrap{-webkit-flex-wrap:nowrap !important;-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-sm-wrap-reverse{-webkit-flex-wrap:wrap-reverse !important;-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.flex-sm-fill{-webkit-box-flex:1 !important;-webkit-flex:1 1 auto !important;-moz-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.flex-sm-grow-0{-webkit-box-flex:0 !important;-webkit-flex-grow:0 !important;-moz-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.flex-sm-grow-1{-webkit-box-flex:1 !important;-webkit-flex-grow:1 !important;-moz-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.flex-sm-shrink-0{-webkit-flex-shrink:0 !important;-ms-flex-negative:0 !important;flex-shrink:0 !important}.flex-sm-shrink-1{-webkit-flex-shrink:1 !important;-ms-flex-negative:1 !important;flex-shrink:1 !important}.justify-content-sm-start{-webkit-box-pack:start !important;-webkit-justify-content:flex-start !important;-moz-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-sm-end{-webkit-box-pack:end !important;-webkit-justify-content:flex-end !important;-moz-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-sm-center{-webkit-box-pack:center !important;-webkit-justify-content:center !important;-moz-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-sm-between{-webkit-box-pack:justify !important;-webkit-justify-content:space-between !important;-moz-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-sm-around{-webkit-justify-content:space-around !important;-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-sm-start{-webkit-box-align:start !important;-webkit-align-items:flex-start !important;-moz-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-sm-end{-webkit-box-align:end !important;-webkit-align-items:flex-end !important;-moz-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-sm-center{-webkit-box-align:center !important;-webkit-align-items:center !important;-moz-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-sm-baseline{-webkit-box-align:baseline !important;-webkit-align-items:baseline !important;-moz-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-sm-stretch{-webkit-box-align:stretch !important;-webkit-align-items:stretch !important;-moz-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-sm-start{-webkit-align-content:flex-start !important;-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-sm-end{-webkit-align-content:flex-end !important;-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-sm-center{-webkit-align-content:center !important;-ms-flex-line-pack:center !important;align-content:center !important}.align-content-sm-between{-webkit-align-content:space-between !important;-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-sm-around{-webkit-align-content:space-around !important;-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-sm-stretch{-webkit-align-content:stretch !important;-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-sm-auto{-webkit-align-self:auto !important;-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-sm-start{-webkit-align-self:flex-start !important;-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-sm-end{-webkit-align-self:flex-end !important;-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-sm-center{-webkit-align-self:center !important;-ms-flex-item-align:center !important;align-self:center !important}.align-self-sm-baseline{-webkit-align-self:baseline !important;-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-sm-stretch{-webkit-align-self:stretch !important;-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media (min-width: 768px){.flex-md-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-webkit-flex-direction:row !important;-moz-box-orient:horizontal !important;-moz-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-md-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-webkit-flex-direction:column !important;-moz-box-orient:vertical !important;-moz-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-md-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-webkit-flex-direction:row-reverse !important;-moz-box-orient:horizontal !important;-moz-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-md-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-webkit-flex-direction:column-reverse !important;-moz-box-orient:vertical !important;-moz-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-md-wrap{-webkit-flex-wrap:wrap !important;-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-md-nowrap{-webkit-flex-wrap:nowrap !important;-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-md-wrap-reverse{-webkit-flex-wrap:wrap-reverse !important;-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.flex-md-fill{-webkit-box-flex:1 !important;-webkit-flex:1 1 auto !important;-moz-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.flex-md-grow-0{-webkit-box-flex:0 !important;-webkit-flex-grow:0 !important;-moz-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.flex-md-grow-1{-webkit-box-flex:1 !important;-webkit-flex-grow:1 !important;-moz-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.flex-md-shrink-0{-webkit-flex-shrink:0 !important;-ms-flex-negative:0 !important;flex-shrink:0 !important}.flex-md-shrink-1{-webkit-flex-shrink:1 !important;-ms-flex-negative:1 !important;flex-shrink:1 !important}.justify-content-md-start{-webkit-box-pack:start !important;-webkit-justify-content:flex-start !important;-moz-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-md-end{-webkit-box-pack:end !important;-webkit-justify-content:flex-end !important;-moz-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-md-center{-webkit-box-pack:center !important;-webkit-justify-content:center !important;-moz-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-md-between{-webkit-box-pack:justify !important;-webkit-justify-content:space-between !important;-moz-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-md-around{-webkit-justify-content:space-around !important;-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-md-start{-webkit-box-align:start !important;-webkit-align-items:flex-start !important;-moz-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-md-end{-webkit-box-align:end !important;-webkit-align-items:flex-end !important;-moz-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-md-center{-webkit-box-align:center !important;-webkit-align-items:center !important;-moz-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-md-baseline{-webkit-box-align:baseline !important;-webkit-align-items:baseline !important;-moz-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-md-stretch{-webkit-box-align:stretch !important;-webkit-align-items:stretch !important;-moz-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-md-start{-webkit-align-content:flex-start !important;-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-md-end{-webkit-align-content:flex-end !important;-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-md-center{-webkit-align-content:center !important;-ms-flex-line-pack:center !important;align-content:center !important}.align-content-md-between{-webkit-align-content:space-between !important;-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-md-around{-webkit-align-content:space-around !important;-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-md-stretch{-webkit-align-content:stretch !important;-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-md-auto{-webkit-align-self:auto !important;-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-md-start{-webkit-align-self:flex-start !important;-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-md-end{-webkit-align-self:flex-end !important;-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-md-center{-webkit-align-self:center !important;-ms-flex-item-align:center !important;align-self:center !important}.align-self-md-baseline{-webkit-align-self:baseline !important;-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-md-stretch{-webkit-align-self:stretch !important;-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media (min-width: 992px){.flex-lg-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-webkit-flex-direction:row !important;-moz-box-orient:horizontal !important;-moz-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-lg-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-webkit-flex-direction:column !important;-moz-box-orient:vertical !important;-moz-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-lg-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-webkit-flex-direction:row-reverse !important;-moz-box-orient:horizontal !important;-moz-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-lg-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-webkit-flex-direction:column-reverse !important;-moz-box-orient:vertical !important;-moz-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-lg-wrap{-webkit-flex-wrap:wrap !important;-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-lg-nowrap{-webkit-flex-wrap:nowrap !important;-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-lg-wrap-reverse{-webkit-flex-wrap:wrap-reverse !important;-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.flex-lg-fill{-webkit-box-flex:1 !important;-webkit-flex:1 1 auto !important;-moz-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.flex-lg-grow-0{-webkit-box-flex:0 !important;-webkit-flex-grow:0 !important;-moz-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.flex-lg-grow-1{-webkit-box-flex:1 !important;-webkit-flex-grow:1 !important;-moz-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.flex-lg-shrink-0{-webkit-flex-shrink:0 !important;-ms-flex-negative:0 !important;flex-shrink:0 !important}.flex-lg-shrink-1{-webkit-flex-shrink:1 !important;-ms-flex-negative:1 !important;flex-shrink:1 !important}.justify-content-lg-start{-webkit-box-pack:start !important;-webkit-justify-content:flex-start !important;-moz-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-lg-end{-webkit-box-pack:end !important;-webkit-justify-content:flex-end !important;-moz-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-lg-center{-webkit-box-pack:center !important;-webkit-justify-content:center !important;-moz-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-lg-between{-webkit-box-pack:justify !important;-webkit-justify-content:space-between !important;-moz-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-lg-around{-webkit-justify-content:space-around !important;-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-lg-start{-webkit-box-align:start !important;-webkit-align-items:flex-start !important;-moz-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-lg-end{-webkit-box-align:end !important;-webkit-align-items:flex-end !important;-moz-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-lg-center{-webkit-box-align:center !important;-webkit-align-items:center !important;-moz-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-lg-baseline{-webkit-box-align:baseline !important;-webkit-align-items:baseline !important;-moz-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-lg-stretch{-webkit-box-align:stretch !important;-webkit-align-items:stretch !important;-moz-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-lg-start{-webkit-align-content:flex-start !important;-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-lg-end{-webkit-align-content:flex-end !important;-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-lg-center{-webkit-align-content:center !important;-ms-flex-line-pack:center !important;align-content:center !important}.align-content-lg-between{-webkit-align-content:space-between !important;-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-lg-around{-webkit-align-content:space-around !important;-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-lg-stretch{-webkit-align-content:stretch !important;-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-lg-auto{-webkit-align-self:auto !important;-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-lg-start{-webkit-align-self:flex-start !important;-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-lg-end{-webkit-align-self:flex-end !important;-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-lg-center{-webkit-align-self:center !important;-ms-flex-item-align:center !important;align-self:center !important}.align-self-lg-baseline{-webkit-align-self:baseline !important;-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-lg-stretch{-webkit-align-self:stretch !important;-ms-flex-item-align:stretch !important;align-self:stretch !important}}@media (min-width: 1200px){.flex-xl-row{-webkit-box-orient:horizontal !important;-webkit-box-direction:normal !important;-webkit-flex-direction:row !important;-moz-box-orient:horizontal !important;-moz-box-direction:normal !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-xl-column{-webkit-box-orient:vertical !important;-webkit-box-direction:normal !important;-webkit-flex-direction:column !important;-moz-box-orient:vertical !important;-moz-box-direction:normal !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-xl-row-reverse{-webkit-box-orient:horizontal !important;-webkit-box-direction:reverse !important;-webkit-flex-direction:row-reverse !important;-moz-box-orient:horizontal !important;-moz-box-direction:reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-xl-column-reverse{-webkit-box-orient:vertical !important;-webkit-box-direction:reverse !important;-webkit-flex-direction:column-reverse !important;-moz-box-orient:vertical !important;-moz-box-direction:reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-xl-wrap{-webkit-flex-wrap:wrap !important;-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-xl-nowrap{-webkit-flex-wrap:nowrap !important;-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-xl-wrap-reverse{-webkit-flex-wrap:wrap-reverse !important;-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.flex-xl-fill{-webkit-box-flex:1 !important;-webkit-flex:1 1 auto !important;-moz-box-flex:1 !important;-ms-flex:1 1 auto !important;flex:1 1 auto !important}.flex-xl-grow-0{-webkit-box-flex:0 !important;-webkit-flex-grow:0 !important;-moz-box-flex:0 !important;-ms-flex-positive:0 !important;flex-grow:0 !important}.flex-xl-grow-1{-webkit-box-flex:1 !important;-webkit-flex-grow:1 !important;-moz-box-flex:1 !important;-ms-flex-positive:1 !important;flex-grow:1 !important}.flex-xl-shrink-0{-webkit-flex-shrink:0 !important;-ms-flex-negative:0 !important;flex-shrink:0 !important}.flex-xl-shrink-1{-webkit-flex-shrink:1 !important;-ms-flex-negative:1 !important;flex-shrink:1 !important}.justify-content-xl-start{-webkit-box-pack:start !important;-webkit-justify-content:flex-start !important;-moz-box-pack:start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-xl-end{-webkit-box-pack:end !important;-webkit-justify-content:flex-end !important;-moz-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.justify-content-xl-center{-webkit-box-pack:center !important;-webkit-justify-content:center !important;-moz-box-pack:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-xl-between{-webkit-box-pack:justify !important;-webkit-justify-content:space-between !important;-moz-box-pack:justify !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-xl-around{-webkit-justify-content:space-around !important;-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-xl-start{-webkit-box-align:start !important;-webkit-align-items:flex-start !important;-moz-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-xl-end{-webkit-box-align:end !important;-webkit-align-items:flex-end !important;-moz-box-align:end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-xl-center{-webkit-box-align:center !important;-webkit-align-items:center !important;-moz-box-align:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-xl-baseline{-webkit-box-align:baseline !important;-webkit-align-items:baseline !important;-moz-box-align:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-xl-stretch{-webkit-box-align:stretch !important;-webkit-align-items:stretch !important;-moz-box-align:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-xl-start{-webkit-align-content:flex-start !important;-ms-flex-line-pack:start !important;align-content:flex-start !important}.align-content-xl-end{-webkit-align-content:flex-end !important;-ms-flex-line-pack:end !important;align-content:flex-end !important}.align-content-xl-center{-webkit-align-content:center !important;-ms-flex-line-pack:center !important;align-content:center !important}.align-content-xl-between{-webkit-align-content:space-between !important;-ms-flex-line-pack:justify !important;align-content:space-between !important}.align-content-xl-around{-webkit-align-content:space-around !important;-ms-flex-line-pack:distribute !important;align-content:space-around !important}.align-content-xl-stretch{-webkit-align-content:stretch !important;-ms-flex-line-pack:stretch !important;align-content:stretch !important}.align-self-xl-auto{-webkit-align-self:auto !important;-ms-flex-item-align:auto !important;align-self:auto !important}.align-self-xl-start{-webkit-align-self:flex-start !important;-ms-flex-item-align:start !important;align-self:flex-start !important}.align-self-xl-end{-webkit-align-self:flex-end !important;-ms-flex-item-align:end !important;align-self:flex-end !important}.align-self-xl-center{-webkit-align-self:center !important;-ms-flex-item-align:center !important;align-self:center !important}.align-self-xl-baseline{-webkit-align-self:baseline !important;-ms-flex-item-align:baseline !important;align-self:baseline !important}.align-self-xl-stretch{-webkit-align-self:stretch !important;-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}}.user-select-all{-webkit-user-select:all !important;-moz-user-select:all !important;-ms-user-select:all !important;user-select:all !important}.user-select-auto{-webkit-user-select:auto !important;-moz-user-select:auto !important;-ms-user-select:auto !important;user-select:auto !important}.user-select-none{-webkit-user-select:none !important;-moz-user-select:none !important;-ms-user-select:none !important;user-select:none !important}.overflow-auto{overflow:auto !important}.overflow-hidden{overflow:hidden !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;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{-webkit-box-shadow:0 2px 4px rgba(0,0,0,0.075) !important;box-shadow:0 2px 4px rgba(0,0,0,0.075) !important}.shadow{-webkit-box-shadow:0 8px 16px rgba(0,0,0,0.15) !important;box-shadow:0 8px 16px rgba(0,0,0,0.15) !important}.shadow-lg{-webkit-box-shadow:0 16px 48px rgba(0,0,0,0.175) !important;box-shadow:0 16px 48px rgba(0,0,0,0.175) !important}.shadow-none{-webkit-box-shadow:none !important;box-shadow:none !important}.w-25{width:25% !important}.w-50{width:50% !important}.w-75{width:75% !important}.w-100{width:100% !important}.w-auto{width:auto !important}.h-25{height:25% !important}.h-50{height:50% !important}.h-75{height:75% !important}.h-100{height:100% !important}.h-auto{height:auto !important}.mw-100{max-width:100% !important}.mh-100{max-height:100% !important}.min-vw-100{min-width:100vw !important}.min-vh-100{min-height:100vh !important}.vw-100{width:100vw !important}.vh-100{height:100vh !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:4px !important}.mt-1,.my-1{margin-top:4px !important}.mr-1,.mx-1{margin-right:4px !important}.mb-1,.my-1{margin-bottom:4px !important}.ml-1,.mx-1{margin-left:4px !important}.m-2{margin:8px !important}.mt-2,.my-2{margin-top:8px !important}.mr-2,.mx-2{margin-right:8px !important}.mb-2,.my-2{margin-bottom:8px !important}.ml-2,.mx-2{margin-left:8px !important}.m-3{margin:16px !important}.mt-3,.my-3{margin-top:16px !important}.mr-3,.mx-3{margin-right:16px !important}.mb-3,.my-3{margin-bottom:16px !important}.ml-3,.mx-3{margin-left:16px !important}.m-4{margin:24px !important}.mt-4,.my-4{margin-top:24px !important}.mr-4,.mx-4{margin-right:24px !important}.mb-4,.my-4{margin-bottom:24px !important}.ml-4,.mx-4{margin-left:24px !important}.m-5{margin:48px !important}.mt-5,.my-5{margin-top:48px !important}.mr-5,.mx-5{margin-right:48px !important}.mb-5,.my-5{margin-bottom:48px !important}.ml-5,.mx-5{margin-left:48px !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:4px !important}.pt-1,.py-1{padding-top:4px !important}.pr-1,.px-1{padding-right:4px !important}.pb-1,.py-1{padding-bottom:4px !important}.pl-1,.px-1{padding-left:4px !important}.p-2{padding:8px !important}.pt-2,.py-2{padding-top:8px !important}.pr-2,.px-2{padding-right:8px !important}.pb-2,.py-2{padding-bottom:8px !important}.pl-2,.px-2{padding-left:8px !important}.p-3{padding:16px !important}.pt-3,.py-3{padding-top:16px !important}.pr-3,.px-3{padding-right:16px !important}.pb-3,.py-3{padding-bottom:16px !important}.pl-3,.px-3{padding-left:16px !important}.p-4{padding:24px !important}.pt-4,.py-4{padding-top:24px !important}.pr-4,.px-4{padding-right:24px !important}.pb-4,.py-4{padding-bottom:24px !important}.pl-4,.px-4{padding-left:24px !important}.p-5{padding:48px !important}.pt-5,.py-5{padding-top:48px !important}.pr-5,.px-5{padding-right:48px !important}.pb-5,.py-5{padding-bottom:48px !important}.pl-5,.px-5{padding-left:48px !important}.m-n1{margin:-4px !important}.mt-n1,.my-n1{margin-top:-4px !important}.mr-n1,.mx-n1{margin-right:-4px !important}.mb-n1,.my-n1{margin-bottom:-4px !important}.ml-n1,.mx-n1{margin-left:-4px !important}.m-n2{margin:-8px !important}.mt-n2,.my-n2{margin-top:-8px !important}.mr-n2,.mx-n2{margin-right:-8px !important}.mb-n2,.my-n2{margin-bottom:-8px !important}.ml-n2,.mx-n2{margin-left:-8px !important}.m-n3{margin:-16px !important}.mt-n3,.my-n3{margin-top:-16px !important}.mr-n3,.mx-n3{margin-right:-16px !important}.mb-n3,.my-n3{margin-bottom:-16px !important}.ml-n3,.mx-n3{margin-left:-16px !important}.m-n4{margin:-24px !important}.mt-n4,.my-n4{margin-top:-24px !important}.mr-n4,.mx-n4{margin-right:-24px !important}.mb-n4,.my-n4{margin-bottom:-24px !important}.ml-n4,.mx-n4{margin-left:-24px !important}.m-n5{margin:-48px !important}.mt-n5,.my-n5{margin-top:-48px !important}.mr-n5,.mx-n5{margin-right:-48px !important}.mb-n5,.my-n5{margin-bottom:-48px !important}.ml-n5,.mx-n5{margin-left:-48px !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:4px !important}.mt-sm-1,.my-sm-1{margin-top:4px !important}.mr-sm-1,.mx-sm-1{margin-right:4px !important}.mb-sm-1,.my-sm-1{margin-bottom:4px !important}.ml-sm-1,.mx-sm-1{margin-left:4px !important}.m-sm-2{margin:8px !important}.mt-sm-2,.my-sm-2{margin-top:8px !important}.mr-sm-2,.mx-sm-2{margin-right:8px !important}.mb-sm-2,.my-sm-2{margin-bottom:8px !important}.ml-sm-2,.mx-sm-2{margin-left:8px !important}.m-sm-3{margin:16px !important}.mt-sm-3,.my-sm-3{margin-top:16px !important}.mr-sm-3,.mx-sm-3{margin-right:16px !important}.mb-sm-3,.my-sm-3{margin-bottom:16px !important}.ml-sm-3,.mx-sm-3{margin-left:16px !important}.m-sm-4{margin:24px !important}.mt-sm-4,.my-sm-4{margin-top:24px !important}.mr-sm-4,.mx-sm-4{margin-right:24px !important}.mb-sm-4,.my-sm-4{margin-bottom:24px !important}.ml-sm-4,.mx-sm-4{margin-left:24px !important}.m-sm-5{margin:48px !important}.mt-sm-5,.my-sm-5{margin-top:48px !important}.mr-sm-5,.mx-sm-5{margin-right:48px !important}.mb-sm-5,.my-sm-5{margin-bottom:48px !important}.ml-sm-5,.mx-sm-5{margin-left:48px !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:4px !important}.pt-sm-1,.py-sm-1{padding-top:4px !important}.pr-sm-1,.px-sm-1{padding-right:4px !important}.pb-sm-1,.py-sm-1{padding-bottom:4px !important}.pl-sm-1,.px-sm-1{padding-left:4px !important}.p-sm-2{padding:8px !important}.pt-sm-2,.py-sm-2{padding-top:8px !important}.pr-sm-2,.px-sm-2{padding-right:8px !important}.pb-sm-2,.py-sm-2{padding-bottom:8px !important}.pl-sm-2,.px-sm-2{padding-left:8px !important}.p-sm-3{padding:16px !important}.pt-sm-3,.py-sm-3{padding-top:16px !important}.pr-sm-3,.px-sm-3{padding-right:16px !important}.pb-sm-3,.py-sm-3{padding-bottom:16px !important}.pl-sm-3,.px-sm-3{padding-left:16px !important}.p-sm-4{padding:24px !important}.pt-sm-4,.py-sm-4{padding-top:24px !important}.pr-sm-4,.px-sm-4{padding-right:24px !important}.pb-sm-4,.py-sm-4{padding-bottom:24px !important}.pl-sm-4,.px-sm-4{padding-left:24px !important}.p-sm-5{padding:48px !important}.pt-sm-5,.py-sm-5{padding-top:48px !important}.pr-sm-5,.px-sm-5{padding-right:48px !important}.pb-sm-5,.py-sm-5{padding-bottom:48px !important}.pl-sm-5,.px-sm-5{padding-left:48px !important}.m-sm-n1{margin:-4px !important}.mt-sm-n1,.my-sm-n1{margin-top:-4px !important}.mr-sm-n1,.mx-sm-n1{margin-right:-4px !important}.mb-sm-n1,.my-sm-n1{margin-bottom:-4px !important}.ml-sm-n1,.mx-sm-n1{margin-left:-4px !important}.m-sm-n2{margin:-8px !important}.mt-sm-n2,.my-sm-n2{margin-top:-8px !important}.mr-sm-n2,.mx-sm-n2{margin-right:-8px !important}.mb-sm-n2,.my-sm-n2{margin-bottom:-8px !important}.ml-sm-n2,.mx-sm-n2{margin-left:-8px !important}.m-sm-n3{margin:-16px !important}.mt-sm-n3,.my-sm-n3{margin-top:-16px !important}.mr-sm-n3,.mx-sm-n3{margin-right:-16px !important}.mb-sm-n3,.my-sm-n3{margin-bottom:-16px !important}.ml-sm-n3,.mx-sm-n3{margin-left:-16px !important}.m-sm-n4{margin:-24px !important}.mt-sm-n4,.my-sm-n4{margin-top:-24px !important}.mr-sm-n4,.mx-sm-n4{margin-right:-24px !important}.mb-sm-n4,.my-sm-n4{margin-bottom:-24px !important}.ml-sm-n4,.mx-sm-n4{margin-left:-24px !important}.m-sm-n5{margin:-48px !important}.mt-sm-n5,.my-sm-n5{margin-top:-48px !important}.mr-sm-n5,.mx-sm-n5{margin-right:-48px !important}.mb-sm-n5,.my-sm-n5{margin-bottom:-48px !important}.ml-sm-n5,.mx-sm-n5{margin-left:-48px !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:4px !important}.mt-md-1,.my-md-1{margin-top:4px !important}.mr-md-1,.mx-md-1{margin-right:4px !important}.mb-md-1,.my-md-1{margin-bottom:4px !important}.ml-md-1,.mx-md-1{margin-left:4px !important}.m-md-2{margin:8px !important}.mt-md-2,.my-md-2{margin-top:8px !important}.mr-md-2,.mx-md-2{margin-right:8px !important}.mb-md-2,.my-md-2{margin-bottom:8px !important}.ml-md-2,.mx-md-2{margin-left:8px !important}.m-md-3{margin:16px !important}.mt-md-3,.my-md-3{margin-top:16px !important}.mr-md-3,.mx-md-3{margin-right:16px !important}.mb-md-3,.my-md-3{margin-bottom:16px !important}.ml-md-3,.mx-md-3{margin-left:16px !important}.m-md-4{margin:24px !important}.mt-md-4,.my-md-4{margin-top:24px !important}.mr-md-4,.mx-md-4{margin-right:24px !important}.mb-md-4,.my-md-4{margin-bottom:24px !important}.ml-md-4,.mx-md-4{margin-left:24px !important}.m-md-5{margin:48px !important}.mt-md-5,.my-md-5{margin-top:48px !important}.mr-md-5,.mx-md-5{margin-right:48px !important}.mb-md-5,.my-md-5{margin-bottom:48px !important}.ml-md-5,.mx-md-5{margin-left:48px !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:4px !important}.pt-md-1,.py-md-1{padding-top:4px !important}.pr-md-1,.px-md-1{padding-right:4px !important}.pb-md-1,.py-md-1{padding-bottom:4px !important}.pl-md-1,.px-md-1{padding-left:4px !important}.p-md-2{padding:8px !important}.pt-md-2,.py-md-2{padding-top:8px !important}.pr-md-2,.px-md-2{padding-right:8px !important}.pb-md-2,.py-md-2{padding-bottom:8px !important}.pl-md-2,.px-md-2{padding-left:8px !important}.p-md-3{padding:16px !important}.pt-md-3,.py-md-3{padding-top:16px !important}.pr-md-3,.px-md-3{padding-right:16px !important}.pb-md-3,.py-md-3{padding-bottom:16px !important}.pl-md-3,.px-md-3{padding-left:16px !important}.p-md-4{padding:24px !important}.pt-md-4,.py-md-4{padding-top:24px !important}.pr-md-4,.px-md-4{padding-right:24px !important}.pb-md-4,.py-md-4{padding-bottom:24px !important}.pl-md-4,.px-md-4{padding-left:24px !important}.p-md-5{padding:48px !important}.pt-md-5,.py-md-5{padding-top:48px !important}.pr-md-5,.px-md-5{padding-right:48px !important}.pb-md-5,.py-md-5{padding-bottom:48px !important}.pl-md-5,.px-md-5{padding-left:48px !important}.m-md-n1{margin:-4px !important}.mt-md-n1,.my-md-n1{margin-top:-4px !important}.mr-md-n1,.mx-md-n1{margin-right:-4px !important}.mb-md-n1,.my-md-n1{margin-bottom:-4px !important}.ml-md-n1,.mx-md-n1{margin-left:-4px !important}.m-md-n2{margin:-8px !important}.mt-md-n2,.my-md-n2{margin-top:-8px !important}.mr-md-n2,.mx-md-n2{margin-right:-8px !important}.mb-md-n2,.my-md-n2{margin-bottom:-8px !important}.ml-md-n2,.mx-md-n2{margin-left:-8px !important}.m-md-n3{margin:-16px !important}.mt-md-n3,.my-md-n3{margin-top:-16px !important}.mr-md-n3,.mx-md-n3{margin-right:-16px !important}.mb-md-n3,.my-md-n3{margin-bottom:-16px !important}.ml-md-n3,.mx-md-n3{margin-left:-16px !important}.m-md-n4{margin:-24px !important}.mt-md-n4,.my-md-n4{margin-top:-24px !important}.mr-md-n4,.mx-md-n4{margin-right:-24px !important}.mb-md-n4,.my-md-n4{margin-bottom:-24px !important}.ml-md-n4,.mx-md-n4{margin-left:-24px !important}.m-md-n5{margin:-48px !important}.mt-md-n5,.my-md-n5{margin-top:-48px !important}.mr-md-n5,.mx-md-n5{margin-right:-48px !important}.mb-md-n5,.my-md-n5{margin-bottom:-48px !important}.ml-md-n5,.mx-md-n5{margin-left:-48px !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:4px !important}.mt-lg-1,.my-lg-1{margin-top:4px !important}.mr-lg-1,.mx-lg-1{margin-right:4px !important}.mb-lg-1,.my-lg-1{margin-bottom:4px !important}.ml-lg-1,.mx-lg-1{margin-left:4px !important}.m-lg-2{margin:8px !important}.mt-lg-2,.my-lg-2{margin-top:8px !important}.mr-lg-2,.mx-lg-2{margin-right:8px !important}.mb-lg-2,.my-lg-2{margin-bottom:8px !important}.ml-lg-2,.mx-lg-2{margin-left:8px !important}.m-lg-3{margin:16px !important}.mt-lg-3,.my-lg-3{margin-top:16px !important}.mr-lg-3,.mx-lg-3{margin-right:16px !important}.mb-lg-3,.my-lg-3{margin-bottom:16px !important}.ml-lg-3,.mx-lg-3{margin-left:16px !important}.m-lg-4{margin:24px !important}.mt-lg-4,.my-lg-4{margin-top:24px !important}.mr-lg-4,.mx-lg-4{margin-right:24px !important}.mb-lg-4,.my-lg-4{margin-bottom:24px !important}.ml-lg-4,.mx-lg-4{margin-left:24px !important}.m-lg-5{margin:48px !important}.mt-lg-5,.my-lg-5{margin-top:48px !important}.mr-lg-5,.mx-lg-5{margin-right:48px !important}.mb-lg-5,.my-lg-5{margin-bottom:48px !important}.ml-lg-5,.mx-lg-5{margin-left:48px !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:4px !important}.pt-lg-1,.py-lg-1{padding-top:4px !important}.pr-lg-1,.px-lg-1{padding-right:4px !important}.pb-lg-1,.py-lg-1{padding-bottom:4px !important}.pl-lg-1,.px-lg-1{padding-left:4px !important}.p-lg-2{padding:8px !important}.pt-lg-2,.py-lg-2{padding-top:8px !important}.pr-lg-2,.px-lg-2{padding-right:8px !important}.pb-lg-2,.py-lg-2{padding-bottom:8px !important}.pl-lg-2,.px-lg-2{padding-left:8px !important}.p-lg-3{padding:16px !important}.pt-lg-3,.py-lg-3{padding-top:16px !important}.pr-lg-3,.px-lg-3{padding-right:16px !important}.pb-lg-3,.py-lg-3{padding-bottom:16px !important}.pl-lg-3,.px-lg-3{padding-left:16px !important}.p-lg-4{padding:24px !important}.pt-lg-4,.py-lg-4{padding-top:24px !important}.pr-lg-4,.px-lg-4{padding-right:24px !important}.pb-lg-4,.py-lg-4{padding-bottom:24px !important}.pl-lg-4,.px-lg-4{padding-left:24px !important}.p-lg-5{padding:48px !important}.pt-lg-5,.py-lg-5{padding-top:48px !important}.pr-lg-5,.px-lg-5{padding-right:48px !important}.pb-lg-5,.py-lg-5{padding-bottom:48px !important}.pl-lg-5,.px-lg-5{padding-left:48px !important}.m-lg-n1{margin:-4px !important}.mt-lg-n1,.my-lg-n1{margin-top:-4px !important}.mr-lg-n1,.mx-lg-n1{margin-right:-4px !important}.mb-lg-n1,.my-lg-n1{margin-bottom:-4px !important}.ml-lg-n1,.mx-lg-n1{margin-left:-4px !important}.m-lg-n2{margin:-8px !important}.mt-lg-n2,.my-lg-n2{margin-top:-8px !important}.mr-lg-n2,.mx-lg-n2{margin-right:-8px !important}.mb-lg-n2,.my-lg-n2{margin-bottom:-8px !important}.ml-lg-n2,.mx-lg-n2{margin-left:-8px !important}.m-lg-n3{margin:-16px !important}.mt-lg-n3,.my-lg-n3{margin-top:-16px !important}.mr-lg-n3,.mx-lg-n3{margin-right:-16px !important}.mb-lg-n3,.my-lg-n3{margin-bottom:-16px !important}.ml-lg-n3,.mx-lg-n3{margin-left:-16px !important}.m-lg-n4{margin:-24px !important}.mt-lg-n4,.my-lg-n4{margin-top:-24px !important}.mr-lg-n4,.mx-lg-n4{margin-right:-24px !important}.mb-lg-n4,.my-lg-n4{margin-bottom:-24px !important}.ml-lg-n4,.mx-lg-n4{margin-left:-24px !important}.m-lg-n5{margin:-48px !important}.mt-lg-n5,.my-lg-n5{margin-top:-48px !important}.mr-lg-n5,.mx-lg-n5{margin-right:-48px !important}.mb-lg-n5,.my-lg-n5{margin-bottom:-48px !important}.ml-lg-n5,.mx-lg-n5{margin-left:-48px !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:4px !important}.mt-xl-1,.my-xl-1{margin-top:4px !important}.mr-xl-1,.mx-xl-1{margin-right:4px !important}.mb-xl-1,.my-xl-1{margin-bottom:4px !important}.ml-xl-1,.mx-xl-1{margin-left:4px !important}.m-xl-2{margin:8px !important}.mt-xl-2,.my-xl-2{margin-top:8px !important}.mr-xl-2,.mx-xl-2{margin-right:8px !important}.mb-xl-2,.my-xl-2{margin-bottom:8px !important}.ml-xl-2,.mx-xl-2{margin-left:8px !important}.m-xl-3{margin:16px !important}.mt-xl-3,.my-xl-3{margin-top:16px !important}.mr-xl-3,.mx-xl-3{margin-right:16px !important}.mb-xl-3,.my-xl-3{margin-bottom:16px !important}.ml-xl-3,.mx-xl-3{margin-left:16px !important}.m-xl-4{margin:24px !important}.mt-xl-4,.my-xl-4{margin-top:24px !important}.mr-xl-4,.mx-xl-4{margin-right:24px !important}.mb-xl-4,.my-xl-4{margin-bottom:24px !important}.ml-xl-4,.mx-xl-4{margin-left:24px !important}.m-xl-5{margin:48px !important}.mt-xl-5,.my-xl-5{margin-top:48px !important}.mr-xl-5,.mx-xl-5{margin-right:48px !important}.mb-xl-5,.my-xl-5{margin-bottom:48px !important}.ml-xl-5,.mx-xl-5{margin-left:48px !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:4px !important}.pt-xl-1,.py-xl-1{padding-top:4px !important}.pr-xl-1,.px-xl-1{padding-right:4px !important}.pb-xl-1,.py-xl-1{padding-bottom:4px !important}.pl-xl-1,.px-xl-1{padding-left:4px !important}.p-xl-2{padding:8px !important}.pt-xl-2,.py-xl-2{padding-top:8px !important}.pr-xl-2,.px-xl-2{padding-right:8px !important}.pb-xl-2,.py-xl-2{padding-bottom:8px !important}.pl-xl-2,.px-xl-2{padding-left:8px !important}.p-xl-3{padding:16px !important}.pt-xl-3,.py-xl-3{padding-top:16px !important}.pr-xl-3,.px-xl-3{padding-right:16px !important}.pb-xl-3,.py-xl-3{padding-bottom:16px !important}.pl-xl-3,.px-xl-3{padding-left:16px !important}.p-xl-4{padding:24px !important}.pt-xl-4,.py-xl-4{padding-top:24px !important}.pr-xl-4,.px-xl-4{padding-right:24px !important}.pb-xl-4,.py-xl-4{padding-bottom:24px !important}.pl-xl-4,.px-xl-4{padding-left:24px !important}.p-xl-5{padding:48px !important}.pt-xl-5,.py-xl-5{padding-top:48px !important}.pr-xl-5,.px-xl-5{padding-right:48px !important}.pb-xl-5,.py-xl-5{padding-bottom:48px !important}.pl-xl-5,.px-xl-5{padding-left:48px !important}.m-xl-n1{margin:-4px !important}.mt-xl-n1,.my-xl-n1{margin-top:-4px !important}.mr-xl-n1,.mx-xl-n1{margin-right:-4px !important}.mb-xl-n1,.my-xl-n1{margin-bottom:-4px !important}.ml-xl-n1,.mx-xl-n1{margin-left:-4px !important}.m-xl-n2{margin:-8px !important}.mt-xl-n2,.my-xl-n2{margin-top:-8px !important}.mr-xl-n2,.mx-xl-n2{margin-right:-8px !important}.mb-xl-n2,.my-xl-n2{margin-bottom:-8px !important}.ml-xl-n2,.mx-xl-n2{margin-left:-8px !important}.m-xl-n3{margin:-16px !important}.mt-xl-n3,.my-xl-n3{margin-top:-16px !important}.mr-xl-n3,.mx-xl-n3{margin-right:-16px !important}.mb-xl-n3,.my-xl-n3{margin-bottom:-16px !important}.ml-xl-n3,.mx-xl-n3{margin-left:-16px !important}.m-xl-n4{margin:-24px !important}.mt-xl-n4,.my-xl-n4{margin-top:-24px !important}.mr-xl-n4,.mx-xl-n4{margin-right:-24px !important}.mb-xl-n4,.my-xl-n4{margin-bottom:-24px !important}.ml-xl-n4,.mx-xl-n4{margin-left:-24px !important}.m-xl-n5{margin:-48px !important}.mt-xl-n5,.my-xl-n5{margin-top:-48px !important}.mr-xl-n5,.mx-xl-n5{margin-right:-48px !important}.mb-xl-n5,.my-xl-n5{margin-bottom:-48px !important}.ml-xl-n5,.mx-xl-n5{margin-left:-48px !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}}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:rgba(0,0,0,0)}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace !important}.text-justify{text-align:justify !important}.text-wrap{white-space:normal !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-lighter{font-weight:lighter !important}.font-weight-normal{font-weight:400 !important}.font-weight-bold{font-weight:700 !important}.font-weight-bolder{font-weight:bolder !important}.font-italic{font-style:italic !important}.text-white{color:#fff !important}.text-primary{color:#D60000 !important}a.text-primary:hover,a.text-primary:focus{color:#8a0000 !important}.text-secondary{color:#767686 !important}a.text-secondary:hover,a.text-secondary:focus{color:#52525d !important}.text-success{color:#28a745 !important}a.text-success:hover,a.text-success:focus{color:#19692c !important}.text-info{color:#17a2b8 !important}a.text-info:hover,a.text-info:focus{color:#0f6674 !important}.text-warning{color:#ffc107 !important}a.text-warning:hover,a.text-warning:focus{color:#ba8b00 !important}.text-danger{color:#D60000 !important}a.text-danger:hover,a.text-danger:focus{color:#8a0000 !important}.text-light{color:#F4F4F4 !important}a.text-light:hover,a.text-light:focus{color:#cecece !important}.text-dark{color:#2D2D2D !important}a.text-dark:hover,a.text-dark:focus{color:#070707 !important}.text-body{color:#000 !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}.text-decoration-none{text-decoration:none !important}.text-break{word-break:break-word !important;overflow-wrap:break-word !important}.text-reset{color:inherit !important}.visible{visibility:visible !important}.invisible{visibility:hidden !important}@media print{*,*::before,*::after{text-shadow:none !important;-webkit-box-shadow:none !important;box-shadow:none !important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap !important}pre,blockquote{border:1px solid #767686;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 #F9F9F9 !important}.table-dark{color:inherit}.table-dark th,.table-dark td,.table-dark thead th,.table-dark tbody+tbody{border-color:#F9F9F9}.table .thead-dark th{color:inherit;border-color:#F9F9F9}}header{position:relative;z-index:10}header a:hover{border-color:transparent;text-decoration:none;outline:none}header .round-clock-line{background-color:#D60000;text-align:center;padding:12px 0}header .round-clock-line p{font-weight:"GolosTextWebBold";font-size:14px;line-height:130%;color:#fff;margin:0}header .round-clock-line p a{color:inherit;margin-left:8px}header .top-h{background-color:#2D2D2D}header .top-h .container{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}header .top-h .btn-link{color:#fff;font-size:14px;line-height:17px;font-family:"GolosTextWebRegular";padding:27px 0}header .top-h .btn-link:before{content:'';background-repeat:no-repeat;background-size:contain;background-position:center;background-image:url("/local/templates/mzur/assets/css/../img/glasses-white.svg");width:40px;height:24px;display:inline-block;vertical-align:middle;margin-right:16px}header .top-h .search-h{margin-left:auto;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;position:relative;width:672px;border-bottom:1px solid #FFFFFF;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}header .top-h .search-h .search-h{border:none}header .top-h .search-h .clean{font-size:0;width:20px;height:20px;background-color:transparent;border:none;background-repeat:no-repeat;background-size:contain;background-position:center;padding:0;background-image:url("/local/templates/mzur/assets/css/../img/x-white.svg");position:absolute;left:0;top:0;bottom:0;margin:auto;display:none;outline:none}header .top-h .search-h input[type="text"].active ~ .clean{display:block}header .top-h .search-h input[type="text"].active{padding:0 0 0 24px}header .top-h .search-h input[type="text"]{background:transparent;border:none;padding:0;color:#fff;font-size:14px;line-height:17px;width:-webkit-calc(100% - 32px);width:-moz-calc(100% - 32px);width:calc(100% - 32px)}header .top-h .search-h input[type="text"]::-webkit-input-placeholder{color:#fff}header .top-h .search-h input[type="text"]::-moz-placeholder{color:#fff}header .top-h .search-h input[type="text"]:-ms-input-placeholder{color:#fff}header .top-h .search-h input[type="text"]:-moz-placeholder{color:#fff}header .top-h .search-h input[type="submit"]{width:32px;height:32px;margin:-1px 0;font-size:0;background-color:#D60000;background-image:url("/local/templates/mzur/assets/css/../img/lup-white.svg");background-repeat:no-repeat;background-size:contain;background-position:center;background-size:16px;border:none;-webkit-transition:.2s;-moz-transition:.2s;transition:.2s}header .top-h .search-h input[type="submit"]:hover{opacity:0.9}header .top-h .search-h .open-mobile-search{display:none}header .top-h .social{margin:0 0 0 50px}header .bottom-h .container{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}header .bottom-h .logo{display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}header .bottom-h .logo .logo__ic{margin:0 20px 0 0;width:72px;height:74px;background-repeat:no-repeat;background-size:contain;background-position:center;background-image:url("/local/templates/mzur/assets/css/../img/logo.svg");font-size:0;display:block}header .bottom-h .logo .logo__text{font-size:14px;line-height:17px;font-family:"GolosTextWebBold";color:#000;max-width:234px}header .bottom-h .hamburger{display:none}header .bottom-h .nav-h{padding:50px 0 36px;margin:0;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;position:relative}header .bottom-h .nav-h li{list-style-type:none;margin-right:40px}header .bottom-h .nav-h li:hover .nav-h-hidden{display:block}header .bottom-h .nav-h li:last-child{margin-right:0}header .bottom-h .nav-h li>a{color:#767686;font-size:14px;line-height:17px;display:block;position:relative;z-index:10}header .bottom-h .nav-h li>a:hover{color:#282848}header .bottom-h .nav-h li>a.active{color:#282848;font-family:"GolosTextWebBold"}header .bottom-h .nav-h li>a.active:before{content:'';position:absolute;bottom:-36px;width:100%;height:4px;background-color:#D60000}header .bottom-h .nav-h-hidden{top:100%;display:none;position:absolute;background:#fff;padding:20px 24px 20px 24px;max-width:354px;-webkit-box-shadow:0px 4px 60px rgba(0,0,0,0.15);box-shadow:0px 4px 60px rgba(0,0,0,0.15);z-index:5}header .bottom-h .nav-h-hidden:before{content:'';position:absolute;width:100%;height:50px;bottom:100%;left:0;opacity:0}header .bottom-h .nav-h-hidden:hover{display:block}header .bottom-h .nav-h-hidden li{margin-bottom:10px}header .bottom-h .nav-h-hidden li.item-selected a{color:#D60000}header .bottom-h .nav-h-hidden li:last-child{margin-bottom:0}@media screen and (max-width: 768px) and (max-width: 1300px){header .bottom-h .nav-h-hidden li:last-child .nav-h-hidden{right:-15px;left:auto;max-width:200px}}header .bottom-h .nav-h-hidden a{font-weight:normal;font-size:14px;color:#000;display:table;margin-bottom:0;line-height:1.4}header .bottom-h .nav-h-hidden a:hover{color:#D60000;text-decoration:underline}@media screen and (max-width: 1199px){header .top-h .search-h{width:572px}header .bottom-h .logo .logo__ic{width:50px;height:50px;margin:0 8px 0 0}header .bottom-h .logo .logo__text{font-size:12px;max-width:200px}header .bottom-h .nav-h{padding:40px 0 32px}header .bottom-h .nav-h li{margin-right:20px}header .bottom-h .nav-h li a.active:before{bottom:-32px}}@media screen and (max-width: 991px){header .top-h .search-h{width:320px}header .top-h .social{margin:0 0 0 32px}header .bottom-h .logo .logo__ic{width:32px;height:32px;margin:0 8px 0 0}header .bottom-h .logo .logo__text{font-size:12px;max-width:150px;line-height:1}header .bottom-h .nav-h{padding:32px 0 24px}header .bottom-h .nav-h li{margin-right:8px;letter-spacing:-.3px}header .bottom-h .nav-h li a{font-size:12px}header .bottom-h .nav-h li a.active:before{height:2px;bottom:-24px}}@media screen and (max-width: 767px){header .round-clock-line{display:none}header .top-h .btn-link{position:relative;font-size:14px;line-height:15px;text-align:left;width:155px;padding:22px 0 22px 48px}header .top-h .btn-link:before{width:37px;position:absolute;top:0;bottom:0;left:0;margin:auto}header .top-h .search-h{width:auto;border:none}header .top-h .search-h input[type="text"]{display:none}header .top-h .search-h input[type="submit"]{display:none}header .top-h .search-h .open-mobile-search{background-image:url("/local/templates/mzur/assets/css/../img/lup-white.svg");background-repeat:no-repeat;background-size:contain;background-position:center;display:block;width:32px;height:32px;background-size:21px;font-size:0;background-color:transparent;border:none;opacity:1;outline:none;padding:0}header .top-h .search-h.open{width:32px;z-index:10}header .top-h .search-h.open .clean{display:none !important}header .top-h .search-h.open input[type="text"]{display:block;position:absolute;right:32px;background:#fff;width:-webkit-calc(100vw - 158px);width:-moz-calc(100vw - 158px);width:calc(100vw - 158px);max-width:370px;height:32px;left:auto;padding:0 32px 0 8px;z-index:1;color:#000}header .top-h .search-h.open input[type="submit"]{display:block;position:absolute;z-index:2;right:100%;bottom:0;top:0;margin:auto;background-color:transparent;background-size:21px;background-image:url("/local/templates/mzur/assets/css/../img/lup.svg")}header .top-h .search-h.open .open-mobile-search{background-image:url("/local/templates/mzur/assets/css/../img/x-white.svg");background-size:30px}header .bottom-h{padding:12px 0}header .bottom-h .logo .logo__ic{width:43px;height:44px;margin-right:8px}header .bottom-h .logo .logo__text{font-size:14px;line-height:100%;max-width:180px}header .bottom-h .hamburger{display:block;outline:none;opacity:1 !important;padding:8px 0}header .bottom-h .hamburger-inner,header .bottom-h .hamburger-inner::before,header .bottom-h .hamburger-inner::after{width:20px;height:2px}header .bottom-h .hamburger-inner::before{top:-5px}header .bottom-h .hamburger-inner::after{bottom:-5px}header .bottom-h .hamburger-box{width:20px;height:12px;display:block}header .bottom-h .nav-h{display:none}}@media screen and (max-width: 350px){header .top-h .search-h.open input[type="text"]{width:-webkit-calc(100vw - 126px);width:-moz-calc(100vw - 126px);width:calc(100vw - 126px)}header .top-h .social{margin:0 0 0px}}.hamburger--boring.is-active .hamburger-inner:after,.hamburger--boring.is-active .hamburger-inner:before,.hamburger--boring.is-active .hamburger-inner{background:#fff}body.open-mobile-menu main,body.open-mobile-menu footer{display:none}body.open-mobile-menu header{height:100vh;background:#2d2d2d;overflow:auto}body.open-mobile-menu header .bottom-h .logo .logo__text{color:#fff}body.open-mobile-menu header .bottom-h .nav-h{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;text-align:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:16px 0 70px}body.open-mobile-menu header .bottom-h .nav-h li{letter-spacing:normal;width:100%;margin:0;border-bottom:1px solid rgba(255,255,255,0.2);position:relative}body.open-mobile-menu header .bottom-h .nav-h li:hover{border-bottom:none}body.open-mobile-menu header .bottom-h .nav-h li:hover:after{-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}body.open-mobile-menu header .bottom-h .nav-h li:after{content:'';display:block;top:10px;bottom:auto;right:0;margin:auto;width:8px;height:12px;background-image:url("/local/templates/mzur/assets/css/../img/arr-white.svg");background-repeat:no-repeat;background-size:contain;background-position:center;position:absolute}body.open-mobile-menu header .bottom-h .nav-h li a{padding:8px 0;text-align:left;color:#fff;font-family:"GolosTextWebBold";font-size:14px;line-height:17px;position:relative;padding-right:14px !important;width:auto;display:table;margin-left:0;margin-right:auto}body.open-mobile-menu header .bottom-h .nav-h li a.active{color:#D60000}body.open-mobile-menu header .bottom-h .nav-h li a:before{height:2px;bottom:0;left:0;display:none}body.open-mobile-menu header .bottom-h .nav-h-hidden{background:transparent;padding:0 0 16px;position:relative;width:100%;max-width:100%}body.open-mobile-menu header .bottom-h .nav-h-hidden:before{display:none}body.open-mobile-menu header .bottom-h .nav-h-hidden a{color:#BABABA !important;font-family:'GolosTextWebRegular' !important;margin:0 !important;padding:6px 0 !important}footer{background:#FAFAFA;padding:48px 0 0}footer a:hover{border-color:transparent}footer .logo{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin:0 auto 62px;width:346px}footer .logo .logo__ic{margin:0 20px 0 0;width:92px;height:92px;background-repeat:no-repeat;background-size:contain;background-position:center;background-image:url("/local/templates/mzur/assets/css/../img/logo.svg");font-size:0;display:block}footer .logo .logo__text{font-size:14px;line-height:17px;font-family:"GolosTextWebBold";color:#000;max-width:234px}footer .text-bold{font-size:16px;line-height:91.5%;color:#313131;margin-bottom:20px}footer .col-md-3:nth-child(2) ul{max-width:220px}footer ul{padding:0;margin:0;list-style-type:none}footer ul li{color:#000;font-size:14px;line-height:150%;margin-bottom:12px}footer ul li:last-child{margin-bottom:0}footer ul li a{color:inherit;font-size:inherit;display:inline-block}footer ul li a.active{color:#D60000;text-decoration:underline}footer .bottom-f{border-top:1px solid #E1E1E1;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:32px 0;margin-top:40px}footer .bottom-f p{font-size:14px;line-height:128.5%;color:#777777;margin:0}footer .bottom-f p .logo-arcsis{font-size:0;display:inline-block;vertical-align:middle;margin-left:3px;width:70px;height:17px;background-repeat:no-repeat;background-size:contain;background-position:center;background-image:url("/local/templates/mzur/assets/css/../img/arcsis-logo.png");margin-top:-6px}footer ul.social li{margin-bottom:0;margin-right:4px}footer ul.social li a.vk{background-color:#000000;background-image:url("/local/templates/mzur/assets/css/../img/vk-white.svg")}footer ul.social li a.in{background-color:#DCDCDC;background-image:url("/local/templates/mzur/assets/css/../img/in-dark.svg")}@media screen and (max-width: 1199px){footer .bottom-f p{font-size:13px}}@media screen and (max-width: 991px){footer .bottom-f{padding:24px 0}footer .bottom-f p{max-width:250px}}@media screen and (max-width: 767px){footer{padding:32px 0 0}footer .logo{width:278px;max-width:100%;margin:0 auto 40px}footer .logo .logo__ic{margin:0 16px 0 0;width:82px;height:82px}footer .logo .logo__text{font-size:16px;line-height:19px;max-width:200px}footer ul{margin-bottom:32px}footer .bottom-f p{font-size:14px;max-width:100%;width:100%;margin-bottom:20px}footer .bottom-f p:last-child{margin-bottom:0}footer .wrap-text{margin-left:-webkit-calc(-100% - 30px);margin-left:-moz-calc(-100% - 30px);margin-left:calc(-100% - 30px)}}@media screen and (max-width: 350px){footer .logo .logo__text{font-size:14px;max-width:180px}footer ul li{font-size:13px}}.main-section{background:#F4F4F4;padding:40px 0 72px}.main-section .d-flex{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -15px}.main-section .news-important{margin:0 15px;width:-webkit-calc(42% - 30px);width:-moz-calc(42% - 30px);width:calc(42% - 30px)}.main-section .news-feed{width:-webkit-calc(34% - 30px);width:-moz-calc(34% - 30px);width:calc(34% - 30px);margin:0 15px;background-image:url("/local/templates/mzur/assets/css/../img/bg-news.png");background-repeat:no-repeat;background-size:contain;background-position:right bottom}.main-section .contact-wrap{width:-webkit-calc(24% - 30px);width:-moz-calc(24% - 30px);width:calc(24% - 30px);margin:0 15px}@media screen and (max-width: 991px){.main-section .d-flex{margin:0 -8px;width:-webkit-calc(100% + 16px);width:-moz-calc(100% + 16px);width:calc(100% + 16px)}.main-section .news-important{margin:0 8px;width:-webkit-calc(42% - 16px);width:-moz-calc(42% - 16px);width:calc(42% - 16px)}.main-section .news-feed{margin:0 8px;width:-webkit-calc(34% - 16px);width:-moz-calc(34% - 16px);width:calc(34% - 16px)}.main-section .contact-wrap{margin:0 8px;width:-webkit-calc(24% - 16px);width:-moz-calc(24% - 16px);width:calc(24% - 16px)}}@media screen and (max-width: 767px){.main-section{padding:0 0 32px}.main-section .news-important{width:100%;margin-bottom:32px}.main-section .news-feed{width:100%;margin-bottom:24px}.main-section .contact-wrap{width:100%}}@media screen and (max-width: 575px){.main-section .news-important .img-wrap{width:-webkit-calc(100% + 30px);width:-moz-calc(100% + 30px);width:calc(100% + 30px);margin-left:-15px;padding-top:88%}}.news-important .img-wrap{margin-bottom:16px}.news-important .data{color:#959595;font-weight:600;font-size:12px;line-height:130%;margin-bottom:8px;text-transform:uppercase}.news-important h3{font-weight:bold;font-size:24px;line-height:130%}.news-important h3:last-child{margin-bottom:0}.news-important h3 a{color:inherit;display:block;line-height:inherit;border:none;outline:none}.news-important h3 a:hover{color:#D60000;text-decoration:underline !important}.news-important h3 a:active{color:#900000;text-decoration:underline !important}.news-important h3 a:visited{opacity:0.4}@media screen and (max-width: 991px){.news-important h3{font-size:22px}}.news-feed{background-color:#fff;padding-bottom:24px}.news-feed .item{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:20px 16px;border-bottom:1px solid #E5E5EB;position:relative}.news-feed .item:first-child{border-top:none}.news-feed .item a{position:relative;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.news-feed .item .img-wrap{min-width:70px;width:70px;margin-right:8px;padding-top:0 !important}.news-feed .item .img-wrap img{position:relative}.news-feed .item .text-wrap{font-size:13px;line-height:16px}.news-feed .item .text-wrap .text{margin-bottom:8px;margin-top:-4px;display:block;color:#000}.news-feed .item .text-wrap .text:last-child{margin-bottom:0}.news-feed .item .text-wrap .data{font-size:11px;line-height:13px;color:#838A92;margin:0 0 8px}.news-feed .item .text-wrap .data:last-child{margin-bottom:0}.news-feed .item .abs{outline:none}.news-feed .item a:hover ~ .text-wrap .text{color:#D60000;text-decoration:underline}.news-feed .item a:active ~ .text-wrap .text{color:#900000;text-decoration:underline}.news-feed .item a:visited ~ .img-wrap,.news-feed .item a:visited ~ .text-wrap{opacity:0.4}.go-to-section{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:32px 16px 16px}.go-to-section h4,.go-to-section .h4{font-weight:600;font-size:18px;line-height:22px;margin:0}.go-to-section .link{font-family:"GolosTextWebMedium";font-size:12px;line-height:14px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.go-to-section .link .arr{background-repeat:no-repeat;background-size:contain;background-position:center;background-image:url("/local/templates/mzur/assets/css/../img/arr-red.svg");width:12px;height:12px;margin-left:6px}@media screen and (max-width: 767px){.go-to-section{padding:24px 16px 16px}.go-to-section h4,.go-to-section .h4{font-size:24px;line-height:29px}.go-to-section .link{font-size:14px;line-height:17px}}.contact-wrap .boxCw:nth-child(1){width:100%}.contact-wrap .boxCw:nth-child(1) img{max-width:75px;margin-bottom:42px}.contact-wrap .boxCw:nth-child(1) .text{font-size:16px;line-height:19px;font-family:"GolosTextWebMedium"}.contact-wrap .boxCw:nth-child(1):before{content:'';background-repeat:no-repeat;background-size:contain;background-position:center;background-image:url("/local/templates/mzur/assets/css/../img/post-it2.svg");width:158px;height:158px;z-index:-1;position:absolute;bottom:4px;right:4px;opacity:0.05}.contact-wrap .boxCw:nth-child(2){background-color:#D60000;background-repeat:no-repeat;background-size:auto;background-position:right bottom;display:block}.contact-wrap .boxCw:nth-child(2) img{margin-bottom:16px;display:block}.contact-wrap .boxCw:nth-child(2) .phone{font-size:21px;line-height:29px;font-family:"GolosTextWebBold";display:block}.contact-wrap .boxCw:nth-child(2) .phone span{display:block;font-size:14px;line-height:17px;font-family:"GolosTextWebRegular"}.contact-wrap .boxCw:nth-child(2):before{content:'';background-repeat:no-repeat;background-size:contain;background-position:center;background-image:url("/local/templates/mzur/assets/css/../img/phone-stationaty2.svg");width:134px;height:114px;z-index:-1;position:absolute;bottom:36px;right:6px;opacity:0.2}.contact-wrap .boxCw{height:-webkit-calc(50% - 10px);height:-moz-calc(50% - 10px);height:calc(50% - 10px);min-height:190px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:24px;color:#fff;background-color:#343434;position:relative;z-index:1;margin-bottom:20px;border:none;text-decoration:none}.contact-wrap .boxCw:last-child{margin-bottom:0}.contact-wrap .boxCw:hover span{text-decoration:underline}@media screen and (max-width: 1199px){.contact-wrap .boxCw:nth-child(2) .phone{font-size:16px}}@media screen and (max-width: 991px){.contact-wrap .boxCw{padding:12px;height:-webkit-calc(50% - 10px);height:-moz-calc(50% - 10px);height:calc(50% - 10px)}.contact-wrap .boxCw:nth-child(2){height:-webkit-calc(50% - 10px);height:-moz-calc(50% - 10px);height:calc(50% - 10px)}}@media screen and (max-width: 767px){.contact-wrap .boxCw{padding:16px 24px;height:144px;min-height:144px;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.contact-wrap .boxCw:before{display:none}.contact-wrap .boxCw:nth-child(1) img{max-width:57px;margin-bottom:8px}.contact-wrap .boxCw:nth-child(2){display:block}.contact-wrap .boxCw:nth-child(2) img{max-width:57px;margin-bottom:8px;display:block}.contact-wrap .boxCw:nth-child(2) .phone{font-size:24px;line-height:29px;display:block;width:100%}}.navBoxes.p-6{padding:96px 0}.navBoxes h1,.navBoxes .h1{margin-bottom:48px}.navBoxes .d-flex{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:-webkit-calc(100% + 32px);width:-moz-calc(100% + 32px);width:calc(100% + 32px);margin:-16px}.navBoxes .d-flex .item{margin:16px;width:-webkit-calc(25% - 32px);width:-moz-calc(25% - 32px);width:calc(25% - 32px);padding:16px 24px 20px 32px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#FFFFFF;border:1px solid #D9D9DE;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;min-height:198px;-webkit-transition:.2s;-moz-transition:.2s;transition:.2s}.navBoxes .d-flex .item:hover{-webkit-box-shadow:0px 4px 20px rgba(0,0,0,0.1);box-shadow:0px 4px 20px rgba(0,0,0,0.1)}.navBoxes .d-flex .item:hover .btn{display:block}.navBoxes .d-flex .item:hover .btn.visited{opacity:.4}.navBoxes .d-flex .item:hover .btn:visited ~ .navBoxes__img{opacity:.4}.navBoxes .d-flex .item:hover .btn:visited ~ .navBoxes__text{opacity:.4}.navBoxes .d-flex .item:hover .navBoxes__text{margin-bottom:12px;max-height:34px;overflow:hidden}.navBoxes .d-flex .item .navBoxes__img{-webkit-box-ordinal-group:2;-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1;width:54px;height:54px;-o-object-fit:contain;object-fit:contain;margin-bottom:0;margin-top:0}.navBoxes .d-flex .item .navBoxes__text{-webkit-box-ordinal-group:3;-webkit-order:2;-moz-box-ordinal-group:3;-ms-flex-order:2;order:2;font-size:14px;line-height:17px;margin-bottom:0;margin-top:12px;max-width:100%}.navBoxes .d-flex .item .btn{-webkit-box-ordinal-group:4;-webkit-order:3;-moz-box-ordinal-group:4;-ms-flex-order:3;order:3;width:auto;display:none}@media screen and (max-width: 1199px){.navBoxes .d-flex{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:-webkit-calc(100% + 16px);width:-moz-calc(100% + 16px);width:calc(100% + 16px);margin:-8px}.navBoxes .d-flex .item{margin:8px;width:-webkit-calc(25% - 16px);width:-moz-calc(25% - 16px);width:calc(25% - 16px);padding:16px}}@media screen and (max-width: 991px){.navBoxes .d-flex .item{width:-webkit-calc(33.33% - 16px);width:-moz-calc(33.33% - 16px);width:calc(33.33% - 16px)}}@media screen and (max-width: 767px){.navBoxes.p-6{padding:32px 0}.navBoxes h1,.navBoxes .h1{margin-bottom:32px}.navBoxes .d-flex{margin:-4px -8px;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}.navBoxes .d-flex .item{width:100%;min-height:145px;margin:4px 8px;padding:16px 24px}.navBoxes .d-flex .item .navBoxes__img{margin-bottom:8px;margin-top:auto}.navBoxes .d-flex .item .navBoxes__text{margin-bottom:auto;margin-top:auto}}.telephone-directory{position:relative;background:#2D2D2D;padding:56px 0;color:#fff;z-index:1;overflow:hidden}.telephone-directory .d-flex{-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.telephone-directory:before{content:'';position:absolute;background-image:url("/local/templates/mzur/assets/css/../img/coat_udm.png");background-repeat:no-repeat;background-size:contain;background-position:center;background-position:bottom;bottom:0;width:400px;height:100%;z-index:-1;left:0;right:30%;margin:auto}.telephone-directory .folder-ic{display:inline-block;width:130px;height:110px;background-repeat:no-repeat;background-size:contain;background-position:center;background-image:url("/local/templates/mzur/assets/css/../img/folder-ic.svg")}.telephone-directory .h1{margin-bottom:0;width:289px;line-height:1.2}.telephone-directory .input-wrap{width:600px;position:relative;margin:0}.telephone-directory .input-wrap input[type=text]{padding:30px 96px 30px 38px;height:90px;border:none;font-family:"GolosTextWebMedium"}.telephone-directory .input-wrap input[type=submit]{font-size:0;width:90px;height:90px;background-image:url("/local/templates/mzur/assets/css/../img/lup-gray.svg");background-repeat:no-repeat;background-size:contain;background-position:center;background-size:30px;background-color:transparent;border:none;position:absolute;right:0;top:0;z-index:2}@media screen and (max-width: 1199px){.telephone-directory .input-wrap{width:480px}}@media screen and (max-width: 991px){.telephone-directory .input-wrap{width:100%;margin-top:16px}.telephone-directory .h1{width:auto;margin-right:auto;margin-left:auto}}@media screen and (max-width: 767px){.telephone-directory{padding:36px 0 44px}.telephone-directory:before{background-position:center;width:100%;left:4px;right:0;margin:auto;max-width:360px;background-size:130%;bottom:32px}.telephone-directory .folder-ic{display:block;width:80px;height:80px;margin:0 auto 16px}.telephone-directory .h1{width:100%;text-align:center;font-size:28px;line-height:34px}.telephone-directory .input-wrap input[type=text]{padding:10px 70px 10px 12px;height:65px}.telephone-directory .input-wrap input[type=submit]{width:65px;height:65px}}.usefulLinks{background:#F4F4F4;padding:96px 0}.usefulLinks .h1{margin-bottom:24px}.usefulLinks .owl-link .usefulLinks__link{width:100%;margin:32px 0}@media screen and (max-width: 1199px){.usefulLinks .owl-link .usefulLinks__link{margin:16px 0}}.usefulLinks .usefulLinks__link{background:#FFFFFF;font-size:16px;line-height:20px;color:#000;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;height:198px;width:-webkit-calc(25% - 32px);width:-moz-calc(25% - 32px);width:calc(25% - 32px);margin:15px;padding:32px 24px 16px;-webkit-transition:.2s;-moz-transition:.2s;transition:.2s;outline:none}.usefulLinks .usefulLinks__link span{display:block;max-width:100%}.usefulLinks .usefulLinks__link:hover{text-decoration:underline;-webkit-box-shadow:0px 4px 30px rgba(0,0,0,0.08);box-shadow:0px 4px 30px rgba(0,0,0,0.08)}.usefulLinks .usefulLinks__link:active{color:#D60000}.usefulLinks .usefulLinks__link:visited{opacity:.4}.usefulLinks .usefulLinks__link .arr-red{font-size:0;width:28px;height:28px;background-repeat:no-repeat;background-size:contain;background-position:center;background-size:21px;background-image:url("/local/templates/mzur/assets/css/../img/arr-red.svg")}@media screen and (max-width: 1199px){.usefulLinks .usefulLinks__link{margin:8px;width:-webkit-calc(25% - 16px);width:-moz-calc(25% - 16px);width:calc(25% - 16px)}.usefulLinks .usefulLinks__link{padding:20px 20px 16px}}@media screen and (max-width: 991px){.usefulLinks .usefulLinks__link{width:-webkit-calc(33.333% - 16px);width:-moz-calc(33.333% - 16px);width:calc(33.333% - 16px)}}@media screen and (max-width: 767px){.usefulLinks{padding:40px 0 32px}.usefulLinks .h1{margin-bottom:16px}.usefulLinks .usefulLinks__link{padding:32px 20px 16px;width:-webkit-calc(50% - 16px);width:-moz-calc(50% - 16px);width:calc(50% - 16px)}.usefulLinks .usefulLinks__link span{max-width:230px}}@media screen and (max-width: 575px){.usefulLinks .usefulLinks__link{width:-webkit-calc(100% - 16px);width:-moz-calc(100% - 16px);width:calc(100% - 16px)}}.owl-nav span{font-size:0 !important;opacity:0}.owl-link-wrap{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;margin:0 -15px;width:-webkit-calc(100% + 30px);width:-moz-calc(100% + 30px);width:calc(100% + 30px)}@media screen and (max-width: 1199px){.owl-link-wrap{margin:0 -8px;width:-webkit-calc(100% + 16px);width:-moz-calc(100% + 16px);width:calc(100% + 16px)}}.owl-carousel.owl-link .owl-nav button{width:42px;height:42px;background-repeat:no-repeat;background-size:contain;background-position:center;background-image:url("/local/templates/mzur/assets/css/../img/arr-owl.svg");display:block;outline:none}.owl-carousel.owl-link .owl-nav button.disabled{opacity:.4}.owl-carousel.owl-link .owl-nav button.owl-prev{position:absolute;top:0;bottom:0;margin:auto;right:-webkit-calc(100% + 16px);right:-moz-calc(100% + 16px);right:calc(100% + 16px);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.owl-carousel.owl-link .owl-nav button.owl-next{position:absolute;top:0;bottom:0;margin:auto;left:-webkit-calc(100% + 16px);left:-moz-calc(100% + 16px);left:calc(100% + 16px)}.owl-carousel.owl-link .owl-nav button span{font-size:0}.owl-carousel.owl-link .owl-dots{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-top:6px}.owl-carousel.owl-link .owl-dots .owl-dot{width:8px;height:8px;background:#C9C9C9;border-radius:100%;margin:0 3px;outline:none}.owl-carousel.owl-link .owl-dots .owl-dot.active{background-color:#D60000}@media screen and (max-width: 1400px){.owl-carousel.owl-link .owl-nav button{width:32px;height:32px}.owl-carousel.owl-link .owl-nav button.owl-next{left:-webkit-calc(100% + 8px);left:-moz-calc(100% + 8px);left:calc(100% + 8px)}.owl-carousel.owl-link .owl-nav button.owl-prev{right:-webkit-calc(100% + 8px);right:-moz-calc(100% + 8px);right:calc(100% + 8px)}}@media screen and (max-width: 1300px){.owl-carousel.owl-link{padding-right:32px;padding-left:32px}.owl-carousel.owl-link .owl-nav button.owl-next{left:-webkit-calc(100% - 24px);left:-moz-calc(100% - 24px);left:calc(100% - 24px)}.owl-carousel.owl-link .owl-nav button.owl-prev{right:-webkit-calc(100% - 24px);right:-moz-calc(100% - 24px);right:calc(100% - 24px)}}@media screen and (max-width: 575px){.owl-carousel.owl-link{padding-right:0;padding-left:0}.owl-carousel.owl-link .owl-nav{display:none}}.border-wrap .usefulLinks__link{border:1px solid #D9D9DE}.recessed-areas{padding:72px 0 40px}.recessed-areas .wrap{padding:0;margin:0 -15px;font-size:14px;line-height:91.5%}.recessed-areas .wrap>.box{width:25%;margin-bottom:40px;padding-left:15px;padding-right:15px;float:left}.recessed-areas .wrap>.box:last-child{margin-bottom:0}.recessed-areas .wrap a.box:hover span{color:#D60000}.recessed-areas .wrap img{margin-bottom:24px}.recessed-areas .wrap span{display:block;color:#000}@media screen and (max-width: 767px){.recessed-areas{padding:32px 0 4px}.recessed-areas .wrap{margin:0 -8px}.recessed-areas .wrap>.box{width:auto;margin-bottom:32px;max-width:50%;font-size:0;padding-left:8px;padding-right:8px}}.about-section{padding:24px 0 72px;background-color:#fff}.about-section .photoWrap{padding-top:64px}@media screen and (max-width: 991px){.about-section .photoWrap{padding-top:2em}}@media screen and (max-width: 767px){.about-section .photoWrap{padding-top:0}}@media screen and (max-width: 767px){.about-section{padding:24px 0 32px}}.photoWrap{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-webkit-align-items:flex-end;-moz-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.photoWrap img{width:380px}.photoWrap .text-wrap{width:-webkit-calc(100% - 380px);width:-moz-calc(100% - 380px);width:calc(100% - 380px);background-color:#D60000;color:#fff;padding:28px 48px 28px 76px}.photoWrap .photoWrap__name{font-size:24px;font-family:'GolosTextWebMedium';margin-bottom:0}.photoWrap .photoWrap__position{margin:0;font-size:16px}@media screen and (max-width: 1199px){.photoWrap{padding-top:48px}.photoWrap img{width:260px}.photoWrap .text-wrap{width:-webkit-calc(100% - 260px);width:-moz-calc(100% - 260px);width:calc(100% - 260px)}}@media screen and (max-width: 991px){.photoWrap .text-wrap{padding:28px 32px 28px 32px}}@media screen and (max-width: 767px){.photoWrap img{width:210px}.photoWrap .text-wrap{padding:28px 16px 28px 16px;width:-webkit-calc(100% - 210px);width:-moz-calc(100% - 210px);width:calc(100% - 210px)}.photoWrap .text-wrap .photoWrap__name{font-size:22px}}@media screen and (max-width: 575px){.photoWrap img{width:100%}.photoWrap .text-wrap{padding:8px 8px 16px;text-align:center;width:100%}.photoWrap .text-wrap .photoWrap__position{line-height:1.5}}.structure-and-functions{background-color:#2D2D2D;color:#fff;padding:64px 0 64px;background-image:url("/local/templates/mzur/assets/css/../img/emblem.png");background-repeat:no-repeat;background-position:left;background-size:auto}@media screen and (max-width: 767px){.structure-and-functions{padding:24px 0 20px;background-image:url("/local/templates/mzur/assets/css/../img/emblem2.png");background-position:top}}.contact-information{padding:56px 0}@media screen and (max-width: 767px){.contact-information{padding:32px 0 44px}.contact-information .h1{line-height:110.5%}}.map-wrap{position:relative;width:100%;padding-top:500px;z-index:1}.map-wrap:hover:before{opacity:1}.map-wrap:before{content:"Нажмите, чтобы разрешить изменение масштаба карты";position:absolute;top:0px;left:0px;width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;opacity:0;z-index:999;font-size:20px;color:#fff;text-align:center;background:rgba(0,0,0,0.4)}.map-wrap.remove-layer:before{display:none}.map-wrap iframe,.map-wrap .mapBox,.map-wrap .mapBox>ymaps,.map-wrap .bx-yandex-map{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;width:100% !important;height:100% !important}@media screen and (max-width: 767px){.map-wrap{padding-top:370px;width:-webkit-calc(100% + 30px);width:-moz-calc(100% + 30px);width:calc(100% + 30px);margin:0 -15px}}body .ask-question .row{margin-right:-15px;margin-left:-15px}.ask-question{padding:0 0 64px}.ask-question .h1{display:table;border-top:3px solid #D60000;padding-top:56px}@media screen and (max-width: 991px){.ask-question .h1{padding-top:40px;font-size:36px;line-height:110%}.ask-question .h1 .subText{margin:0}}@media screen and (max-width: 767px){.ask-question{padding:0 0 48px}.ask-question .h1{padding-top:28px;width:100%;margin-bottom:16px}}.greyForm{background-color:#F4F4F4;padding:67px 64px 44px;margin-bottom:0}.greyForm select{-webkit-appearance:none;-moz-appearance:none;appearance:none}.greyForm.table-form{display:block}.greyForm.table-form font[color='red']{display:none}.greyForm.table-form tbody{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.greyForm.table-form tbody tr{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%;padding:0 15px}.greyForm.table-form tbody tr:nth-child(1){-webkit-box-flex:0;-webkit-flex:0 0 50%;-moz-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}@media screen and (max-width: 767px){.greyForm.table-form tbody tr:nth-child(1){-webkit-box-flex:0;-webkit-flex:0 0 100%;-moz-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.greyForm.table-form tbody tr:nth-child(2){-webkit-box-flex:0;-webkit-flex:0 0 50%;-moz-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}@media screen and (max-width: 767px){.greyForm.table-form tbody tr:nth-child(2){-webkit-box-flex:0;-webkit-flex:0 0 100%;-moz-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.greyForm.table-form tbody tr:nth-child(4){display:none}.greyForm.table-form tbody tr:nth-child(5){-webkit-box-flex:0;-webkit-flex:0 0 50%;-moz-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}@media screen and (max-width: 767px){.greyForm.table-form tbody tr:nth-child(5){-webkit-box-flex:0;-webkit-flex:0 0 100%;-moz-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.greyForm.table-form tbody tr:nth-child(5):before{content:'Защита от автоматического заполнения';width:100%;padding:0;border:none;font-size:16px;line-height:1;display:block;color:#000;margin-bottom:0}@media screen and (max-width: 767px){.greyForm.table-form tbody tr:nth-child(5):before{margin-bottom:4px;line-height:1.955}}.greyForm.table-form tbody tr:nth-child(5) td:nth-child(1){display:none}.greyForm.table-form tbody tr:nth-child(5) td:nth-child(2){margin-bottom:20px}@media screen and (max-width: 767px){.greyForm.table-form tbody tr:nth-child(5) td:nth-child(2){margin-bottom:15px}}.greyForm.table-form tbody tr:nth-child(6){-webkit-box-flex:0;-webkit-flex:0 0 50%;-moz-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}@media screen and (max-width: 767px){.greyForm.table-form tbody tr:nth-child(6){-webkit-box-flex:0;-webkit-flex:0 0 100%;-moz-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.greyForm.table-form tbody tr td{width:100%;padding:0;border:none;font-size:16px;line-height:1.955}.greyForm.table-form tbody tr td .inputtext{margin-top:4px;margin-bottom:20px;display:block;width:100%;height:53px;padding:12px 20px;font-size:14px;font-weight:400;line-height:1.955;color:#474747;background-color:#fff;background-clip:padding-box;border:1px solid #dcdcdc;border-radius:0;-webkit-transition:border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;transition:border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;-moz-transition:border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;transition:border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;transition:border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out}.greyForm.table-form tbody tr td .inputtext:hover{border-color:#5F5F5F}.greyForm.table-form tbody tr td .inputtext:focus{border-color:#0061D9}@media screen and (max-width: 767px){.greyForm.table-form tbody tr td .inputtext{margin-bottom:15px}}.greyForm.table-form tbody tr td .inputtextarea{outline:none;margin-top:4px;margin-bottom:20px;display:block;width:100%;height:106px;padding:12px 20px;font-size:14px;font-weight:400;line-height:1.955;color:#474747;background-color:#fff;background-clip:padding-box;border:1px solid #dcdcdc;border-radius:0;-webkit-transition:border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;transition:border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;-moz-transition:border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;transition:border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;transition:border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out}.greyForm.table-form tbody tr td .inputtextarea:hover{border-color:#5F5F5F}.greyForm.table-form tbody tr td .inputtextarea:focus{border-color:#0061D9}@media screen and (max-width: 767px){.greyForm.table-form tbody tr td .inputtextarea{margin-bottom:15px}}.greyForm.table-form tfoot{width:100%;display:block}.greyForm.table-form tfoot tr{width:100%;display:block;padding:0 15px}.greyForm.table-form tfoot tr th{display:block;padding:0}@media screen and (max-width: 767px){.greyForm.table-form{margin-left:-15px;margin-right:-15px}}.greyForm.feedback-form{display:block}.greyForm.feedback-form .inputfile{max-width:-webkit-calc(100vw - 72px);max-width:-moz-calc(100vw - 72px);max-width:calc(100vw - 72px)}.greyForm.feedback-form font[color='red']{display:none}.greyForm.feedback-form tbody{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.greyForm.feedback-form tbody tr{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%;padding:0 15px}.greyForm.feedback-form tbody tr:nth-child(2){-webkit-box-flex:0;-webkit-flex:0 0 50%;-moz-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}@media screen and (max-width: 767px){.greyForm.feedback-form tbody tr:nth-child(2){-webkit-box-flex:0;-webkit-flex:0 0 100%;-moz-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.greyForm.feedback-form tbody tr:nth-child(3){-webkit-box-flex:0;-webkit-flex:0 0 50%;-moz-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}@media screen and (max-width: 767px){.greyForm.feedback-form tbody tr:nth-child(3){-webkit-box-flex:0;-webkit-flex:0 0 100%;-moz-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.greyForm.feedback-form tbody tr:nth-child(4){-webkit-box-flex:0;-webkit-flex:0 0 50%;-moz-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}@media screen and (max-width: 767px){.greyForm.feedback-form tbody tr:nth-child(4){-webkit-box-flex:0;-webkit-flex:0 0 100%;-moz-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.greyForm.feedback-form tbody tr:nth-child(5){-webkit-box-flex:0;-webkit-flex:0 0 50%;-moz-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}@media screen and (max-width: 767px){.greyForm.feedback-form tbody tr:nth-child(5){-webkit-box-flex:0;-webkit-flex:0 0 100%;-moz-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.greyForm.feedback-form tbody tr:nth-child(6){-webkit-box-flex:0;-webkit-flex:0 0 50%;-moz-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}@media screen and (max-width: 767px){.greyForm.feedback-form tbody tr:nth-child(6){-webkit-box-flex:0;-webkit-flex:0 0 100%;-moz-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.greyForm.feedback-form tbody tr:nth-child(7){-webkit-box-flex:0;-webkit-flex:0 0 50%;-moz-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}@media screen and (max-width: 767px){.greyForm.feedback-form tbody tr:nth-child(7){-webkit-box-flex:0;-webkit-flex:0 0 100%;-moz-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.greyForm.feedback-form tbody tr:nth-child(9){margin-bottom:20px}.greyForm.feedback-form tbody tr:nth-child(9) td:first-child{margin-bottom:4px;font-size:18px}.greyForm.feedback-form tbody tr:nth-child(9) td:nth-child(2){display:block;width:100%;padding:12px 20px;color:#000;background-color:#fff;background-clip:padding-box;border:1px solid #dcdcdc}.greyForm.feedback-form tbody tr:nth-child(10){margin-bottom:20px}.greyForm.feedback-form tbody tr:nth-child(10) td:first-child{display:none}.greyForm.feedback-form tbody tr:nth-child(10) td:nth-child(2){position:relative;padding-left:16px}.greyForm.feedback-form tbody tr:nth-child(10) input{position:absolute;left:0;top:8px}@media screen and (max-width: 1199px){.greyForm.feedback-form tbody tr:nth-child(10) input{top:5px}}.greyForm.feedback-form tbody tr:nth-child(10) label{margin-left:4px;margin-bottom:0;line-height:1.4}.greyForm.feedback-form tbody tr:nth-child(11){display:none}.greyForm.feedback-form tbody tr:nth-child(12){-webkit-box-flex:0;-webkit-flex:0 0 50%;-moz-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}@media screen and (max-width: 767px){.greyForm.feedback-form tbody tr:nth-child(12){-webkit-box-flex:0;-webkit-flex:0 0 100%;-moz-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.greyForm.feedback-form tbody tr:nth-child(12):before{content:'Защита от автоматического заполнения';width:100%;padding:0;border:none;font-size:16px;display:block;color:#000;margin-bottom:0;line-height:31px;display:block}@media screen and (max-width: 767px){.greyForm.feedback-form tbody tr:nth-child(12):before{margin-bottom:4px;line-height:1.955}}.greyForm.feedback-form tbody tr:nth-child(12) td:nth-child(1){display:none}.greyForm.feedback-form tbody tr:nth-child(12) td:nth-child(2){margin-bottom:20px}@media screen and (max-width: 767px){.greyForm.feedback-form tbody tr:nth-child(12) td:nth-child(2){margin-bottom:15px}}.greyForm.feedback-form tbody tr:nth-child(13){-webkit-box-flex:0;-webkit-flex:0 0 50%;-moz-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}@media screen and (max-width: 767px){.greyForm.feedback-form tbody tr:nth-child(13){-webkit-box-flex:0;-webkit-flex:0 0 100%;-moz-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}.greyForm.feedback-form tbody tr td{width:100%;padding:0;border:none;font-size:16px;line-height:1.955}.greyForm.feedback-form tbody tr td .inputtext,.greyForm.feedback-form tbody tr td .inputselect{margin-top:4px;margin-bottom:20px;display:block;width:100%;height:53px;padding:12px 20px;font-size:14px;font-weight:400;line-height:1.955;color:#474747;background-color:#fff;background-clip:padding-box;border:1px solid #dcdcdc;border-radius:0;-webkit-transition:border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;transition:border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;-moz-transition:border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;transition:border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;transition:border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;outline:none}.greyForm.feedback-form tbody tr td .inputtext:hover,.greyForm.feedback-form tbody tr td .inputselect:hover{border-color:#5F5F5F}.greyForm.feedback-form tbody tr td .inputtext:focus,.greyForm.feedback-form tbody tr td .inputselect:focus{border-color:#0061D9}@media screen and (max-width: 767px){.greyForm.feedback-form tbody tr td .inputtext,.greyForm.feedback-form tbody tr td .inputselect{margin-bottom:15px}}.greyForm.feedback-form tbody tr td .inputtextarea{outline:none;margin-top:4px;margin-bottom:20px;display:block;width:100%;height:106px;padding:12px 20px;font-size:14px;font-weight:400;line-height:1.955;color:#474747;background-color:#fff;background-clip:padding-box;border:1px solid #dcdcdc;border-radius:0;-webkit-transition:border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;transition:border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;-moz-transition:border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;transition:border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;transition:border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out}.greyForm.feedback-form tbody tr td .inputtextarea:hover{border-color:#5F5F5F}.greyForm.feedback-form tbody tr td .inputtextarea:focus{border-color:#0061D9}@media screen and (max-width: 767px){.greyForm.feedback-form tbody tr td .inputtextarea{margin-bottom:15px}}.greyForm.feedback-form tfoot{width:100%;display:block}.greyForm.feedback-form tfoot tr{width:100%;display:block;padding:0 15px}.greyForm.feedback-form tfoot tr th{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.greyForm.feedback-form tfoot tr th input[type='reset']{display:none}.greyForm.feedback-form tfoot tr th input[type='submit']{-webkit-box-ordinal-group:3;-webkit-order:2;-moz-box-ordinal-group:3;-ms-flex-order:2;order:2;color:#fff;background-color:#D60000;border:1px solid #D60000;display:inline-block;font-family:"GolosTextWebBold";font-weight:400;text-align:center;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:8px 32px;font-size:14px;line-height:190%;border-radius:0;transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out}.greyForm.feedback-form tfoot tr th input[type='submit']:hover{color:#fff;background-color:#b00000;border-color:#a30000}.greyForm.feedback-form tfoot tr th input[type='submit']:active{color:#fff;background-color:#a30000;border-color:#960000}@media screen and (max-width: 767px){.greyForm.feedback-form tfoot tr th input[type='submit']{width:100%}}@media screen and (max-width: 767px){.greyForm.feedback-form{margin-left:-15px;margin-right:-15px}}@media screen and (max-width: 1199px){.greyForm{padding:67px 32px 44px}}@media screen and (max-width: 991px){.greyForm{padding:32px}}@media screen and (max-width: 767px){.greyForm{padding:0;background-color:transparent}.greyForm .btn{width:100%}}.staff-lg-section{position:relative;padding:24px 0 56px}@media screen and (max-width: 767px){.staff-lg-section{padding:24px 0 24px}}.stafferLg{border:1px solid #D9D9DE;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:20px}.stafferLg .text-wrap{padding:40px 0;width:-webkit-calc(50% - 145px);width:-moz-calc(50% - 145px);width:calc(50% - 145px);margin:0 auto}.stafferLg .text-wrap:first-child{width:307px}.stafferLg .text-wrap:nth-child(2){width:380px;margin-left:0}.stafferLg .text-wrap a{color:#000}.stafferLg .text-wrap a:hover{color:#D60000}.stafferLg .img-wrap{width:290px;padding-top:248px;margin-left:auto}.stafferLg .stafferLg__name,.stafferLg .stafferLg__post{font-size:24px;margin-bottom:0;line-height:145.5%}.stafferLg:last-child{margin-bottom:0}@media screen and (max-width: 1199px){.stafferLg .text-wrap:first-child{width:300px}.stafferLg .text-wrap:nth-child(2){width:320px;margin-left:0}.stafferLg .stafferLg__name,.stafferLg .stafferLg__post{font-size:20px}.stafferLg .img-wrap{width:270px;padding-top:230px}}@media screen and (max-width: 991px){.stafferLg .text-wrap:first-child{width:240px}.stafferLg .text-wrap:nth-child(2){width:240px}.stafferLg .stafferLg__name,.stafferLg .stafferLg__post{font-size:19px}.stafferLg .img-wrap{width:200px;padding-top:168px}}@media screen and (max-width: 767px){.stafferLg{padding-bottom:50px;position:relative}.stafferLg h1{font-size:36px;line-height:110.5%}.stafferLg .img-wrap{-webkit-box-ordinal-group:2;-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1;width:100%;padding-top:85%;margin:0 auto 20px}.stafferLg .text-wrap{-webkit-box-ordinal-group:3;-webkit-order:2;-moz-box-ordinal-group:3;-ms-flex-order:2;order:2;width:100% !important;max-width:100%;padding:0 15px}.stafferLg .text-wrap:first-child{-webkit-box-ordinal-group:4;-webkit-order:3;-moz-box-ordinal-group:4;-ms-flex-order:3;order:3;font-size:16px}.stafferLg .text-wrap:nth-child(2){-webkit-box-ordinal-group:3;-webkit-order:2;-moz-box-ordinal-group:3;-ms-flex-order:2;order:2}.stafferLg .text-wrap:nth-child(2) a{position:absolute;bottom:18px;left:15px}.stafferLg .stafferLg__post{font-size:16px;margin:2px 0}}.staffMd-wrap{padding:48px 60px;border:1px solid #D9D9DE;margin-bottom:40px}.staffMd-wrap .pagination-wrap{margin-top:40px}.staffMd-wrap .pagination-wrap:last-child{margin-bottom:0}@media screen and (min-width: 992px){.staffMd-wrap.x-md-2{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.staffMd-wrap.x-md-2 .staffMd{width:50%}}@media screen and (max-width: 991px){.staffMd-wrap{padding:32px}}@media screen and (max-width: 767px){.staffMd-wrap{padding:0 16px;margin-bottom:32px}.staffMd-wrap .pagination-wrap{margin-top:32px}}.staffMd{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:20px 0;border-bottom:1px solid #D9D9D9}.staffMd:last-child{border-bottom:none}.staffMd__department{line-height:1.1;width:100%;font-size:20px}.staffMd__department.bold_title{font-weight:bold;font-size:24px}.staffMd__name{line-height:1.1;font-size:20px;margin-bottom:12px}.staffMd__post{line-height:1.1;font-size:18px;color:#7E7E7E;margin-bottom:12px}.staffMd__contact{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.staffMd__contact .item{margin-right:40px;margin-bottom:0}.staffMd__contact .item:last-child{margin-right:0}.staffMd__contact .item span{font-size:13px;color:#9C9C9C;width:100%;display:block;line-height:1.1;font-family:"GolosTextWebBold";margin-bottom:4px}.staffMd__contact .item a{font-size:16px;color:#000;display:block;line-height:1.1}.staffMd__contact .item a:hover{color:#D60000}.staffMd .img-wrap{width:114px;padding-top:98px;background:#FAFAFA;position:relative}.staffMd .text-wrap{width:-webkit-calc(100% - 114px);width:-moz-calc(100% - 114px);width:calc(100% - 114px);padding-left:24px}.staffMd .text-wrap:first-child{padding-left:0}@media screen and (max-width: 767px){.staffMd .staffMd__department{font-size:16px;margin-bottom:16px}.staffMd .staffMd__department.bold_title{font-size:18px}.staffMd .text-wrap{padding-left:16px}.staffMd .staffMd__name{font-size:16px;margin-bottom:4px}.staffMd .staffMd__post{font-size:14px;margin-bottom:0}.staffMd .staffMd__contact .item{margin-top:12px}}@media screen and (max-width: 575px){.staffMd{position:relative}.staffMd .img-wrap{margin-bottom:52px}.staffMd .staffMd__post{margin-bottom:52px}.staffMd .staffMd__contact{position:absolute;width:100%;left:0;bottom:20px;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.staffMd .staffMd__contact .item{max-width:inherit;margin-right:16px;margin-top:0;white-space:nowrap}.staffMd .staffMd__contact .item a{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.staffMd .staffMd__contact .item:last-child{max-width:-webkit-calc(100% - 140px);max-width:-moz-calc(100% - 140px);max-width:calc(100% - 140px);margin-right:0}}.list-document{border:1px solid #D9D9DE;padding:24px 60px 64px;width:100%}.list-document .item{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:24px 0;border-bottom:1px solid #D9D9D9;min-height:160px;position:relative}.list-document .item:last-child{margin-bottom:0;border-bottom:none}.list-document .ic-wrap{width:56px;height:56px}.list-document .ic-wrap img{max-width:100%;max-height:100%}.list-document .text-wrap{width:-webkit-calc(100% - 56px);width:-moz-calc(100% - 56px);width:calc(100% - 56px);padding-left:56px}.list-document .text-wrap .d-flex{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;margin:0}.list-document .text-wrap.d-flex{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.list-document .text-wrap .col-text{width:-webkit-calc(100% - 160px);width:-moz-calc(100% - 160px);width:calc(100% - 160px)}.list-document .list-document__link{font-size:20px;line-height:124%;margin:0 0 8px;display:block;color:#000}.list-document .list-document__link:hover{color:#D60000;text-decoration:none}.list-document .list-document__size{margin:0;font-size:18px;font-family:"GolosTextWebBold";color:#9A9A9A;max-width:-webkit-calc(100% - 150px);max-width:-moz-calc(100% - 150px);max-width:calc(100% - 150px)}.list-document .btn-link{padding:0;font-size:16px;text-decoration:none;color:#797979;font-family:"GolosTextWebRegular";line-height:35px;position:absolute;bottom:24px;right:0}.list-document .btn-link:hover{color:#D60000}@media screen and (max-width: 991px){.list-document{padding:24px 32px 32px}}@media screen and (max-width: 767px){.list-document{padding:0 16px}.list-document .item{min-height:150px;overflow:hidden}.list-document .text-wrap{padding-left:8px}.list-document .text-wrap .d-flex{display:block !important}.list-document .text-wrap .col-text{width:100%}.list-document .text-wrap .col-btn{width:-webkit-calc(100% + 64px);width:-moz-calc(100% + 64px);width:calc(100% + 64px);margin-top:8px;margin-left:-64px}.list-document .text-wrap .col-btn .btn{width:100%}.list-document .list-document__link{font-size:16px;margin-bottom:4px}.list-document .list-document__size{margin:0 0;width:100%;max-width:100%;font-size:14px;padding-left:8px}.list-document .btn-link{position:relative;left:-64px;width:-webkit-calc(100% + 64px);width:-moz-calc(100% + 64px);width:calc(100% + 64px);bottom:auto;right:auto;font-size:14px;line-height:124%;text-align:left}}.news-section{width:100%}.news-section .sideContent{-webkit-box-ordinal-group:2;-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1}.news-section .sideBar{-webkit-box-ordinal-group:3;-webkit-order:2;-moz-box-ordinal-group:3;-ms-flex-order:2;order:2}.sideBox{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.sideBox .sideContent{width:-webkit-calc(100% - 286px - 32px);width:-moz-calc(100% - 286px - 32px);width:calc(100% - 286px - 32px)}.sideBox .sideBar{width:286px;position:-webkit-sticky;position:sticky;top:8px}@media screen and (max-width: 991px){.sideBox .sideContent{width:-webkit-calc(100% - 260px - 24px);width:-moz-calc(100% - 260px - 24px);width:calc(100% - 260px - 24px)}.sideBox .sideBar{width:260px}}@media screen and (max-width: 767px){.sideBox .sideContent{width:100%;-webkit-box-ordinal-group:3;-webkit-order:2;-moz-box-ordinal-group:3;-ms-flex-order:2;order:2}.sideBox .sideBar{width:100%;-webkit-box-ordinal-group:2;-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1;position:relative}}.news-list-wrap{margin-bottom:40px}.news-list-wrap .items-row:first-child{padding-top:0}.news-list-wrap .show-more{margin-top:40px;margin-bottom:0}@media screen and (max-width: 767px){.news-list-wrap{margin-bottom:32px}.news-list-wrap .show-more{margin-top:32px;margin-bottom:0}}.news-list-wrap:last-child{margin-bottom:0}.news-list{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;border-bottom:1px solid #DBDBDB;width:100%;padding:40px 0}.news-list .img-wrap{width:192px;padding-top:0}.news-list .img-wrap.no-img:before{background-image:url("/local/templates/mzur/assets/css/../img/logo-MZUR.jpg");background-size:contain}.news-list .img-wrap img{position:relative}.news-list .text-wap{width:-webkit-calc(100% - 192px);width:-moz-calc(100% - 192px);width:calc(100% - 192px);padding-left:32px}.news-list .news-list__data{font-size:13px;line-height:16px;color:#A3A3A3;margin-bottom:8px;width:100%}.news-list .news-list__link{font-size:24px;line-height:29px;margin:0;color:#000;text-decoration:none;display:block;margin-bottom:12px}.news-list .news-list__link:hover{color:#D60000}.news-list .news-list__text{font-size:14px;line-height:17px;margin:0;width:100%}.news-list .news-item .static>img{max-width:50%}@media screen and (max-width: 991px){.news-list{padding:24px 0}.news-list .img-wrap{width:160px}.news-list .text-wap{width:-webkit-calc(100% - 192px);width:-moz-calc(100% - 192px);width:calc(100% - 192px);padding-left:16px}.news-list .news-list__link{font-size:18px;line-height:22px}}@media screen and (max-width: 575px){.news-list .img-wrap{width:100%;margin-bottom:16px}.news-list .img-wrap.no-img:before{background-image:url("/local/templates/mzur/assets/css/../img/logo-MZUR.jpg");background-size:contain}.news-list .text-wap{width:100%;padding:0}}.nav-box{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;list-style-type:none;border:1px solid #D9D9DE;background-color:#fff;padding:24px 0;margin-bottom:28px}.nav-box li{width:100%;margin:5px 0}.nav-box li a{padding-left:30px;font-size:14px;line-height:1.7;display:block;color:#000}.nav-box li a.active{color:#D60000;border-left:2px solid #D60000}@media screen and (max-width: 767px){.nav-box{margin-bottom:20px}}.filterPublication{background:#F4F4F4;padding:30px;margin-bottom:32px}.filterPublication .input-wrap{margin-bottom:0}@media screen and (max-width: 767px){.filterPublication{margin-bottom:32px}}.bx-filter.bx-blue{margin-bottom:0;font-family:"GolosTextWebRegular"}.bx-filter.bx-blue .btn{font-family:"GolosTextWebBold";font-weight:600;font-size:14px;line-height:14px;padding-left:16px;padding-right:16px}.bx-filter.bx-blue .row{margin-left:-15px !important;margin-right:-15px !important}.bx-filter.bx-blue .bx-filter-section{background-color:transparent;padding:0}.bx-filter.bx-blue .bx-filter-title{display:none}.bx-filter.bx-blue .bx-filter-parameters-box-title{display:none}.bx-filter.bx-blue .bx-filter-parameters-box-container-block{margin-bottom:8px}.bx-filter.bx-blue .bx-filter-parameters-box-container-block:last-child{margin-bottom:0}.bx-filter.bx-blue .bx-filter-input-container{position:relative}.bx-filter.bx-blue .bx-filter-input-container input{font-size:14px;padding:0 44px 0 14px;height:30px;border:1px solid #C1C1C1;border-radius:0;color:#000;font-family:"GolosTextWebRegular";background-image:url("/local/templates/mzur/assets/css/../img/calendar-gray-ic.svg");background-size:15px;background-position:-webkit-calc(100% - 15px) center;background-position:-moz-calc(100% - 15px) center;background-position:calc(100% - 15px) center;background-repeat:no-repeat}.bx-filter.bx-blue .bx-filter-input-container input::-webkit-input-placeholder{color:#000}.bx-filter.bx-blue .bx-filter-input-container input::-moz-placeholder{color:#000}.bx-filter.bx-blue .bx-filter-input-container input:-ms-input-placeholder{color:#000}.bx-filter.bx-blue .bx-filter-input-container input:-moz-placeholder{color:#000}.bx-filter.bx-blue .bx-filter-input-container .calendar-icon{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0}.bx-filter.bx-blue .bx-filter-parameters-box-container{padding-bottom:8px}.bx-filter.bx-blue .bx-filter-parameters-box-container:last-child{padding-bottom:0}.bx-filter.bx-blue .bx-filter-button-box .bx-filter-parameters-box-container{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.bx-filter.bx-blue .bx-filter-button-box .bx-filter-parameters-box-container .btn-link{-webkit-box-ordinal-group:2;-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1}.bx-filter.bx-blue .bx-filter-button-box .bx-filter-parameters-box-container .btn-themes{-webkit-box-ordinal-group:3;-webkit-order:2;-moz-box-ordinal-group:3;-ms-flex-order:2;order:2}.bx-filter.bx-blue .btn-themes{background-color:#D60000;border-color:#D60000}.bx-filter.bx-blue .btn-themes:hover{background-color:#b00000;border-color:#a30000}.bx-filter.bx-blue .btn-link{color:#D60000}.bx-filter.bx-blue .btn-link:hover{color:#b00000}.events-section{padding:48px 0}.events-section.bg-secondary{background:#F5F5F5 !important;padding:70px 0}@media screen and (max-width: 767px){.events-section.bg-secondary{padding:32px 0}.events-section.bg-secondary .eventsList li:last-child{border-bottom:none;padding-bottom:0}}@media screen and (max-width: 767px){.events-section{padding:32px 0}.events-section h2,.events-section .h2{margin-bottom:-8px;font-size:36px;line-height:43px}}.eventsList{list-style-type:none;padding:0;margin:0}.eventsList li{padding:38px 0 40px;border-bottom:1px solid #DBDBDB}.eventsList .eventsList__data{font-size:13px;line-height:16px;margin-bottom:8px;width:100%}.eventsList .eventsList__link{font-size:24px;line-height:29px;display:table;margin:0;color:#000;text-decoration:none}.eventsList .eventsList__link:hover{color:#D60000}@media screen and (max-width: 767px){.eventsList li{padding:32px 0}.eventsList .eventsList__data{font-size:13px;line-height:16px}.eventsList .eventsList__link{font-size:18px;line-height:22px}}.news-calendar{margin-top:56px}.news-calendar .NewsCalMonthNav[align="right"]{display:none}.news-calendar .NewsCalMonthNav{border:none;padding:0;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.news-calendar .NewsCalMonthNav a{font-size:0;width:28px;height:28px;background-repeat:no-repeat;background-size:contain;background-position:center;display:inline-block;vertical-align:middle}.news-calendar .NewsCalMonthNav a:first-child{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);background-image:url("/local/templates/mzur/assets/css/../img/arr-black-calendar.svg")}@media screen and (min-width: 768px){.news-calendar .NewsCalMonthNav a:first-child:hover{background-image:url("/local/templates/mzur/assets/css/../img/arr-red-calendar.svg")}}.news-calendar .NewsCalMonthNav a:last-child{background-image:url("/local/templates/mzur/assets/css/../img/arr-black-calendar.svg")}@media screen and (min-width: 768px){.news-calendar .NewsCalMonthNav a:last-child:hover{background-image:url("/local/templates/mzur/assets/css/../img/arr-red-calendar.svg")}}.news-calendar .NewsCalMonthNav select{display:none}.news-calendar .NewsCalMonthName{margin:0;font-size:26px;line-height:92%;border-bottom:3px dashed #8B8B8B;padding:10px 0}@media screen and (max-width: 767px){.news-calendar{-webkit-box-shadow:0px 0px 7px 0px rgba(0,0,0,0.4);box-shadow:0px 0px 7px 0px rgba(0,0,0,0.4);padding:24px 0 20px;margin:32px 15px 0;overflow:hidden;margin-bottom:48px}.news-calendar .container{max-width:100%;padding:0 24px}.news-calendar .NewsCalMonthName{margin:0;font-size:16px;line-height:24px;border-bottom:none;padding:0}.news-calendar .NewsCalMonthNav a{background-size:12px}.news-calendar .NewsCalMonthNav a:first-child{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);background-image:url("/local/templates/mzur/assets/css/../img/arr-black.svg")}.news-calendar .NewsCalMonthNav a:last-child{background-image:url("/local/templates/mzur/assets/css/../img/arr-black.svg")}}.NewsCalTable{border:none;outline:3px solid #fff;outline-offset:-2px;margin-top:48px;border-bottom:3px solid #e5e5e5;margin-bottom:75px}.NewsCalTable tr{border-color:#E5E5E5}.NewsCalTable td{border-color:#E5E5E5;background-color:#fff;position:relative;text-align:center;font-size:20px;line-height:195.5%;color:#333;padding:35px 12px;vertical-align:middle}.NewsCalTable .NewsCalHeader{text-align:center;font-size:18px;line-height:195.5%;color:#333;padding:10px 12px 15px}.NewsCalTable .flex-wrap{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.NewsCalTable .flex-wrap span{margin:auto}.NewsCalTable .flex-wrap .NewsCalNews{font-size:12px;line-height:92%;text-align:left;width:100%;-webkit-box-ordinal-group:3;-webkit-order:2;-moz-box-ordinal-group:3;-ms-flex-order:2;order:2}.NewsCalTable .flex-wrap .NewsCalNews a{color:#333}.NewsCalTable .flex-wrap .NewsCalNews+span{margin-top:-18px;margin-left:auto;margin-right:0;display:block;border-radius:100%;width:33px;height:33px;background:#D60000;color:#fff;font-size:20px;line-height:33px;text-align:center;-webkit-box-ordinal-group:2;-webkit-order:1;-moz-box-ordinal-group:2;-ms-flex-order:1;order:1}@media screen and (max-width: 1199px){.NewsCalTable td{padding:24px 8px}}@media screen and (max-width: 767px){.NewsCalTable{margin:0;width:100%;max-width:100%;border:none}.NewsCalTable tr{border:none}.NewsCalTable td{font-size:14px;line-height:22px;font-family:"GolosTextWebMedium";border:none;padding:5px}.NewsCalTable .NewsCalHeader{font-size:0;padding:10px 0 15px}.NewsCalTable .NewsCalHeader:before{font-size:10px;line-height:16px;font-family:"GolosTextWebBold";letter-spacing:1.5px;text-transform:uppercase;color:#333}.NewsCalTable .NewsCalHeader:nth-child(1):before{content:'ПН'}.NewsCalTable .NewsCalHeader:nth-child(2):before{content:'ВТ'}.NewsCalTable .NewsCalHeader:nth-child(3):before{content:'СР'}.NewsCalTable .NewsCalHeader:nth-child(4):before{content:'ЧТ'}.NewsCalTable .NewsCalHeader:nth-child(5):before{content:'ПТ'}.NewsCalTable .NewsCalHeader:nth-child(6):before{content:'СБ'}.NewsCalTable .NewsCalHeader:nth-child(7):before{content:'ВС'}.NewsCalTable .flex-wrap .NewsCalNews{display:none}.NewsCalTable .flex-wrap .NewsCalNews+span{margin:-5px auto;width:32px;height:32px;font-size:14px;font-family:"GolosTextWebMedium";letter-spacing:0.22px;line-height:32px}}.sideBar .news-feed{border:1px solid #D9D9DE;padding:0 30px}.sideBar .news-feed .go-to-section{padding:24px 0}.sideBar .news-feed .go-to-section+.item{border-top:none;padding-top:0}.sideBar .news-feed .item{padding-right:0;padding-left:0}.sideBar .news-feed .item a{color:#000}.sideBar .news-feed .item a span{display:block}.sideBar .news-feed .item .img-wrap{padding-top:27%}@media screen and (max-width: 991px){.sideBar .news-feed{padding:0 15px}}.nav-map .d-flex{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start}.nav-map .d-flex .map-wrap{width:-webkit-calc(100% - 383px - 32px);width:-moz-calc(100% - 383px - 32px);width:calc(100% - 383px - 32px);padding-top:480px}.nav-map .d-flex .nav-box{display:block;min-height:480px;width:383px;margin-left:auto;margin-bottom:0}.nav-map .d-flex .nav-box li{color:#000;margin:0}.nav-map .d-flex .nav-box li:hover{color:#D60000}.nav-map .d-flex .nav-box li .btn-link{font-size:14px;color:inherit;font-family:"GolosTextWebRegular";line-height:1.7;padding:0;background-color:transparent;outline:none;padding-left:43px;padding-right:8px;position:relative;text-align:left;-webkit-box-shadow:none;box-shadow:none}.nav-map .d-flex .nav-box li .btn-link:before{content:'';background-color:#000;position:absolute;top:10px;border-radius:100%;width:4px;height:4px;left:30px;margin:auto}.nav-map .d-flex .nav-box li .btn-link.active{color:#D60000}.nav-map .d-flex .nav-address{width:100%;min-width:100%;padding:0;margin:48px 0 0;max-width:426px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.nav-map .d-flex .nav-address:last-child{margin-bottom:96px}.nav-map .d-flex .nav-address li{width:-webkit-calc(50% - 8px);width:-moz-calc(50% - 8px);width:calc(50% - 8px);max-width:426px}.nav-map .d-flex .nav-address li .btn{margin:8px 0}@media screen and (max-width: 991px){.nav-map .d-flex .map-wrap{width:-webkit-calc(100% - 280px - 16px);width:-moz-calc(100% - 280px - 16px);width:calc(100% - 280px - 16px);padding-top:480px}.nav-map .d-flex .nav-box{min-height:480px;width:280px;margin-bottom:24px}.nav-map .d-flex .nav-box li{margin-bottom:2px}.nav-map .d-flex .nav-box li .btn-link{padding-left:24px;line-height:1.2}.nav-map .d-flex .nav-box li .btn-link:before{top:6px;left:8px}}@media screen and (max-width: 767px){.nav-map .d-flex .map-wrap{width:100%;padding-top:73%;margin:0 auto 24px}.nav-map .d-flex .nav-box{min-height:auto;width:100%}.nav-map .d-flex .nav-box li .btn-link{font-size:13px}.nav-map .d-flex .nav-address{width:100%;padding:0;margin:0;max-width:100%}.nav-map .d-flex .nav-address:last-child{margin-bottom:64px}.nav-map .d-flex .nav-address:nth-child(even){margin-left:0}.nav-map .d-flex .nav-address li{width:100%;max-width:100%}}.sub-chief-phone-wrap{margin-bottom:4px}.sub-chief-phone-wrap a{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:14px;color:#000;position:relative;padding-left:32px}.sub-chief-phone-wrap a:hover{color:#D60000}.sub-chief-phone-wrap a img{width:24px;position:absolute;left:0;top:0;bottom:0;margin:auto}.sub-chief-phone-wrap a .chief-whatsapp-number{margin-right:3px}.nav-address li{list-style-type:none;border-bottom:1px solid #D9D9DE;padding:4px 0 5px}.nav-address li .btn-link{font-size:14px;color:inherit;font-family:"GolosTextWebRegular";line-height:1.7;padding:0;background-color:transparent;outline:none;position:relative;text-align:left;-webkit-box-shadow:none;box-shadow:none}.nav-address li .btn-link:hover,.nav-address li .btn-link .active{color:#D60000}.nav-address li .buttonSa{display:inline-block;vertical-align:middle}.nav-address li .buttonSa .btn.btn-primary{background-color:transparent;color:#D60000}.nav-address li .buttonSa .btn.btn-primary:hover{background-color:#D60000;color:#fff !important}.modal-address .modal-body{padding:32px}.modal-address .modal-body h5,.modal-address .modal-body .h5{margin-top:20px}.modal-address .modal-body h5:first-of-type,.modal-address .modal-body .h5:first-of-type{margin-top:0}.modal-address .modal-body p,.modal-address .modal-body a{line-height:1.4;font-size:16px;margin-bottom:4px;display:table}@media screen and (max-width: 575px){.modal-address .modal-body{padding:24px !important}}.syncing-wrap .owl-carousel.owl-syncing{margin-bottom:20px}.syncing-wrap .owl-carousel.owl-syncing *{-webkit-transition:0s;-moz-transition:0s;transition:0s}.syncing-wrap .owl-carousel.owl-syncing .owl-nav button{outline:none;position:absolute;top:0;bottom:0;margin:auto;width:44px;height:44px;border:1px solid #D60000;background-color:#D60000;background-repeat:no-repeat;background-size:contain;background-position:center;background-image:url("/local/templates/mzur/assets/css/../img/arr-white.svg");background-size:14px}.syncing-wrap .owl-carousel.owl-syncing .owl-nav button.disabled{border:1px solid #FFFFFF;background-color:transparent}.syncing-wrap .owl-carousel.owl-syncing .owl-nav button span{font-size:0}.syncing-wrap .owl-carousel.owl-syncing .owl-nav button.owl-prev{left:24px;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.syncing-wrap .owl-carousel.owl-syncing .owl-nav button.owl-next{right:24px}@media screen and (max-width: 767px){.syncing-wrap .owl-carousel.owl-syncing .owl-nav button{background-size:10px;width:30px;height:30px}.syncing-wrap .owl-carousel.owl-syncing .owl-nav button.owl-prev{left:12px}.syncing-wrap .owl-carousel.owl-syncing .owl-nav button.owl-next{right:12px}}.syncing-wrap .owl-carousel.owl-syncing .img-wrap{padding-top:49%;display:block}@media screen and (max-width: 575px){.syncing-wrap .owl-carousel.owl-syncing .img-wrap{padding-top:77%}}.syncing-wrap .owl-carousel.owl-syncing-nav .img-wrap{padding-top:74%;display:block}@media screen and (max-width: 575px){.syncing-wrap .owl-carousel.owl-syncing-nav .img-wrap{padding-top:70%}}.syncing-wrap img{display:block}.syncing-wrap a{-webkit-box-shadow:none;box-shadow:none;outline:none}.banner-section{padding:32px 0}.banner-section .owl-carousel.owl-banner .owl-nav button{width:42px;height:42px;background-repeat:no-repeat;background-size:contain;background-position:center;background-image:url("/local/templates/mzur/assets/css/../img/arr-owl.svg");display:block;outline:none}.banner-section .owl-carousel.owl-banner .owl-nav button.disabled{opacity:.4}.banner-section .owl-carousel.owl-banner .owl-nav button.owl-prev{position:absolute;top:0;bottom:0;margin:auto;right:-webkit-calc(100% + 16px);right:-moz-calc(100% + 16px);right:calc(100% + 16px);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.banner-section .owl-carousel.owl-banner .owl-nav button.owl-next{position:absolute;top:0;bottom:0;margin:auto;left:-webkit-calc(100% + 16px);left:-moz-calc(100% + 16px);left:calc(100% + 16px)}.banner-section .owl-carousel.owl-banner .owl-nav button span{font-size:0}@media screen and (max-width: 1300px){.banner-section .owl-carousel.owl-banner{padding-right:32px;padding-left:32px}.banner-section .owl-carousel.owl-banner .owl-nav button.owl-next{left:-webkit-calc(100% - 24px);left:-moz-calc(100% - 24px);left:calc(100% - 24px)}.banner-section .owl-carousel.owl-banner .owl-nav button.owl-prev{right:-webkit-calc(100% - 24px);right:-moz-calc(100% - 24px);right:calc(100% - 24px)}}@media screen and (max-width: 575px){.banner-section .owl-carousel.owl-banner{padding-right:0;padding-left:0}.banner-section .owl-carousel.owl-banner .owl-nav{display:none}}@media screen and (max-width: 575px){.banner-section{padding:16px 0}}.section-picture{position:relative;padding:93px 0;margin-bottom:80px}.section-picture img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}@media screen and (min-width: 1199px){.section-picture img{-o-object-position:right;object-position:right}}.section-picture .text-wrap{z-index:2;position:relative;max-width:680px}.section-picture .text-wrap h1,.section-picture .text-wrap .h1{line-height:140%;margin:0 0 16px}.section-picture .text-wrap p{font-size:20px;line-height:140%;margin-bottom:24px}@media screen and (max-width: 767px){.section-picture{padding:48px 0 63px;margin-bottom:40px}.section-picture .text-wrap{text-align:center}.section-picture .text-wrap .btn{width:100%;max-width:400px}.section-picture .text-wrap ul{text-align:left}}.answers-section{margin-bottom:96px}.answers-section .h4{font-size:24px;margin-bottom:32px}.answers-section .h4.bold{font-weight:bold}.answers-section .h1{margin-bottom:130px}@media screen and (max-width: 767px){.answers-section{margin-bottom:48px}.answers-section .h4{font-size:20px}.answers-section .h1{margin-bottom:40px}.answers-section .mb-5{margin-bottom:40px !important}}body .owl-carousel.owl-text{padding-bottom:62px}body .owl-carousel.owl-text .item{padding:0 110px}body .owl-carousel.owl-text .item p:last-child{margin-bottom:0}body .owl-carousel.owl-text .owl-nav button{outline:none;position:absolute;top:0;bottom:62px;margin:auto;width:44px;height:44px;border:1px solid #D60000;background-color:#D60000;background-repeat:no-repeat;background-position:center;background-image:url(/local/templates/mzur/assets/css/../img/arr-white.svg);background-size:14px}body .owl-carousel.owl-text .owl-nav button.disabled{border:1px solid #B4B4B4;background-color:transparent;background-image:url(/local/templates/mzur/assets/css/../img/arr-grey.svg)}body .owl-carousel.owl-text .owl-nav button span{display:none;opacity:0}body .owl-carousel.owl-text .owl-nav button.owl-prev{left:0;-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}body .owl-carousel.owl-text .owl-nav button.owl-next{right:0}body .owl-carousel.owl-text .owl-dots{bottom:0;position:absolute;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}body .owl-carousel.owl-text .owl-dots .owl-dot{width:9px;min-width:9px;height:9px;min-height:9px;border-radius:100%;background:#C4C4C4;margin:0 6px;outline:none}body .owl-carousel.owl-text .owl-dots .owl-dot.active{background:#D60000}@media screen and (max-width: 767px){body .owl-carousel.owl-text{padding-bottom:0}body .owl-carousel.owl-text .item{padding:0}body .owl-carousel.owl-text .owl-dots{margin-top:18px;padding:0 54px;position:relative;height:44px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}body .owl-carousel.owl-text .owl-dots .owl-dot{margin:6px 6px}body .owl-carousel.owl-text .owl-nav button{top:auto;bottom:0;margin:auto;z-index:5}}.table-section{margin-bottom:104px}.table-section .scroll{overflow:auto;max-width:100%}@media screen and (max-width: 767px){.table-section{margin-bottom:0}.table-section .scroll{overflow:inherit}.table-section .tablePrimary{display:block;min-width:auto}.table-section .tablePrimary thead{display:none}.table-section .tablePrimary tbody{display:block}.table-section .tablePrimary tbody tr{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin:0 -15px;width:-webkit-calc(100% + 30px);width:-moz-calc(100% + 30px);width:calc(100% + 30px);padding:20px 15px}.table-section .tablePrimary tbody tr td{display:block;line-height:147.5%;font-size:16px;padding:10px 0}.table-section .tablePrimary tbody tr td:nth-child(2){margin-left:auto;max-width:-webkit-calc(100% - 70px);max-width:-moz-calc(100% - 70px);max-width:calc(100% - 70px);text-align:right}.table-section .tablePrimary tbody tr td:nth-child(3){width:100%;text-align:right;padding-left:55%;position:relative}.table-section .tablePrimary tbody tr td:nth-child(3):before{content:'Вид обследования';font-family:"GolosTextWebBold";font-size:16px;line-height:1.2;text-align:left;max-width:50%;position:absolute;left:0;top:0;bottom:0;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.table-section .tablePrimary tbody tr td:nth-child(4){width:100%;text-align:right;padding-left:55%;position:relative}.table-section .tablePrimary tbody tr td:nth-child(4):before{content:'Для кого?';font-family:"GolosTextWebBold";font-size:16px;line-height:1.2;text-align:left;max-width:50%;position:absolute;left:0;top:0;bottom:0;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.table-section .tablePrimary tbody tr td:nth-child(5){width:100%;text-align:right;padding-left:55%;position:relative}.table-section .tablePrimary tbody tr td:nth-child(5):before{content:'Рекомендации по подготовке к обследованию';font-family:"GolosTextWebBold";font-size:16px;line-height:1.2;text-align:left;max-width:50%;position:absolute;left:0;top:0;bottom:0;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.table-section .tablePrimary.dispensary-table tbody tr td:nth-child(3):before{content:'Перечень специалистов'}.table-section .tablePrimary.dispensary-table tbody tr td:nth-child(4):before{content:'Контролируемые показатели';font-family:"GolosTextWebBold";font-size:16px;line-height:1.2;text-align:left;max-width:50%;position:absolute;left:0;top:0;bottom:0;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.table-section .tablePrimary.dispensary-table tbody tr td:nth-child(5):before{content:'Периодичность обследования'}}.tablePrimary{min-width:800px}.tablePrimary strong{font-weight:normal;font-family:"GolosTextWebBold"}.tablePrimary img{max-width:60px;display:inline-block;vertical-align:middle}.tablePrimary img ~ strong{display:inline-block;vertical-align:middle}.tablePrimary td{border:none}.tablePrimary tr:nth-child(even){background-color:#F8F8F8}.tablePrimary .w-25{width:25%}@media screen and (max-width: 767px){.tablePrimary{margin:0}.tablePrimary td{padding:24px 15px}}.testing-section{background:#F4F4F4;text-align:center;padding:80px 0 96px;margin-bottom:96px}.testing-section h1,.testing-section .h1{margin-bottom:12px}.testing-section .text{font-size:20px;margin-bottom:48px}.testing-section form{background-color:#2D2D2D;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:28px 50px}.testing-section form p{margin:0;font-size:20px;line-height:24px}.testing-section form input,.testing-section form select{-webkit-appearance:none;outline:none;width:605px;height:65px;padding:0 32px;font-weight:500;font-size:14px;line-height:17px;cursor:pointer;background-color:#fff}@media screen and (max-width: 1199px){.testing-section form input,.testing-section form select{width:420px}}@media screen and (max-width: 991px){.testing-section form{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.testing-section form input,.testing-section form select{width:100%}.testing-section form p{width:100%;margin-bottom:24px}}@media screen and (max-width: 767px){.testing-section{padding:32px 0 48px;margin-bottom:48px}.testing-section .text{margin-bottom:16px;line-height:147.5%}.testing-section form{padding:32px 15px 40px}.testing-section form input,.testing-section form select{padding:0 16px}}.address-section{position:relative;margin-bottom:114px}.address-section .h2{max-width:1221px;margin-left:auto;margin-right:auto;margin-bottom:40px}.address-section .mob-show{display:none}.address-section .mob-show .show-more{margin:30px 0 0}@media screen and (max-width: 767px){.address-section{margin-bottom:40px}.address-section .mob-show{display:block}}.map-address{position:relative;width:100%;background-color:#f1f1f1;padding-top:564px;margin-bottom:35px}.map-address .mapBox{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.map-address .mapBox ~ ymaps{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}@media screen and (max-width: 767px){.map-address{padding-top:420px;margin-bottom:0}}.map-address.remove-layer:before{display:none}.map-address:hover:before{opacity:1}.map-address:before{content:"Нажмите, чтобы разрешить изменение масштаба карты";position:absolute;top:0px;left:0px;width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;opacity:0;z-index:999;background:rgba(0,0,0,0.4);font-size:20px;color:#fff;text-align:center}.table-address .tr{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;border-bottom:1px solid #C5C5C5;padding:40px 0}.table-address .tr .td{width:25%;padding:0 12px}.table-address .tr .td:first-child{padding-left:0}.table-address .tr .td:last-child{padding-right:0}.table-address .tr .td p{display:block;margin:0;font-size:18px;line-height:147.5%}.table-address .tr .td a{font-size:18px;line-height:147.5%;display:table;text-decoration:underline}.table-address .tr .td a:hover{text-decoration:none}.table-address .tr .td a.black{color:#000;text-decoration:none}.table-address .tr .td a.black:hover{text-decoration:underline}@media screen and (max-width: 1199px){.table-address .tr{padding:32px 0}.table-address .tr .td a,.table-address .tr .td p{font-size:16px}}@media screen and (max-width: 767px){.table-address.open-all .tr{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.table-address .tr{display:none}.table-address .tr:nth-child(1),.table-address .tr:nth-child(2),.table-address .tr:nth-child(3),.table-address .tr:nth-child(4){display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.table-address .tr .td{width:50%}.table-address .tr .td:first-child{padding-left:12px}.table-address .tr .td:last-child{padding-right:12px}.table-address .tr .td:nth-child(1),.table-address .tr .td:nth-child(2){margin-bottom:16px}}@media screen and (max-width: 575px){.table-address .tr{padding:24px 0}.table-address .tr .td{width:100%;padding-left:0 !important;padding-right:0 !important}.table-address .tr .td:nth-child(1){margin-bottom:8px}.table-address .tr .td:nth-child(1) p{font-family:'GolosTextWebMedium';font-size:18px;line-height:147.5%}.table-address .tr .td:nth-child(2){margin-bottom:8px}.table-address .tr .td:nth-child(3){margin-bottom:8px}.table-address .tr .td:nth-child(4){margin-bottom:0}.table-address .tr .td:nth-child(4) a{margin-top:8px;font-size:18px}}.step-section{margin-bottom:64px}@media screen and (max-width: 767px){.step-section{margin-bottom:48px}.step-section .btn{width:100%;max-width:400px}}.stepOl{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;counter-reset:item;list-style-type:none;padding:0;max-width:880px;margin:0 auto 8px}.stepOl li{width:33.33%;max-width:222px;list-style:none;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin:40px 0;position:relative}.stepOl li:nth-child(3n):after{display:none}.stepOl li:nth-child(6) p{max-width:100%}.stepOl li:before{content:counter(item, decimal-leading-zero) " ";counter-increment:item;font-size:32px;line-height:38px;font-family:'GolosTextWebMedium';font-weight:500;margin-right:12px}.stepOl li:after{content:'';display:block;position:absolute;top:12px;right:-15%;width:100px;height:19px;background-repeat:no-repeat;background-size:contain;background-position:center;background-image:url("/local/templates/mzur/assets/css/../img/long-arrow.svg")}.stepOl li img{max-width:60px}.stepOl li p{max-width:185px;margin:0;width:100%;font-size:16px;line-height:19px}.stepOl li .text-wrap{width:100%;margin-top:18px}@media screen and (max-width: 767px){.stepOl{margin:0 auto 12px}.stepOl li{width:100%;max-width:50%;text-align:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:18px 0}.stepOl li:after{display:none}.stepOl li p{margin:auto}.stepOl li .text-wrap{margin-top:12px}}@media screen and (max-width: 575px){.stepOl li{max-width:100%}.stepOl li p{max-width:100%}}.header-min .wrap-fix{position:fixed;z-index:10;top:0;left:0;width:100%;background:#fff}.header-min .wrap-fix.fix{border-bottom:1px solid #f4f4f4}.header-min .wrap-fix.fix .header-wrap{display:none}@media screen and (max-width: 767px){.header-min{height:auto !important}.header-min .wrap-fix{position:relative;border-bottom:none !important}}.header-wrap{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;padding:24px 0 0}.header-wrap .logo{display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;margin-right:auto}.header-wrap .logo .logo__ic{margin:0 20px 0 0;width:72px;height:74px;background-repeat:no-repeat;background-size:contain;background-position:center;background-image:url("/local/templates/mzur/assets/css/../img/logo.svg");font-size:0;display:block}.header-wrap .logo .logo__text{font-size:14px;line-height:17px;font-family:"GolosTextWebBold";color:#000;max-width:234px}.header-wrap .tel-h{font-size:26px;line-height:85.5%;margin-right:32px;color:#000}.header-wrap .tel-h:hover{color:#D60000}@media screen and (max-width: 1199px){.header-wrap .logo .logo__ic{width:50px;height:50px;margin:0 8px 0 0}.header-wrap .logo .logo__text{font-size:12px;max-width:200px}.header-wrap .tel-h{font-size:18px;margin-right:16px}}@media screen and (max-width: 991px){.header-wrap .logo .logo__ic{width:32px;height:32px;margin:0 8px 0 0}.header-wrap .logo .logo__text{font-size:12px;max-width:150px;line-height:1}}@media screen and (max-width: 767px){.header-wrap{padding:24px 0;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.header-wrap .logo .logo__ic{width:43px;height:44px;margin-right:8px}.header-wrap .logo .logo__text{font-size:14px;line-height:100%;max-width:240px}.header-wrap .btn{margin:16px auto 0}.header-wrap .tel-h{margin-right:0}}@media screen and (max-width: 575px){.header-wrap .logo{margin:auto}.header-wrap .logo .logo__ic{width:72px;height:72px;margin-right:20px}.header-wrap .logo .logo__text{line-height:17px}.header-wrap .tel-h{width:100%;margin-top:12px;text-align:center}}.nav-anchor{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;list-style-type:none;padding:0;margin:0}.nav-anchor li{position:relative;padding:24px 0}.nav-anchor li a{font-size:14px;line-height:17px;color:#767686;padding:8px 0}.nav-anchor li a.active{font-family:"GolosTextWebBold";color:#282848}.nav-anchor li a.active:before{content:'';width:102px;height:4px;background:#D60000;display:block;bottom:0;position:absolute;left:0}@media screen and (max-width: 991px){.nav-anchor li a{font-size:12px}}@media screen and (max-width: 767px){.nav-anchor{display:none}}footer.footer-min{padding:66px 0 0}footer.footer-min .logo{margin-left:0}footer.footer-min .bottom-f{margin-top:66px}@media screen and (max-width: 767px){footer.footer-min{padding:33px 0 0}footer.footer-min .logo{margin:0 auto 32px}footer.footer-min .bottom-f{margin-top:0}}.questionnaire-section{padding:60px 0}.questionnaire-section h1{margin-bottom:24px}.questionnaire-section .wrap-btn{text-align:center;margin-top:32px}.questionnaire-section .wrap-input{position:relative}.questionnaire-section .wrap-input h3{font-size:24px;line-height:125.5%;margin-bottom:20px;min-height:60px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-webkit-align-items:flex-end;-moz-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.questionnaire-section .wrap-input.opacity:before{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:.5;background-color:#fff;content:'';z-index:1}@media screen and (max-width: 1199px){.questionnaire-section .wrap-input h3{font-size:20px;min-height:50px}}@media screen and (max-width: 991px){.questionnaire-section .wrap-input h3{font-size:16px}}@media screen and (max-width: 767px){.questionnaire-section .wrap-input{margin-bottom:30px}.questionnaire-section .wrap-input h3{font-size:24px;line-height:125.5%;height:auto;min-height:auto}.questionnaire-section .wrap-btn{margin-top:0}}.radio-wrap{margin-bottom:16px}.radio-wrap input{display:none}.radio-wrap input:checked ~ label .circle:before{opacity:1}.radio-wrap label{padding:16px 22px;background:#F0F0F0;cursor:pointer;margin-bottom:0;font-size:20px;line-height:116%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;min-height:80px}.radio-wrap label .circle{content:'';width:24px;min-width:24px;height:24px;border-radius:100%;border:1px solid #000000;margin-right:10px;position:relative}.radio-wrap label .circle:before{content:'';opacity:0;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;width:10px;height:10px;border-radius:100%;background-color:#D60000;-webkit-transition:.2s;-moz-transition:.2s;transition:.2s;margin:auto}.programs-wrap{padding-top:56px;padding-bottom:56px;max-width:530px !important;margin:auto}.programs-wrap h2,.programs-wrap .h2{line-height:125%;margin-bottom:8px}.programs-wrap .text-red{font-size:26px;line-height:195.5%;margin:0;color:#D60000;font-family:"GolosTextWebBold";margin-bottom:8px}.programs-wrap .btn{width:100%;max-width:300px;margin-bottom:32px}.programs-wrap .bold{font-family:"GolosTextWebBold"}@media screen and (max-width: 767px){.programs-wrap h2,.programs-wrap .h2{font-size:24px}.programs-wrap .text-red{font-size:20px;line-height:1.2;margin-bottom:14px}.programs-wrap .btn{margin-bottom:24px}}body table.title-search-result tr.title-search-selected td,body table.title-search-result tr.title-search-selected a,body table.title-search-result tr.title-search-selected td.title-search-more a{background-color:transparent !important}body .title-search-result{border:none !important;background-color:#fff;padding:30px 0;-webkit-box-shadow:0px 4px 40px rgba(0,0,0,0.15);box-shadow:0px 4px 40px rgba(0,0,0,0.15)}body .title-search-result td.title-search-item a{white-space:normal;line-height:1.1}@media screen and (max-width: 1199px){body .title-search-result{padding:10px 0}}@media screen and (max-width: 767px){body .title-search-result{padding:0;min-width:-webkit-calc(100vw - 30px);min-width:-moz-calc(100vw - 30px);min-width:calc(100vw - 30px);left:15px !important}}body .title-search-result .scroll{padding:0 40px;overflow:auto;max-height:680px}@media screen and (max-width: 1199px){body .title-search-result .scroll{padding:0 10px}}@media screen and (max-width: 767px){body .title-search-result .scroll{max-height:480px;padding:0}}@media screen and (max-width: 360px){body>.title-search-result{width:100vw !important;margin-left:-15px}}.title-search-result.guide-result{max-width:100%;width:100%;padding:0;-webkit-box-shadow:none;box-shadow:none;margin-bottom:0}.title-search-result.guide-result tr td{background-color:transparent !important}.title-search-result.guide-result ~ .title-search-fader{display:none}.title-search-result.guide-result .title-search-item{padding:10px 0 10px 0;border-top:1px solid #D9D9D9;border-bottom:1px solid #D9D9D9}@media screen and (max-width: 767px){.title-search-result.guide-result .title-search-item{padding:10px}}.title-search-result.guide-result .title-search-item .search-department{font-size:16px;line-height:113%;margin-bottom:14px;width:100%;white-space:normal}.title-search-result.guide-result .title-search-item .search-department{max-width:520px}@media screen and (max-width: 1199px){.title-search-result.guide-result .title-search-item .search-department{max-width:460px}}@media screen and (max-width: 575px){.title-search-result.guide-result .title-search-item .search-department{max-width:-webkit-calc(100vw - 50px);max-width:-moz-calc(100vw - 50px);max-width:calc(100vw - 50px)}}.title-search-result.guide-result .title-search-item .search-name{max-width:430px}@media screen and (max-width: 1199px){.title-search-result.guide-result .title-search-item .search-name{max-width:365px}}.title-search-result.guide-result .title-search-item .flex{width:100%;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;position:relative;padding:0 0 0 90px}.title-search-result.guide-result .title-search-item .flex .img-wrap{position:absolute;top:0;bottom:0;margin:auto;left:0;width:79px;height:67px;background:#F7F7F7;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0}.title-search-result.guide-result .title-search-item .flex .img-wrap img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:10}.title-search-result.guide-result .title-search-item .flex .search-name{font-size:16px;line-height:1.1;width:100%;padding:0;word-wrap:break-word;white-space:normal;background-color:transparent !important}.title-search-result.guide-result .title-search-item .flex .search-position{width:100%;color:#7E7E7E;font-size:14px;line-height:1.1;margin:4px 0;max-width:-webkit-calc(100vw - 100px);max-width:-moz-calc(100vw - 100px);max-width:calc(100vw - 100px);white-space:normal;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.title-search-result.guide-result .title-search-item .flex .search-phone{width:50%;max-width:170px;padding-right:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.title-search-result.guide-result .title-search-item .flex .search-email{width:50%;max-width:160px}.title-search-result.guide-result .title-search-item .flex .search-email .email-value{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width: 1199px){.title-search-result.guide-result .title-search-item .flex .search-email{max-width:100%}}.title-search-result.guide-result .title-search-item .flex .phone-title,.title-search-result.guide-result .title-search-item .flex .email-title{color:#9C9C9C;font-family:"GolosTextWebBold";font-size:13px;line-height:1.1;margin-bottom:2px}.title-search-result.guide-result .title-search-item .flex .phone-value,.title-search-result.guide-result .title-search-item .flex .email-value{font-size:14px;line-height:1.1}@media screen and (max-width: 575px){.title-search-result.guide-result .title-search-item .flex .img-wrap{bottom:auto}.title-search-result.guide-result .title-search-item .flex .search-phone{width:100%;margin-bottom:4px;max-width:100%;padding-right:0}.title-search-result.guide-result .title-search-item .flex .search-email{width:100%;max-width:100%;padding-right:0}}.title-search-result.guide-result .title-search-all,.title-search-result.guide-result .title-search-more{border:none;padding:0}.title-search-result.guide-result .title-search-all a{font-size:15px !important;display:table;margin:auto;color:#D60000;background-color:transparent !important}.title-search-result.guide-result .title-search-more a{font-size:13px !important;display:table;color:#767686;margin:4px 0;background-color:transparent !important}.title-search-result.guide-result a:hover{text-decoration:underline}.title-search-result.guide-result .title-search-all{padding-top:8px  !important}@media screen and (max-width: 575px){.title-search-result.guide-result{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.title-search-result.guide-result *{max-width:100%}.title-search-result.guide-result tbody,.title-search-result.guide-result tr,.title-search-result.guide-result td{display:block}}.search-page{padding-top:24px}.search-page h1,.search-page .h1{margin:0}.search-page .search-item-date{float:none}.search-page .search-item-date label{margin:0}.search-page form table tr td:nth-child(1){padding-left:0}.search-page form table tr td:nth-child(2){display:none}.search-page form table tr td:nth-child(3){padding-left:0;padding-right:0}@media screen and (max-width: 767px){.search-page .search-advanced-result{float:none;width:100%;line-height:1.4;margin-bottom:16px}.search-page .search-advanced-filter{float:none;width:100%}}.preloader{position:fixed;z-index:999999999999;top:0;left:0;width:100%;height:100%;background-color:#fff;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;display:none}.preloader .svg{width:60px;height:60px;background-repeat:no-repeat;background-size:contain;background-position:center;background-image:url("/local/templates/mzur/assets/css/../img/loader.svg")}.loader-img:before{content:'d';background-color:#fff;font-size:0;background-size:20px;background-image:url("/local/templates/mzur/assets/css/../img/loader.svg");background-repeat:no-repeat;background-position:center;position:absolute;z-index:2;top:0;left:0;width:100%;height:100%;display:block}

body .editor_dialog table { margin-bottom: 0; }
body .editor_dialog table td { border-bottom: 0; }

		.product-item-container .product-item-info-container.product-item-hidden{display:none !important;}
		.bottom_main_block{display:flex;flex-wrap:wrap}
/* End */


/* Start:/local/templates/mzur/assets/visually/dist/css/bvi.css?1698907769117006*/
/*!
 * Button visually impaired v2.0
 */
html body .bvi-panel {
  font-family: Arial !important;
  padding: 10px 10px;
  color: black;
  top: 0;
  left: 0;
  right: 0;
  letter-spacing: 0;
  position: relative;
  text-shadow: none;
  line-height: normal;
  border: 0;
  margin-bottom: 0.3rem;
  background-color: #f7f7f7;
  border-color: black;
  moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.23);
  webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.23);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.23);
  z-index: 999999 !important;
}
@media (max-width: 575.98px) {
  html body .bvi-panel {
    padding: 10px 0 10px 0;
  }
  html body .bvi-panel .bvi-panel-toggler {
    display: block;
    text-align: center;
  }
  html body .bvi-panel .bvi-panel-container {
    overflow: auto;
    width: auto;
    height: 145px;
    border-top: 1px solid #bcbcbc;
    -webkit-box-shadow: inset 0px 5px 15px 0px #d6d6d6;
    -moz-box-shadow: inset 0px 5px 15px 0px #d6d6d6;
    box-shadow: inset 0px 5px 15px 0px #d6d6d6;
  }
  html body .bvi-panel .bvi-panel-container, html body .bvi-panel #bvi-panel-close, html body .bvi-panel #bvi-panel-hide {
    display: none;
    margin-top: 10px;
    border-top: 1px solid #dfdfdf;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  html body .bvi-panel {
    padding: 10px 0 10px 0;
  }
  html body .bvi-panel .bvi-panel-toggler {
    display: block;
    text-align: center;
  }
  html body .bvi-panel .bvi-panel-container {
    overflow: auto;
    width: auto;
    height: 145px;
    border-top: 1px solid #bcbcbc;
    -webkit-box-shadow: inset 0px 5px 15px 0px #d6d6d6;
    -moz-box-shadow: inset 0px 5px 15px 0px #d6d6d6;
    box-shadow: inset 0px 5px 15px 0px #d6d6d6;
  }
  html body .bvi-panel .bvi-panel-container, html body .bvi-panel #bvi-panel-close, html body .bvi-panel #bvi-panel-hide {
    display: none;
    text-align: right;
    margin-top: 10px;
    border-top: 1px solid #dfdfdf;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  html body .bvi-panel {
    padding: 10px 0 10px 0;
  }
  html body .bvi-panel .bvi-panel-toggler {
    display: block;
    text-align: right;
  }
  html body .bvi-panel .bvi-panel-container, html body .bvi-panel #bvi-panel-close, html body .bvi-panel #bvi-panel-hide {
    display: none;
    text-align: right;
    margin-top: 10px;
    border-top: 1px solid #dfdfdf;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  html body .bvi-panel .bvi-panel-toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  html body .bvi-panel .bvi-panel-toggler {
    display: none;
  }
}
@media (max-width: 575.98px) {
  html body .bvi-panel * {
    font-size: 12px !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  html body .bvi-panel * {
    font-size: 14px !important;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  html body .bvi-panel * {
    font-size: 14px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  html body .bvi-panel * {
    font-size: 16px !important;
  }
}
@media (min-width: 1200px) {
  html body .bvi-panel * {
    font-size: 16px !important;
  }
}
html body .bvi-panel a {
  color: #2a2a2a;
  background-color: transparent;
  outline: 0;
  text-decoration: underline;
}
html body .bvi-panel a:hover {
  color: black;
  outline: 0;
  background-color: transparent;
  text-decoration: underline;
}
html body .bvi-panel a:focus {
  color: black;
  outline: 0;
  background-color: transparent;
  text-decoration: underline;
}
html body .bvi-panel a.bvi-link-copy {
  text-decoration: underline;
  color: black;
  outline: 0;
}
html body .bvi-panel a.bvi-link-copy.active {
  color: black;
  outline: 0;
  text-decoration: none;
}
html body .bvi-panel a.bvi-link-copy:hover {
  color: black;
  outline: 0;
  text-decoration: none;
}
html body .bvi-panel a.bvi-link-copy:focus {
  color: black;
  outline: 0;
  text-decoration: none;
}
html body .bvi-panel a.bvi-link {
  text-decoration: none;
  color: black;
  background-color: transparent;
  text-align: center;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  cursor: pointer;
  border-radius: 2px;
  display: inline-block;
  height: 36px;
  font-weight: bold;
  line-height: 36px;
  padding: 0 10px;
  vertical-align: middle;
  border: 1px solid #b2b2b2;
}
@media (max-width: 575.98px) {
  html body .bvi-panel a.bvi-link {
    height: 28px;
    line-height: 28px;
    padding: 0 5px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  html body .bvi-panel a.bvi-link {
    height: 28px;
    line-height: 28px;
    padding: 0 5px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  html body .bvi-panel a.bvi-link {
    height: 30px;
    line-height: 30px;
    padding: 0 8px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  html body .bvi-panel a.bvi-link {
    height: 34px;
    line-height: 34px;
    padding: 0 9px;
  }
}
html body .bvi-panel a.bvi-link.active {
  color: inherit;
  outline: 0;
  background-color: #dbdbdb;
  text-decoration: none;
}
html body .bvi-panel a.bvi-link:hover {
  color: black;
  outline: 0;
  background-color: #dbdbdb;
  text-decoration: none;
}
html body .bvi-panel a.bvi-link:focus {
  color: black;
  outline: 0;
  background-color: #dbdbdb;
  text-decoration: none;
}
html body .bvi-panel a.bvi-link.bvi-link-white {
  background-color: white;
  color: black;
  text-decoration: none;
}
html body .bvi-panel a.bvi-link.bvi-link-white:hover {
  background-color: white;
  color: black;
  text-decoration: none;
}
html body .bvi-panel a.bvi-link.bvi-link-black {
  background-color: black;
  color: white;
  text-decoration: none;
}
html body .bvi-panel a.bvi-link.bvi-link-black:hover {
  background-color: black;
  color: white;
  text-decoration: none;
}
html body .bvi-panel a.bvi-link.bvi-link-blue {
  background-color: #9DD1FF;
  color: #063462;
  text-decoration: none;
}
html body .bvi-panel a.bvi-link.bvi-link-blue:hover {
  background-color: #9DD1FF;
  color: #063462;
  text-decoration: none;
}
html body .bvi-panel a.bvi-link.bvi-link-brown {
  background-color: #F7F3D6;
  color: #4D4B43;
  text-decoration: none;
}
html body .bvi-panel a.bvi-link.bvi-link-brown:hover {
  background-color: #F7F3D6;
  color: #4D4B43;
  text-decoration: none;
}
html body .bvi-panel a.bvi-link.bvi-link-green {
  background-color: #3B2716;
  color: #A9E44D;
  text-decoration: none;
}
html body .bvi-panel a.bvi-link.bvi-link-green:hover {
  background-color: #3B2716;
  color: #A9E44D;
  text-decoration: none;
}
html body .bvi-panel .bvi-title {
  text-shadow: none;
  text-decoration: none;
  background-color: transparent;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  vertical-align: middle;
  margin: 10px 0 15px 0;
}
html body .bvi-panel .bvi-text-center {
  text-align: center;
}
html body .bvi-panel .bvi-text-left {
  text-align: left;
}
html body .bvi-panel .bvi-text-right {
  text-align: right;
}
html body .bvi-panel .bvi-setting-menu {
  margin-top: 10px;
  border-top: 1px solid #dfdfdf;
  display: none;
}
html body .bvi-panel .bvi-images {
  margin-top: 10px;
  width: 16px;
  height: 16px;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
}
@media (max-width: 575.98px) {
  html body .bvi-panel .bvi-images {
    margin-top: 6px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  html body .bvi-panel .bvi-images {
    margin-top: 6px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  html body .bvi-panel .bvi-images {
    margin-top: 7px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  html body .bvi-panel .bvi-images {
    margin-top: 9px;
  }
}
html body .bvi-panel .bvi-images.bvi-images-eye-slash {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAA0ElEQVQYGbXBMSuEARgA4Oe77zocXTdISBYMXKFMJvkBkoVF6iw33n8wmXVXymi0SUnZzQaJTNcNd9MNBsnwuq9uOVaexx8rKJuwqGXKDzm7noUQwqcRQya9aXu3ruBWOMSMooFlbXMubdnwJXTlsKZrWl9ZWwk9JS0hbGMeC3rGeVCRedQRwpNE6kRmT4MzRzL7QggVVK3INNTIe7WJxI1wh1F1mZp7ib6iF8cSF8Is8ihoupEaSJ3qCOdILan7UJUYci2U0HRlx5hfVh34F999xzhj5hTP0AAAAABJRU5ErkJggg==");
}
html body .bvi-panel .bvi-images.bvi-images-arrow {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAVFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAU4H24AAAAG3RSTlMAAQIDBgkMExQiRmJoaXN0dX6Aj5GbwcPR4vHLNuV5AAAAWElEQVQYV23NNxKAMAADQQEm52y4//+TwuSxuttGkn/J2n97g+nXb3H9yNWXPO0k3oAOmC0wSgXQCqiNBYyihUYCahlLKSnIdILC9H528JoPqg8M7Ln8OwBv7gmtk0G77wAAAABJRU5ErkJggg==");
}
html body .bvi-panel .bvi-images.bvi-images-volume-on {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAA0ElEQVQYGZ3BPyvEcQAH4Od3F+5O/tXXdCVZFWXCWzARgzIZrgxewM1WqzfBYjZI6bJYpS6jLJdJ5o8upY6UPI//mdOz4IcJt5o+LXvSMaLhURSM6agb17PlS8OjiILKiTs1k9612NPV1RcRBasqpw5w7JCIiIgouHRk2gBtt0RERETBlAGiruWNiIiIKNhwpSYqs555FRERUVQezFtzjnVn1DU07ImIYmjGizaurfiyI6Kg6c0mdt0YsS2KoTHs6xv3zaLKUNO9C02/qlnyVx8tHEkl/4bN1wAAAABJRU5ErkJggg==");
}
html body .bvi-panel .bvi-images.bvi-images-volume-on {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAA0ElEQVQYGZ3BPyvEcQAH4Od3F+5O/tXXdCVZFWXCWzARgzIZrgxewM1WqzfBYjZI6bJYpS6jLJdJ5o8upY6UPI//mdOz4IcJt5o+LXvSMaLhURSM6agb17PlS8OjiILKiTs1k9612NPV1RcRBasqpw5w7JCIiIgouHRk2gBtt0RERETBlAGiruWNiIiIKNhwpSYqs555FRERUVQezFtzjnVn1DU07ImIYmjGizaurfiyI6Kg6c0mdt0YsS2KoTHs6xv3zaLKUNO9C02/qlnyVx8tHEkl/4bN1wAAAABJRU5ErkJggg==");
}
html body .bvi-panel .bvi-images.bvi-images-volume-off {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAP1BMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACzJYIvAAAAFHRSTlMAAQIcHh8rLjx8hpKUlZi6vsXz/c3U9VgAAABHSURBVBhXrci3AYAwDADBtwFjcpD2n5WGIKnmyoNXGgestOjuYlYfk37R1FpXNXHq7Qn9IY4Y5Jx7sQFQJARFQlBk80HbARfdYAcpeUBcogAAAABJRU5ErkJggg==");
}
html body .bvi-panel .bvi-images.bvi-images-adjust {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAqFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAs30iGAAAAN3RSTlMAAQIDBAUHCQsMExQVFh4fJSsuLztGS1FYYWJkZnh7f4KIiYyRmKWmqMHO1dna3Ovt7/P3+fv9mqZ1DQAAAIJJREFUGBlNwVUCglAURdEtGNgd2N2BGGf+M5PL48O1MI31Q7pMAxx/K+c7wHhnvSaVvMycxE7nMqBUD5qKAxJKRR5LhRg5ba6qY+SEvFXCyJlxVw0jZ8JKI4ycLi1FRRJKxT4cdCoCSvWB/E3PYZCT2WAKR2XGZDr7jxQtqvwp+Dg/vREcKt7EoBcAAAAASUVORK5CYII=");
}
html body .bvi-panel .bvi-images.bvi-images-off {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAARVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADc6ur3AAAAFnRSTlMAAQIFBgcSGRowMVhZW128wMHDxfX3KcFjjgAAAGpJREFUGBlVwQkSgzAMA0CJUpKYuzX6/1ObeoAJuwhMpSTiwslV+UiEftNpfaHirttKALMaI0BXw4mshwSTZEMwSQUmyYZgkgqyHhJ4qOEEFjUmAN1Ht42o3l+d9h6hWw5VPhMXZrNM/P0AZ7gN/s4xaEgAAAAASUVORK5CYII=");
}
html body .bvi-panel .bvi-images.bvi-images-on {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAYFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD6T+iNAAAAH3RSTlMAAQIDBycwOUJKS0xPUW1whZGVmJ2erbfT2uDk6Pv9OeeoXAAAAGJJREFUGFdlzkcCgDAIBVGMvSb27r//LTUxFnRW8NhA9E3N46uppU2wOwgiXCSHBfD07F8g0euxRGKB9N2pAGQWKBBODRgxEKNrzI7BQIq7E57dQv4UHbC6n08LsNTxAYt+7bh0DPt8j/8TAAAAAElFTkSuQmCC");
}
html body .bvi-panel .bvi-images.bvi-images-minus-square-o {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAHlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC3KG9qAAAACXRSTlMAODs8dnfx8vPK0lEjAAAAJElEQVR4AWOgD2BkYUUCLIwM7JwogI2BA1WAnYGZFQUw0cehAOJeAaqtH8h4AAAAAElFTkSuQmCC);
}
html body .bvi-panel.bvi-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999999;
}
html body .bvi-panel .bvi-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  html body .bvi-panel .bvi-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  html body .bvi-panel .bvi-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  html body .bvi-panel .bvi-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  html body .bvi-panel .bvi-container {
    max-width: 1140px;
  }
}
html body .bvi-panel .bvi-container-fluid, html body .bvi-panel .bvi-container-xl, html body .bvi-panel .bvi-container-lg, html body .bvi-panel .bvi-container-md, html body .bvi-panel .bvi-container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  html body .bvi-panel .bvi-container-sm, html body .bvi-panel .bvi-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  html body .bvi-panel .bvi-container-md, html body .bvi-panel .bvi-container-sm, html body .bvi-panel .bvi-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  html body .bvi-panel .bvi-container-lg, html body .bvi-panel .bvi-container-md, html body .bvi-panel .bvi-container-sm, html body .bvi-panel .bvi-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  html body .bvi-panel .bvi-container-xl, html body .bvi-panel .bvi-container-lg, html body .bvi-panel .bvi-container-md, html body .bvi-panel .bvi-container-sm, html body .bvi-panel .bvi-container {
    max-width: 1140px;
  }
}
html body .bvi-panel .bvi-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
html body .bvi-panel .bvi-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
html body .bvi-panel .bvi-no-gutters > .bvi-col,
html body .bvi-panel .bvi-no-gutters > [class*=bvi-col-] {
  padding-right: 0;
  padding-left: 0;
}
html body .bvi-panel .bvi-col-xl,
html body .bvi-panel .bvi-col-xl-auto, html body .bvi-panel .bvi-col-xl-12, html body .bvi-panel .bvi-col-xl-11, html body .bvi-panel .bvi-col-xl-10, html body .bvi-panel .bvi-col-xl-9, html body .bvi-panel .bvi-col-xl-8, html body .bvi-panel .bvi-col-xl-7, html body .bvi-panel .bvi-col-xl-6, html body .bvi-panel .bvi-col-xl-5, html body .bvi-panel .bvi-col-xl-4, html body .bvi-panel .bvi-col-xl-3, html body .bvi-panel .bvi-col-xl-2, html body .bvi-panel .bvi-col-xl-1, html body .bvi-panel .bvi-col-lg,
html body .bvi-panel .bvi-col-lg-auto, html body .bvi-panel .bvi-col-lg-12, html body .bvi-panel .bvi-col-lg-11, html body .bvi-panel .bvi-col-lg-10, html body .bvi-panel .bvi-col-lg-9, html body .bvi-panel .bvi-col-lg-8, html body .bvi-panel .bvi-col-lg-7, html body .bvi-panel .bvi-col-lg-6, html body .bvi-panel .bvi-col-lg-5, html body .bvi-panel .bvi-col-lg-4, html body .bvi-panel .bvi-col-lg-3, html body .bvi-panel .bvi-col-lg-2, html body .bvi-panel .bvi-col-lg-1, html body .bvi-panel .bvi-col-md,
html body .bvi-panel .bvi-col-md-auto, html body .bvi-panel .bvi-col-md-12, html body .bvi-panel .bvi-col-md-11, html body .bvi-panel .bvi-col-md-10, html body .bvi-panel .bvi-col-md-9, html body .bvi-panel .bvi-col-md-8, html body .bvi-panel .bvi-col-md-7, html body .bvi-panel .bvi-col-md-6, html body .bvi-panel .bvi-col-md-5, html body .bvi-panel .bvi-col-md-4, html body .bvi-panel .bvi-col-md-3, html body .bvi-panel .bvi-col-md-2, html body .bvi-panel .bvi-col-md-1, html body .bvi-panel .bvi-col-sm,
html body .bvi-panel .bvi-col-sm-auto, html body .bvi-panel .bvi-col-sm-12, html body .bvi-panel .bvi-col-sm-11, html body .bvi-panel .bvi-col-sm-10, html body .bvi-panel .bvi-col-sm-9, html body .bvi-panel .bvi-col-sm-8, html body .bvi-panel .bvi-col-sm-7, html body .bvi-panel .bvi-col-sm-6, html body .bvi-panel .bvi-col-sm-5, html body .bvi-panel .bvi-col-sm-4, html body .bvi-panel .bvi-col-sm-3, html body .bvi-panel .bvi-col-sm-2, html body .bvi-panel .bvi-col-sm-1, html body .bvi-panel .bvi-col,
html body .bvi-panel .bvi-col-auto, html body .bvi-panel .bvi-col-12, html body .bvi-panel .bvi-col-11, html body .bvi-panel .bvi-col-10, html body .bvi-panel .bvi-col-9, html body .bvi-panel .bvi-col-8, html body .bvi-panel .bvi-col-7, html body .bvi-panel .bvi-col-6, html body .bvi-panel .bvi-col-5, html body .bvi-panel .bvi-col-4, html body .bvi-panel .bvi-col-3, html body .bvi-panel .bvi-col-2, html body .bvi-panel .bvi-col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
html body .bvi-panel .bvi-col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
html body .bvi-panel .row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
html body .bvi-panel .row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
html body .bvi-panel .row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
html body .bvi-panel .row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
html body .bvi-panel .row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
html body .bvi-panel .row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
html body .bvi-panel .bvi-col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
html body .bvi-panel .bvi-col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
html body .bvi-panel .bvi-col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
html body .bvi-panel .bvi-col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
html body .bvi-panel .bvi-col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
html body .bvi-panel .bvi-col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
html body .bvi-panel .bvi-col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
html body .bvi-panel .bvi-col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
html body .bvi-panel .bvi-col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
html body .bvi-panel .bvi-col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
html body .bvi-panel .bvi-col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
html body .bvi-panel .bvi-col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
html body .bvi-panel .bvi-col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
html body .bvi-panel .bvi-order-first {
  order: -1;
}
html body .bvi-panel .bvi-order-last {
  order: 13;
}
html body .bvi-panel .bvi-order-0 {
  order: 0;
}
html body .bvi-panel .bvi-order-1 {
  order: 1;
}
html body .bvi-panel .bvi-order-2 {
  order: 2;
}
html body .bvi-panel .bvi-order-3 {
  order: 3;
}
html body .bvi-panel .bvi-order-4 {
  order: 4;
}
html body .bvi-panel .bvi-order-5 {
  order: 5;
}
html body .bvi-panel .bvi-order-6 {
  order: 6;
}
html body .bvi-panel .bvi-order-7 {
  order: 7;
}
html body .bvi-panel .bvi-order-8 {
  order: 8;
}
html body .bvi-panel .bvi-order-9 {
  order: 9;
}
html body .bvi-panel .bvi-order-10 {
  order: 10;
}
html body .bvi-panel .bvi-order-11 {
  order: 11;
}
html body .bvi-panel .bvi-order-12 {
  order: 12;
}
html body .bvi-panel .bvi-offset-1 {
  margin-left: 8.3333333333%;
}
html body .bvi-panel .bvi-offset-2 {
  margin-left: 16.6666666667%;
}
html body .bvi-panel .bvi-offset-3 {
  margin-left: 25%;
}
html body .bvi-panel .bvi-offset-4 {
  margin-left: 33.3333333333%;
}
html body .bvi-panel .bvi-offset-5 {
  margin-left: 41.6666666667%;
}
html body .bvi-panel .bvi-offset-6 {
  margin-left: 50%;
}
html body .bvi-panel .bvi-offset-7 {
  margin-left: 58.3333333333%;
}
html body .bvi-panel .bvi-offset-8 {
  margin-left: 66.6666666667%;
}
html body .bvi-panel .bvi-offset-9 {
  margin-left: 75%;
}
html body .bvi-panel .bvi-offset-10 {
  margin-left: 83.3333333333%;
}
html body .bvi-panel .bvi-offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
  html body .bvi-panel .bvi-col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .bvi-panel .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  html body .bvi-panel .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  html body .bvi-panel .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  html body .bvi-panel .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  html body .bvi-panel .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  html body .bvi-panel .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  html body .bvi-panel .bvi-col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  html body .bvi-panel .bvi-col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  html body .bvi-panel .bvi-col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  html body .bvi-panel .bvi-col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  html body .bvi-panel .bvi-col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  html body .bvi-panel .bvi-col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  html body .bvi-panel .bvi-col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  html body .bvi-panel .bvi-col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  html body .bvi-panel .bvi-col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  html body .bvi-panel .bvi-col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  html body .bvi-panel .bvi-col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  html body .bvi-panel .bvi-col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  html body .bvi-panel .bvi-col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  html body .bvi-panel .bvi-order-sm-first {
    order: -1;
  }
  html body .bvi-panel .bvi-order-sm-last {
    order: 13;
  }
  html body .bvi-panel .bvi-order-sm-0 {
    order: 0;
  }
  html body .bvi-panel .bvi-order-sm-1 {
    order: 1;
  }
  html body .bvi-panel .bvi-order-sm-2 {
    order: 2;
  }
  html body .bvi-panel .bvi-order-sm-3 {
    order: 3;
  }
  html body .bvi-panel .bvi-order-sm-4 {
    order: 4;
  }
  html body .bvi-panel .bvi-order-sm-5 {
    order: 5;
  }
  html body .bvi-panel .bvi-order-sm-6 {
    order: 6;
  }
  html body .bvi-panel .bvi-order-sm-7 {
    order: 7;
  }
  html body .bvi-panel .bvi-order-sm-8 {
    order: 8;
  }
  html body .bvi-panel .bvi-order-sm-9 {
    order: 9;
  }
  html body .bvi-panel .bvi-order-sm-10 {
    order: 10;
  }
  html body .bvi-panel .bvi-order-sm-11 {
    order: 11;
  }
  html body .bvi-panel .bvi-order-sm-12 {
    order: 12;
  }
  html body .bvi-panel .bvi-offset-sm-0 {
    margin-left: 0;
  }
  html body .bvi-panel .bvi-offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  html body .bvi-panel .bvi-offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  html body .bvi-panel .bvi-offset-sm-3 {
    margin-left: 25%;
  }
  html body .bvi-panel .bvi-offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  html body .bvi-panel .bvi-offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  html body .bvi-panel .bvi-offset-sm-6 {
    margin-left: 50%;
  }
  html body .bvi-panel .bvi-offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  html body .bvi-panel .bvi-offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  html body .bvi-panel .bvi-offset-sm-9 {
    margin-left: 75%;
  }
  html body .bvi-panel .bvi-offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  html body .bvi-panel .bvi-offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  html body .bvi-panel .bvi-col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .bvi-panel .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  html body .bvi-panel .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  html body .bvi-panel .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  html body .bvi-panel .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  html body .bvi-panel .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  html body .bvi-panel .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  html body .bvi-panel .bvi-col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  html body .bvi-panel .bvi-col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  html body .bvi-panel .bvi-col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  html body .bvi-panel .bvi-col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  html body .bvi-panel .bvi-col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  html body .bvi-panel .bvi-col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  html body .bvi-panel .bvi-col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  html body .bvi-panel .bvi-col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  html body .bvi-panel .bvi-col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  html body .bvi-panel .bvi-col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  html body .bvi-panel .bvi-col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  html body .bvi-panel .bvi-col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  html body .bvi-panel .bvi-col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  html body .bvi-panel .bvi-order-md-first {
    order: -1;
  }
  html body .bvi-panel .bvi-order-md-last {
    order: 13;
  }
  html body .bvi-panel .bvi-order-md-0 {
    order: 0;
  }
  html body .bvi-panel .bvi-order-md-1 {
    order: 1;
  }
  html body .bvi-panel .bvi-order-md-2 {
    order: 2;
  }
  html body .bvi-panel .bvi-order-md-3 {
    order: 3;
  }
  html body .bvi-panel .bvi-order-md-4 {
    order: 4;
  }
  html body .bvi-panel .bvi-order-md-5 {
    order: 5;
  }
  html body .bvi-panel .bvi-order-md-6 {
    order: 6;
  }
  html body .bvi-panel .bvi-order-md-7 {
    order: 7;
  }
  html body .bvi-panel .bvi-order-md-8 {
    order: 8;
  }
  html body .bvi-panel .bvi-order-md-9 {
    order: 9;
  }
  html body .bvi-panel .bvi-order-md-10 {
    order: 10;
  }
  html body .bvi-panel .bvi-order-md-11 {
    order: 11;
  }
  html body .bvi-panel .bvi-order-md-12 {
    order: 12;
  }
  html body .bvi-panel .bvi-offset-md-0 {
    margin-left: 0;
  }
  html body .bvi-panel .bvi-offset-md-1 {
    margin-left: 8.3333333333%;
  }
  html body .bvi-panel .bvi-offset-md-2 {
    margin-left: 16.6666666667%;
  }
  html body .bvi-panel .bvi-offset-md-3 {
    margin-left: 25%;
  }
  html body .bvi-panel .bvi-offset-md-4 {
    margin-left: 33.3333333333%;
  }
  html body .bvi-panel .bvi-offset-md-5 {
    margin-left: 41.6666666667%;
  }
  html body .bvi-panel .bvi-offset-md-6 {
    margin-left: 50%;
  }
  html body .bvi-panel .bvi-offset-md-7 {
    margin-left: 58.3333333333%;
  }
  html body .bvi-panel .bvi-offset-md-8 {
    margin-left: 66.6666666667%;
  }
  html body .bvi-panel .bvi-offset-md-9 {
    margin-left: 75%;
  }
  html body .bvi-panel .bvi-offset-md-10 {
    margin-left: 83.3333333333%;
  }
  html body .bvi-panel .bvi-offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  html body .bvi-panel .bvi-col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .bvi-panel .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  html body .bvi-panel .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  html body .bvi-panel .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  html body .bvi-panel .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  html body .bvi-panel .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  html body .bvi-panel .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  html body .bvi-panel .bvi-col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  html body .bvi-panel .bvi-col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  html body .bvi-panel .bvi-col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  html body .bvi-panel .bvi-col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  html body .bvi-panel .bvi-col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  html body .bvi-panel .bvi-col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  html body .bvi-panel .bvi-col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  html body .bvi-panel .bvi-col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  html body .bvi-panel .bvi-col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  html body .bvi-panel .bvi-col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  html body .bvi-panel .bvi-col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  html body .bvi-panel .bvi-col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  html body .bvi-panel .bvi-col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  html body .bvi-panel .bvi-order-lg-first {
    order: -1;
  }
  html body .bvi-panel .bvi-order-lg-last {
    order: 13;
  }
  html body .bvi-panel .bvi-order-lg-0 {
    order: 0;
  }
  html body .bvi-panel .bvi-order-lg-1 {
    order: 1;
  }
  html body .bvi-panel .bvi-order-lg-2 {
    order: 2;
  }
  html body .bvi-panel .bvi-order-lg-3 {
    order: 3;
  }
  html body .bvi-panel .bvi-order-lg-4 {
    order: 4;
  }
  html body .bvi-panel .bvi-order-lg-5 {
    order: 5;
  }
  html body .bvi-panel .bvi-order-lg-6 {
    order: 6;
  }
  html body .bvi-panel .bvi-order-lg-7 {
    order: 7;
  }
  html body .bvi-panel .bvi-order-lg-8 {
    order: 8;
  }
  html body .bvi-panel .bvi-order-lg-9 {
    order: 9;
  }
  html body .bvi-panel .bvi-order-lg-10 {
    order: 10;
  }
  html body .bvi-panel .bvi-order-lg-11 {
    order: 11;
  }
  html body .bvi-panel .bvi-order-lg-12 {
    order: 12;
  }
  html body .bvi-panel .bvi-offset-lg-0 {
    margin-left: 0;
  }
  html body .bvi-panel .bvi-offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  html body .bvi-panel .bvi-offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  html body .bvi-panel .bvi-offset-lg-3 {
    margin-left: 25%;
  }
  html body .bvi-panel .bvi-offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  html body .bvi-panel .bvi-offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  html body .bvi-panel .bvi-offset-lg-6 {
    margin-left: 50%;
  }
  html body .bvi-panel .bvi-offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  html body .bvi-panel .bvi-offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  html body .bvi-panel .bvi-offset-lg-9 {
    margin-left: 75%;
  }
  html body .bvi-panel .bvi-offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  html body .bvi-panel .bvi-offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  html body .bvi-panel .bvi-col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  html body .bvi-panel .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  html body .bvi-panel .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  html body .bvi-panel .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  html body .bvi-panel .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  html body .bvi-panel .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  html body .bvi-panel .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  html body .bvi-panel .bvi-col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  html body .bvi-panel .bvi-col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  html body .bvi-panel .bvi-col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  html body .bvi-panel .bvi-col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  html body .bvi-panel .bvi-col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  html body .bvi-panel .bvi-col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  html body .bvi-panel .bvi-col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  html body .bvi-panel .bvi-col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  html body .bvi-panel .bvi-col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  html body .bvi-panel .bvi-col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  html body .bvi-panel .bvi-col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  html body .bvi-panel .bvi-col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  html body .bvi-panel .bvi-col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  html body .bvi-panel .bvi-order-xl-first {
    order: -1;
  }
  html body .bvi-panel .bvi-order-xl-last {
    order: 13;
  }
  html body .bvi-panel .bvi-order-xl-0 {
    order: 0;
  }
  html body .bvi-panel .bvi-order-xl-1 {
    order: 1;
  }
  html body .bvi-panel .bvi-order-xl-2 {
    order: 2;
  }
  html body .bvi-panel .bvi-order-xl-3 {
    order: 3;
  }
  html body .bvi-panel .bvi-order-xl-4 {
    order: 4;
  }
  html body .bvi-panel .bvi-order-xl-5 {
    order: 5;
  }
  html body .bvi-panel .bvi-order-xl-6 {
    order: 6;
  }
  html body .bvi-panel .bvi-order-xl-7 {
    order: 7;
  }
  html body .bvi-panel .bvi-order-xl-8 {
    order: 8;
  }
  html body .bvi-panel .bvi-order-xl-9 {
    order: 9;
  }
  html body .bvi-panel .bvi-order-xl-10 {
    order: 10;
  }
  html body .bvi-panel .bvi-order-xl-11 {
    order: 11;
  }
  html body .bvi-panel .bvi-order-xl-12 {
    order: 12;
  }
  html body .bvi-panel .bvi-offset-xl-0 {
    margin-left: 0;
  }
  html body .bvi-panel .bvi-offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  html body .bvi-panel .bvi-offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  html body .bvi-panel .bvi-offset-xl-3 {
    margin-left: 25%;
  }
  html body .bvi-panel .bvi-offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  html body .bvi-panel .bvi-offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  html body .bvi-panel .bvi-offset-xl-6 {
    margin-left: 50%;
  }
  html body .bvi-panel .bvi-offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  html body .bvi-panel .bvi-offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  html body .bvi-panel .bvi-offset-xl-9 {
    margin-left: 75%;
  }
  html body .bvi-panel .bvi-offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  html body .bvi-panel .bvi-offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
html body .bvi-body[data-bvi-theme=white] {
  background-color: #ffffff !important;
  fill: #000000 !important;
}
html body .bvi-body[data-bvi-theme=white] * {
  background-color: #ffffff !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
  fill: #000000 !important;
}
html body .bvi-body[data-bvi-theme=white] * .bvi-background-image {
  background-color: transparent !important;
}
html body .bvi-body[data-bvi-theme=white] * a {
  text-decoration: underline !important;
  outline: 0 !important;
}
html body .bvi-body[data-bvi-theme=white] * a.bvi-link {
  color: #000000 !important;
  text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=white] * a.bvi-link.disabled {
  color: rgba(0, 0, 0, 0.5) !important;
  border: 1px solid rgba(0, 0, 0, 0.5) !important;
  pointer-events: none;
  cursor: no-drop;
  text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=white] * a.bvi-link.disabled:focus {
  color: rgba(0, 0, 0, 0.5) !important;
  border: 1px solid rgba(0, 0, 0, 0.5) !important;
  text-underline: none !important;
  text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=white] * a.bvi-link:hover {
  color: #ffffff !important;
  background-color: #000000 !important;
  text-underline: none !important;
  text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=white] * a.bvi-link:focus {
  color: #000000 !important;
  background-color: #ffffff !important;
  text-underline: none !important;
  text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=white] * :checked,
html body .bvi-body[data-bvi-theme=white] * :default,
html body .bvi-body[data-bvi-theme=white] * :disabled,
html body .bvi-body[data-bvi-theme=white] * :empty,
html body .bvi-body[data-bvi-theme=white] * :enabled,
html body .bvi-body[data-bvi-theme=white] * :first-child,
html body .bvi-body[data-bvi-theme=white] * :first-of-type,
html body .bvi-body[data-bvi-theme=white] * :focus,
html body .bvi-body[data-bvi-theme=white] * :indeterminate,
html body .bvi-body[data-bvi-theme=white] * :hover,
html body .bvi-body[data-bvi-theme=white] * :last-child,
html body .bvi-body[data-bvi-theme=white] * :last-of-type,
html body .bvi-body[data-bvi-theme=white] * :link,
html body .bvi-body[data-bvi-theme=white] * :nth-last-child,
html body .bvi-body[data-bvi-theme=white] * :nth-last-of-type,
html body .bvi-body[data-bvi-theme=white] * :nth-of-type,
html body .bvi-body[data-bvi-theme=white] * :only-child,
html body .bvi-body[data-bvi-theme=white] * :only-of-type,
html body .bvi-body[data-bvi-theme=white] * :optional,
html body .bvi-body[data-bvi-theme=white] * :read-write,
html body .bvi-body[data-bvi-theme=white] * :required,
html body .bvi-body[data-bvi-theme=white] * :root,
html body .bvi-body[data-bvi-theme=white] * :target,
html body .bvi-body[data-bvi-theme=white] * :valid,
html body .bvi-body[data-bvi-theme=white] * :visited,
html body .bvi-body[data-bvi-theme=white] * :first-child:first-letter,
html body .bvi-body[data-bvi-theme=white] * :default {
  background-color: #ffffff !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
  fill: #000000 !important;
}
html body .bvi-body[data-bvi-theme=white] *:after {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #000000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}
html body .bvi-body[data-bvi-theme=white] *:before {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #000000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}
html body .bvi-body[data-bvi-theme=white] *::selection {
  background-color: #000000 !important;
  color: #ffffff !important;
}
html body .bvi-body[data-bvi-theme=white] * a {
  outline: 0 !important;
  color: #000000 !important;
  background-color: transparent !important;
  text-decoration: underline !important;
}
html body .bvi-body[data-bvi-theme=white] * a.active {
  color: #000000 !important;
  background-color: #ffffff !important;
  text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=white] * a:hover {
  color: #ffffff !important;
  background-color: #000000 !important;
  text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=white] * a:hover:after {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #ffffff !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}
html body .bvi-body[data-bvi-theme=white] * a:hover:before {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #ffffff !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}
html body .bvi-body[data-bvi-theme=white] * a:hover * {
  color: #ffffff !important;
  background-color: #000000 !important;
  text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=white] * a:hover *:after {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #ffffff !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}
html body .bvi-body[data-bvi-theme=white] * a:hover *:before {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #ffffff !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}
html body .bvi-body[data-bvi-theme=white] * button, html body .bvi-body[data-bvi-theme=white] * input[type=submit], html body .bvi-body[data-bvi-theme=white] * input[type=button], html body .bvi-body[data-bvi-theme=white] * button[type=submit], html body .bvi-body[data-bvi-theme=white] * button[type=button] {
  color: #ffffff !important;
  background-color: #000000 !important;
  text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=white] * button:hover.active, html body .bvi-body[data-bvi-theme=white] * input[type=button]:hover.active, html body .bvi-body[data-bvi-theme=white] * input[type=submit]:hover.active, html body .bvi-body[data-bvi-theme=white] * button[type=submit]:hover.active, html body .bvi-body[data-bvi-theme=white] * button[type=button]:hover.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=white] * button:hover:hover, html body .bvi-body[data-bvi-theme=white] * input[type=button]:hover:hover, html body .bvi-body[data-bvi-theme=white] * input[type=submit]:hover:hover, html body .bvi-body[data-bvi-theme=white] * button[type=submit]:hover:hover, html body .bvi-body[data-bvi-theme=white] * button[type=button]:hover:hover {
  color: #ffffff !important;
  background-color: #000000 !important;
  text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=white] * button:hover:hover *, html body .bvi-body[data-bvi-theme=white] * input[type=button]:hover:hover *, html body .bvi-body[data-bvi-theme=white] * input[type=submit]:hover:hover *, html body .bvi-body[data-bvi-theme=white] * button[type=submit]:hover:hover *, html body .bvi-body[data-bvi-theme=white] * button[type=button]:hover:hover * {
  color: #ffffff !important;
  background-color: #000000 !important;
  text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=black] {
  background-color: #000000 !important;
  fill: #ffffff !important;
}
html body .bvi-body[data-bvi-theme=black] * {
  background-color: #000000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
  fill: #ffffff !important;
}
html body .bvi-body[data-bvi-theme=black] * .bvi-background-image {
  background-color: transparent !important;
}
html body .bvi-body[data-bvi-theme=black] * a {
  text-decoration: underline !important;
  outline: 0 !important;
}
html body .bvi-body[data-bvi-theme=black] * a.bvi-link {
  color: #ffffff !important;
  text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=black] * a.bvi-link.disabled {
  color: rgba(255, 255, 255, 0.5) !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  pointer-events: none;
  cursor: no-drop;
  text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=black] * a.bvi-link.disabled:focus {
  color: rgba(255, 255, 255, 0.5) !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  text-underline: none !important;
  text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=black] * a.bvi-link:hover {
  color: #000000 !important;
  background-color: #ffffff !important;
  text-underline: none !important;
  text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=black] * a.bvi-link:focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  text-underline: none !important;
  text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=black] * :checked,
html body .bvi-body[data-bvi-theme=black] * :default,
html body .bvi-body[data-bvi-theme=black] * :disabled,
html body .bvi-body[data-bvi-theme=black] * :empty,
html body .bvi-body[data-bvi-theme=black] * :enabled,
html body .bvi-body[data-bvi-theme=black] * :first-child,
html body .bvi-body[data-bvi-theme=black] * :first-of-type,
html body .bvi-body[data-bvi-theme=black] * :focus,
html body .bvi-body[data-bvi-theme=black] * :indeterminate,
html body .bvi-body[data-bvi-theme=black] * :hover,
html body .bvi-body[data-bvi-theme=black] * :last-child,
html body .bvi-body[data-bvi-theme=black] * :last-of-type,
html body .bvi-body[data-bvi-theme=black] * :link,
html body .bvi-body[data-bvi-theme=black] * :nth-last-child,
html body .bvi-body[data-bvi-theme=black] * :nth-last-of-type,
html body .bvi-body[data-bvi-theme=black] * :nth-of-type,
html body .bvi-body[data-bvi-theme=black] * :only-child,
html body .bvi-body[data-bvi-theme=black] * :only-of-type,
html body .bvi-body[data-bvi-theme=black] * :optional,
html body .bvi-body[data-bvi-theme=black] * :read-write,
html body .bvi-body[data-bvi-theme=black] * :required,
html body .bvi-body[data-bvi-theme=black] * :root,
html body .bvi-body[data-bvi-theme=black] * :target,
html body .bvi-body[data-bvi-theme=black] * :valid,
html body .bvi-body[data-bvi-theme=black] * :visited,
html body .bvi-body[data-bvi-theme=black] * :first-child:first-letter,
html body .bvi-body[data-bvi-theme=black] * :default {
  background-color: #000000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
  fill: #ffffff !important;
}
html body .bvi-body[data-bvi-theme=black] *:after {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #ffffff !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}
html body .bvi-body[data-bvi-theme=black] *:before {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #ffffff !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}
html body .bvi-body[data-bvi-theme=black] *::selection {
  background-color: #ffffff !important;
  color: #000000 !important;
}
html body .bvi-body[data-bvi-theme=black] * a {
  outline: 0 !important;
  color: #ffffff !important;
  background-color: transparent !important;
  text-decoration: underline !important;
}
html body .bvi-body[data-bvi-theme=black] * a.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=black] * a:hover {
  color: #000000 !important;
  background-color: #ffffff !important;
  text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=black] * a:hover:after {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #000000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}
html body .bvi-body[data-bvi-theme=black] * a:hover:before {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #000000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}
html body .bvi-body[data-bvi-theme=black] * a:hover * {
  color: #000000 !important;
  background-color: #ffffff !important;
  text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=black] * a:hover *:after {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #000000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}
html body .bvi-body[data-bvi-theme=black] * a:hover *:before {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #000000 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}
html body .bvi-body[data-bvi-theme=black] * button, html body .bvi-body[data-bvi-theme=black] * input[type=submit], html body .bvi-body[data-bvi-theme=black] * input[type=button], html body .bvi-body[data-bvi-theme=black] * button[type=submit], html body .bvi-body[data-bvi-theme=black] * button[type=button] {
  color: #000000 !important;
  background-color: #ffffff !important;
  text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=black] * button:hover.active, html body .bvi-body[data-bvi-theme=black] * input[type=button]:hover.active, html body .bvi-body[data-bvi-theme=black] * input[type=submit]:hover.active, html body .bvi-body[data-bvi-theme=black] * button[type=submit]:hover.active, html body .bvi-body[data-bvi-theme=black] * button[type=button]:hover.active {
  color: #000000 !important;
  background-color: #ffffff !important;
  text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=black] * button:hover:hover, html body .bvi-body[data-bvi-theme=black] * input[type=button]:hover:hover, html body .bvi-body[data-bvi-theme=black] * input[type=submit]:hover:hover, html body .bvi-body[data-bvi-theme=black] * button[type=submit]:hover:hover, html body .bvi-body[data-bvi-theme=black] * button[type=button]:hover:hover {
  color: #000000 !important;
  background-color: #ffffff !important;
  text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=black] * button:hover:hover *, html body .bvi-body[data-bvi-theme=black] * input[type=button]:hover:hover *, html body .bvi-body[data-bvi-theme=black] * input[type=submit]:hover:hover *, html body .bvi-body[data-bvi-theme=black] * button[type=submit]:hover:hover *, html body .bvi-body[data-bvi-theme=black] * button[type=button]:hover:hover * {
  color: #000000 !important;
  background-color: #ffffff !important;
  text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=blue] {
  background-color: #9DD1FF !important;
  fill: #063462 !important;
}
html body .bvi-body[data-bvi-theme=blue] * {
  background-color: #9DD1FF !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: #063462 !important;
  color: #063462 !important;
  fill: #063462 !important;
}
html body .bvi-body[data-bvi-theme=blue] * .bvi-background-image {
  background-color: transparent !important;
}
html body .bvi-body[data-bvi-theme=blue] * a {
  text-decoration: underline !important;
  outline: 0 !important;
}
html body .bvi-body[data-bvi-theme=blue] * a.bvi-link {
  color: #063462 !important;
  text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=blue] * a.bvi-link.disabled {
  color: rgba(6, 52, 98, 0.5) !important;
  border: 1px solid rgba(6, 52, 98, 0.5) !important;
  pointer-events: none;
  cursor: no-drop;
  text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=blue] * a.bvi-link.disabled:focus {
  color: rgba(6, 52, 98, 0.5) !important;
  border: 1px solid rgba(6, 52, 98, 0.5) !important;
  text-underline: none !important;
  text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=blue] * a.bvi-link:hover {
  color: #9DD1FF !important;
  background-color: #063462 !important;
  text-underline: none !important;
  text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=blue] * a.bvi-link:focus {
  color: #063462 !important;
  background-color: #9DD1FF !important;
  text-underline: none !important;
  text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=blue] * :checked,
html body .bvi-body[data-bvi-theme=blue] * :default,
html body .bvi-body[data-bvi-theme=blue] * :disabled,
html body .bvi-body[data-bvi-theme=blue] * :empty,
html body .bvi-body[data-bvi-theme=blue] * :enabled,
html body .bvi-body[data-bvi-theme=blue] * :first-child,
html body .bvi-body[data-bvi-theme=blue] * :first-of-type,
html body .bvi-body[data-bvi-theme=blue] * :focus,
html body .bvi-body[data-bvi-theme=blue] * :indeterminate,
html body .bvi-body[data-bvi-theme=blue] * :hover,
html body .bvi-body[data-bvi-theme=blue] * :last-child,
html body .bvi-body[data-bvi-theme=blue] * :last-of-type,
html body .bvi-body[data-bvi-theme=blue] * :link,
html body .bvi-body[data-bvi-theme=blue] * :nth-last-child,
html body .bvi-body[data-bvi-theme=blue] * :nth-last-of-type,
html body .bvi-body[data-bvi-theme=blue] * :nth-of-type,
html body .bvi-body[data-bvi-theme=blue] * :only-child,
html body .bvi-body[data-bvi-theme=blue] * :only-of-type,
html body .bvi-body[data-bvi-theme=blue] * :optional,
html body .bvi-body[data-bvi-theme=blue] * :read-write,
html body .bvi-body[data-bvi-theme=blue] * :required,
html body .bvi-body[data-bvi-theme=blue] * :root,
html body .bvi-body[data-bvi-theme=blue] * :target,
html body .bvi-body[data-bvi-theme=blue] * :valid,
html body .bvi-body[data-bvi-theme=blue] * :visited,
html body .bvi-body[data-bvi-theme=blue] * :first-child:first-letter,
html body .bvi-body[data-bvi-theme=blue] * :default {
  background-color: #9DD1FF !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: #063462 !important;
  color: #063462 !important;
  fill: #063462 !important;
}
html body .bvi-body[data-bvi-theme=blue] *:after {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #063462 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}
html body .bvi-body[data-bvi-theme=blue] *:before {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #063462 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}
html body .bvi-body[data-bvi-theme=blue] *::selection {
  background-color: #063462 !important;
  color: #9DD1FF !important;
}
html body .bvi-body[data-bvi-theme=blue] * a {
  outline: 0 !important;
  color: #063462 !important;
  background-color: transparent !important;
  text-decoration: underline !important;
}
html body .bvi-body[data-bvi-theme=blue] * a.active {
  color: #063462 !important;
  background-color: #9DD1FF !important;
  text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=blue] * a:hover {
  color: #9DD1FF !important;
  background-color: #063462 !important;
  text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=blue] * a:hover:after {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #9DD1FF !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}
html body .bvi-body[data-bvi-theme=blue] * a:hover:before {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #9DD1FF !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}
html body .bvi-body[data-bvi-theme=blue] * a:hover * {
  color: #9DD1FF !important;
  background-color: #063462 !important;
  text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=blue] * a:hover *:after {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #9DD1FF !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}
html body .bvi-body[data-bvi-theme=blue] * a:hover *:before {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #9DD1FF !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}
html body .bvi-body[data-bvi-theme=blue] * button, html body .bvi-body[data-bvi-theme=blue] * input[type=submit], html body .bvi-body[data-bvi-theme=blue] * input[type=button], html body .bvi-body[data-bvi-theme=blue] * button[type=submit], html body .bvi-body[data-bvi-theme=blue] * button[type=button] {
  color: #9DD1FF !important;
  background-color: #063462 !important;
  text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=blue] * button:hover.active, html body .bvi-body[data-bvi-theme=blue] * input[type=button]:hover.active, html body .bvi-body[data-bvi-theme=blue] * input[type=submit]:hover.active, html body .bvi-body[data-bvi-theme=blue] * button[type=submit]:hover.active, html body .bvi-body[data-bvi-theme=blue] * button[type=button]:hover.active {
  color: #9DD1FF !important;
  background-color: #063462 !important;
  text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=blue] * button:hover:hover, html body .bvi-body[data-bvi-theme=blue] * input[type=button]:hover:hover, html body .bvi-body[data-bvi-theme=blue] * input[type=submit]:hover:hover, html body .bvi-body[data-bvi-theme=blue] * button[type=submit]:hover:hover, html body .bvi-body[data-bvi-theme=blue] * button[type=button]:hover:hover {
  color: #9DD1FF !important;
  background-color: #063462 !important;
  text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=blue] * button:hover:hover *, html body .bvi-body[data-bvi-theme=blue] * input[type=button]:hover:hover *, html body .bvi-body[data-bvi-theme=blue] * input[type=submit]:hover:hover *, html body .bvi-body[data-bvi-theme=blue] * button[type=submit]:hover:hover *, html body .bvi-body[data-bvi-theme=blue] * button[type=button]:hover:hover * {
  color: #9DD1FF !important;
  background-color: #063462 !important;
  text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=brown] {
  background-color: #F7F3D6 !important;
  fill: #4D4B43 !important;
}
html body .bvi-body[data-bvi-theme=brown] * {
  background-color: #F7F3D6 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: #4D4B43 !important;
  color: #4D4B43 !important;
  fill: #4D4B43 !important;
}
html body .bvi-body[data-bvi-theme=brown] * .bvi-background-image {
  background-color: transparent !important;
}
html body .bvi-body[data-bvi-theme=brown] * a {
  text-decoration: underline !important;
  outline: 0 !important;
}
html body .bvi-body[data-bvi-theme=brown] * a.bvi-link {
  color: #4D4B43 !important;
  text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=brown] * a.bvi-link.disabled {
  color: rgba(77, 75, 67, 0.5) !important;
  border: 1px solid rgba(77, 75, 67, 0.5) !important;
  pointer-events: none;
  cursor: no-drop;
  text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=brown] * a.bvi-link.disabled:focus {
  color: rgba(77, 75, 67, 0.5) !important;
  border: 1px solid rgba(77, 75, 67, 0.5) !important;
  text-underline: none !important;
  text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=brown] * a.bvi-link:hover {
  color: #F7F3D6 !important;
  background-color: #4D4B43 !important;
  text-underline: none !important;
  text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=brown] * a.bvi-link:focus {
  color: #4D4B43 !important;
  background-color: #F7F3D6 !important;
  text-underline: none !important;
  text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=brown] * :checked,
html body .bvi-body[data-bvi-theme=brown] * :default,
html body .bvi-body[data-bvi-theme=brown] * :disabled,
html body .bvi-body[data-bvi-theme=brown] * :empty,
html body .bvi-body[data-bvi-theme=brown] * :enabled,
html body .bvi-body[data-bvi-theme=brown] * :first-child,
html body .bvi-body[data-bvi-theme=brown] * :first-of-type,
html body .bvi-body[data-bvi-theme=brown] * :focus,
html body .bvi-body[data-bvi-theme=brown] * :indeterminate,
html body .bvi-body[data-bvi-theme=brown] * :hover,
html body .bvi-body[data-bvi-theme=brown] * :last-child,
html body .bvi-body[data-bvi-theme=brown] * :last-of-type,
html body .bvi-body[data-bvi-theme=brown] * :link,
html body .bvi-body[data-bvi-theme=brown] * :nth-last-child,
html body .bvi-body[data-bvi-theme=brown] * :nth-last-of-type,
html body .bvi-body[data-bvi-theme=brown] * :nth-of-type,
html body .bvi-body[data-bvi-theme=brown] * :only-child,
html body .bvi-body[data-bvi-theme=brown] * :only-of-type,
html body .bvi-body[data-bvi-theme=brown] * :optional,
html body .bvi-body[data-bvi-theme=brown] * :read-write,
html body .bvi-body[data-bvi-theme=brown] * :required,
html body .bvi-body[data-bvi-theme=brown] * :root,
html body .bvi-body[data-bvi-theme=brown] * :target,
html body .bvi-body[data-bvi-theme=brown] * :valid,
html body .bvi-body[data-bvi-theme=brown] * :visited,
html body .bvi-body[data-bvi-theme=brown] * :first-child:first-letter,
html body .bvi-body[data-bvi-theme=brown] * :default {
  background-color: #F7F3D6 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: #4D4B43 !important;
  color: #4D4B43 !important;
  fill: #4D4B43 !important;
}
html body .bvi-body[data-bvi-theme=brown] *:after {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #4D4B43 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}
html body .bvi-body[data-bvi-theme=brown] *:before {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #4D4B43 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}
html body .bvi-body[data-bvi-theme=brown] *::selection {
  background-color: #4D4B43 !important;
  color: #F7F3D6 !important;
}
html body .bvi-body[data-bvi-theme=brown] * a {
  outline: 0 !important;
  color: #4D4B43 !important;
  background-color: transparent !important;
  text-decoration: underline !important;
}
html body .bvi-body[data-bvi-theme=brown] * a.active {
  color: #4D4B43 !important;
  background-color: #F7F3D6 !important;
  text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=brown] * a:hover {
  color: #F7F3D6 !important;
  background-color: #4D4B43 !important;
  text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=brown] * a:hover:after {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #F7F3D6 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}
html body .bvi-body[data-bvi-theme=brown] * a:hover:before {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #F7F3D6 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}
html body .bvi-body[data-bvi-theme=brown] * a:hover * {
  color: #F7F3D6 !important;
  background-color: #4D4B43 !important;
  text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=brown] * a:hover *:after {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #F7F3D6 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}
html body .bvi-body[data-bvi-theme=brown] * a:hover *:before {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #F7F3D6 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}
html body .bvi-body[data-bvi-theme=brown] * button, html body .bvi-body[data-bvi-theme=brown] * input[type=submit], html body .bvi-body[data-bvi-theme=brown] * input[type=button], html body .bvi-body[data-bvi-theme=brown] * button[type=submit], html body .bvi-body[data-bvi-theme=brown] * button[type=button] {
  color: #F7F3D6 !important;
  background-color: #4D4B43 !important;
  text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=brown] * button:hover.active, html body .bvi-body[data-bvi-theme=brown] * input[type=button]:hover.active, html body .bvi-body[data-bvi-theme=brown] * input[type=submit]:hover.active, html body .bvi-body[data-bvi-theme=brown] * button[type=submit]:hover.active, html body .bvi-body[data-bvi-theme=brown] * button[type=button]:hover.active {
  color: #F7F3D6 !important;
  background-color: #4D4B43 !important;
  text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=brown] * button:hover:hover, html body .bvi-body[data-bvi-theme=brown] * input[type=button]:hover:hover, html body .bvi-body[data-bvi-theme=brown] * input[type=submit]:hover:hover, html body .bvi-body[data-bvi-theme=brown] * button[type=submit]:hover:hover, html body .bvi-body[data-bvi-theme=brown] * button[type=button]:hover:hover {
  color: #F7F3D6 !important;
  background-color: #4D4B43 !important;
  text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=brown] * button:hover:hover *, html body .bvi-body[data-bvi-theme=brown] * input[type=button]:hover:hover *, html body .bvi-body[data-bvi-theme=brown] * input[type=submit]:hover:hover *, html body .bvi-body[data-bvi-theme=brown] * button[type=submit]:hover:hover *, html body .bvi-body[data-bvi-theme=brown] * button[type=button]:hover:hover * {
  color: #F7F3D6 !important;
  background-color: #4D4B43 !important;
  text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=green] {
  background-color: #3B2716 !important;
  fill: #A9E44D !important;
}
html body .bvi-body[data-bvi-theme=green] * {
  background-color: #3B2716 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: #A9E44D !important;
  color: #A9E44D !important;
  fill: #A9E44D !important;
}
html body .bvi-body[data-bvi-theme=green] * .bvi-background-image {
  background-color: transparent !important;
}
html body .bvi-body[data-bvi-theme=green] * a {
  text-decoration: underline !important;
  outline: 0 !important;
}
html body .bvi-body[data-bvi-theme=green] * a.bvi-link {
  color: #A9E44D !important;
  text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=green] * a.bvi-link.disabled {
  color: rgba(169, 228, 77, 0.5) !important;
  border: 1px solid rgba(169, 228, 77, 0.5) !important;
  pointer-events: none;
  cursor: no-drop;
  text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=green] * a.bvi-link.disabled:focus {
  color: rgba(169, 228, 77, 0.5) !important;
  border: 1px solid rgba(169, 228, 77, 0.5) !important;
  text-underline: none !important;
  text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=green] * a.bvi-link:hover {
  color: #3B2716 !important;
  background-color: #A9E44D !important;
  text-underline: none !important;
  text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=green] * a.bvi-link:focus {
  color: #A9E44D !important;
  background-color: #3B2716 !important;
  text-underline: none !important;
  text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=green] * :checked,
html body .bvi-body[data-bvi-theme=green] * :default,
html body .bvi-body[data-bvi-theme=green] * :disabled,
html body .bvi-body[data-bvi-theme=green] * :empty,
html body .bvi-body[data-bvi-theme=green] * :enabled,
html body .bvi-body[data-bvi-theme=green] * :first-child,
html body .bvi-body[data-bvi-theme=green] * :first-of-type,
html body .bvi-body[data-bvi-theme=green] * :focus,
html body .bvi-body[data-bvi-theme=green] * :indeterminate,
html body .bvi-body[data-bvi-theme=green] * :hover,
html body .bvi-body[data-bvi-theme=green] * :last-child,
html body .bvi-body[data-bvi-theme=green] * :last-of-type,
html body .bvi-body[data-bvi-theme=green] * :link,
html body .bvi-body[data-bvi-theme=green] * :nth-last-child,
html body .bvi-body[data-bvi-theme=green] * :nth-last-of-type,
html body .bvi-body[data-bvi-theme=green] * :nth-of-type,
html body .bvi-body[data-bvi-theme=green] * :only-child,
html body .bvi-body[data-bvi-theme=green] * :only-of-type,
html body .bvi-body[data-bvi-theme=green] * :optional,
html body .bvi-body[data-bvi-theme=green] * :read-write,
html body .bvi-body[data-bvi-theme=green] * :required,
html body .bvi-body[data-bvi-theme=green] * :root,
html body .bvi-body[data-bvi-theme=green] * :target,
html body .bvi-body[data-bvi-theme=green] * :valid,
html body .bvi-body[data-bvi-theme=green] * :visited,
html body .bvi-body[data-bvi-theme=green] * :first-child:first-letter,
html body .bvi-body[data-bvi-theme=green] * :default {
  background-color: #3B2716 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: #A9E44D !important;
  color: #A9E44D !important;
  fill: #A9E44D !important;
}
html body .bvi-body[data-bvi-theme=green] *:after {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #A9E44D !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}
html body .bvi-body[data-bvi-theme=green] *:before {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #A9E44D !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}
html body .bvi-body[data-bvi-theme=green] *::selection {
  background-color: #A9E44D !important;
  color: #3B2716 !important;
}
html body .bvi-body[data-bvi-theme=green] * a {
  outline: 0 !important;
  color: #A9E44D !important;
  background-color: transparent !important;
  text-decoration: underline !important;
}
html body .bvi-body[data-bvi-theme=green] * a.active {
  color: #A9E44D !important;
  background-color: #3B2716 !important;
  text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=green] * a:hover {
  color: #3B2716 !important;
  background-color: #A9E44D !important;
  text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=green] * a:hover:after {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #3B2716 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}
html body .bvi-body[data-bvi-theme=green] * a:hover:before {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #3B2716 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}
html body .bvi-body[data-bvi-theme=green] * a:hover * {
  color: #3B2716 !important;
  background-color: #A9E44D !important;
  text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=green] * a:hover *:after {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #3B2716 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}
html body .bvi-body[data-bvi-theme=green] * a:hover *:before {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #3B2716 !important;
  box-shadow: none !important;
  text-shadow: none !important;
  border-color: transparent !important;
}
html body .bvi-body[data-bvi-theme=green] * button, html body .bvi-body[data-bvi-theme=green] * input[type=submit], html body .bvi-body[data-bvi-theme=green] * input[type=button], html body .bvi-body[data-bvi-theme=green] * button[type=submit], html body .bvi-body[data-bvi-theme=green] * button[type=button] {
  color: #3B2716 !important;
  background-color: #A9E44D !important;
  text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=green] * button:hover.active, html body .bvi-body[data-bvi-theme=green] * input[type=button]:hover.active, html body .bvi-body[data-bvi-theme=green] * input[type=submit]:hover.active, html body .bvi-body[data-bvi-theme=green] * button[type=submit]:hover.active, html body .bvi-body[data-bvi-theme=green] * button[type=button]:hover.active {
  color: #3B2716 !important;
  background-color: #A9E44D !important;
  text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=green] * button:hover:hover, html body .bvi-body[data-bvi-theme=green] * input[type=button]:hover:hover, html body .bvi-body[data-bvi-theme=green] * input[type=submit]:hover:hover, html body .bvi-body[data-bvi-theme=green] * button[type=submit]:hover:hover, html body .bvi-body[data-bvi-theme=green] * button[type=button]:hover:hover {
  color: #3B2716 !important;
  background-color: #A9E44D !important;
  text-decoration: none !important;
}
html body .bvi-body[data-bvi-theme=green] * button:hover:hover *, html body .bvi-body[data-bvi-theme=green] * input[type=button]:hover:hover *, html body .bvi-body[data-bvi-theme=green] * input[type=submit]:hover:hover *, html body .bvi-body[data-bvi-theme=green] * button[type=submit]:hover:hover *, html body .bvi-body[data-bvi-theme=green] * button[type=button]:hover:hover * {
  color: #3B2716 !important;
  background-color: #A9E44D !important;
  text-decoration: none !important;
}
html body .bvi-body[data-bvi-size="40"] * {
  font-size: 40px !important;
}
html body .bvi-body[data-bvi-size="40"] * h1,
html body .bvi-body[data-bvi-size="40"] * h1 * {
  font-size: 47px !important;
}
html body .bvi-body[data-bvi-size="40"] * h2,
html body .bvi-body[data-bvi-size="40"] * h2 * {
  font-size: 46px !important;
}
html body .bvi-body[data-bvi-size="40"] * h3,
html body .bvi-body[data-bvi-size="40"] * h3 * {
  font-size: 45px !important;
}
html body .bvi-body[data-bvi-size="40"] * h4,
html body .bvi-body[data-bvi-size="40"] * h4 * {
  font-size: 44px !important;
}
html body .bvi-body[data-bvi-size="40"] * h5,
html body .bvi-body[data-bvi-size="40"] * h5 * {
  font-size: 43px !important;
}
html body .bvi-body[data-bvi-size="40"] * h6,
html body .bvi-body[data-bvi-size="40"] * h6 * {
  font-size: 42px !important;
}
html body .bvi-body[data-bvi-size="39"] * {
  font-size: 39px !important;
}
html body .bvi-body[data-bvi-size="39"] * h1,
html body .bvi-body[data-bvi-size="39"] * h1 * {
  font-size: 46px !important;
}
html body .bvi-body[data-bvi-size="39"] * h2,
html body .bvi-body[data-bvi-size="39"] * h2 * {
  font-size: 45px !important;
}
html body .bvi-body[data-bvi-size="39"] * h3,
html body .bvi-body[data-bvi-size="39"] * h3 * {
  font-size: 44px !important;
}
html body .bvi-body[data-bvi-size="39"] * h4,
html body .bvi-body[data-bvi-size="39"] * h4 * {
  font-size: 43px !important;
}
html body .bvi-body[data-bvi-size="39"] * h5,
html body .bvi-body[data-bvi-size="39"] * h5 * {
  font-size: 42px !important;
}
html body .bvi-body[data-bvi-size="39"] * h6,
html body .bvi-body[data-bvi-size="39"] * h6 * {
  font-size: 41px !important;
}
html body .bvi-body[data-bvi-size="38"] * {
  font-size: 38px !important;
}
html body .bvi-body[data-bvi-size="38"] * h1,
html body .bvi-body[data-bvi-size="38"] * h1 * {
  font-size: 45px !important;
}
html body .bvi-body[data-bvi-size="38"] * h2,
html body .bvi-body[data-bvi-size="38"] * h2 * {
  font-size: 44px !important;
}
html body .bvi-body[data-bvi-size="38"] * h3,
html body .bvi-body[data-bvi-size="38"] * h3 * {
  font-size: 43px !important;
}
html body .bvi-body[data-bvi-size="38"] * h4,
html body .bvi-body[data-bvi-size="38"] * h4 * {
  font-size: 42px !important;
}
html body .bvi-body[data-bvi-size="38"] * h5,
html body .bvi-body[data-bvi-size="38"] * h5 * {
  font-size: 41px !important;
}
html body .bvi-body[data-bvi-size="38"] * h6,
html body .bvi-body[data-bvi-size="38"] * h6 * {
  font-size: 40px !important;
}
html body .bvi-body[data-bvi-size="37"] * {
  font-size: 37px !important;
}
html body .bvi-body[data-bvi-size="37"] * h1,
html body .bvi-body[data-bvi-size="37"] * h1 * {
  font-size: 44px !important;
}
html body .bvi-body[data-bvi-size="37"] * h2,
html body .bvi-body[data-bvi-size="37"] * h2 * {
  font-size: 43px !important;
}
html body .bvi-body[data-bvi-size="37"] * h3,
html body .bvi-body[data-bvi-size="37"] * h3 * {
  font-size: 42px !important;
}
html body .bvi-body[data-bvi-size="37"] * h4,
html body .bvi-body[data-bvi-size="37"] * h4 * {
  font-size: 41px !important;
}
html body .bvi-body[data-bvi-size="37"] * h5,
html body .bvi-body[data-bvi-size="37"] * h5 * {
  font-size: 40px !important;
}
html body .bvi-body[data-bvi-size="37"] * h6,
html body .bvi-body[data-bvi-size="37"] * h6 * {
  font-size: 39px !important;
}
html body .bvi-body[data-bvi-size="36"] * {
  font-size: 36px !important;
}
html body .bvi-body[data-bvi-size="36"] * h1,
html body .bvi-body[data-bvi-size="36"] * h1 * {
  font-size: 43px !important;
}
html body .bvi-body[data-bvi-size="36"] * h2,
html body .bvi-body[data-bvi-size="36"] * h2 * {
  font-size: 42px !important;
}
html body .bvi-body[data-bvi-size="36"] * h3,
html body .bvi-body[data-bvi-size="36"] * h3 * {
  font-size: 41px !important;
}
html body .bvi-body[data-bvi-size="36"] * h4,
html body .bvi-body[data-bvi-size="36"] * h4 * {
  font-size: 40px !important;
}
html body .bvi-body[data-bvi-size="36"] * h5,
html body .bvi-body[data-bvi-size="36"] * h5 * {
  font-size: 39px !important;
}
html body .bvi-body[data-bvi-size="36"] * h6,
html body .bvi-body[data-bvi-size="36"] * h6 * {
  font-size: 38px !important;
}
html body .bvi-body[data-bvi-size="35"] * {
  font-size: 35px !important;
}
html body .bvi-body[data-bvi-size="35"] * h1,
html body .bvi-body[data-bvi-size="35"] * h1 * {
  font-size: 42px !important;
}
html body .bvi-body[data-bvi-size="35"] * h2,
html body .bvi-body[data-bvi-size="35"] * h2 * {
  font-size: 41px !important;
}
html body .bvi-body[data-bvi-size="35"] * h3,
html body .bvi-body[data-bvi-size="35"] * h3 * {
  font-size: 40px !important;
}
html body .bvi-body[data-bvi-size="35"] * h4,
html body .bvi-body[data-bvi-size="35"] * h4 * {
  font-size: 39px !important;
}
html body .bvi-body[data-bvi-size="35"] * h5,
html body .bvi-body[data-bvi-size="35"] * h5 * {
  font-size: 38px !important;
}
html body .bvi-body[data-bvi-size="35"] * h6,
html body .bvi-body[data-bvi-size="35"] * h6 * {
  font-size: 37px !important;
}
html body .bvi-body[data-bvi-size="34"] * {
  font-size: 34px !important;
}
html body .bvi-body[data-bvi-size="34"] * h1,
html body .bvi-body[data-bvi-size="34"] * h1 * {
  font-size: 41px !important;
}
html body .bvi-body[data-bvi-size="34"] * h2,
html body .bvi-body[data-bvi-size="34"] * h2 * {
  font-size: 40px !important;
}
html body .bvi-body[data-bvi-size="34"] * h3,
html body .bvi-body[data-bvi-size="34"] * h3 * {
  font-size: 39px !important;
}
html body .bvi-body[data-bvi-size="34"] * h4,
html body .bvi-body[data-bvi-size="34"] * h4 * {
  font-size: 38px !important;
}
html body .bvi-body[data-bvi-size="34"] * h5,
html body .bvi-body[data-bvi-size="34"] * h5 * {
  font-size: 37px !important;
}
html body .bvi-body[data-bvi-size="34"] * h6,
html body .bvi-body[data-bvi-size="34"] * h6 * {
  font-size: 36px !important;
}
html body .bvi-body[data-bvi-size="33"] * {
  font-size: 33px !important;
}
html body .bvi-body[data-bvi-size="33"] * h1,
html body .bvi-body[data-bvi-size="33"] * h1 * {
  font-size: 40px !important;
}
html body .bvi-body[data-bvi-size="33"] * h2,
html body .bvi-body[data-bvi-size="33"] * h2 * {
  font-size: 39px !important;
}
html body .bvi-body[data-bvi-size="33"] * h3,
html body .bvi-body[data-bvi-size="33"] * h3 * {
  font-size: 38px !important;
}
html body .bvi-body[data-bvi-size="33"] * h4,
html body .bvi-body[data-bvi-size="33"] * h4 * {
  font-size: 37px !important;
}
html body .bvi-body[data-bvi-size="33"] * h5,
html body .bvi-body[data-bvi-size="33"] * h5 * {
  font-size: 36px !important;
}
html body .bvi-body[data-bvi-size="33"] * h6,
html body .bvi-body[data-bvi-size="33"] * h6 * {
  font-size: 35px !important;
}
html body .bvi-body[data-bvi-size="32"] * {
  font-size: 32px !important;
}
html body .bvi-body[data-bvi-size="32"] * h1,
html body .bvi-body[data-bvi-size="32"] * h1 * {
  font-size: 39px !important;
}
html body .bvi-body[data-bvi-size="32"] * h2,
html body .bvi-body[data-bvi-size="32"] * h2 * {
  font-size: 38px !important;
}
html body .bvi-body[data-bvi-size="32"] * h3,
html body .bvi-body[data-bvi-size="32"] * h3 * {
  font-size: 37px !important;
}
html body .bvi-body[data-bvi-size="32"] * h4,
html body .bvi-body[data-bvi-size="32"] * h4 * {
  font-size: 36px !important;
}
html body .bvi-body[data-bvi-size="32"] * h5,
html body .bvi-body[data-bvi-size="32"] * h5 * {
  font-size: 35px !important;
}
html body .bvi-body[data-bvi-size="32"] * h6,
html body .bvi-body[data-bvi-size="32"] * h6 * {
  font-size: 34px !important;
}
html body .bvi-body[data-bvi-size="31"] * {
  font-size: 31px !important;
}
html body .bvi-body[data-bvi-size="31"] * h1,
html body .bvi-body[data-bvi-size="31"] * h1 * {
  font-size: 38px !important;
}
html body .bvi-body[data-bvi-size="31"] * h2,
html body .bvi-body[data-bvi-size="31"] * h2 * {
  font-size: 37px !important;
}
html body .bvi-body[data-bvi-size="31"] * h3,
html body .bvi-body[data-bvi-size="31"] * h3 * {
  font-size: 36px !important;
}
html body .bvi-body[data-bvi-size="31"] * h4,
html body .bvi-body[data-bvi-size="31"] * h4 * {
  font-size: 35px !important;
}
html body .bvi-body[data-bvi-size="31"] * h5,
html body .bvi-body[data-bvi-size="31"] * h5 * {
  font-size: 34px !important;
}
html body .bvi-body[data-bvi-size="31"] * h6,
html body .bvi-body[data-bvi-size="31"] * h6 * {
  font-size: 33px !important;
}
html body .bvi-body[data-bvi-size="30"] * {
  font-size: 30px !important;
}
html body .bvi-body[data-bvi-size="30"] * h1,
html body .bvi-body[data-bvi-size="30"] * h1 * {
  font-size: 37px !important;
}
html body .bvi-body[data-bvi-size="30"] * h2,
html body .bvi-body[data-bvi-size="30"] * h2 * {
  font-size: 36px !important;
}
html body .bvi-body[data-bvi-size="30"] * h3,
html body .bvi-body[data-bvi-size="30"] * h3 * {
  font-size: 35px !important;
}
html body .bvi-body[data-bvi-size="30"] * h4,
html body .bvi-body[data-bvi-size="30"] * h4 * {
  font-size: 34px !important;
}
html body .bvi-body[data-bvi-size="30"] * h5,
html body .bvi-body[data-bvi-size="30"] * h5 * {
  font-size: 33px !important;
}
html body .bvi-body[data-bvi-size="30"] * h6,
html body .bvi-body[data-bvi-size="30"] * h6 * {
  font-size: 32px !important;
}
html body .bvi-body[data-bvi-size="29"] * {
  font-size: 29px !important;
}
html body .bvi-body[data-bvi-size="29"] * h1,
html body .bvi-body[data-bvi-size="29"] * h1 * {
  font-size: 36px !important;
}
html body .bvi-body[data-bvi-size="29"] * h2,
html body .bvi-body[data-bvi-size="29"] * h2 * {
  font-size: 35px !important;
}
html body .bvi-body[data-bvi-size="29"] * h3,
html body .bvi-body[data-bvi-size="29"] * h3 * {
  font-size: 34px !important;
}
html body .bvi-body[data-bvi-size="29"] * h4,
html body .bvi-body[data-bvi-size="29"] * h4 * {
  font-size: 33px !important;
}
html body .bvi-body[data-bvi-size="29"] * h5,
html body .bvi-body[data-bvi-size="29"] * h5 * {
  font-size: 32px !important;
}
html body .bvi-body[data-bvi-size="29"] * h6,
html body .bvi-body[data-bvi-size="29"] * h6 * {
  font-size: 31px !important;
}
html body .bvi-body[data-bvi-size="28"] * {
  font-size: 28px !important;
}
html body .bvi-body[data-bvi-size="28"] * h1,
html body .bvi-body[data-bvi-size="28"] * h1 * {
  font-size: 35px !important;
}
html body .bvi-body[data-bvi-size="28"] * h2,
html body .bvi-body[data-bvi-size="28"] * h2 * {
  font-size: 34px !important;
}
html body .bvi-body[data-bvi-size="28"] * h3,
html body .bvi-body[data-bvi-size="28"] * h3 * {
  font-size: 33px !important;
}
html body .bvi-body[data-bvi-size="28"] * h4,
html body .bvi-body[data-bvi-size="28"] * h4 * {
  font-size: 32px !important;
}
html body .bvi-body[data-bvi-size="28"] * h5,
html body .bvi-body[data-bvi-size="28"] * h5 * {
  font-size: 31px !important;
}
html body .bvi-body[data-bvi-size="28"] * h6,
html body .bvi-body[data-bvi-size="28"] * h6 * {
  font-size: 30px !important;
}
html body .bvi-body[data-bvi-size="27"] * {
  font-size: 27px !important;
}
html body .bvi-body[data-bvi-size="27"] * h1,
html body .bvi-body[data-bvi-size="27"] * h1 * {
  font-size: 34px !important;
}
html body .bvi-body[data-bvi-size="27"] * h2,
html body .bvi-body[data-bvi-size="27"] * h2 * {
  font-size: 33px !important;
}
html body .bvi-body[data-bvi-size="27"] * h3,
html body .bvi-body[data-bvi-size="27"] * h3 * {
  font-size: 32px !important;
}
html body .bvi-body[data-bvi-size="27"] * h4,
html body .bvi-body[data-bvi-size="27"] * h4 * {
  font-size: 31px !important;
}
html body .bvi-body[data-bvi-size="27"] * h5,
html body .bvi-body[data-bvi-size="27"] * h5 * {
  font-size: 30px !important;
}
html body .bvi-body[data-bvi-size="27"] * h6,
html body .bvi-body[data-bvi-size="27"] * h6 * {
  font-size: 29px !important;
}
html body .bvi-body[data-bvi-size="26"] * {
  font-size: 26px !important;
}
html body .bvi-body[data-bvi-size="26"] * h1,
html body .bvi-body[data-bvi-size="26"] * h1 * {
  font-size: 33px !important;
}
html body .bvi-body[data-bvi-size="26"] * h2,
html body .bvi-body[data-bvi-size="26"] * h2 * {
  font-size: 32px !important;
}
html body .bvi-body[data-bvi-size="26"] * h3,
html body .bvi-body[data-bvi-size="26"] * h3 * {
  font-size: 31px !important;
}
html body .bvi-body[data-bvi-size="26"] * h4,
html body .bvi-body[data-bvi-size="26"] * h4 * {
  font-size: 30px !important;
}
html body .bvi-body[data-bvi-size="26"] * h5,
html body .bvi-body[data-bvi-size="26"] * h5 * {
  font-size: 29px !important;
}
html body .bvi-body[data-bvi-size="26"] * h6,
html body .bvi-body[data-bvi-size="26"] * h6 * {
  font-size: 28px !important;
}
html body .bvi-body[data-bvi-size="25"] * {
  font-size: 25px !important;
}
html body .bvi-body[data-bvi-size="25"] * h1,
html body .bvi-body[data-bvi-size="25"] * h1 * {
  font-size: 32px !important;
}
html body .bvi-body[data-bvi-size="25"] * h2,
html body .bvi-body[data-bvi-size="25"] * h2 * {
  font-size: 31px !important;
}
html body .bvi-body[data-bvi-size="25"] * h3,
html body .bvi-body[data-bvi-size="25"] * h3 * {
  font-size: 30px !important;
}
html body .bvi-body[data-bvi-size="25"] * h4,
html body .bvi-body[data-bvi-size="25"] * h4 * {
  font-size: 29px !important;
}
html body .bvi-body[data-bvi-size="25"] * h5,
html body .bvi-body[data-bvi-size="25"] * h5 * {
  font-size: 28px !important;
}
html body .bvi-body[data-bvi-size="25"] * h6,
html body .bvi-body[data-bvi-size="25"] * h6 * {
  font-size: 27px !important;
}
html body .bvi-body[data-bvi-size="24"] * {
  font-size: 24px !important;
}
html body .bvi-body[data-bvi-size="24"] * h1,
html body .bvi-body[data-bvi-size="24"] * h1 * {
  font-size: 31px !important;
}
html body .bvi-body[data-bvi-size="24"] * h2,
html body .bvi-body[data-bvi-size="24"] * h2 * {
  font-size: 30px !important;
}
html body .bvi-body[data-bvi-size="24"] * h3,
html body .bvi-body[data-bvi-size="24"] * h3 * {
  font-size: 29px !important;
}
html body .bvi-body[data-bvi-size="24"] * h4,
html body .bvi-body[data-bvi-size="24"] * h4 * {
  font-size: 28px !important;
}
html body .bvi-body[data-bvi-size="24"] * h5,
html body .bvi-body[data-bvi-size="24"] * h5 * {
  font-size: 27px !important;
}
html body .bvi-body[data-bvi-size="24"] * h6,
html body .bvi-body[data-bvi-size="24"] * h6 * {
  font-size: 26px !important;
}
html body .bvi-body[data-bvi-size="23"] * {
  font-size: 23px !important;
}
html body .bvi-body[data-bvi-size="23"] * h1,
html body .bvi-body[data-bvi-size="23"] * h1 * {
  font-size: 30px !important;
}
html body .bvi-body[data-bvi-size="23"] * h2,
html body .bvi-body[data-bvi-size="23"] * h2 * {
  font-size: 29px !important;
}
html body .bvi-body[data-bvi-size="23"] * h3,
html body .bvi-body[data-bvi-size="23"] * h3 * {
  font-size: 28px !important;
}
html body .bvi-body[data-bvi-size="23"] * h4,
html body .bvi-body[data-bvi-size="23"] * h4 * {
  font-size: 27px !important;
}
html body .bvi-body[data-bvi-size="23"] * h5,
html body .bvi-body[data-bvi-size="23"] * h5 * {
  font-size: 26px !important;
}
html body .bvi-body[data-bvi-size="23"] * h6,
html body .bvi-body[data-bvi-size="23"] * h6 * {
  font-size: 25px !important;
}
html body .bvi-body[data-bvi-size="22"] * {
  font-size: 22px !important;
}
html body .bvi-body[data-bvi-size="22"] * h1,
html body .bvi-body[data-bvi-size="22"] * h1 * {
  font-size: 29px !important;
}
html body .bvi-body[data-bvi-size="22"] * h2,
html body .bvi-body[data-bvi-size="22"] * h2 * {
  font-size: 28px !important;
}
html body .bvi-body[data-bvi-size="22"] * h3,
html body .bvi-body[data-bvi-size="22"] * h3 * {
  font-size: 27px !important;
}
html body .bvi-body[data-bvi-size="22"] * h4,
html body .bvi-body[data-bvi-size="22"] * h4 * {
  font-size: 26px !important;
}
html body .bvi-body[data-bvi-size="22"] * h5,
html body .bvi-body[data-bvi-size="22"] * h5 * {
  font-size: 25px !important;
}
html body .bvi-body[data-bvi-size="22"] * h6,
html body .bvi-body[data-bvi-size="22"] * h6 * {
  font-size: 24px !important;
}
html body .bvi-body[data-bvi-size="21"] * {
  font-size: 21px !important;
}
html body .bvi-body[data-bvi-size="21"] * h1,
html body .bvi-body[data-bvi-size="21"] * h1 * {
  font-size: 28px !important;
}
html body .bvi-body[data-bvi-size="21"] * h2,
html body .bvi-body[data-bvi-size="21"] * h2 * {
  font-size: 27px !important;
}
html body .bvi-body[data-bvi-size="21"] * h3,
html body .bvi-body[data-bvi-size="21"] * h3 * {
  font-size: 26px !important;
}
html body .bvi-body[data-bvi-size="21"] * h4,
html body .bvi-body[data-bvi-size="21"] * h4 * {
  font-size: 25px !important;
}
html body .bvi-body[data-bvi-size="21"] * h5,
html body .bvi-body[data-bvi-size="21"] * h5 * {
  font-size: 24px !important;
}
html body .bvi-body[data-bvi-size="21"] * h6,
html body .bvi-body[data-bvi-size="21"] * h6 * {
  font-size: 23px !important;
}
html body .bvi-body[data-bvi-size="20"] * {
  font-size: 20px !important;
}
html body .bvi-body[data-bvi-size="20"] * h1,
html body .bvi-body[data-bvi-size="20"] * h1 * {
  font-size: 27px !important;
}
html body .bvi-body[data-bvi-size="20"] * h2,
html body .bvi-body[data-bvi-size="20"] * h2 * {
  font-size: 26px !important;
}
html body .bvi-body[data-bvi-size="20"] * h3,
html body .bvi-body[data-bvi-size="20"] * h3 * {
  font-size: 25px !important;
}
html body .bvi-body[data-bvi-size="20"] * h4,
html body .bvi-body[data-bvi-size="20"] * h4 * {
  font-size: 24px !important;
}
html body .bvi-body[data-bvi-size="20"] * h5,
html body .bvi-body[data-bvi-size="20"] * h5 * {
  font-size: 23px !important;
}
html body .bvi-body[data-bvi-size="20"] * h6,
html body .bvi-body[data-bvi-size="20"] * h6 * {
  font-size: 22px !important;
}
html body .bvi-body[data-bvi-size="19"] * {
  font-size: 19px !important;
}
html body .bvi-body[data-bvi-size="19"] * h1,
html body .bvi-body[data-bvi-size="19"] * h1 * {
  font-size: 26px !important;
}
html body .bvi-body[data-bvi-size="19"] * h2,
html body .bvi-body[data-bvi-size="19"] * h2 * {
  font-size: 25px !important;
}
html body .bvi-body[data-bvi-size="19"] * h3,
html body .bvi-body[data-bvi-size="19"] * h3 * {
  font-size: 24px !important;
}
html body .bvi-body[data-bvi-size="19"] * h4,
html body .bvi-body[data-bvi-size="19"] * h4 * {
  font-size: 23px !important;
}
html body .bvi-body[data-bvi-size="19"] * h5,
html body .bvi-body[data-bvi-size="19"] * h5 * {
  font-size: 22px !important;
}
html body .bvi-body[data-bvi-size="19"] * h6,
html body .bvi-body[data-bvi-size="19"] * h6 * {
  font-size: 21px !important;
}
html body .bvi-body[data-bvi-size="18"] * {
  font-size: 18px !important;
}
html body .bvi-body[data-bvi-size="18"] * h1,
html body .bvi-body[data-bvi-size="18"] * h1 * {
  font-size: 25px !important;
}
html body .bvi-body[data-bvi-size="18"] * h2,
html body .bvi-body[data-bvi-size="18"] * h2 * {
  font-size: 24px !important;
}
html body .bvi-body[data-bvi-size="18"] * h3,
html body .bvi-body[data-bvi-size="18"] * h3 * {
  font-size: 23px !important;
}
html body .bvi-body[data-bvi-size="18"] * h4,
html body .bvi-body[data-bvi-size="18"] * h4 * {
  font-size: 22px !important;
}
html body .bvi-body[data-bvi-size="18"] * h5,
html body .bvi-body[data-bvi-size="18"] * h5 * {
  font-size: 21px !important;
}
html body .bvi-body[data-bvi-size="18"] * h6,
html body .bvi-body[data-bvi-size="18"] * h6 * {
  font-size: 20px !important;
}
html body .bvi-body[data-bvi-size="17"] * {
  font-size: 17px !important;
}
html body .bvi-body[data-bvi-size="17"] * h1,
html body .bvi-body[data-bvi-size="17"] * h1 * {
  font-size: 24px !important;
}
html body .bvi-body[data-bvi-size="17"] * h2,
html body .bvi-body[data-bvi-size="17"] * h2 * {
  font-size: 23px !important;
}
html body .bvi-body[data-bvi-size="17"] * h3,
html body .bvi-body[data-bvi-size="17"] * h3 * {
  font-size: 22px !important;
}
html body .bvi-body[data-bvi-size="17"] * h4,
html body .bvi-body[data-bvi-size="17"] * h4 * {
  font-size: 21px !important;
}
html body .bvi-body[data-bvi-size="17"] * h5,
html body .bvi-body[data-bvi-size="17"] * h5 * {
  font-size: 20px !important;
}
html body .bvi-body[data-bvi-size="17"] * h6,
html body .bvi-body[data-bvi-size="17"] * h6 * {
  font-size: 19px !important;
}
html body .bvi-body[data-bvi-size="16"] * {
  font-size: 16px !important;
}
html body .bvi-body[data-bvi-size="16"] * h1,
html body .bvi-body[data-bvi-size="16"] * h1 * {
  font-size: 23px !important;
}
html body .bvi-body[data-bvi-size="16"] * h2,
html body .bvi-body[data-bvi-size="16"] * h2 * {
  font-size: 22px !important;
}
html body .bvi-body[data-bvi-size="16"] * h3,
html body .bvi-body[data-bvi-size="16"] * h3 * {
  font-size: 21px !important;
}
html body .bvi-body[data-bvi-size="16"] * h4,
html body .bvi-body[data-bvi-size="16"] * h4 * {
  font-size: 20px !important;
}
html body .bvi-body[data-bvi-size="16"] * h5,
html body .bvi-body[data-bvi-size="16"] * h5 * {
  font-size: 19px !important;
}
html body .bvi-body[data-bvi-size="16"] * h6,
html body .bvi-body[data-bvi-size="16"] * h6 * {
  font-size: 18px !important;
}
html body .bvi-body[data-bvi-size="15"] * {
  font-size: 15px !important;
}
html body .bvi-body[data-bvi-size="15"] * h1,
html body .bvi-body[data-bvi-size="15"] * h1 * {
  font-size: 22px !important;
}
html body .bvi-body[data-bvi-size="15"] * h2,
html body .bvi-body[data-bvi-size="15"] * h2 * {
  font-size: 21px !important;
}
html body .bvi-body[data-bvi-size="15"] * h3,
html body .bvi-body[data-bvi-size="15"] * h3 * {
  font-size: 20px !important;
}
html body .bvi-body[data-bvi-size="15"] * h4,
html body .bvi-body[data-bvi-size="15"] * h4 * {
  font-size: 19px !important;
}
html body .bvi-body[data-bvi-size="15"] * h5,
html body .bvi-body[data-bvi-size="15"] * h5 * {
  font-size: 18px !important;
}
html body .bvi-body[data-bvi-size="15"] * h6,
html body .bvi-body[data-bvi-size="15"] * h6 * {
  font-size: 17px !important;
}
html body .bvi-body[data-bvi-size="14"] * {
  font-size: 14px !important;
}
html body .bvi-body[data-bvi-size="14"] * h1,
html body .bvi-body[data-bvi-size="14"] * h1 * {
  font-size: 21px !important;
}
html body .bvi-body[data-bvi-size="14"] * h2,
html body .bvi-body[data-bvi-size="14"] * h2 * {
  font-size: 20px !important;
}
html body .bvi-body[data-bvi-size="14"] * h3,
html body .bvi-body[data-bvi-size="14"] * h3 * {
  font-size: 19px !important;
}
html body .bvi-body[data-bvi-size="14"] * h4,
html body .bvi-body[data-bvi-size="14"] * h4 * {
  font-size: 18px !important;
}
html body .bvi-body[data-bvi-size="14"] * h5,
html body .bvi-body[data-bvi-size="14"] * h5 * {
  font-size: 17px !important;
}
html body .bvi-body[data-bvi-size="14"] * h6,
html body .bvi-body[data-bvi-size="14"] * h6 * {
  font-size: 16px !important;
}
html body .bvi-body[data-bvi-size="13"] * {
  font-size: 13px !important;
}
html body .bvi-body[data-bvi-size="13"] * h1,
html body .bvi-body[data-bvi-size="13"] * h1 * {
  font-size: 20px !important;
}
html body .bvi-body[data-bvi-size="13"] * h2,
html body .bvi-body[data-bvi-size="13"] * h2 * {
  font-size: 19px !important;
}
html body .bvi-body[data-bvi-size="13"] * h3,
html body .bvi-body[data-bvi-size="13"] * h3 * {
  font-size: 18px !important;
}
html body .bvi-body[data-bvi-size="13"] * h4,
html body .bvi-body[data-bvi-size="13"] * h4 * {
  font-size: 17px !important;
}
html body .bvi-body[data-bvi-size="13"] * h5,
html body .bvi-body[data-bvi-size="13"] * h5 * {
  font-size: 16px !important;
}
html body .bvi-body[data-bvi-size="13"] * h6,
html body .bvi-body[data-bvi-size="13"] * h6 * {
  font-size: 15px !important;
}
html body .bvi-body[data-bvi-size="12"] * {
  font-size: 12px !important;
}
html body .bvi-body[data-bvi-size="12"] * h1,
html body .bvi-body[data-bvi-size="12"] * h1 * {
  font-size: 19px !important;
}
html body .bvi-body[data-bvi-size="12"] * h2,
html body .bvi-body[data-bvi-size="12"] * h2 * {
  font-size: 18px !important;
}
html body .bvi-body[data-bvi-size="12"] * h3,
html body .bvi-body[data-bvi-size="12"] * h3 * {
  font-size: 17px !important;
}
html body .bvi-body[data-bvi-size="12"] * h4,
html body .bvi-body[data-bvi-size="12"] * h4 * {
  font-size: 16px !important;
}
html body .bvi-body[data-bvi-size="12"] * h5,
html body .bvi-body[data-bvi-size="12"] * h5 * {
  font-size: 15px !important;
}
html body .bvi-body[data-bvi-size="12"] * h6,
html body .bvi-body[data-bvi-size="12"] * h6 * {
  font-size: 14px !important;
}
html body .bvi-body[data-bvi-size="11"] * {
  font-size: 11px !important;
}
html body .bvi-body[data-bvi-size="11"] * h1,
html body .bvi-body[data-bvi-size="11"] * h1 * {
  font-size: 18px !important;
}
html body .bvi-body[data-bvi-size="11"] * h2,
html body .bvi-body[data-bvi-size="11"] * h2 * {
  font-size: 17px !important;
}
html body .bvi-body[data-bvi-size="11"] * h3,
html body .bvi-body[data-bvi-size="11"] * h3 * {
  font-size: 16px !important;
}
html body .bvi-body[data-bvi-size="11"] * h4,
html body .bvi-body[data-bvi-size="11"] * h4 * {
  font-size: 15px !important;
}
html body .bvi-body[data-bvi-size="11"] * h5,
html body .bvi-body[data-bvi-size="11"] * h5 * {
  font-size: 14px !important;
}
html body .bvi-body[data-bvi-size="11"] * h6,
html body .bvi-body[data-bvi-size="11"] * h6 * {
  font-size: 13px !important;
}
html body .bvi-body[data-bvi-size="10"] * {
  font-size: 10px !important;
}
html body .bvi-body[data-bvi-size="10"] * h1,
html body .bvi-body[data-bvi-size="10"] * h1 * {
  font-size: 17px !important;
}
html body .bvi-body[data-bvi-size="10"] * h2,
html body .bvi-body[data-bvi-size="10"] * h2 * {
  font-size: 16px !important;
}
html body .bvi-body[data-bvi-size="10"] * h3,
html body .bvi-body[data-bvi-size="10"] * h3 * {
  font-size: 15px !important;
}
html body .bvi-body[data-bvi-size="10"] * h4,
html body .bvi-body[data-bvi-size="10"] * h4 * {
  font-size: 14px !important;
}
html body .bvi-body[data-bvi-size="10"] * h5,
html body .bvi-body[data-bvi-size="10"] * h5 * {
  font-size: 13px !important;
}
html body .bvi-body[data-bvi-size="10"] * h6,
html body .bvi-body[data-bvi-size="10"] * h6 * {
  font-size: 12px !important;
}
html body .bvi-body[data-bvi-size="9"] * {
  font-size: 9px !important;
}
html body .bvi-body[data-bvi-size="9"] * h1,
html body .bvi-body[data-bvi-size="9"] * h1 * {
  font-size: 16px !important;
}
html body .bvi-body[data-bvi-size="9"] * h2,
html body .bvi-body[data-bvi-size="9"] * h2 * {
  font-size: 15px !important;
}
html body .bvi-body[data-bvi-size="9"] * h3,
html body .bvi-body[data-bvi-size="9"] * h3 * {
  font-size: 14px !important;
}
html body .bvi-body[data-bvi-size="9"] * h4,
html body .bvi-body[data-bvi-size="9"] * h4 * {
  font-size: 13px !important;
}
html body .bvi-body[data-bvi-size="9"] * h5,
html body .bvi-body[data-bvi-size="9"] * h5 * {
  font-size: 12px !important;
}
html body .bvi-body[data-bvi-size="9"] * h6,
html body .bvi-body[data-bvi-size="9"] * h6 * {
  font-size: 11px !important;
}
html body .bvi-body[data-bvi-size="8"] * {
  font-size: 8px !important;
}
html body .bvi-body[data-bvi-size="8"] * h1,
html body .bvi-body[data-bvi-size="8"] * h1 * {
  font-size: 15px !important;
}
html body .bvi-body[data-bvi-size="8"] * h2,
html body .bvi-body[data-bvi-size="8"] * h2 * {
  font-size: 14px !important;
}
html body .bvi-body[data-bvi-size="8"] * h3,
html body .bvi-body[data-bvi-size="8"] * h3 * {
  font-size: 13px !important;
}
html body .bvi-body[data-bvi-size="8"] * h4,
html body .bvi-body[data-bvi-size="8"] * h4 * {
  font-size: 12px !important;
}
html body .bvi-body[data-bvi-size="8"] * h5,
html body .bvi-body[data-bvi-size="8"] * h5 * {
  font-size: 11px !important;
}
html body .bvi-body[data-bvi-size="8"] * h6,
html body .bvi-body[data-bvi-size="8"] * h6 * {
  font-size: 10px !important;
}
html body .bvi-body[data-bvi-size="7"] * {
  font-size: 7px !important;
}
html body .bvi-body[data-bvi-size="7"] * h1,
html body .bvi-body[data-bvi-size="7"] * h1 * {
  font-size: 14px !important;
}
html body .bvi-body[data-bvi-size="7"] * h2,
html body .bvi-body[data-bvi-size="7"] * h2 * {
  font-size: 13px !important;
}
html body .bvi-body[data-bvi-size="7"] * h3,
html body .bvi-body[data-bvi-size="7"] * h3 * {
  font-size: 12px !important;
}
html body .bvi-body[data-bvi-size="7"] * h4,
html body .bvi-body[data-bvi-size="7"] * h4 * {
  font-size: 11px !important;
}
html body .bvi-body[data-bvi-size="7"] * h5,
html body .bvi-body[data-bvi-size="7"] * h5 * {
  font-size: 10px !important;
}
html body .bvi-body[data-bvi-size="7"] * h6,
html body .bvi-body[data-bvi-size="7"] * h6 * {
  font-size: 9px !important;
}
html body .bvi-body[data-bvi-size="6"] * {
  font-size: 6px !important;
}
html body .bvi-body[data-bvi-size="6"] * h1,
html body .bvi-body[data-bvi-size="6"] * h1 * {
  font-size: 13px !important;
}
html body .bvi-body[data-bvi-size="6"] * h2,
html body .bvi-body[data-bvi-size="6"] * h2 * {
  font-size: 12px !important;
}
html body .bvi-body[data-bvi-size="6"] * h3,
html body .bvi-body[data-bvi-size="6"] * h3 * {
  font-size: 11px !important;
}
html body .bvi-body[data-bvi-size="6"] * h4,
html body .bvi-body[data-bvi-size="6"] * h4 * {
  font-size: 10px !important;
}
html body .bvi-body[data-bvi-size="6"] * h5,
html body .bvi-body[data-bvi-size="6"] * h5 * {
  font-size: 9px !important;
}
html body .bvi-body[data-bvi-size="6"] * h6,
html body .bvi-body[data-bvi-size="6"] * h6 * {
  font-size: 8px !important;
}
html body .bvi-body[data-bvi-size="5"] * {
  font-size: 5px !important;
}
html body .bvi-body[data-bvi-size="5"] * h1,
html body .bvi-body[data-bvi-size="5"] * h1 * {
  font-size: 12px !important;
}
html body .bvi-body[data-bvi-size="5"] * h2,
html body .bvi-body[data-bvi-size="5"] * h2 * {
  font-size: 11px !important;
}
html body .bvi-body[data-bvi-size="5"] * h3,
html body .bvi-body[data-bvi-size="5"] * h3 * {
  font-size: 10px !important;
}
html body .bvi-body[data-bvi-size="5"] * h4,
html body .bvi-body[data-bvi-size="5"] * h4 * {
  font-size: 9px !important;
}
html body .bvi-body[data-bvi-size="5"] * h5,
html body .bvi-body[data-bvi-size="5"] * h5 * {
  font-size: 8px !important;
}
html body .bvi-body[data-bvi-size="5"] * h6,
html body .bvi-body[data-bvi-size="5"] * h6 * {
  font-size: 7px !important;
}
html body .bvi-body[data-bvi-size="4"] * {
  font-size: 4px !important;
}
html body .bvi-body[data-bvi-size="4"] * h1,
html body .bvi-body[data-bvi-size="4"] * h1 * {
  font-size: 11px !important;
}
html body .bvi-body[data-bvi-size="4"] * h2,
html body .bvi-body[data-bvi-size="4"] * h2 * {
  font-size: 10px !important;
}
html body .bvi-body[data-bvi-size="4"] * h3,
html body .bvi-body[data-bvi-size="4"] * h3 * {
  font-size: 9px !important;
}
html body .bvi-body[data-bvi-size="4"] * h4,
html body .bvi-body[data-bvi-size="4"] * h4 * {
  font-size: 8px !important;
}
html body .bvi-body[data-bvi-size="4"] * h5,
html body .bvi-body[data-bvi-size="4"] * h5 * {
  font-size: 7px !important;
}
html body .bvi-body[data-bvi-size="4"] * h6,
html body .bvi-body[data-bvi-size="4"] * h6 * {
  font-size: 6px !important;
}
html body .bvi-body[data-bvi-size="3"] * {
  font-size: 3px !important;
}
html body .bvi-body[data-bvi-size="3"] * h1,
html body .bvi-body[data-bvi-size="3"] * h1 * {
  font-size: 10px !important;
}
html body .bvi-body[data-bvi-size="3"] * h2,
html body .bvi-body[data-bvi-size="3"] * h2 * {
  font-size: 9px !important;
}
html body .bvi-body[data-bvi-size="3"] * h3,
html body .bvi-body[data-bvi-size="3"] * h3 * {
  font-size: 8px !important;
}
html body .bvi-body[data-bvi-size="3"] * h4,
html body .bvi-body[data-bvi-size="3"] * h4 * {
  font-size: 7px !important;
}
html body .bvi-body[data-bvi-size="3"] * h5,
html body .bvi-body[data-bvi-size="3"] * h5 * {
  font-size: 6px !important;
}
html body .bvi-body[data-bvi-size="3"] * h6,
html body .bvi-body[data-bvi-size="3"] * h6 * {
  font-size: 5px !important;
}
html body .bvi-body[data-bvi-size="2"] * {
  font-size: 2px !important;
}
html body .bvi-body[data-bvi-size="2"] * h1,
html body .bvi-body[data-bvi-size="2"] * h1 * {
  font-size: 9px !important;
}
html body .bvi-body[data-bvi-size="2"] * h2,
html body .bvi-body[data-bvi-size="2"] * h2 * {
  font-size: 8px !important;
}
html body .bvi-body[data-bvi-size="2"] * h3,
html body .bvi-body[data-bvi-size="2"] * h3 * {
  font-size: 7px !important;
}
html body .bvi-body[data-bvi-size="2"] * h4,
html body .bvi-body[data-bvi-size="2"] * h4 * {
  font-size: 6px !important;
}
html body .bvi-body[data-bvi-size="2"] * h5,
html body .bvi-body[data-bvi-size="2"] * h5 * {
  font-size: 5px !important;
}
html body .bvi-body[data-bvi-size="2"] * h6,
html body .bvi-body[data-bvi-size="2"] * h6 * {
  font-size: 4px !important;
}
html body .bvi-body[data-bvi-size="1"] * {
  font-size: 1px !important;
}
html body .bvi-body[data-bvi-size="1"] * h1,
html body .bvi-body[data-bvi-size="1"] * h1 * {
  font-size: 8px !important;
}
html body .bvi-body[data-bvi-size="1"] * h2,
html body .bvi-body[data-bvi-size="1"] * h2 * {
  font-size: 7px !important;
}
html body .bvi-body[data-bvi-size="1"] * h3,
html body .bvi-body[data-bvi-size="1"] * h3 * {
  font-size: 6px !important;
}
html body .bvi-body[data-bvi-size="1"] * h4,
html body .bvi-body[data-bvi-size="1"] * h4 * {
  font-size: 5px !important;
}
html body .bvi-body[data-bvi-size="1"] * h5,
html body .bvi-body[data-bvi-size="1"] * h5 * {
  font-size: 4px !important;
}
html body .bvi-body[data-bvi-size="1"] * h6,
html body .bvi-body[data-bvi-size="1"] * h6 * {
  font-size: 3px !important;
}
html body .bvi-body .bvi-tts .bvi-tts-link {
  display: inline-block;
  border: 1px dashed transparent;
  border-bottom: 0;
  padding: 10px;
}
html body .bvi-body .bvi-tts .bvi-tts-text {
  border: 1px dashed transparent;
  padding: 10px;
}
html body .bvi-body a {
  text-decoration: none;
}
html body .bvi-body a.bvi-link {
  text-decoration: none;
  color: black;
  background-color: transparent;
  text-align: center;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  cursor: pointer;
  border-radius: 2px;
  display: inline-block;
  height: 36px;
  font-weight: bold;
  line-height: 36px;
  padding: 0 10px;
  vertical-align: middle;
  border: 1px solid #b2b2b2;
  margin: 2px;
}
@media (max-width: 575.98px) {
  html body .bvi-body a.bvi-link {
    height: 28px;
    line-height: 28px;
    padding: 0 5px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  html body .bvi-body a.bvi-link {
    height: 28px;
    line-height: 28px;
    padding: 0 5px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  html body .bvi-body a.bvi-link {
    height: 30px;
    line-height: 30px;
    padding: 0 8px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  html body .bvi-body a.bvi-link {
    height: 34px;
    line-height: 34px;
    padding: 0 9px;
  }
}
html body .bvi-body a.bvi-link.active {
  color: inherit;
  outline: 0;
  background-color: #dbdbdb;
  text-decoration: none;
}
html body .bvi-body a.bvi-link:hover {
  color: black;
  outline: 0;
  background-color: #dbdbdb;
  text-decoration: none;
}
html body .bvi-body a.bvi-link:focus {
  color: black;
  outline: 0;
  background-color: #dbdbdb;
  text-decoration: none;
}
html body .bvi-body[data-bvi-images=true] .bvi-background-image.bvi-img,
html body .bvi-body[data-bvi-images=true] img.bvi-img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
html body .bvi-body[data-bvi-images=true] .bvi-background-image {
  background-color: transparent !important;
}
html body .bvi-body[data-bvi-images=false] .bvi-background-image {
  background-image: none !important;
  border: 0 !important;
}
html body .bvi-body[data-bvi-images=false] div.bvi-img {
  vertical-align: middle;
  border: 2px dashed;
  box-sizing: border-box;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
  word-wrap: break-word;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
html body .bvi-body[data-bvi-images=grayscale] .bvi-background-image,
html body .bvi-body[data-bvi-images=grayscale] img.bvi-img {
  -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -o-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(1);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");
  filter: grayscale(1);
}
html body .bvi-body[data-bvi-line-height=normal] *:not(.bvi-link) {
  line-height: 1.5 !important;
}
html body .bvi-body[data-bvi-line-height=average] *:not(.bvi-link) {
  line-height: 2 !important;
}
html body .bvi-body[data-bvi-line-height=big] *:not(.bvi-link) {
  line-height: 2.5 !important;
}
html body .bvi-body[data-bvi-letter-spacing=normal] *:not(.bvi-link) {
  letter-spacing: 0 !important;
}
html body .bvi-body[data-bvi-letter-spacing=average] *:not(.bvi-link) {
  letter-spacing: 2px !important;
}
html body .bvi-body[data-bvi-letter-spacing=big] *:not(.bvi-link) {
  letter-spacing: 4px !important;
}
html body .bvi-body[data-bvi-font-family=arial] *:not(i):not(span) {
  font-family: Arial, sans-serif !important;
}
html body .bvi-body[data-bvi-font-family=times] *:not(i):not(span) {
  font-family: "Times New roman" !important;
}
html body .bvi-body[data-bvi-flash-iframe=true] .wp-audio-shortcode,
html body .bvi-body[data-bvi-flash-iframe=true] iframe,
html body .bvi-body[data-bvi-flash-iframe=true] video,
html body .bvi-body[data-bvi-flash-iframe=true] ymaps,
html body .bvi-body[data-bvi-flash-iframe=true] figure {
  display: block !important;
}
html body .bvi-body[data-bvi-flash-iframe=false] .wp-audio-shortcode,
html body .bvi-body[data-bvi-flash-iframe=false] iframe,
html body .bvi-body[data-bvi-flash-iframe=false] video,
html body .bvi-body[data-bvi-flash-iframe=false] ymaps,
html body .bvi-body[data-bvi-flash-iframe=false] figure {
  display: none !important;
}
html body .bvi-body .bvi-hide {
  display: none;
}
html body .bvi-body .bvi-show {
  display: block;
}
html body .bvi-hide {
  display: block;
}
html body .bvi-show {
  display: none;
}
html body #bvi-panel-show.bvi-link {
  text-decoration: none;
  color: black;
  background-color: white;
  text-align: center;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  cursor: pointer;
  border-radius: 2px;
  display: inline-block;
  height: 36px;
  font-weight: bold;
  line-height: 36px;
  padding: 0 10px;
  vertical-align: middle;
  border: 1px solid #b2b2b2;
}
html body #bvi-panel-show.bvi-link.bvi-link-top {
  position: fixed !important;
  top: 2.5rem !important;
  right: 1.5rem !important;
  z-index: 999999 !important;
}
html body #bvi-panel-show .bvi-images {
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  vertical-align: middle;
}
html body #bvi-panel-show .bvi-images.bvi-images-eye {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAABMlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC88vZ+AAAAZXRSTlMAAQIDBAcICQsMDg8QEhMVFhcYGRweHyAjJCUmKCk1Nzg5Ojs8PUFGSUpMTVBRV1hZXmFiZmxvcXR1d3h5fn+AhYaJi4yOmJqbnaOlpqitvL7Iys7P0dfZ2tze4OTm6fHz9ff7/S2JgwQAAAFESURBVBgZ3cGJWhJhAIbRbyiYygGUFjY3LFuUMtTIfdcWl6g0DQRk/N/7vwX/wXEeKG9Az9Gdk8iXpqZK+YRulZpvEmrOp/SvzCF9DjPq9WCNrk9PnOeEVmOKpOpQN1zmJD0jYOpQTypU9DEzI/BaDxeaXBv+aPAL6soazjNaoaHYMTeW9bSJeSHL6/AnLh2zordEfkuJUy48yflFw5XkM6tNIh1JboOfjuYwg7L+0lr0iZzJGjLMqkVZgW/0+aLAe1o6YluBl/SZUGCHIyUNr2Q55/RoOLImMUmpjMnJytEjKysPZVkb+AVZ44aQGZVV9NlQ1x68kTVUo+tHWtY7+KrQAnx3ZaWnq9XptCx3H5YUGWtjqo8UefzZcFFSj/gWUPtQ8FzXK8zUgN24+g2sdoj4657+5xQrByft9slBpRjTPXMFyfd8QTOpicwAAAAASUVORK5CYII=");
  width: 32px;
  height: 32px;
}
html body a.bvi-link-widget, html body a.bvi-link-shortcode {
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  cursor: pointer;
  border-radius: 2px;
  display: inline-block;
  padding: 5px 10px;
  vertical-align: middle;
  text-decoration: none;
}
html body a.bvi-link-widget .bvi-svg-eye, html body a.bvi-link-shortcode .bvi-svg-eye {
  display: inline-block;
  overflow: visible;
  width: 1.125em;
  height: 1em;
  font-size: 2em;
  vertical-align: middle;
}

/*# sourceMappingURL=bvi.css.map */

/* End */


/* Start:/local/templates/mzur/assets/css/custom.css?1782387999945*/
/*cookie*/
.cookie {
    position: fixed;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 22px 60px 22px 32px;
    background-color: white;
    color: black;
    max-width: 1300px;
    z-index: 10000;
    width: 96%;
    text-align: center;
    display: flex;
    align-items: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.cookie p {
    max-width: 90%;
    width: 100%;
    font-size: 15px;
    margin: auto;
}

.cookie a{
    text-decoration: underline;
}

.cookie a:hover{
    text-decoration: underline;
}

.cookie-close {
    right: 10px;
    margin: auto;
    color: white;
    font-size: 16px;
    cursor: pointer;
}

@media (max-width: 900px){
    .cookie{
        flex-direction: row;
        flex-wrap: wrap;
    }
    .cookie-close {
        position: unset;
        margin-top: 10px;
    }
}
/*cookie*/

footer .bottom-f p .logo-arcsis {
    background-image: unset;
    vertical-align: bottom;
}
/* End */


/* Start:/local/templates/mzur/components/bitrix/search.title/search_header/style.css?16989077702217*/
div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:205;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/mzur/components/bitrix/search.title/search_header/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}
/* End */


/* Start:/local/templates/mzur/styles.css?1698907770479*/
/*h1{font-size: 1.45em; font-weight: normal;  margin:0;padding:0px; margin-bottom: 20px; padding-bottom: 10px;}*/

/*h2,h3,h4{ margin:0;padding:0px;font-size:1.15em; margin-bottom:10px; font-weight:normal;}*/

.widgets { display: flex;  }
.widgets > .block1 { flex: 2; }
.widgets > .block2 { flex: 1; }
.widgets > .block1 { margin-right: 10px; }

@media (max-width: 992px) {
	.widgets { display: block; }
	.widgets > .block1 { margin-right: 0; margin-bottom: 10px }
}
/* End */


/* Start:/local/templates/mzur/template_styles.css?169890777014065*/
/*body {*/
	/*height:100%;*/
	/*margin:0;*/
	/*padding:0;*/
	/*font-size: 90.01%;*/
	/*font-family: Arial, Helvetica, sans-serif;*/
/*}*/
/*a:hover {text-decoration:none;}*/

/*.hr{border-bottom:1px solid; height:1px; font-size:1px; margin-bottom:20px;}*/
/*.br{height:1px; font-size:1px; line-height:1px; clear:both;}*/
/*span.small-grey{font-size:0.90em;}*/

/*#page-wrapper{min-height:100%; margin:0 auto; min-width:1104px; max-width:1280px;}*/

/*span.grey{display:block; margin-left: -14px; padding: 6px 14px;}*/

/*!* BANNER *!*/
/*#banner-top {text-align:center;margin-top:5px;}*/
/*#banner-left{text-align:center;margin-bottom:20px;}*/
/*#banner-left-two{text-align:center;margin-bottom:20px;margin-top:20px;}*/

/*!* HEADER *!*/
/*#header {position: relative; margin: 4px 2px; height:80px; padding-top:12px;}*/

/*#header-title{height:40px;font-size:1.8em; margin-left:39px; font-weight: bold;}*/
/*#header-title a{text-decoration:none;}*/

/*!* SEARCH *!*/
/*#left-search {margin-bottom: 15px; margin-top: -5px; padding-left:15px}*/
/*#left-search #title-search-input {width:75%;}*/
/*table.search-filter select.select-field, div.search-page input.search-button {font-size:1em}*/
/*table.search-filter td {padding:0.6em;}*/
/*div.search-item {font-size:0.85em;margin: 1em 0 0 0;   padding: 0 0 1em;}*/

/*!* AUTH *!*/
/*#header-auth{position:absolute; right:20px; top:5px; font-size:0.75em; font-family: Verdana, Arial, Helvetica, sans-serif;}*/
/*#header-auth a{margin-left:20px;}*/

/*!* BODY *!*/
/*#page-body{margin-left:37px;margin-right:30px;}*/
/*table td.page-left, table td.page-right {vertical-align:top; padding:20px 0;}*/
/*table div.page-right {margin-left:20px;!*width:450px;*! }*/
/*div.hr-title{margin-bottom:15px;}*/

/*!* FOOTER *!*/
/*#footer-wrapper  {height: 185px; padding-top:28px; position: relative; margin: 0 auto;min-width: 1000px; max-width: 1280px;}*/
/*#footer-wrapper div.copyright{position:absolute; right:50px; bottom:50px; font-size:0.9em;}*/


/*!* MAIN MENU *!*/
/*#main-menu {margin-left:30px; max-width: 99%; min-width: 1076px; padding-top:7px; overflow: hidden; height:25px; }*/
/*#main-menu ul {list-style-type: none; overflow: hidden; margin:0; padding:0; }*/
/*#main-menu li {margin: 0; padding:0; height: 27px; }*/
/*#main-menu li a {font-size:1.4em; text-decoration: none; font-weight:bold; line-height:27px;}*/
/*#horizontal-multilevel-menu li a.root-item,#horizontal-multilevel-menu li a.root-item:hover,#horizontal-multilevel-menu li a.root-item-selected {padding:0 12px;}*/
/*#horizontal-multilevel-menu, #horizontal-multilevel-menu ul {background:none;}*/

/*!* BOTTOM MENU *!*/
/*div.bottom-menu{position:absolute; right:40px;}*/
/*div.bottom-menu ul{margin:0;padding:0;}*/
/*div.bottom-menu ul li{list-style-type: none; margin:0 10px; padding:0; font-size:0.9em; float:left;}*/

/*!* BOTTOM MENU LEFT *!*/
/*div.bottom-menu-one{position:absolute; left:50px; width:130px;min-width: 20px;}*/
/*div.bottom-menu-two{position:absolute; left:185px;min-width: 20px;}*/
/*div.bottom-menu-three{position:absolute; left:320px;min-width: 20px;}*/
/*div.bottom-menu-four{position:absolute; left:455px;min-width: 20px;}*/
/*div.bottom-menu-left ul{margin:0; padding:0;}*/
/*div.bottom-menu-left ul li{font-size:0.90em; list-style-type: none; overflow: hidden; margin:0; padding:0;margin-bottom:4px;}*/
/*div.bottom-menu-left div.bottom-menu-title{margin-bottom:15px;}*/

/*!* MAIN THEME *!*/
/*div.main-theme-list{margin-bottom:40px;}*/
/*div.main-theme-list div.main-theme-title {font-size:1.5em; font-weight:bold; padding-bottom:8px; margin-bottom:10px;}*/
/*div.main-theme-list table td {vertical-align:top;}*/
/*div.main-theme-list img.preview_picture {margin-right:20px;}*/
/*div.main-theme-list td.theme-text {width:100%;}*/
/*div.main-theme-list div.main-theme-name {font-size:1.25em;margin-bottom:10px;}*/
/*div.main-theme-list div.main-theme-name a {text-decoration:none;font-weight:bold;}*/
/*div.main-theme-list div.theme-news-list span.news-date-time {font-size:0.75em;}*/
/*div.main-theme-list div.theme-news-list a {text-decoration:none;}*/
/*div.main-theme-list div.theme-news-list a:hover {text-decoration: underline;}*/
/*div.main-theme-list div.theme-news-list div.theme-news-item{margin-bottom:10px;}*/


/*!* MAIN NEWS *!*/
/*div.main-news-list div.news-item {margin-bottom:30px;}*/
/*div.main-news-list div.main-news-title {margin-bottom:15px;}*/
/*div.main-news-list div.news-picture {margin-right:16px; width:138px !important; float:left; text-align:center; padding-top:2px;}*/
/*div.main-news-list div.news-name {margin:5px 0 !important; font-size:1.15em !important;}*/
/*div.main-news-list div.news-name a {text-decoration:none;}*/
/*div.main-news-list div.news-name a:hover {text-decoration:underline;}*/
/*div.main-news-list span.news-preview-text{font-size:0.91em !important;}*/
/*div.main-news-list div.news-text-pict {margin-left:140px !important;}*/
/*div.news-list div.main-news-list{margin-top:0  !important;}*/

/*!* NEWS LIST *!*/
/*div.news-list div.news-item {margin-bottom:30px;}*/
/*div.news-list div.news-text-pict{margin-left:98px;}*/
/*div.news-list div.main-news-title {margin-bottom:15px;}*/
/*div.news-item span.news-date-time {font-size:0.75em;}*/
/*div.news-list div.news-picture {margin-right:16px; float:left; min-width: 82px; text-align:center;  margin-top:2px;}*/
/*div.news-list div.news-name {margin-bottom:2px;font-size:1em;}*/
/*div.news-list div.news-name a {text-decoration:none;}*/
/*div.news-list div.news-name a:hover {text-decoration:underline;}*/
/*div.news-list span.news-preview-text{font-size:0.90em;}*/
/*div.news-list span.news-show-property{font-size:0.75em;}*/


/*!* NATIONAL NEWS *!*/
/*div.national-news div.news-text{font-size:0.85em;}*/
/*div.national-news div.news-picture {margin-right:10px;}*/
/*div.national-news a {text-decoration:none;}*/
/*div.national-news span.news-show-counter{font-size:0.90em;}*/
/*div.national-news div.news-item-left{margin-right:10px;}*/

/*!* DETAIL NEWS *!*/
/*div.news-detail div.news-text {margin-top:10px;}*/
/*div.news-detail div.news-picture {margin-right:16px; float:left; text-align:center; padding-top:2px;}*/
/*div.news-detail span.news-date-time {font-size:0.75em;}*/
/*div.news-detail-back {font-size:0.85em;margin:10px 0;}*/
/*div.news-detail-theme {margin:15px 0 15px 0;padding-top:15px;}*/
/*div.news-detail-theme div.news-theme-title {margin-bottom:10px;}*/
/*div.news-detail div.news-theme-date {font-size:0.75em;float:left; width:131px; text-align:right}*/
/*div.news-detail div.news-theme-url {font-size:0.90em; margin-left:138px;}*/
/*div.news-detail div.news-theme-item {margin:3px 0;}*/
/*div.news-detail div.news-property {margin-top:10px; font-size:0.85em}*/
/*div.news-detail div.news-detail-share {float: right; margin-right: 110px; margin-top: -31px}*/

/*!* THEMES *!*/
/*table.theme-list{width:100%;}*/
/*table.theme-list td{padding:5px 0;}*/
/*table.theme-list td.theme-letter{width:30px; font-weight:bold;}*/

/*!* JOB *!*/
/*div.job-item{font-size:0.9em;}*/
/*div.main-vacancy{margin-right:11px;}*/
/*div.main-resume{margin-left:11px;}*/
/*div.job-item{margin-bottom:3px;}*/
/*div.job-list div.job-list-title{margin-left:55px;}*/
/*div.main-vacancy div.job-list-title, div.main-resume div.job-list-title{margin-left:0;}*/
/*div.job-list ul li{list-style-type: none; background:url(/local/templates/mzur/images/bullet.gif) left no-repeat; padding-left:15px; margin-bottom:7px }*/
/*div.job-list ul li span{font-size:0.85em}*/
/*div.job-section table{width:100%}*/
/*div.job-section td{padding:5px 10px;}*/
/*div.job-section th{padding:5px 10px; text-align:left; font-weight:normal; font-size:0.9em}*/
/*div.job-element div.job-prop-title{margin-bottom:5px; font-size:0.9em; font-weight:bold;}*/
/*div.job-element div.job-prop-text{margin-bottom:20px;}*/

/*!* BOARD *!*/
/*div.board-section-list ul{margin:0;padding:0;}*/
/*div.board-section-list td{font-size:1.20em; vertical-align:top;padding-bottom:20px;}*/
/*div.board-section-list td.td0{padding-right:20px;}*/
/*div.board-section-list ul li{font-size:0.75em;list-style-type: none; float:left; margin-right:10px;}*/
/*div.board-section-list span{font-size:0.85em}*/
/*div.board-section-list a.board-section-selected{text-decoration:none;}*/
/*div.board-section span.board-date{font-size:0.85em;}*/
/*div.board-section div.board-title{margin-bottom:8px;margin-top:13px; font-weight:bold;}*/
/*div.board-section div.board-text{margin-top:10px;}*/
/*div.board-sections div.hr{margin-bottom:0;}*/

/*!* Navigation *!*/
/*div.navigation { font-size:100%; line-height:200%; }*/
/*span.navigation-title { padding-right:0.65em; font-weight: bold;}*/
/*div.navigation a { text-decoration:underline; padding:0.2em 0.3em;}*/
/*span.nav-current-page { padding:0.2em 0.3em; }*/
/*div.navigation span.arrow { font-size:100%; font-family:Times, serif; }*/
/*div.navigation span.ctrl { font-size:85%; }*/
/*div.national-news-add { float:right; margin-top:-40px; font-size:0.85em; }*/

/*!* REVIEWS *!*/
/*table.reviews-post-table {border-top: 0; margin-bottom: 1em; width: 100%;}*/
/*table.reviews-post-table div.reviews-text{padding-top: 0.40em;}*/
/*table.reviews-post-table thead td, table.reviews-post-table tbody td {padding-top: 0.20em;}*/
/*div.reviews-add-text{text-align:center; font-size:0.9em; color:#494949; margin-bottom:10px; padding-top: 10px;}*/
/*div.reviews-add-text a{color:#494949}*/
/*table.reviews-post-table table.forum-quote{width:95%; margin:10px 0 0 20px;}*/
/*table.reviews-post-table table.forum-quote th{text-align:left;font-weight:normal;padding-left:10px;}*/
/*table.reviews-post-table table.forum-quote td{padding-left:10px;}*/

/*!* VOTE *!*/
/*div.voting-form-box{margin-bottom:20px;}*/
/*div.voting-form-box div.vote-item-title{font-size:0.90em;}*/
/*div.voting-form-box div.vote-answers-list{margin:0 60px 0 20px;}*/
/*div.voting-form-box table.vote-answers-list{width: 100%;}*/
/*div.voting-form-box table.vote-answers-list td.vote-answer-name{width: 100%; border-top:1px dotted #b2b2b2; padding:5px 0; font-size:0.90em; vertical-align:top;}*/
/*div.voting-form-box table.vote-answers-list td.vote-answer-percent{padding:5px; border-top:1px dotted #b2b2b2; vertical-align:top;}*/
/*div.voting-form-box table.vote-answers-list td.vote-answer-counter{padding:5px; border-top:1px dotted #b2b2b2; vertical-align:top;}*/
/*div.voting-form-box ol.vote-items-list{margin:0 60px 0 20px;}*/
/*div.voting-form-box ol.vote-items-list li{ border-top:1px dotted #b2b2b2;}*/
/*div.voting-form-box div.vote-vote-footer{margin-left:20px;}*/

/*!* ADD FORM *!*/
/*div.data-form div.data-form-line{margin-bottom:20px;}*/
/*div.data-form div.data-form-name{margin-bottom:5px;}*/
/*div.data-form div.data-form-input input, div.data-form div.data-form-input select, div.data-form div.data-form-input textarea{padding:4px;}*/
/*div.data-form div.data-form-input input, div.data-form div.data-form-input textarea{width:90%;}*/
/*div.data-form div.data-form-input input.checkbox{width:auto;}*/
/*div.data-form div.data-form-input select{width:255px;}*/
/*div.data-form div.data-form-input #input_date_active_to, div.data-form div.data-form-input #captcha_word, div.data-form div.data-form-input #input_21, div.data-form div.data-form-input #input_24{width:245px;}*/

/*!* LIST FORM *!*/
/*table.data-table thead td{font-size:1.10em; padding-bottom:15px;}*/
/*table.data-table{width:100%;}*/
/*table.data-table td{padding-right:20px;}*/
/*table.data-table tfoot td{padding-top:15px;}*/

/*!* BLOG *!*/
/*.blog-posts{width: 100%; float: none;}*/
/*div.blog-sidebar{width: 100%; float: none;}*/
/*div.blog-sidebar-info{width: 50%; float: left;}*/
/*div.blog-sidebar-calendar{width: 50%;float: left;}*/
/*div.blog-search-form div.blog-search-text input{width:150px;}*/
/*div.blog-search-form div{float:left;margin-right:10px;}*/
/*div.blog-sidebar{padding-left:10px;}*/
/*div.blog-sidebar ul li.blog-search{height:65px;}*/
/*div.blog-sidebar ul{padding:0;}*/
/*div.blog-sidebar ul li{list-style-type: none;}*/
/*div.blog-sidebar ul h3{padding-bottom:10px;}*/
/*div.blog-sidebar ul li.blog-tags ul li, div.blog-sidebar ul li.blog-settings ul li{font-size:0.9em}*/
/*div.blog-sidebar div.blog-sidebar-calendar ul li.blog-calendar{margin-left:20px;}*/

/*.blog-post {margin:10px 0; padding-bottom: 1em; padding-right:0.8em;}*/
/*div.blog-post-meta div.blog-post-info-bottom {display:none;}*/
/*.blog-post-title{font-size:1.15em; font-weight:normal;padding:0 0 7px 0;}*/
/*.blog-post-info{background:none; padding:4px 0}*/
/*.blog-post-info-back{background:none; font-size:0.85em; height: 20px;}*/
/*div.blog-post-meta-util, div.blog-post-tag{font-size:0.9em;}*/

/*div.blog-post-current .blog-post-title{display:none}*/

/*div.blog-comment-avatar{ display:none; }*/

/*!* PHOTO *!*/
/*div.photo-info-box{margin-bottom:20px;}*/
/*div.photo-header-component, div.photo-header-big{font-size:1.15em; font-weight:normal;padding:0 0 7px 0; margin-bottom:0;}*/
/*div.photo-header-big{border:0;}*/
/*div.photo-header-big div.photo-header-inner, div.photo-header-middle div.photo-header-inner{margin-bottom:0; padding-bottom:10px}*/
/*div.photo-td-left div.photo-controls-buttons ul.photo-controls li a span{background:none;padding: 0;text-align:left;}*/
/*div.photo-td-left div.photo-controls-buttons ul.photo-controls li a{font-size:1em; font-weight:normal; text-decoration:underline; width:auto; padding:0}*/
/*div.photo-td-left div.photo-controls-buttons ul.photo-controls li a:hover{text-decoration:none}*/
/*div.photo-td-left div.photo-controls-buttons ul.photo-controls li{margin:0;padding:0; float:left;clear: none; padding-right:20px;}*/
/*div.photo-td-left div.photo-controls-usermenu{margin-bottom:10px;}*/

/*div.bitrix{margin-left:1.5em;margin-top:3px; font-size:0.80em}*/
/*div.bitrix a{color:#717171}*/

/* End */
/* /node_modules/owl.carousel/dist/assets/owl.carousel.css?16989073344930 */
/* /node_modules/hamburgers/dist/hamburgers.css?169890733528104 */
/* /node_modules/@fancyapps/fancybox/dist/jquery.fancybox.css?169890733319198 */
/* /local/templates/mzur/assets/css/style.css?1776887151664421 */
/* /local/templates/mzur/assets/visually/dist/css/bvi.css?1698907769117006 */
/* /local/templates/mzur/assets/css/custom.css?1782387999945 */
/* /local/templates/mzur/components/bitrix/search.title/search_header/style.css?16989077702217 */
/* /local/templates/mzur/styles.css?1698907770479 */
/* /local/templates/mzur/template_styles.css?169890777014065 */
