.plyr--full-ui input[type=range]:focus, .plyr:focus, .plyr__control.plyr__tab-focus, .plyr__control:focus, .wch-slider__arrow:focus {
  outline: 0
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
  float: left
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

.plyr--full-ui, html {
  box-sizing: border-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
  display: none
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0
}

.plyr__control, .swiper-container-cube, .swiper-container-flip {
  overflow: visible
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33);
  position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33)
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-scrollbar-cursor-drag, .swiper-slide-zoomed {
  cursor: move
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top, .2s -webkit-transform;
  -o-transition: .2s transform, .2s top;
  transition: .2s transform, .2s top;
  transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-pagination-lock, .swiper-scrollbar-lock {
  display: none
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left, .2s -webkit-transform;
  -o-transition: .2s transform, .2s left;
  transition: .2s transform, .2s left;
  transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right, .2s -webkit-transform;
  -o-transition: .2s transform, .2s right;
  transition: .2s transform, .2s right;
  transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px
}

/*!
 * Bootstrap Grid v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@keyframes plyr-progress {
  to {
    background-position: 25px 0
  }
}

@keyframes plyr-popup {
  0% {
    opacity: .5;
    transform: translateY(10px)
  }
  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes plyr-fade-in {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

.plyr {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  direction: ltr;
  font-family: Avenir, "Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  line-height: 1.7;
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow .3s ease
}

.plyr audio, .plyr video {
  border-radius: inherit;
  height: auto;
  vertical-align: middle;
  width: 100%
}

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto
}

*, .plyr--full-ui *, .plyr--full-ui ::after, .plyr--full-ui ::before, ::after, ::before {
  box-sizing: inherit
}

.plyr--full-ui a, .plyr--full-ui button, .plyr--full-ui input, .plyr--full-ui label {
  touch-action: manipulation
}

.plyr__badge {
  background: #4f5b5f;
  border-radius: 2px;
  color: #fff;
  font-size: 9px;
  line-height: 1;
  padding: 3px 4px
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none
}

.plyr__captions {
  animation: plyr-fade-in .3s ease;
  bottom: 0;
  color: #fff;
  display: none;
  font-size: 14px;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  transition: transform .4s ease-in-out;
  width: 100%
}

.plyr__captions .plyr__caption {
  background: rgba(0, 0, 0, .8);
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 185%;
  padding: .2em .5em;
  white-space: pre-wrap
}

.plyr__captions .plyr__caption div {
  display: inline
}

.plyr__captions span:empty {
  display: none
}

@media (min-width: 480px) {
  .plyr__captions {
    font-size: 16px;
    padding: 20px
  }
}

@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px
  }
}

.plyr--captions-active .plyr__captions {
  display: block
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(-40px)
}

.plyr__control {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  padding: 7px;
  position: relative;
  transition: all .3s ease
}

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true], .plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: #1aafff;
  color: #fff
}

.plyr__control svg {
  display: block;
  fill: currentColor;
  height: 18px;
  pointer-events: none;
  width: 18px
}

.plyr__control.plyr__tab-focus {
  box-shadow: 0 0 0 5px rgba(26, 175, 255, .5)
}

a.plyr__control {
  text-decoration: none
}

.plyr__control.plyr__control--pressed .icon--not-pressed, .plyr__control.plyr__control--pressed .label--not-pressed, .plyr__control:not(.plyr__control--pressed) .icon--pressed, .plyr__control:not(.plyr__control--pressed) .label--pressed, a.plyr__control::after, a.plyr__control::before {
  display: none
}

.plyr--video .plyr__control svg {
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, .15))
}

.plyr__control--overlaid {
  background: rgba(26, 175, 255, .8);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
  color: #fff;
  display: none;
  left: 50%;
  padding: 15px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2
}

.plyr__control--overlaid svg {
  left: 2px;
  position: relative
}

.plyr__control--overlaid:focus, .plyr__control--overlaid:hover {
  background: #1aafff
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block
}

.plyr--full-ui ::-webkit-media-controls {
  display: none
}

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center
}

.plyr [data-plyr=airplay], .plyr [data-plyr=captions], .plyr [data-plyr=fullscreen], .plyr [data-plyr=pip], .plyr__controls:empty {
  display: none
}

.plyr__controls .plyr__menu, .plyr__controls .plyr__progress, .plyr__controls .plyr__time, .plyr__controls .plyr__volume, .plyr__controls > .plyr__control {
  margin-left: 5px
}

.plyr__controls .plyr__menu + .plyr__control, .plyr__controls .plyr__progress + .plyr__control, .plyr__controls > .plyr__control + .plyr__control, .plyr__controls > .plyr__control + .plyr__menu {
  margin-left: 2px
}

.plyr__controls > .plyr__control:first-child, .plyr__controls > .plyr__control:first-child + [data-plyr=pause] {
  margin-left: 0;
  margin-right: auto
}

.plyr--audio .plyr__controls {
  background: #fff;
  border-radius: inherit;
  color: #4f5b5f;
  padding: 10px
}

.plyr--video .plyr__controls {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 20px 5px 5px;
  position: absolute;
  right: 0;
  transition: opacity .4s ease-in-out, transform .4s ease-in-out;
  z-index: 3
}

@media (min-width: 480px) {
  .plyr__controls .plyr__menu, .plyr__controls .plyr__progress, .plyr__controls .plyr__time, .plyr__controls .plyr__volume, .plyr__controls > .plyr__control {
    margin-left: 10px
  }

  .plyr--video .plyr__controls {
    padding: 35px 10px 10px
  }

  .plyr__volume {
    max-width: 90px
  }
}

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%)
}

.plyr--airplay-supported [data-plyr=airplay], .plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen], .plyr--pip-supported [data-plyr=pip] {
  display: inline-block
}

.plyr__video-embed {
  height: 0;
  padding-bottom: 56.25%;
  position: relative
}

.plyr__video-embed iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%)
}

.plyr__menu {
  display: flex;
  position: relative
}

.plyr__menu .plyr__control svg {
  transition: transform .3s ease
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg)
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none
}

.plyr__menu__container {
  animation: plyr-popup .2s ease;
  background: rgba(255, 255, 255, .9);
  border-radius: 4px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
  color: #4f5b5f;
  font-size: 16px;
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3
}

.plyr__menu__container > div {
  overflow: hidden;
  transition: height .35s cubic-bezier(.4, 0, .2, 1), width .35s cubic-bezier(.4, 0, .2, 1)
}

.plyr__menu__container::after {
  border: 4px solid transparent;
  border-top-color: rgba(255, 255, 255, .9);
  content: '';
  height: 0;
  position: absolute;
  right: 15px;
  top: 100%;
  width: 0
}

.plyr__menu__container [role=menu] {
  padding: 7px
}

.plyr__menu__container [role=menuitem], .plyr__menu__container [role=menuitemradio] {
  margin-top: 2px
}

.plyr__menu__container [role=menuitem]:first-child, .plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0
}

.plyr__menu__container .plyr__control {
  align-items: center;
  color: #4f5b5f;
  display: flex;
  font-size: 14px;
  padding: 4px 11px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%
}

.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%
}

.plyr__menu__container .plyr__control::after {
  border: 4px solid transparent;
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%)
}

.plyr__menu__container .plyr__control--forward {
  padding-right: 28px
}

.plyr__menu__container .plyr__control--forward::after {
  border-left-color: rgba(79, 91, 95, .8);
  right: 5px
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after, .plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor
}

.plyr__menu__container .plyr__control--back {
  font-weight: 500;
  margin: 7px 7px 3px;
  padding-left: 28px;
  position: relative;
  width: calc(100% - 14px)
}

.plyr__menu__container .plyr__control--back::after {
  border-right-color: rgba(79, 91, 95, .8);
  left: 7px
}

.plyr__menu__container .plyr__control--back::before {
  background: #b7c5cd;
  box-shadow: 0 1px 0 #fff;
  content: '';
  height: 1px;
  left: 0;
  margin-top: 4px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus::after, .plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: 7px
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after, .plyr__menu__container .plyr__control[role=menuitemradio]::before {
  border-radius: 100%
}

.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  background: rgba(0, 0, 0, .1);
  content: '';
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  transition: all .3s ease;
  width: 16px
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform .3s ease, opacity .3s ease;
  width: 6px
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: #1aafff
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
  opacity: 1;
  transform: translateY(-50%) scale(1)
}

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
  background: rgba(0, 0, 0, .1)
}

.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: -5px;
  overflow: hidden;
  padding-left: 25px;
  pointer-events: none
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 28px;
  color: #1aafff;
  display: block;
  height: 20px;
  margin: 0;
  padding: 0;
  transition: box-shadow .3s ease;
  width: 100%
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: 0 0;
  border: 0;
  border-radius: 2px;
  height: 4px;
  transition: box-shadow .3s ease;
  -webkit-user-select: none;
  user-select: none;
  background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0))
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(47, 52, 61, .2);
  height: 14px;
  position: relative;
  transition: all .2s ease;
  width: 14px;
  -webkit-appearance: none;
  margin-top: -5px
}

.plyr--full-ui input[type=range]::-moz-range-track {
  background: 0 0;
  border: 0;
  border-radius: 2px;
  height: 4px;
  transition: box-shadow .3s ease;
  -moz-user-select: none;
  user-select: none
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(47, 52, 61, .2);
  height: 14px;
  position: relative;
  transition: all .2s ease;
  width: 14px
}

.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: 2px;
  height: 4px
}

.plyr--full-ui input[type=range]::-ms-track {
  background: 0 0;
  border: 0;
  border-radius: 2px;
  height: 4px;
  transition: box-shadow .3s ease;
  -ms-user-select: none;
  user-select: none;
  color: transparent
}

.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: 0 0;
  border: 0;
  border-radius: 2px;
  height: 4px;
  transition: box-shadow .3s ease;
  -ms-user-select: none;
  user-select: none
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
  border: 0;
  border-radius: 2px;
  height: 4px;
  transition: box-shadow .3s ease;
  -ms-user-select: none;
  user-select: none;
  background: currentColor
}

.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(47, 52, 61, .2);
  height: 14px;
  position: relative;
  transition: all .2s ease;
  width: 14px;
  margin-top: 0
}

.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0
}

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 5px rgba(26, 175, 255, .5);
  outline: 0
}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 5px rgba(26, 175, 255, .5);
  outline: 0
}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 5px rgba(26, 175, 255, .5);
  outline: 0
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, .25)
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: rgba(255, 255, 255, .25)
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: rgba(255, 255, 255, .25)
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(47, 52, 61, .2), 0 0 0 3px rgba(255, 255, 255, .5)
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(47, 52, 61, .2), 0 0 0 3px rgba(255, 255, 255, .5)
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(47, 52, 61, .2), 0 0 0 3px rgba(255, 255, 255, .5)
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(183, 197, 205, .66)
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(183, 197, 205, .66)
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(183, 197, 205, .66)
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(47, 52, 61, .2), 0 0 0 3px rgba(0, 0, 0, .1)
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(47, 52, 61, .2), 0 0 0 3px rgba(0, 0, 0, .1)
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, .15), 0 0 0 1px rgba(47, 52, 61, .2), 0 0 0 3px rgba(0, 0, 0, .1)
}

.plyr__poster {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity .2s ease;
  width: 100%;
  z-index: 1
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1
}

.plyr__time {
  font-size: 14px
}

.plyr__time + .plyr__time::before {
  content: '\2044';
  margin-right: 10px
}

@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none
  }
}

.plyr--video .plyr__time {
  text-shadow: 0 1px 1px rgba(0, 0, 0, .15)
}

.plyr__tooltip {
  background: rgba(255, 255, 255, .9);
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
  color: #4f5b5f;
  font-size: 14px;
  font-weight: 500;
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  opacity: 0;
  padding: 5px 7.5px;
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(.8);
  transform-origin: 50% 100%;
  transition: transform .2s .1s ease, opacity .2s .1s ease;
  white-space: nowrap;
  z-index: 2
}

.plyr__tooltip::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, .9);
  bottom: -4px;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2
}

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr .plyr__control:hover .plyr__tooltip, .plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1)
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(.8);
  transform-origin: 0 100%
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip::before, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: 16px
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translate(0, 10px) scale(.8);
  transform-origin: 100% 100%
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: 16px;
  transform: translateX(50%)
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:last-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  transform: translate(0, 0) scale(1)
}

.plyr--video {
  background: #000;
  overflow: hidden
}

.plyr--video.plyr--menu-open {
  overflow: visible
}

.plyr__video-wrapper {
  background: #000;
  border-radius: inherit;
  overflow: hidden;
  position: relative;
  z-index: 0
}

.plyr__progress {
  flex: 1;
  left: 7px;
  margin-right: 14px;
  position: relative
}

.plyr__progress input[type=range], .plyr__progress__buffer {
  margin-left: -7px;
  margin-right: -7px;
  width: calc(100% + 14px)
}

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2
}

.plyr__progress .plyr__tooltip {
  font-size: 14px;
  left: 0
}

.plyr__progress__buffer {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 100px;
  height: 4px;
  left: 0;
  margin-top: -2px;
  padding: 0;
  position: absolute;
  top: 50%
}

.plyr__progress__buffer::-webkit-progress-bar {
  background: 0 0;
  transition: width .2s ease
}

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 4px
}

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 4px;
  transition: width .2s ease
}

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  transition: width .2s ease
}

.plyr--video .plyr__progress__buffer {
  box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
  color: rgba(255, 255, 255, .25)
}

.plyr--audio .plyr__progress__buffer {
  color: rgba(183, 197, 205, .66)
}

.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(47, 52, 61, .6) 25%, transparent 25%, transparent 50%, rgba(47, 52, 61, .6) 50%, rgba(47, 52, 61, .6) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  color: transparent
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, .25)
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(183, 197, 205, .66)
}

.plyr__volume {
  align-items: center;
  display: flex;
  flex: 1;
  position: relative
}

.plyr__volume input[type=range] {
  margin-left: 5px;
  position: relative;
  z-index: 2
}

@media (min-width: 768px) {
  .plyr__volume {
    max-width: 110px
  }
}

.plyr--is-ios .plyr__volume, .plyr--is-ios.plyr--vimeo [data-plyr=mute] {
  display: none !important
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%
}

.plyr:fullscreen video {
  height: 100%
}

.plyr:fullscreen .plyr__video-wrapper {
  height: 100%;
  width: 100%
}

.plyr:fullscreen .plyr__video-embed {
  overflow: visible
}

.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%)
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none
}

.plyr:fullscreen.plyr--hide-controls {
  cursor: none
}

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%
}

.plyr:-webkit-full-screen video {
  height: 100%
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  width: 100%
}

.plyr:-webkit-full-screen .plyr__video-embed {
  overflow: visible
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%)
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none
}

.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%
}

.plyr:-moz-full-screen video {
  height: 100%
}

.plyr:-moz-full-screen .plyr__video-wrapper {
  height: 100%;
  width: 100%
}

.plyr:-moz-full-screen .plyr__video-embed {
  overflow: visible
}

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%)
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none
}

.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none
}

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%
}

.plyr:-ms-fullscreen video {
  height: 100%
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  width: 100%
}

.plyr:-ms-fullscreen .plyr__video-embed {
  overflow: visible
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%)
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none
}

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none
}

.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000
}

.plyr--fullscreen-fallback video {
  height: 100%
}

.plyr--fullscreen-fallback .plyr__video-wrapper {
  height: 100%;
  width: 100%
}

.plyr--fullscreen-fallback .plyr__video-embed {
  overflow: visible
}

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%)
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg, .plyr__ads::after:empty {
  display: none
}

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none
}

@media (min-width: 1024px) {
  .plyr:fullscreen .plyr__captions {
    font-size: 21px
  }

  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px
  }

  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px
  }

  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px
  }

  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px
  }
}

.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1
}

.plyr__ads > div, .plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%
}

.plyr__ads::after {
  background: rgba(47, 52, 61, .8);
  border-radius: 2px;
  bottom: 10px;
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  z-index: 3
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: 4px;
  left: 0;
  margin: -2px 0 0;
  opacity: .8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3
}

.plyr--no-transition {
  transition: none !important
}

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

.container, .container-fluid {
  padding-right: 5px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: auto
}

.plyr [hidden] {
  display: none !important
}

html {
  -ms-overflow-style: scrollbar
}

.container {
  width: 100%
}

@media (min-width: 576px) {
  .container {
    max-width: 540px
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px
  }
}

.col, .col-auto {
  max-width: 100%
}

.container-fluid {
  width: 100%
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px
}

.no-gutters {
  margin-right: 0;
  margin-left: 0
}

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .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-auto {
  position: relative;
  width: 100%;
  padding-right: 5px;
  padding-left: 5px
}

.col {
  flex-basis: 0;
  flex-grow: 1
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1
}

.order-last {
  order: 13
}

.order-0 {
  order: 0
}

.order-1 {
  order: 1
}

.order-2 {
  order: 2
}

.order-3 {
  order: 3
}

.order-4 {
  order: 4
}

.order-5 {
  order: 5
}

.order-6 {
  order: 6
}

.order-7 {
  order: 7
}

.order-8 {
  order: 8
}

.order-9 {
  order: 9
}

.order-10 {
  order: 10
}

.order-11 {
  order: 11
}

.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    order: -1
  }

  .order-sm-last {
    order: 13
  }

  .order-sm-0 {
    order: 0
  }

  .order-sm-1 {
    order: 1
  }

  .order-sm-2 {
    order: 2
  }

  .order-sm-3 {
    order: 3
  }

  .order-sm-4 {
    order: 4
  }

  .order-sm-5 {
    order: 5
  }

  .order-sm-6 {
    order: 6
  }

  .order-sm-7 {
    order: 7
  }

  .order-sm-8 {
    order: 8
  }

  .order-sm-9 {
    order: 9
  }

  .order-sm-10 {
    order: 10
  }

  .order-sm-11 {
    order: 11
  }

  .order-sm-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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    order: -1
  }

  .order-md-last {
    order: 13
  }

  .order-md-0 {
    order: 0
  }

  .order-md-1 {
    order: 1
  }

  .order-md-2 {
    order: 2
  }

  .order-md-3 {
    order: 3
  }

  .order-md-4 {
    order: 4
  }

  .order-md-5 {
    order: 5
  }

  .order-md-6 {
    order: 6
  }

  .order-md-7 {
    order: 7
  }

  .order-md-8 {
    order: 8
  }

  .order-md-9 {
    order: 9
  }

  .order-md-10 {
    order: 10
  }

  .order-md-11 {
    order: 11
  }

  .order-md-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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    order: -1
  }

  .order-lg-last {
    order: 13
  }

  .order-lg-0 {
    order: 0
  }

  .order-lg-1 {
    order: 1
  }

  .order-lg-2 {
    order: 2
  }

  .order-lg-3 {
    order: 3
  }

  .order-lg-4 {
    order: 4
  }

  .order-lg-5 {
    order: 5
  }

  .order-lg-6 {
    order: 6
  }

  .order-lg-7 {
    order: 7
  }

  .order-lg-8 {
    order: 8
  }

  .order-lg-9 {
    order: 9
  }

  .order-lg-10 {
    order: 10
  }

  .order-lg-11 {
    order: 11
  }

  .order-lg-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%
  }
}

.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: flex !important
}

.d-inline-flex {
  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: flex !important
  }

  .d-sm-inline-flex {
    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: flex !important
  }

  .d-md-inline-flex {
    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: flex !important
  }

  .d-lg-inline-flex {
    display: inline-flex !important
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    order: -1
  }

  .order-xl-last {
    order: 13
  }

  .order-xl-0 {
    order: 0
  }

  .order-xl-1 {
    order: 1
  }

  .order-xl-2 {
    order: 2
  }

  .order-xl-3 {
    order: 3
  }

  .order-xl-4 {
    order: 4
  }

  .order-xl-5 {
    order: 5
  }

  .order-xl-6 {
    order: 6
  }

  .order-xl-7 {
    order: 7
  }

  .order-xl-8 {
    order: 8
  }

  .order-xl-9 {
    order: 9
  }

  .order-xl-10 {
    order: 10
  }

  .order-xl-11 {
    order: 11
  }

  .order-xl-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%
  }

  .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: flex !important
  }

  .d-xl-inline-flex {
    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: flex !important
  }

  .d-print-inline-flex {
    display: inline-flex !important
  }
}

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

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

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

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

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

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

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

.flex-fill {
  flex: 1 1 auto !important
}

.flex-grow-0 {
  flex-grow: 0 !important
}

.flex-grow-1 {
  flex-grow: 1 !important
}

.flex-shrink-0 {
  flex-shrink: 0 !important
}

.flex-shrink-1 {
  flex-shrink: 1 !important
}

.justify-content-start {
  justify-content: flex-start !important
}

.justify-content-end {
  justify-content: flex-end !important
}

.justify-content-center {
  justify-content: center !important
}

.justify-content-between {
  justify-content: space-between !important
}

.justify-content-around {
  justify-content: space-around !important
}

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

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

.align-items-center {
  align-items: center !important
}

.align-items-baseline {
  align-items: baseline !important
}

.align-items-stretch {
  align-items: stretch !important
}

.align-content-start {
  align-content: flex-start !important
}

.align-content-end {
  align-content: flex-end !important
}

.align-content-center {
  align-content: center !important
}

.align-content-between {
  align-content: space-between !important
}

.align-content-around {
  align-content: space-around !important
}

.align-content-stretch {
  align-content: stretch !important
}

.align-self-auto {
  align-self: auto !important
}

.align-self-start {
  align-self: flex-start !important
}

.align-self-end {
  align-self: flex-end !important
}

.align-self-center {
  align-self: center !important
}

.align-self-baseline {
  align-self: baseline !important
}

.align-self-stretch {
  align-self: stretch !important
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important
  }

  .flex-sm-column {
    flex-direction: column !important
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .flex-sm-fill {
    flex: 1 1 auto !important
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important
  }

  .justify-content-sm-start {
    justify-content: flex-start !important
  }

  .justify-content-sm-end {
    justify-content: flex-end !important
  }

  .justify-content-sm-center {
    justify-content: center !important
  }

  .justify-content-sm-between {
    justify-content: space-between !important
  }

  .justify-content-sm-around {
    justify-content: space-around !important
  }

  .align-items-sm-start {
    align-items: flex-start !important
  }

  .align-items-sm-end {
    align-items: flex-end !important
  }

  .align-items-sm-center {
    align-items: center !important
  }

  .align-items-sm-baseline {
    align-items: baseline !important
  }

  .align-items-sm-stretch {
    align-items: stretch !important
  }

  .align-content-sm-start {
    align-content: flex-start !important
  }

  .align-content-sm-end {
    align-content: flex-end !important
  }

  .align-content-sm-center {
    align-content: center !important
  }

  .align-content-sm-between {
    align-content: space-between !important
  }

  .align-content-sm-around {
    align-content: space-around !important
  }

  .align-content-sm-stretch {
    align-content: stretch !important
  }

  .align-self-sm-auto {
    align-self: auto !important
  }

  .align-self-sm-start {
    align-self: flex-start !important
  }

  .align-self-sm-end {
    align-self: flex-end !important
  }

  .align-self-sm-center {
    align-self: center !important
  }

  .align-self-sm-baseline {
    align-self: baseline !important
  }

  .align-self-sm-stretch {
    align-self: stretch !important
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important
  }

  .flex-md-column {
    flex-direction: column !important
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important
  }

  .flex-md-wrap {
    flex-wrap: wrap !important
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .flex-md-fill {
    flex: 1 1 auto !important
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important
  }

  .justify-content-md-start {
    justify-content: flex-start !important
  }

  .justify-content-md-end {
    justify-content: flex-end !important
  }

  .justify-content-md-center {
    justify-content: center !important
  }

  .justify-content-md-between {
    justify-content: space-between !important
  }

  .justify-content-md-around {
    justify-content: space-around !important
  }

  .align-items-md-start {
    align-items: flex-start !important
  }

  .align-items-md-end {
    align-items: flex-end !important
  }

  .align-items-md-center {
    align-items: center !important
  }

  .align-items-md-baseline {
    align-items: baseline !important
  }

  .align-items-md-stretch {
    align-items: stretch !important
  }

  .align-content-md-start {
    align-content: flex-start !important
  }

  .align-content-md-end {
    align-content: flex-end !important
  }

  .align-content-md-center {
    align-content: center !important
  }

  .align-content-md-between {
    align-content: space-between !important
  }

  .align-content-md-around {
    align-content: space-around !important
  }

  .align-content-md-stretch {
    align-content: stretch !important
  }

  .align-self-md-auto {
    align-self: auto !important
  }

  .align-self-md-start {
    align-self: flex-start !important
  }

  .align-self-md-end {
    align-self: flex-end !important
  }

  .align-self-md-center {
    align-self: center !important
  }

  .align-self-md-baseline {
    align-self: baseline !important
  }

  .align-self-md-stretch {
    align-self: stretch !important
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important
  }

  .flex-lg-column {
    flex-direction: column !important
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .flex-lg-fill {
    flex: 1 1 auto !important
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important
  }

  .justify-content-lg-start {
    justify-content: flex-start !important
  }

  .justify-content-lg-end {
    justify-content: flex-end !important
  }

  .justify-content-lg-center {
    justify-content: center !important
  }

  .justify-content-lg-between {
    justify-content: space-between !important
  }

  .justify-content-lg-around {
    justify-content: space-around !important
  }

  .align-items-lg-start {
    align-items: flex-start !important
  }

  .align-items-lg-end {
    align-items: flex-end !important
  }

  .align-items-lg-center {
    align-items: center !important
  }

  .align-items-lg-baseline {
    align-items: baseline !important
  }

  .align-items-lg-stretch {
    align-items: stretch !important
  }

  .align-content-lg-start {
    align-content: flex-start !important
  }

  .align-content-lg-end {
    align-content: flex-end !important
  }

  .align-content-lg-center {
    align-content: center !important
  }

  .align-content-lg-between {
    align-content: space-between !important
  }

  .align-content-lg-around {
    align-content: space-around !important
  }

  .align-content-lg-stretch {
    align-content: stretch !important
  }

  .align-self-lg-auto {
    align-self: auto !important
  }

  .align-self-lg-start {
    align-self: flex-start !important
  }

  .align-self-lg-end {
    align-self: flex-end !important
  }

  .align-self-lg-center {
    align-self: center !important
  }

  .align-self-lg-baseline {
    align-self: baseline !important
  }

  .align-self-lg-stretch {
    align-self: stretch !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: .25rem !important
}

.mt-1, .my-1 {
  margin-top: .25rem !important
}

.mr-1, .mx-1 {
  margin-right: .25rem !important
}

.mb-1, .my-1 {
  margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
  margin-left: .25rem !important
}

.m-2 {
  margin: .5rem !important
}

.mt-2, .my-2 {
  margin-top: .5rem !important
}

.mr-2, .mx-2 {
  margin-right: .5rem !important
}

.mb-2, .my-2 {
  margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
  margin-left: .5rem !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0 {
  padding: 0 !important
}

.pt-0, .py-0 {
  padding-top: 0 !important
}

.pr-0, .px-0 {
  padding-right: 0 !important
}

.pb-0, .py-0 {
  padding-bottom: 0 !important
}

.pl-0, .px-0 {
  padding-left: 0 !important
}

.p-1 {
  padding: .25rem !important
}

.pt-1, .py-1 {
  padding-top: .25rem !important
}

.pr-1, .px-1 {
  padding-right: .25rem !important
}

.pb-1, .py-1 {
  padding-bottom: .25rem !important
}

.pl-1, .px-1 {
  padding-left: .25rem !important
}

.p-2 {
  padding: .5rem !important
}

.pt-2, .py-2 {
  padding-top: .5rem !important
}

.pr-2, .px-2 {
  padding-right: .5rem !important
}

.pb-2, .py-2 {
  padding-bottom: .5rem !important
}

.pl-2, .px-2 {
  padding-left: .5rem !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-n1 {
  margin: -.25rem !important
}

.mt-n1, .my-n1 {
  margin-top: -.25rem !important
}

.mr-n1, .mx-n1 {
  margin-right: -.25rem !important
}

.mb-n1, .my-n1 {
  margin-bottom: -.25rem !important
}

.ml-n1, .mx-n1 {
  margin-left: -.25rem !important
}

.m-n2 {
  margin: -.5rem !important
}

.mt-n2, .my-n2 {
  margin-top: -.5rem !important
}

.mr-n2, .mx-n2 {
  margin-right: -.5rem !important
}

.mb-n2, .my-n2 {
  margin-bottom: -.5rem !important
}

.ml-n2, .mx-n2 {
  margin-left: -.5rem !important
}

.m-n3 {
  margin: -1rem !important
}

.mt-n3, .my-n3 {
  margin-top: -1rem !important
}

.mr-n3, .mx-n3 {
  margin-right: -1rem !important
}

.mb-n3, .my-n3 {
  margin-bottom: -1rem !important
}

.ml-n3, .mx-n3 {
  margin-left: -1rem !important
}

.m-n4 {
  margin: -1.5rem !important
}

.mt-n4, .my-n4 {
  margin-top: -1.5rem !important
}

.mr-n4, .mx-n4 {
  margin-right: -1.5rem !important
}

.mb-n4, .my-n4 {
  margin-bottom: -1.5rem !important
}

.ml-n4, .mx-n4 {
  margin-left: -1.5rem !important
}

.m-n5 {
  margin: -3rem !important
}

.mt-n5, .my-n5 {
  margin-top: -3rem !important
}

.mr-n5, .mx-n5 {
  margin-right: -3rem !important
}

.mb-n5, .my-n5 {
  margin-bottom: -3rem !important
}

.ml-n5, .mx-n5 {
  margin-left: -3rem !important
}

.m-auto {
  margin: auto !important
}

.mt-auto, .my-auto {
  margin-top: auto !important
}

.mr-auto, .mx-auto {
  margin-right: auto !important
}

.mb-auto, .my-auto {
  margin-bottom: auto !important
}

.ml-auto, .mx-auto {
  margin-left: auto !important
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important
  }

  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important
  }

  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important
  }

  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important
  }

  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important
  }

  .m-sm-1 {
    margin: .25rem !important
  }

  .mt-sm-1, .my-sm-1 {
    margin-top: .25rem !important
  }

  .mr-sm-1, .mx-sm-1 {
    margin-right: .25rem !important
  }

  .mb-sm-1, .my-sm-1 {
    margin-bottom: .25rem !important
  }

  .ml-sm-1, .mx-sm-1 {
    margin-left: .25rem !important
  }

  .m-sm-2 {
    margin: .5rem !important
  }

  .mt-sm-2, .my-sm-2 {
    margin-top: .5rem !important
  }

  .mr-sm-2, .mx-sm-2 {
    margin-right: .5rem !important
  }

  .mb-sm-2, .my-sm-2 {
    margin-bottom: .5rem !important
  }

  .ml-sm-2, .mx-sm-2 {
    margin-left: .5rem !important
  }

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

  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important
  }

  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important
  }

  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important
  }

  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important
  }

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

  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important
  }

  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important
  }

  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important
  }

  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important
  }

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

  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important
  }

  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important
  }

  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important
  }

  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important
  }

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

  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important
  }

  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important
  }

  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important
  }

  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important
  }

  .p-sm-1 {
    padding: .25rem !important
  }

  .pt-sm-1, .py-sm-1 {
    padding-top: .25rem !important
  }

  .pr-sm-1, .px-sm-1 {
    padding-right: .25rem !important
  }

  .pb-sm-1, .py-sm-1 {
    padding-bottom: .25rem !important
  }

  .pl-sm-1, .px-sm-1 {
    padding-left: .25rem !important
  }

  .p-sm-2 {
    padding: .5rem !important
  }

  .pt-sm-2, .py-sm-2 {
    padding-top: .5rem !important
  }

  .pr-sm-2, .px-sm-2 {
    padding-right: .5rem !important
  }

  .pb-sm-2, .py-sm-2 {
    padding-bottom: .5rem !important
  }

  .pl-sm-2, .px-sm-2 {
    padding-left: .5rem !important
  }

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

  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important
  }

  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important
  }

  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important
  }

  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important
  }

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

  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important
  }

  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important
  }

  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important
  }

  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important
  }

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

  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important
  }

  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important
  }

  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important
  }

  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important
  }

  .m-sm-n1 {
    margin: -.25rem !important
  }

  .mt-sm-n1, .my-sm-n1 {
    margin-top: -.25rem !important
  }

  .mr-sm-n1, .mx-sm-n1 {
    margin-right: -.25rem !important
  }

  .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -.25rem !important
  }

  .ml-sm-n1, .mx-sm-n1 {
    margin-left: -.25rem !important
  }

  .m-sm-n2 {
    margin: -.5rem !important
  }

  .mt-sm-n2, .my-sm-n2 {
    margin-top: -.5rem !important
  }

  .mr-sm-n2, .mx-sm-n2 {
    margin-right: -.5rem !important
  }

  .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -.5rem !important
  }

  .ml-sm-n2, .mx-sm-n2 {
    margin-left: -.5rem !important
  }

  .m-sm-n3 {
    margin: -1rem !important
  }

  .mt-sm-n3, .my-sm-n3 {
    margin-top: -1rem !important
  }

  .mr-sm-n3, .mx-sm-n3 {
    margin-right: -1rem !important
  }

  .mb-sm-n3, .my-sm-n3 {
    margin-bottom: -1rem !important
  }

  .ml-sm-n3, .mx-sm-n3 {
    margin-left: -1rem !important
  }

  .m-sm-n4 {
    margin: -1.5rem !important
  }

  .mt-sm-n4, .my-sm-n4 {
    margin-top: -1.5rem !important
  }

  .mr-sm-n4, .mx-sm-n4 {
    margin-right: -1.5rem !important
  }

  .mb-sm-n4, .my-sm-n4 {
    margin-bottom: -1.5rem !important
  }

  .ml-sm-n4, .mx-sm-n4 {
    margin-left: -1.5rem !important
  }

  .m-sm-n5 {
    margin: -3rem !important
  }

  .mt-sm-n5, .my-sm-n5 {
    margin-top: -3rem !important
  }

  .mr-sm-n5, .mx-sm-n5 {
    margin-right: -3rem !important
  }

  .mb-sm-n5, .my-sm-n5 {
    margin-bottom: -3rem !important
  }

  .ml-sm-n5, .mx-sm-n5 {
    margin-left: -3rem !important
  }

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

  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important
  }

  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important
  }

  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important
  }

  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important
  }

  .mt-md-0, .my-md-0 {
    margin-top: 0 !important
  }

  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important
  }

  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important
  }

  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important
  }

  .m-md-1 {
    margin: .25rem !important
  }

  .mt-md-1, .my-md-1 {
    margin-top: .25rem !important
  }

  .mr-md-1, .mx-md-1 {
    margin-right: .25rem !important
  }

  .mb-md-1, .my-md-1 {
    margin-bottom: .25rem !important
  }

  .ml-md-1, .mx-md-1 {
    margin-left: .25rem !important
  }

  .m-md-2 {
    margin: .5rem !important
  }

  .mt-md-2, .my-md-2 {
    margin-top: .5rem !important
  }

  .mr-md-2, .mx-md-2 {
    margin-right: .5rem !important
  }

  .mb-md-2, .my-md-2 {
    margin-bottom: .5rem !important
  }

  .ml-md-2, .mx-md-2 {
    margin-left: .5rem !important
  }

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

  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important
  }

  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important
  }

  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important
  }

  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important
  }

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

  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important
  }

  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important
  }

  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important
  }

  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important
  }

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

  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important
  }

  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important
  }

  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important
  }

  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important
  }

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

  .pt-md-0, .py-md-0 {
    padding-top: 0 !important
  }

  .pr-md-0, .px-md-0 {
    padding-right: 0 !important
  }

  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important
  }

  .pl-md-0, .px-md-0 {
    padding-left: 0 !important
  }

  .p-md-1 {
    padding: .25rem !important
  }

  .pt-md-1, .py-md-1 {
    padding-top: .25rem !important
  }

  .pr-md-1, .px-md-1 {
    padding-right: .25rem !important
  }

  .pb-md-1, .py-md-1 {
    padding-bottom: .25rem !important
  }

  .pl-md-1, .px-md-1 {
    padding-left: .25rem !important
  }

  .p-md-2 {
    padding: .5rem !important
  }

  .pt-md-2, .py-md-2 {
    padding-top: .5rem !important
  }

  .pr-md-2, .px-md-2 {
    padding-right: .5rem !important
  }

  .pb-md-2, .py-md-2 {
    padding-bottom: .5rem !important
  }

  .pl-md-2, .px-md-2 {
    padding-left: .5rem !important
  }

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

  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important
  }

  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important
  }

  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important
  }

  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important
  }

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

  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important
  }

  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important
  }

  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important
  }

  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important
  }

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

  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important
  }

  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important
  }

  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important
  }

  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important
  }

  .m-md-n1 {
    margin: -.25rem !important
  }

  .mt-md-n1, .my-md-n1 {
    margin-top: -.25rem !important
  }

  .mr-md-n1, .mx-md-n1 {
    margin-right: -.25rem !important
  }

  .mb-md-n1, .my-md-n1 {
    margin-bottom: -.25rem !important
  }

  .ml-md-n1, .mx-md-n1 {
    margin-left: -.25rem !important
  }

  .m-md-n2 {
    margin: -.5rem !important
  }

  .mt-md-n2, .my-md-n2 {
    margin-top: -.5rem !important
  }

  .mr-md-n2, .mx-md-n2 {
    margin-right: -.5rem !important
  }

  .mb-md-n2, .my-md-n2 {
    margin-bottom: -.5rem !important
  }

  .ml-md-n2, .mx-md-n2 {
    margin-left: -.5rem !important
  }

  .m-md-n3 {
    margin: -1rem !important
  }

  .mt-md-n3, .my-md-n3 {
    margin-top: -1rem !important
  }

  .mr-md-n3, .mx-md-n3 {
    margin-right: -1rem !important
  }

  .mb-md-n3, .my-md-n3 {
    margin-bottom: -1rem !important
  }

  .ml-md-n3, .mx-md-n3 {
    margin-left: -1rem !important
  }

  .m-md-n4 {
    margin: -1.5rem !important
  }

  .mt-md-n4, .my-md-n4 {
    margin-top: -1.5rem !important
  }

  .mr-md-n4, .mx-md-n4 {
    margin-right: -1.5rem !important
  }

  .mb-md-n4, .my-md-n4 {
    margin-bottom: -1.5rem !important
  }

  .ml-md-n4, .mx-md-n4 {
    margin-left: -1.5rem !important
  }

  .m-md-n5 {
    margin: -3rem !important
  }

  .mt-md-n5, .my-md-n5 {
    margin-top: -3rem !important
  }

  .mr-md-n5, .mx-md-n5 {
    margin-right: -3rem !important
  }

  .mb-md-n5, .my-md-n5 {
    margin-bottom: -3rem !important
  }

  .ml-md-n5, .mx-md-n5 {
    margin-left: -3rem !important
  }

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

  .mt-md-auto, .my-md-auto {
    margin-top: auto !important
  }

  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important
  }

  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important
  }

  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important
  }

  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important
  }

  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important
  }

  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important
  }

  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important
  }

  .m-lg-1 {
    margin: .25rem !important
  }

  .mt-lg-1, .my-lg-1 {
    margin-top: .25rem !important
  }

  .mr-lg-1, .mx-lg-1 {
    margin-right: .25rem !important
  }

  .mb-lg-1, .my-lg-1 {
    margin-bottom: .25rem !important
  }

  .ml-lg-1, .mx-lg-1 {
    margin-left: .25rem !important
  }

  .m-lg-2 {
    margin: .5rem !important
  }

  .mt-lg-2, .my-lg-2 {
    margin-top: .5rem !important
  }

  .mr-lg-2, .mx-lg-2 {
    margin-right: .5rem !important
  }

  .mb-lg-2, .my-lg-2 {
    margin-bottom: .5rem !important
  }

  .ml-lg-2, .mx-lg-2 {
    margin-left: .5rem !important
  }

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

  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important
  }

  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important
  }

  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important
  }

  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important
  }

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

  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important
  }

  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important
  }

  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important
  }

  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important
  }

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

  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important
  }

  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important
  }

  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important
  }

  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important
  }

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

  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important
  }

  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important
  }

  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important
  }

  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important
  }

  .p-lg-1 {
    padding: .25rem !important
  }

  .pt-lg-1, .py-lg-1 {
    padding-top: .25rem !important
  }

  .pr-lg-1, .px-lg-1 {
    padding-right: .25rem !important
  }

  .pb-lg-1, .py-lg-1 {
    padding-bottom: .25rem !important
  }

  .pl-lg-1, .px-lg-1 {
    padding-left: .25rem !important
  }

  .p-lg-2 {
    padding: .5rem !important
  }

  .pt-lg-2, .py-lg-2 {
    padding-top: .5rem !important
  }

  .pr-lg-2, .px-lg-2 {
    padding-right: .5rem !important
  }

  .pb-lg-2, .py-lg-2 {
    padding-bottom: .5rem !important
  }

  .pl-lg-2, .px-lg-2 {
    padding-left: .5rem !important
  }

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

  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important
  }

  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important
  }

  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important
  }

  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important
  }

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

  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important
  }

  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important
  }

  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important
  }

  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important
  }

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

  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important
  }

  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important
  }

  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important
  }

  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important
  }

  .m-lg-n1 {
    margin: -.25rem !important
  }

  .mt-lg-n1, .my-lg-n1 {
    margin-top: -.25rem !important
  }

  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -.25rem !important
  }

  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -.25rem !important
  }

  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -.25rem !important
  }

  .m-lg-n2 {
    margin: -.5rem !important
  }

  .mt-lg-n2, .my-lg-n2 {
    margin-top: -.5rem !important
  }

  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -.5rem !important
  }

  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -.5rem !important
  }

  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -.5rem !important
  }

  .m-lg-n3 {
    margin: -1rem !important
  }

  .mt-lg-n3, .my-lg-n3 {
    margin-top: -1rem !important
  }

  .mr-lg-n3, .mx-lg-n3 {
    margin-right: -1rem !important
  }

  .mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1rem !important
  }

  .ml-lg-n3, .mx-lg-n3 {
    margin-left: -1rem !important
  }

  .m-lg-n4 {
    margin: -1.5rem !important
  }

  .mt-lg-n4, .my-lg-n4 {
    margin-top: -1.5rem !important
  }

  .mr-lg-n4, .mx-lg-n4 {
    margin-right: -1.5rem !important
  }

  .mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.5rem !important
  }

  .ml-lg-n4, .mx-lg-n4 {
    margin-left: -1.5rem !important
  }

  .m-lg-n5 {
    margin: -3rem !important
  }

  .mt-lg-n5, .my-lg-n5 {
    margin-top: -3rem !important
  }

  .mr-lg-n5, .mx-lg-n5 {
    margin-right: -3rem !important
  }

  .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -3rem !important
  }

  .ml-lg-n5, .mx-lg-n5 {
    margin-left: -3rem !important
  }

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

  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important
  }

  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important
  }

  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important
  }

  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important
  }

  .flex-xl-column {
    flex-direction: column !important
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important
  }

  .flex-xl-fill {
    flex: 1 1 auto !important
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important
  }

  .justify-content-xl-start {
    justify-content: flex-start !important
  }

  .justify-content-xl-end {
    justify-content: flex-end !important
  }

  .justify-content-xl-center {
    justify-content: center !important
  }

  .justify-content-xl-between {
    justify-content: space-between !important
  }

  .justify-content-xl-around {
    justify-content: space-around !important
  }

  .align-items-xl-start {
    align-items: flex-start !important
  }

  .align-items-xl-end {
    align-items: flex-end !important
  }

  .align-items-xl-center {
    align-items: center !important
  }

  .align-items-xl-baseline {
    align-items: baseline !important
  }

  .align-items-xl-stretch {
    align-items: stretch !important
  }

  .align-content-xl-start {
    align-content: flex-start !important
  }

  .align-content-xl-end {
    align-content: flex-end !important
  }

  .align-content-xl-center {
    align-content: center !important
  }

  .align-content-xl-between {
    align-content: space-between !important
  }

  .align-content-xl-around {
    align-content: space-around !important
  }

  .align-content-xl-stretch {
    align-content: stretch !important
  }

  .align-self-xl-auto {
    align-self: auto !important
  }

  .align-self-xl-start {
    align-self: flex-start !important
  }

  .align-self-xl-end {
    align-self: flex-end !important
  }

  .align-self-xl-center {
    align-self: center !important
  }

  .align-self-xl-baseline {
    align-self: baseline !important
  }

  .align-self-xl-stretch {
    align-self: stretch !important
  }

  .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: .25rem !important
  }

  .mt-xl-1, .my-xl-1 {
    margin-top: .25rem !important
  }

  .mr-xl-1, .mx-xl-1 {
    margin-right: .25rem !important
  }

  .mb-xl-1, .my-xl-1 {
    margin-bottom: .25rem !important
  }

  .ml-xl-1, .mx-xl-1 {
    margin-left: .25rem !important
  }

  .m-xl-2 {
    margin: .5rem !important
  }

  .mt-xl-2, .my-xl-2 {
    margin-top: .5rem !important
  }

  .mr-xl-2, .mx-xl-2 {
    margin-right: .5rem !important
  }

  .mb-xl-2, .my-xl-2 {
    margin-bottom: .5rem !important
  }

  .ml-xl-2, .mx-xl-2 {
    margin-left: .5rem !important
  }

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

  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important
  }

  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important
  }

  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important
  }

  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important
  }

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

  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important
  }

  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important
  }

  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important
  }

  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important
  }

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

  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important
  }

  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important
  }

  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important
  }

  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important
  }

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

  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important
  }

  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important
  }

  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important
  }

  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important
  }

  .p-xl-1 {
    padding: .25rem !important
  }

  .pt-xl-1, .py-xl-1 {
    padding-top: .25rem !important
  }

  .pr-xl-1, .px-xl-1 {
    padding-right: .25rem !important
  }

  .pb-xl-1, .py-xl-1 {
    padding-bottom: .25rem !important
  }

  .pl-xl-1, .px-xl-1 {
    padding-left: .25rem !important
  }

  .p-xl-2 {
    padding: .5rem !important
  }

  .pt-xl-2, .py-xl-2 {
    padding-top: .5rem !important
  }

  .pr-xl-2, .px-xl-2 {
    padding-right: .5rem !important
  }

  .pb-xl-2, .py-xl-2 {
    padding-bottom: .5rem !important
  }

  .pl-xl-2, .px-xl-2 {
    padding-left: .5rem !important
  }

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

  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important
  }

  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important
  }

  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important
  }

  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important
  }

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

  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important
  }

  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important
  }

  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important
  }

  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important
  }

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

  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important
  }

  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important
  }

  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important
  }

  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important
  }

  .m-xl-n1 {
    margin: -.25rem !important
  }

  .mt-xl-n1, .my-xl-n1 {
    margin-top: -.25rem !important
  }

  .mr-xl-n1, .mx-xl-n1 {
    margin-right: -.25rem !important
  }

  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -.25rem !important
  }

  .ml-xl-n1, .mx-xl-n1 {
    margin-left: -.25rem !important
  }

  .m-xl-n2 {
    margin: -.5rem !important
  }

  .mt-xl-n2, .my-xl-n2 {
    margin-top: -.5rem !important
  }

  .mr-xl-n2, .mx-xl-n2 {
    margin-right: -.5rem !important
  }

  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -.5rem !important
  }

  .ml-xl-n2, .mx-xl-n2 {
    margin-left: -.5rem !important
  }

  .m-xl-n3 {
    margin: -1rem !important
  }

  .mt-xl-n3, .my-xl-n3 {
    margin-top: -1rem !important
  }

  .mr-xl-n3, .mx-xl-n3 {
    margin-right: -1rem !important
  }

  .mb-xl-n3, .my-xl-n3 {
    margin-bottom: -1rem !important
  }

  .ml-xl-n3, .mx-xl-n3 {
    margin-left: -1rem !important
  }

  .m-xl-n4 {
    margin: -1.5rem !important
  }

  .mt-xl-n4, .my-xl-n4 {
    margin-top: -1.5rem !important
  }

  .mr-xl-n4, .mx-xl-n4 {
    margin-right: -1.5rem !important
  }

  .mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.5rem !important
  }

  .ml-xl-n4, .mx-xl-n4 {
    margin-left: -1.5rem !important
  }

  .m-xl-n5 {
    margin: -3rem !important
  }

  .mt-xl-n5, .my-xl-n5 {
    margin-top: -3rem !important
  }

  .mr-xl-n5, .mx-xl-n5 {
    margin-right: -3rem !important
  }

  .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -3rem !important
  }

  .ml-xl-n5, .mx-xl-n5 {
    margin-left: -3rem !important
  }

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

  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important
  }

  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important
  }

  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important
  }

  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important
  }
}

.wch-section-hero, .wch-section-title {
  margin: 30px 0;
  text-transform: uppercase
}

.wch-white {
  color: #fff
}

.wch-bg-white {
  background-color: #fff
}

.wch-violet {
  color: #9874ea
}

.wch-bg-violet {
  background-color: #9874ea
}

.wch-rose {
  color: #d8808e
}

.wch-bg-rose {
  background-color: #d8808e
}

.wch-green {
  color: #ceca72
}

.wch-bg-green {
  background-color: #ceca72
}

.wch-camel {
  color: #b29262
}

.wch-bg-camel {
  background-color: #b29262
}

.wch-grey {
  color: #646464
}

.wch-bg-grey {
  background-color: #646464
}

.wch-navy-blue {
  color: #0c1745
}

.wch-bg-navy-blue {
  background-color: #0c1745
}

.wch-beige {
  color: #e0be8b
}

.wch-bg-beige {
  background-color: #e0be8b
}

.wch-black {
  color: #000
}

.wch-bg-black {
  background-color: #000
}

.wch-light-grey {
  color: #f0ebdf
}

.wch-bg-light-grey {
  background-color: #f0ebdf
}

.wch-light-green {
  color: #a2c3b5
}

.wch-bg-light-green {
  background-color: #a2c3b5
}

.wch-100 {
  font-weight: 100
}

.wch-200 {
  font-weight: 200
}

.wch-300 {
  font-weight: 300
}

.wch-400 {
  font-weight: 400
}

.wch-500 {
  font-weight: 500
}

.wch-600 {
  font-weight: 600
}

.wch-700 {
  font-weight: 700
}

.wch-800 {
  font-weight: 800
}

.wch-900 {
  font-weight: 900
}

.pointer {
  cursor: pointer
}

.wch-upper {
  text-transform: uppercase
}

.wch-text-center {
  text-align: center
}

.wch-text-left {
  text-align: left
}

.wch-text-right {
  text-align: right
}

.inner-text, .wch-btn, .wch-section-hero, .wch-section-title, .wchfs-cta-button-wrap {
  text-align: center
}

.wch-bold, strong {
  font-family: kruk-semibold
}

.wch-wrapper {
  font-family: roma, serif, sans-serif
}

.wch-wrapper * {
  box-sizing: border-box
}

.wch-background-wrapper {
  background: linear-gradient(180deg, #172333 0, #74869a 26.56%, #f9cac0 65.1%, #fff2c4 100%)
}

.wch-btn {
  text-transform: uppercase;
  font-family: kruk-semibold
}

.wch-btn-lg, .wch-section-hero, .wch-section-title {
  width: 100%;
  font-family: roma, serif;
  font-weight: 400
}

.wch-btn svg {
  fill: currentColor
}

.wch-btn--sm {
  width: 100%;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 1.4px;
  padding-top: 1px
}

.wch-btn--sm svg {
  height: 9px;
  transform: translate(0, 1px)
}

.wch-btn-lg {
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 1.6px
}

@media (min-width: 576px) {
  .wch-btn--sm {
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 1.6px
  }

  .wch-btn--sm svg {
    height: 11px
  }

  .wch-btn-lg {
    font-size: 20px;
    line-height: 50px;
    letter-spacing: 1.25px
  }
}

@media (min-width: 768px) {
  .wch-btn-lg {
    font-size: 25px;
    line-height: 60px;
    letter-spacing: 1.4px
  }
}

.wch-btn-lg svg {
  height: 12px
}

.wch-btn--rose {
  color: #d8808e;
  background-color: #fff
}

.wch-btn--camel {
  color: #fff;
  background-color: #b29262
}

.wch-btn--violet {
  color: #fff;
  background-color: #9874ea
}

.wch-btn--white {
  color: #9874ea;
  background-color: #fff
}

.wch-btn--rosebckg {
  color: #fff;
  background-color: #d8808e
}

.wch-btn--beige {
  color: #fff;
  background-color: #e0be8b
}

.wch-section-title {
  font-size: 20px;
  letter-spacing: 1px
}

@media (min-width: 576px) {
  .wch-btn-lg svg {
    height: 15px
  }

  .wch-section-title {
    font-size: 30px;
    letter-spacing: 1.5px
  }
}

@media (min-width: 768px) {
  .wch-section-title {
    font-size: 40px;
    letter-spacing: 2px
  }
}

.wch-section-hero {
  font-size: 24px;
  letter-spacing: 1px
}

@media (min-width: 576px) {
  .wch-section-hero {
    font-size: 36px;
    letter-spacing: 1.5px
  }
}

@media (min-width: 768px) {
  .wch-section-hero {
    font-size: 50px;
    letter-spacing: 2px
  }
}

.wch-section-title--camel {
  color: #b29262
}

.wch-section-title--rose {
  color: #d8808e
}

.wch-section-cta {
  display: flex;
  justify-content: center;
  align-items: center
}

.wch-slider__arrow {
  width: 44px;
  height: 44px;
  background: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  cursor: pointer;
  border: 1px solid #303030;
  border-radius: 50%
}

.wch-slider__arrow.fourth-variant, .wch-slider__arrow.third-variant {
  border-radius: 0
}

.wch-slider__arrow svg {
  transition: 150ms
}

.wch-slider__arrow svg path {
  fill: #303030
}

.wch-slider__arrow:hover {
  background-color: #303030
}

.wch-slider__arrow:hover svg path {
  fill: #fff
}

.wch-slider__arrow svg, .wch-slider__arrow svg > image {
  position: relative;
  fill: #fff;
  width: 16px;
  height: 16px
}

.wch-slider__arrow.swiper-button-disabled {
  opacity: .3 !important
}

.wch-slider__arrow.second-variant {
  width: 35px;
  height: 35px
}

.wch-slider__arrow.second-variant svg {
  width: 12px;
  height: 12px
}

.wch-slider__arrow.fourth-variant svg, .wch-slider__arrow.fourth-variant svg > image, .wch-slider__arrow.third-variant.mobile svg, .wch-slider__arrow.third-variant.mobile svg > image {
  width: 24px;
  height: 24px;
  fill: #fff;
  position: relative
}

.wch-slider__arrow.fourth-variant.swiper-button-disabled {
  opacity: 0 !important
}

.wch-slider__arrow--prev {
  right: auto;
  left: 0
}

@media (min-width: 992px) {
  .wch-subtitle {
    font-size: 25px;
    letter-spacing: 1.25px
  }

  .wch-slider__arrow--prev {
    left: -25px
  }
}

.wch-slider__arrow--prev.second-variant {
  left: -25px
}

.wch-slider__arrow--prev.third-variant {
  left: -60px
}

@media (min-width: 576px) {
  .wch-slider__arrow--prev.third-variant {
    left: -25px
  }
}

.wch-slider__arrow--prev.fourth-variant {
  left: -30px;
  left: 10px
}

.wch-slider__arrow--next {
  left: auto;
  right: 0
}

.wch-slider__arrow--next.second-variant {
  right: -25px
}

.wch-slider__arrow--next.third-variant {
  right: -60px
}

@media (min-width: 576px) {
  .wch-slider__arrow--next.third-variant {
    right: -25px
  }
}

.wch-slider__arrow--next.fourth-variant {
  right: 10px
}

.wch-wrapper .container {
  max-width: 100%;
  padding-left: 30px;
  padding-right: 30px
}

@media (min-width: 1200px) {
  .wch-wrapper .container {
    max-width: 1440px;
    padding-left: 40px;
    padding-right: 40px
  }
}

@media screen and (min-width: 1680px) {
  .wch-wrapper .container {
    max-width: 1680px;
    padding-left: 70px;
    padding-right: 70px
  }
}

.wch-wrapper .container.fluid {
  padding: 0
}

.wch-text--small {
  font-size: 18px;
  letter-spacing: normal;
  font-weight: 400;
  line-height: 1.3;
  margin: 0
}

@media (min-width: 768px) {
  .wch-text--small {
    font-size: 22px
  }
}

@media (min-width: 992px) {
  .wch-wrapper .container.desktop-fluid {
    padding: 0
  }

  .wch-text--small {
    font-size: 27px
  }
}

.wch-text--big {
  font-size: 40px;
  letter-spacing: 2.2px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0
}

@media (min-width: 768px) {
  .wch-text--big {
    font-size: 50px;
    letter-spacing: 3.2px
  }
}

@media (min-width: 992px) {
  .wch-text--big {
    font-size: 70px;
    letter-spacing: 4.2px
  }
}

.wch-txt--underline {
  text-decoration: underline;
  font-weight: 700
}

.wch-img-shadow img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16)
}

.inner-text {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3
}

@media (min-width: 992px) {
  .inner-text {
    font-size: 22px
  }
}

.wch-btn__white-crow {
  width: 90%;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1.1px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #b29262;
  padding: 15px 5px;
  margin: 0 auto
}

@media (min-width: 992px) {
  .wch-btn__white-crow {
    font-size: 20px;
    padding: 22px
  }
}

.wch-btn__white-crow span:nth-child(2) {
  margin-left: 5px;
  margin-right: 5px
}

@media (min-width: 576px) {
  .wch-btn__white-crow span:nth-child(2) {
    margin-left: 10px;
    margin-right: 10px
  }
}

.wch-btn__white-crow .wch-line {
  display: inline-block;
  background: #b29262;
  width: 41px;
  height: 2px;
  transform: translateY(-4px)
}

.wch-btn__white-crow svg {
  fill: #fff
}

.wch-btn--white-golden {
  color: #fff;
  background-color: #b29262;
  transition: .5s
}

.wch-btn--white-golden .wch-line {
  background: #fff;
  transition: .5s
}

.wch-btn--white-golden svg {
  fill: #fff;
  transition: .5s
}

.wch-btn--white-golden:hover {
  color: #b29262;
  background-color: #fff
}

.wch-btn--white-golden:hover .wch-line {
  background: #b29262
}

.wch-btn--white-golden:hover svg {
  fill: #b29262
}

.wch-btn--transparent {
  color: #fff;
  background-color: transparent
}

.wch-brand__btn {
  margin: 70px 0
}

@media (min-width: 1200px) {
  .wch-brand__btn {
    margin: 70px 35px
  }
}

.circle-down {
  width: 31px;
  height: 31px;
  display: block;
  margin: 0 auto
}

.wchfs-cta-button-wrap .wchfs-cta-button {
  border: 1px solid #000;
  padding: 8px 40px 10px;
  font-style: italic;
  font-weight: 400;
  font-size: 17px;
  line-height: 22px;
  text-align: right;
  letter-spacing: .01em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative
}

.wchfs-cta-button-wrap .wchfs-cta-button span {
  margin-right: 6px
}

.wchfs-cta-button-wrap .wchfs-cta-button .btn-arrow {
  top: 2px;
  position: relative;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 4px solid #000
}

@media screen and (min-width: 1025px) {
  .brand-info.transparent .text-content {
    background-color: transparent;
    width: 40%
  }

  .brand-info.transparent .text {
    text-align: center
  }

  .brand-info.transparent .image {
    width: 60%
  }

  .brand-info.switch-sides .text-content {
    order: 1
  }
}

.brand-info .text-content {
  padding: 60px 0;
  width: 50%;
  text-align: center;
  background-color: red
}

.brand-info .logo {
  margin-bottom: 43px
}

.brand-info .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -.01em;
  max-width: 380px;
  margin: 0 auto 49px;
  text-align: justify
}

.brand-info .image {
  width: 50%;
  display: flex
}

.see-button, .see-button img {
  width: 100%;
  display: block
}

.brand-info .image img {
  object-fit: cover
}

@media screen and (max-width: 1024px) {
  .brand-info .row {
    flex-wrap: wrap
  }

  .brand-info .image, .brand-info .text-content {
    width: 100%
  }

  .brand-info .text {
    max-width: 100%;
    padding: 0 20px
  }
}

.see-button {
  position: relative;
  max-width: 140px
}

.see-button .active, .see-button .hover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0
}

@media (min-width: 992px) {
  .see-button:hover .hover {
    opacity: 1
  }
}

.see-button:active .active {
  opacity: 1
}

.wch-slider-container {
  position: relative
}

.multiply {
  mix-blend-mode: multiply
}

@media (max-width: 991.98px) {
  .image-wrap-right:nth-child(1), .text-wrap {
    order: 1
  }

  .image-text {
    display: flex;
    flex-direction: column;
    width: 100%
  }
}

.swiper-pagination, .swiper-pagination-accessories {
  position: absolute;
  text-align: center;
  bottom: -32px;
  left: 50%;
  display: flex;
  gap: 12px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(0, 0, 0) translateX(-50%);
  -ms-transform: translate3d(0, 0, 0) translateX(-50%);
  -o-transform: translate3d(0, 0, 0) translateX(-50%);
  transform: translate3d(0, 0, 0) translateX(-50%);
  z-index: 10
}

.swiper-pagination .swiper-pagination-bullet, .swiper-pagination-accessories .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background-color: #fff;
  border: 1px solid #303030;
  transition: 150ms;
  opacity: 1
}

.swiper-pagination .swiper-pagination-bullet:hover, .swiper-pagination-accessories .swiper-pagination-bullet:hover {
  border-width: 3px
}

.swiper-pagination button.swiper-pagination-bullet, .swiper-pagination-accessories button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none
}

.swiper-pagination .swiper-pagination-clickable .swiper-pagination-bullet, .swiper-pagination-accessories .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer
}

.swiper-pagination .swiper-pagination-white .swiper-pagination-bullet, .swiper-pagination-accessories .swiper-pagination-white .swiper-pagination-bullet {
  background: #fff
}

.swiper-pagination .swiper-pagination-bullet-active, .swiper-pagination-accessories .swiper-pagination-bullet-active {
  opacity: 1;
  background: #303030
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%
}

.dynamicMessages + .content_box {
  padding: 0
}

#breadcrumb, .dynamicMessages + .content_box > h1 {
  display: none
}

.top-banner-freedom {
  height: 540px;
  width: auto;
  display: flex;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden
}

.top-banner-freedom .video-background {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 540px;
  overflow: hidden;
  object-fit: cover
}

.top-banner-freedom .video-background #video-desktop, .top-banner-freedom .video-background #video-mobile {
  height: 100%
}

.top-banner-freedom .video-background.mobile {
  display: none
}

.top-banner-freedom .banner-text-wrapper {
  width: 100%;
  display: grid;
  z-index: 20
}

.top-banner-freedom .banner-text-wrapper .info {
  margin-top: 100px;
  width: auto;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1
}

.top-banner-freedom .banner-text-wrapper .info .text-wrapper {
  max-width: 530px;
  height: auto
}

.top-banner-freedom .banner-text-wrapper .info .text-wrapper .title {
  margin: 0 0 50px;
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  text-align: center
}

.top-banner-freedom .banner-text-wrapper .info .text-wrapper .text {
  margin: 0 0 30px;
  color: #fff;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal
}

.top-banner-freedom .banner-text-wrapper .info .btn-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
  width: 146px;
  padding: 10px 16px 10px 12px;
  border: none;
  background-color: #fff;
  cursor: pointer
}

.top-banner-freedom .banner-text-wrapper .info .btn-arrow svg {
  margin-left: 5px
}

.top-banner-freedom .banner-text-wrapper .info .btn-arrow:hover {
  background-color: #f2f2f2
}

@media (max-width: 420px) {
  .top-banner-freedom {
    height: 480px
  }

  .top-banner-freedom .banner-text-wrapper {
    width: 100%;
    display: grid
  }

  .top-banner-freedom .banner-text-wrapper .info {
    margin-top: 142px
  }

  .top-banner-freedom .banner-text-wrapper .info .text-wrapper .title {
    margin: 0 0 20px;
    color: #fff;
    font-family: Lato, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 800
  }

  .top-banner-freedom .banner-text-wrapper .info .text-wrapper .text {
    margin: 0 0 90px;
    font-size: 16px;
    max-width: 300px
  }

  .top-banner-freedom .video-background.desktop, .top-banner-freedom .video-background.mobile {
    display: flex
  }
}

.first-section {
  background-color: #fff;
  padding: 0 20px
}

.first-section .top-text {
  display: flex;
  justify-content: center;
  align-items: center
}

.first-section .top-text p {
  font-family: Lato, sans-serif;
  margin: 60px 0;
  font-size: 16px;
  max-width: 808px;
  line-height: 24px;
  font-weight: 400
}

.first-section .bottom-wrapper {
  display: flex;
  justify-content: center;
  gap: 76px
}

.first-section .bottom-wrapper .text-col {
  display: flex;
  flex-direction: column;
  max-width: 288px
}

.first-section .bottom-wrapper .text-col .title {
  margin: 0 0 105px;
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: normal
}

.first-section .bottom-wrapper .text-col .text {
  margin: 0;
  font-size: 16px;
  font-family: Lato, sans-serif;
  text-align: justify;
  font-weight: 400;
  line-height: 24px
}

.first-section .bottom-wrapper .text-col .targets {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  max-width: 250px;
  gap: 5px
}

.first-section .bottom-wrapper .text-col .targets img {
  width: 72px
}

@media (max-width: 1100px) {
  .first-section .bottom-wrapper {
    gap: 40px
  }
}

@media (max-width: 768px) {
  .first-section .top-text p {
    font-family: Lato, sans-serif;
    margin: 20px 0 60px;
    font-size: 14px;
    max-width: 320px;
    line-height: 24px;
    font-weight: 400;
    text-align: justify
  }

  .first-section .bottom-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px
  }

  .first-section .bottom-wrapper .text-col {
    display: flex;
    flex-direction: column;
    max-width: 400px;
    height: auto;
    justify-content: center
  }

  .first-section .bottom-wrapper .text-col .title {
    margin: 0 0 20px;
    color: #000;
    font-family: Lato, sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: normal
  }

  .first-section .bottom-wrapper .text-col .text {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    line-height: normal;
    text-align: left
  }

  .first-section .bottom-wrapper .text-col .targets {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    max-width: 400px;
    gap: 5px;
    justify-content: center
  }

  .first-section .bottom-wrapper .text-col .targets img {
    width: 72px
  }
}

@media (max-width: 420px) {
  .first-section .bottom-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px
  }

  .first-section .bottom-wrapper .text-col {
    display: flex;
    flex-direction: column;
    max-width: 210px;
    height: auto;
    justify-content: center
  }

  .first-section .bottom-wrapper .text-col .title {
    margin: 0 0 20px;
    color: #000;
    font-family: Lato, sans-serif;
    font-size: 20px;
    font-weight: 800;
    line-height: normal
  }

  .first-section .bottom-wrapper .text-col .text {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    line-height: normal;
    text-align: left
  }

  .first-section .bottom-wrapper .text-col .targets {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    max-width: 210px;
    gap: 5px;
    justify-content: center
  }

  .first-section .bottom-wrapper .text-col .targets img {
    width: 72px
  }
}

.fillars .col-wrapper .text-col .title, .fillars .top-text .main-title {
  font-size: 32px;
  font-weight: 800;
  color: #000;
  font-family: Lato, sans-serif
}

.fillars {
  background-color: #fff;
  margin-top: 80px
}

.fillars .top-text {
  display: flex;
  justify-content: center;
  align-items: center
}

.fillars .top-text .main-title {
  margin: 0
}

.fillars .col-wrapper {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 24px
}

.fillars .col-wrapper .text-col {
  display: flex;
  flex-direction: column;
  max-width: 392px
}

.fillars .col-wrapper .text-col .title {
  margin: 30px 0 10px;
  line-height: normal
}

.fillars .col-wrapper .text-col .subtitle {
  font-family: Lato, sans-serif;
  margin: 0;
  color: #000;
  font-size: 20px
}

.fillars .col-wrapper .text-col .text {
  min-height: 120px;
  color: #000;
  margin: 40px 0 0;
  font-size: 16px;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 24px
}

.fillars .col-wrapper .text-col .more {
  color: #c1a47a;
  font-size: 16px;
  margin: 20px auto 60px;
  text-decoration: underline;
  text-underline-offset: 5px
}

.fillars .col-wrapper .text-col button {
  padding: 4px 8px;
  width: fit-content;
  outline: 0;
  background: 0 0;
  border: none;
  cursor: pointer
}

@media (max-width: 1250px) {
  .fillars {
    margin-top: 60px
  }

  .fillars .top-text {
    display: flex;
    justify-content: center;
    align-items: center
  }

  .fillars .top-text .main-title {
    margin-top: 40px;
    font-size: 32px;
    text-align: center
  }

  .fillars .col-wrapper {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    gap: 24px
  }

  .fillars .col-wrapper .text-col {
    display: flex;
    flex-direction: column;
    max-width: 300px;
    justify-content: space-between
  }
}

@media (max-width: 970px) {
  .fillars {
    margin-top: 60px
  }

  .fillars .top-text {
    display: flex;
    justify-content: center;
    align-items: center
  }

  .fillars .top-text .main-title {
    margin-top: 40px;
    font-size: 20px;
    text-align: center
  }

  .fillars .col-wrapper {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    gap: 24px
  }

  .fillars .col-wrapper .text-col {
    display: flex;
    flex-direction: column;
    max-width: 250px;
    justify-content: space-between
  }

  .fillars .col-wrapper .text-col .title {
    margin: 20px 0 5px;
    font-size: 20px
  }

  .fillars .col-wrapper .text-col .subtitle {
    font-size: 14px;
    line-height: 16.8px;
    font-weight: 400
  }

  .fillars .col-wrapper .text-col .text {
    margin: 20px 0 0;
    font-size: 14px;
    line-height: 16.8px
  }

  .fillars .col-wrapper .text-col .first, .fillars .col-wrapper .text-col .second {
    margin-bottom: 0
  }

  .fillars .col-wrapper .text-col .more {
    font-size: 14px;
    margin: 20px auto 30px;
    text-underline-offset: 6px
  }

  .fillars .col-wrapper .text-col .middle-more {
    margin-top: 50px
  }

  .fillars .col-wrapper .text-col .last-more {
    margin-bottom: 30px
  }
}

@media (max-width: 820px) {
  .fillars {
    background-color: #f4eaea;
    margin-top: 40px;
    padding: 0 20px
  }

  .fillars .top-text {
    display: flex;
    justify-content: center;
    align-items: center
  }

  .fillars .top-text .main-title {
    margin-top: 40px;
    font-size: 20px;
    max-width: 350px;
    text-align: center
  }

  .fillars .col-wrapper {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 74px
  }

  .fillars .col-wrapper .text-col {
    display: flex;
    flex-direction: column;
    max-width: 350px;
    justify-content: space-between
  }

  .fillars .col-wrapper .text-col .title {
    margin: 20px 0 5px;
    font-size: 20px
  }

  .fillars .col-wrapper .text-col .subtitle {
    font-size: 14px;
    line-height: 16.8px;
    font-weight: 400
  }

  .fillars .col-wrapper .text-col .text {
    margin: 20px 0 0;
    font-size: 14px;
    line-height: 16.8px
  }

  .fillars .col-wrapper .text-col .first, .fillars .col-wrapper .text-col .second {
    margin-bottom: 0
  }

  .fillars .col-wrapper .text-col .more {
    font-size: 14px;
    margin: 20px auto 0;
    text-underline-offset: 6px
  }

  .fillars .col-wrapper .text-col .last-more {
    margin-bottom: 34px
  }
}

@media (max-width: 420px) {
  .fillars {
    background-color: #f4eaea;
    margin-top: 40px;
    padding: 0 20px
  }

  .fillars .top-text {
    display: flex;
    justify-content: center;
    align-items: center
  }

  .fillars .top-text .main-title {
    margin-top: 40px;
    font-size: 20px;
    max-width: 210px;
    text-align: center
  }

  .fillars .col-wrapper {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 74px
  }

  .fillars .col-wrapper .text-col {
    display: flex;
    flex-direction: column;
    max-width: 210px;
    justify-content: space-between
  }

  .fillars .col-wrapper .text-col .title {
    margin: 20px 0 5px;
    font-size: 20px
  }

  .fillars .col-wrapper .text-col .subtitle {
    font-size: 14px;
    line-height: 16.8px;
    font-weight: 400
  }

  .fillars .col-wrapper .text-col .text {
    margin: 20px 0 0;
    font-size: 14px;
    line-height: 16.8px
  }

  .fillars .col-wrapper .text-col .first, .fillars .col-wrapper .text-col .second {
    margin-bottom: 0
  }

  .fillars .col-wrapper .text-col .more {
    font-size: 14px;
    margin: 20px auto 0;
    text-underline-offset: 6px
  }

  .fillars .col-wrapper .text-col .last-more {
    margin-bottom: 34px
  }
}

.workers-section {
  background-color: #fff
}

.workers-section .section-wrapper {
  padding-top: 40px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 24px
}

.diversity, .planet {
  padding: 0 20px;
  background-color: #fff
}

.workers-section .section-wrapper .photo-wrapper {
  display: flex;
  gap: 24px
}

.workers-section .section-wrapper .photo-wrapper .photo-desktop {
  width: 184px
}

.workers-section .section-wrapper .photo-wrapper .photo-mobile {
  display: none
}

.workers-section .section-wrapper .text-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 496px
}

.workers-section .section-wrapper .text-wrapper .title {
  margin: 0 0 10px;
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 800
}

.workers-section .section-wrapper .text-wrapper .subtitle {
  margin: 0 0 90px;
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: normal;
  font-weight: 400
}

.workers-section .section-wrapper .text-wrapper .text {
  bottom: 0;
  margin: 0;
  font-size: 16px;
  font-family: Lato, sans-serif;
  color: #000;
  line-height: 24px;
  font-weight: 600
}

@media (max-width: 1150px) {
  .workers-section {
    background-color: #fff
  }

  .workers-section .section-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 18px
  }

  .workers-section .section-wrapper .photo-wrapper {
    display: flex;
    gap: 18px
  }

  .workers-section .section-wrapper .photo-wrapper .photo-desktop {
    max-width: 170px
  }

  .workers-section .section-wrapper .photo-wrapper .photo-mobile {
    display: none
  }

  .workers-section .section-wrapper .text-wrapper {
    display: flex;
    flex-direction: column;
    max-width: auto
  }

  .workers-section .section-wrapper .text-wrapper .title {
    margin: 0 0 10px;
    color: #000;
    font-family: Lato, sans-serif;
    font-size: 32px;
    font-weight: 800
  }

  .workers-section .section-wrapper .text-wrapper .subtitle {
    margin: 0 0 40px;
    color: #000;
    font-size: 20px;
    line-height: normal;
    font-weight: 400
  }

  .workers-section .section-wrapper .text-wrapper .text {
    bottom: 0;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400
  }
}

@media (max-width: 950px) {
  .workers-section {
    padding: 0 20px
  }

  .workers-section .section-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px
  }

  .workers-section .section-wrapper .photo-wrapper {
    flex-direction: row;
    gap: 10px;
    justify-content: center
  }

  .workers-section .section-wrapper .photo-wrapper .photo-desktop {
    display: none
  }

  .workers-section .section-wrapper .text-wrapper {
    display: flex;
    flex-direction: column;
    max-width: 500px
  }

  .workers-section .section-wrapper .text-wrapper .title {
    margin: 0 0 10px;
    color: #000;
    font-family: Lato, sans-serif;
    font-size: 32px;
    font-weight: 800
  }

  .workers-section .section-wrapper .text-wrapper .subtitle {
    margin: 0 0 20px;
    color: #000;
    font-size: 20px;
    line-height: normal;
    font-weight: 400
  }

  .workers-section .section-wrapper .text-wrapper .photo-wrapper {
    flex-direction: row;
    gap: 10px;
    justify-content: center
  }

  .workers-section .section-wrapper .text-wrapper .photo-wrapper .photo-mobile {
    display: block;
    width: 150px
  }

  .workers-section .section-wrapper .text-wrapper .text {
    bottom: 0;
    margin: 20px 0 0;
    font-size: 16px;
    color: #000;
    line-height: 24px;
    font-weight: 400
  }
}

@media (max-width: 600px) {
  .workers-section {
    padding: 0 20px
  }

  .workers-section .section-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px
  }

  .workers-section .section-wrapper .photo-wrapper {
    flex-direction: row;
    gap: 10px;
    justify-content: center
  }

  .workers-section .section-wrapper .photo-wrapper .photo-desktop {
    display: none
  }

  .workers-section .section-wrapper .text-wrapper {
    display: flex;
    flex-direction: column;
    max-width: auto
  }

  .workers-section .section-wrapper .text-wrapper .photo-wrapper {
    flex-direction: row;
    gap: 10px;
    justify-content: center
  }

  .workers-section .section-wrapper .text-wrapper .photo-wrapper .photo-mobile {
    display: block;
    width: 130px
  }
}

@media (max-width: 420px) {
  .workers-section {
    padding: 0 20px
  }

  .workers-section .section-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px
  }

  .workers-section .section-wrapper .photo-wrapper {
    flex-direction: row;
    gap: 10px;
    justify-content: center
  }

  .workers-section .section-wrapper .photo-wrapper .photo-desktop {
    display: none
  }

  .workers-section .section-wrapper .text-wrapper {
    display: flex;
    flex-direction: column;
    max-width: auto
  }

  .workers-section .section-wrapper .text-wrapper .title {
    margin: 0 0 10px;
    color: #000;
    font-family: Lato, sans-serif;
    font-size: 20px;
    font-weight: 800
  }

  .workers-section .section-wrapper .text-wrapper .subtitle {
    margin: 0 0 20px;
    color: #000;
    font-size: 14px;
    line-height: normal;
    font-weight: 400
  }

  .workers-section .section-wrapper .text-wrapper .photo-wrapper {
    flex-direction: row;
    gap: 10px;
    justify-content: center
  }

  .workers-section .section-wrapper .text-wrapper .photo-wrapper .photo-mobile {
    display: block
  }

  .workers-section .section-wrapper .text-wrapper .text {
    bottom: 0;
    margin: 20px 0 0;
    font-size: 14px;
    line-height: 16.8px;
    font-weight: 400
  }
}

.diversity .section-wrapper .text, .diversity .section-wrapper .title {
  color: #000;
  font-size: 16px;
  font-family: Lato, sans-serif
}

.diversity {
  margin-top: 60px
}

.diversity .section-wrapper {
  display: flex;
  justify-content: center;
  gap: 24px
}

.diversity .section-wrapper .right-block {
  display: flex;
  flex-direction: column;
  max-width: 496px
}

.diversity .section-wrapper .right-block img {
  margin: 24px 0 0
}

.diversity .section-wrapper .left-block {
  display: flex;
  flex-direction: column;
  max-width: 496px
}

.diversity .section-wrapper .left-block img {
  margin: 40px 0
}

.diversity .section-wrapper .title {
  margin: 0 0 20px;
  font-weight: 800
}

.diversity .section-wrapper .text {
  margin: 0;
  line-height: 24px;
  font-weight: 400
}

.diversity .section-wrapper .text .underline {
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color .3s
}

.diversity .section-wrapper .text .underline:hover {
  color: #b29262
}

@media (max-width: 992px) {
  .diversity {
    padding: 0 20px
  }

  .diversity .section-wrapper {
    flex-direction: column;
    align-items: center
  }
}

@media (max-width: 420px) {
  .diversity {
    margin-top: 20px
  }

  .diversity .section-wrapper {
    gap: 20px
  }

  .diversity .section-wrapper .right-block {
    display: flex;
    flex-direction: column;
    max-width: 496px
  }

  .diversity .section-wrapper .right-block img {
    margin: 20px 0 0
  }

  .diversity .section-wrapper .left-block {
    display: flex;
    flex-direction: column;
    max-width: 496px
  }

  .diversity .section-wrapper .left-block img {
    margin: 20px 0
  }

  .diversity .section-wrapper .title {
    margin: 0 0 20px;
    font-size: 14px;
    font-weight: 700
  }

  .diversity .section-wrapper .text {
    font-size: 14px;
    line-height: normal;
    font-weight: 400
  }
}

.products-section {
  background-color: #fff;
  margin-top: 86px;
  margin-bottom: 10px
}

.products-section .section-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 24px
}

.products-section .section-wrapper .photo-wrapper {
  display: flex;
  gap: 24px
}

.products-section .section-wrapper .photo-wrapper .photo-desktop {
  width: 184px
}

.products-section .section-wrapper .photo-wrapper .photo-mobile {
  display: none
}

.products-section .section-wrapper .text-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 496px
}

.products-section .section-wrapper .text-wrapper .title {
  margin: 0 0 10px;
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 800
}

.products-section .section-wrapper .text-wrapper .subtitle {
  margin: 0 0 60px;
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: normal;
  font-weight: 400
}

.products-section .section-wrapper .text-wrapper .text {
  bottom: 0;
  margin: 0;
  font-size: 16px;
  font-family: Lato, sans-serif;
  color: #000;
  line-height: 24px;
  font-weight: 600
}

@media (max-width: 1150px) {
  .products-section {
    background-color: #fff
  }

  .products-section .section-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 18px
  }

  .products-section .section-wrapper .photo-wrapper {
    gap: 18px
  }

  .products-section .section-wrapper .photo-wrapper .photo-desktop {
    max-width: 170px
  }

  .products-section .section-wrapper .photo-wrapper .photo-mobile {
    display: none
  }

  .products-section .section-wrapper .text-wrapper {
    display: flex;
    flex-direction: column;
    max-width: auto
  }

  .products-section .section-wrapper .text-wrapper .title {
    margin: 0 0 10px;
    color: #000;
    font-family: Lato, sans-serif;
    font-size: 32px;
    font-weight: 800
  }

  .products-section .section-wrapper .text-wrapper .subtitle {
    margin: 0 0 20px;
    color: #000;
    font-size: 20px;
    line-height: normal;
    font-weight: 400
  }

  .products-section .section-wrapper .text-wrapper .text {
    bottom: 0;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400
  }
}

@media (max-width: 950px) {
  .products-section {
    margin: 60px 0 0;
    padding: 0 20px
  }

  .products-section .section-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px
  }

  .products-section .section-wrapper .photo-wrapper {
    flex-direction: row;
    gap: 10px;
    justify-content: center
  }

  .products-section .section-wrapper .photo-wrapper .photo-desktop {
    display: none
  }

  .products-section .section-wrapper .text-wrapper {
    display: flex;
    flex-direction: column;
    max-width: 500px
  }

  .products-section .section-wrapper .text-wrapper .title {
    margin: 0 0 10px;
    color: #000;
    font-family: Lato, sans-serif;
    font-size: 32px;
    font-weight: 800
  }

  .products-section .section-wrapper .text-wrapper .subtitle {
    margin: 0 0 20px;
    color: #000;
    font-size: 20px;
    line-height: normal;
    font-weight: 400
  }

  .products-section .section-wrapper .text-wrapper .photo-wrapper {
    flex-direction: row;
    gap: 10px;
    justify-content: center
  }

  .products-section .section-wrapper .text-wrapper .photo-wrapper .photo-mobile {
    display: block;
    width: 150px
  }

  .products-section .section-wrapper .text-wrapper .text {
    bottom: 0;
    margin: 20px 0 0;
    font-size: 16px;
    color: #000;
    line-height: 24px;
    font-weight: 400
  }
}

@media (max-width: 600px) {
  .products-section .section-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px
  }

  .products-section .section-wrapper .photo-wrapper {
    flex-direction: row;
    gap: 10px;
    justify-content: center
  }

  .products-section .section-wrapper .photo-wrapper .photo-desktop {
    display: none
  }

  .products-section .section-wrapper .text-wrapper {
    display: flex;
    flex-direction: column;
    max-width: auto
  }

  .products-section .section-wrapper .text-wrapper .title {
    margin: 0 0 10px;
    color: #000;
    font-family: Lato, sans-serif;
    font-size: 20px;
    font-weight: 800
  }

  .products-section .section-wrapper .text-wrapper .subtitle {
    margin: 0 0 20px;
    color: #000;
    font-size: 14px;
    line-height: normal;
    font-weight: 400
  }

  .products-section .section-wrapper .text-wrapper .photo-wrapper {
    flex-direction: row;
    gap: 10px;
    justify-content: center
  }

  .products-section .section-wrapper .text-wrapper .photo-wrapper .photo-mobile {
    display: block;
    width: 130px
  }

  .products-section .section-wrapper .text-wrapper .text {
    bottom: 0;
    margin: 20px 0 0;
    font-size: 16px;
    line-height: 16.8px;
    font-weight: 400
  }
}

@media (max-width: 420px) {
  .products-section .section-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px
  }

  .products-section .section-wrapper .photo-wrapper {
    flex-direction: row;
    gap: 10px;
    justify-content: center
  }

  .products-section .section-wrapper .photo-wrapper .photo-desktop {
    display: none
  }

  .products-section .section-wrapper .text-wrapper {
    display: flex;
    flex-direction: column;
    max-width: auto
  }

  .products-section .section-wrapper .text-wrapper .title {
    margin: 0 0 10px;
    color: #000;
    font-family: Lato, sans-serif;
    font-size: 20px;
    font-weight: 800
  }

  .products-section .section-wrapper .text-wrapper .subtitle {
    margin: 0 0 20px;
    color: #000;
    font-size: 14px;
    line-height: normal;
    font-weight: 400
  }

  .products-section .section-wrapper .text-wrapper .photo-wrapper {
    flex-direction: row;
    gap: 10px;
    justify-content: center
  }

  .products-section .section-wrapper .text-wrapper .photo-wrapper .photo-mobile {
    display: block
  }

  .products-section .section-wrapper .text-wrapper .text {
    bottom: 0;
    margin: 20px 0 0;
    font-size: 14px;
    line-height: 16.8px;
    font-weight: 400
  }
}

.processing .section-wrapper .text, .processing .section-wrapper .title {
  font-size: 16px;
  font-family: Lato, sans-serif;
  color: #000
}

.processing {
  background-color: #fff;
  margin-top: 60px
}

.processing .section-wrapper .left-block img, .processing .section-wrapper .right-block img {
  margin: 20px 0 0
}

.processing .section-wrapper {
  display: flex;
  justify-content: center;
  gap: 24px
}

.processing .section-wrapper .right-block {
  display: flex;
  flex-direction: column;
  max-width: 496px
}

.processing .section-wrapper .right-block .photo-mobile {
  display: none
}

.processing .section-wrapper .left-block {
  display: flex;
  flex-direction: column;
  max-width: 496px
}

.processing .section-wrapper .title {
  margin: 40px 0 20px;
  font-weight: 800
}

.processing .section-wrapper .first {
  margin: 0 0 20px
}

.processing .section-wrapper .text {
  margin: 0;
  font-weight: 400;
  line-height: 24px
}

@media (max-width: 992px) {
  .processing .section-wrapper .left-block .text, .processing .section-wrapper .right-block .text {
    line-height: 16.8px
  }

  .processing {
    padding: 0 20px
  }

  .processing .section-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 20px
  }

  .processing .section-wrapper .left-block .photo-desktop {
    display: none
  }

  .processing .section-wrapper .left-block .title {
    margin: 20px 0
  }

  .processing .section-wrapper .right-block img {
    margin: 20px 0 0
  }

  .processing .section-wrapper .right-block .photo-mobile {
    display: block
  }

  .processing .section-wrapper .right-block .title {
    margin: 20px 0
  }

  .processing .section-wrapper .right-block .first {
    margin-top: 0
  }
}

@media (max-width: 420px) {
  .processing {
    margin-top: 20px
  }

  .processing .section-wrapper {
    gap: 20px
  }

  .processing .section-wrapper .right-block {
    display: flex;
    flex-direction: column;
    max-width: 496px
  }

  .processing .section-wrapper .right-block .title {
    margin: 20px 0;
    font-size: 14px;
    font-weight: 700
  }

  .processing .section-wrapper .right-block .first {
    margin: 0 0 20px
  }

  .processing .section-wrapper .right-block .text {
    font-size: 14px;
    font-weight: 400
  }

  .processing .section-wrapper .left-block {
    display: flex;
    flex-direction: column;
    max-width: 496px
  }

  .processing .section-wrapper .left-block .title {
    margin: 20px 0;
    font-size: 14px;
    font-weight: 700
  }

  .processing .section-wrapper .left-block .first {
    margin: 0 0 20px
  }

  .processing .section-wrapper .left-block .text {
    font-size: 14px;
    font-weight: 400
  }
}

.planet {
  margin-top: 75px
}

.planet .planet-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 24px
}

.planet .planet-wrapper .photo-wrapper {
  display: flex;
  justify-content: center;
  align-items: center
}

.planet .planet-wrapper .text-wrapper {
  display: flex;
  flex-direction: column;
  width: 496px
}

.planet .planet-wrapper .text-wrapper .title {
  margin: 0 0 10px;
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 800
}

.planet .planet-wrapper .text-wrapper .subtitle {
  margin: 0 0 60px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: normal;
  font-weight: 400
}

.planet .planet-wrapper .text-wrapper .photo-mobile {
  display: none
}

.planet .planet-wrapper .text-wrapper .text {
  bottom: 0;
  margin: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 24px;
  font-weight: 400
}

@media (max-width: 768px) {
  .planet {
    margin-top: 60px
  }

  .planet .planet-wrapper {
    gap: 0
  }

  .planet .planet-wrapper .photo-wrapper .photo-desktop {
    display: none
  }

  .planet .planet-wrapper .text-wrapper .subtitle {
    margin: 0 0 20px
  }

  .planet .planet-wrapper .text-wrapper .photo-mobile {
    display: block;
    margin-bottom: 20px
  }

  .values {
    padding: 0 20px
  }

  .values .top .text {
    max-width: 496px
  }
}

@media (max-width: 420px) {
  .planet .planet-wrapper .text-wrapper .title {
    margin: 0 0 5px;
    font-size: 24px
  }

  .planet .planet-wrapper .text-wrapper .subtitle, .planet .planet-wrapper .text-wrapper .text {
    font-size: 14px;
    line-height: 16.8px
  }

  .planet .planet-wrapper .text-wrapper .photo-mobile {
    display: block;
    margin-bottom: 20px
  }
}

.energy-reduction .section-wrapper .text, .energy-reduction .section-wrapper .title {
  font-size: 16px;
  font-family: Lato, sans-serif;
  color: #000
}

.energy-reduction {
  background-color: #fff;
  margin-top: 60px
}

.energy-reduction .section-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px
}

.energy-reduction .section-wrapper .left-block {
  display: flex;
  flex-direction: column;
  max-width: 496px
}

.energy-reduction .section-wrapper .left-block img {
  margin: 20px 0 0
}

.energy-reduction .section-wrapper .left-block .first-photo {
  margin: 0
}

.energy-reduction .section-wrapper .right-block {
  display: flex;
  flex-direction: column;
  max-width: 496px
}

.energy-reduction .section-wrapper .right-block .photo-mobile {
  display: none
}

.energy-reduction .section-wrapper .title {
  margin: 40px 0 20px;
  font-weight: 800
}

.energy-reduction .section-wrapper .first {
  margin: -9px 0 20px
}

.energy-reduction .section-wrapper .text {
  margin: 0;
  font-weight: 400;
  line-height: 24px
}

@media (max-width: 992px) {
  .energy-reduction {
    margin-top: 60px;
    padding: 0 20px
  }

  .energy-reduction .section-wrapper {
    flex-direction: column;
    gap: 0
  }

  .energy-reduction .section-wrapper .left-block .photo-desktop {
    display: none
  }

  .energy-reduction .section-wrapper .right-block .photo-mobile {
    display: block;
    margin-top: 20px
  }

  .energy-reduction .section-wrapper .title {
    margin: 20px 0
  }

  .energy-reduction .section-wrapper .first {
    margin: 0 0 20px
  }
}

@media (max-width: 420px) {
  .energy-reduction {
    margin-top: 20px
  }

  .energy-reduction .section-wrapper .title {
    font-size: 14px;
    font-weight: 800
  }

  .energy-reduction .section-wrapper .text {
    margin: 0;
    font-size: 14px;
    line-height: 16.8px
  }
}

.values {
  background-color: #fff;
  margin-top: 80px
}

.values .top {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column
}

.values .top .main-title {
  font-family: Lato, sans-serif;
  margin: 0 0 20px;
  color: #000;
  font-size: 32px;
  font-weight: 800;
  text-align: center
}

.values .blocks-wrapper .row .block .text, .values .blocks-wrapper .row .block .title, .values .top .text {
  font-weight: 400;
  font-family: Lato, sans-serif;
  color: #000
}

.values .top .text {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  text-align: left
}

.values .blocks-wrapper {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  row-gap: 94px
}

.values .blocks-wrapper .row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 110px
}

.values .blocks-wrapper .row .block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 496px
}

.values .blocks-wrapper .row .block .title {
  text-align: center;
  margin: 32px 0;
  font-size: 32px;
  line-height: 48px
}

.values .blocks-wrapper .row .block .text {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  max-width: 496px
}

@media (max-width: 420px) {
  .values {
    margin-top: 80px;
    padding: 0 20px
  }

  .values .top .main-title {
    margin: 0 0 20px;
    font-size: 20px
  }

  .values .top .text {
    margin: 0;
    font-size: 14px;
    line-height: 16.8px;
    max-width: 210px
  }

  .values .blocks-wrapper {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    row-gap: 40px
  }

  .values .blocks-wrapper .row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 40px
  }

  .values .blocks-wrapper .row .block {
    width: 210px
  }

  .values .blocks-wrapper .row .block .title {
    margin: 20px 0;
    font-size: 14px;
    font-weight: 700;
    line-height: normal
  }

  .values .blocks-wrapper .row .block .text {
    margin: 0;
    font-family: Lato, sans-serif;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 16.8px;
    text-align: center;
    max-width: 210px
  }
}

.raports {
  background-color: #fff;
  margin: 160px 0 100px
}

.raports .section-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 24px
}

.raports .section-wrapper .raport-cover-wrapper .raport-cover-mobile {
  width: 100%;
  display: none;
  max-width: 220px
}

.raports .section-wrapper .raport-cover-wrapper .raport-cover-desktop {
  width: 100%;
  max-width: 300px
}

.raports .section-wrapper .text-wrapper {
  display: flex;
  flex-direction: column
}

.raports .section-wrapper .text-wrapper .title {
  margin: -82px 0 10px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 32px;
  font-weight: 800
}

.raports .section-wrapper .text-wrapper .subtitle {
  color: #000;
  margin: 0 0 123px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: normal
}

.raports .section-wrapper .text-wrapper .text {
  margin: 0 0 195px;
  font-family: Lato, sans-serif;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  max-width: 496px
}

.raports .download-2 .download-wrapper .download-link, .raports .section-wrapper .text-wrapper .download a {
  text-decoration: underline;
  text-underline-offset: 5px;
  color: #c1a47a;
  font-family: Lato, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 24px
}

.raports .section-wrapper .text-wrapper .download {
  display: flex;
  gap: 35px
}

.raports .section-wrapper .text-wrapper .download a {
  font-size: 16px
}

.raports .download-2 {
  max-width: 1016px;
  margin: 0 auto;
  padding-top: 115px;
  display: flex;
  justify-content:center;
  gap: 60px;
}

.raports .download-2 .download-wrapper {
  height: 120px;
  max-width: 288px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between
}

.raports .download-2 .download-wrapper .download-header {
  font-size: 20px;
  text-align: center
}

.raports .download-2 .download-wrapper .download-link {
  text-align: center;
  font-size: 16px
}

.raports .download-2 .padding-5 {
  padding: 0 5px
}

@media (max-width: 850px) {
  .raports .section-wrapper .text-wrapper .title {
    margin: -60px 0 10px;
    font-family: Lato, sans-serif;
    color: #000;
    font-size: 32px;
    font-weight: 800
  }

  .raports .section-wrapper .text-wrapper .subtitle {
    color: #000;
    margin: 0 0 110px;
    font-family: Lato, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: normal
  }

  .raports .section-wrapper .text-wrapper .download a, .raports .section-wrapper .text-wrapper .text {
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
  }

  .raports .section-wrapper .text-wrapper .text {
    margin: 0 0 180px;
    color: #000;
    max-width: 480px
  }

  .raports .section-wrapper .text-wrapper .download {
    display: flex;
    gap: 10px
  }

  .raports .section-wrapper .text-wrapper .download a {
    text-decoration: underline;
    text-underline-offset: 5px;
    color: #c1a47a;
    font-style: normal
  }

  .raports .download-2 {
    padding-top: 40px;
    flex-direction: column;
    align-items: center;
    gap: 30px
  }

  .raports .download-2 .download-wrapper {
    height: unset
  }

  .raports .download-2 .download-wrapper .download-link {
    margin-top: 10px
  }
}

@media (max-width: 768px) {
  .raports {
    margin: 80px 0 0;
    padding: 0 20px
  }

  .raports .section-wrapper {
    flex-direction: column-reverse;
    gap: 40px
  }

  .raports .section-wrapper .raport-cover-wrapper .raport-cover-desktop {
    display: none
  }

  .raports .section-wrapper .text-wrapper {
    flex-direction: column
  }

  .raports .section-wrapper .text-wrapper .title {
    margin: 0 0 10px
  }

  .raports .section-wrapper .text-wrapper .subtitle {
    margin: 0 0 20px
  }

  .raports .section-wrapper .text-wrapper .text {
    margin: 0 0 40px
  }

  .raports .section-wrapper .text-wrapper .raport-cover-wrapper {
    display: flex;
    justify-content: center
  }

  .raports .section-wrapper .text-wrapper .raport-cover-wrapper .raport-cover-mobile {
    display: block;
    margin-bottom: 40px
  }

  .raports .section-wrapper .text-wrapper .download {
    flex-direction: column;
    align-items: center;
    gap: 20px
  }

  .raports .download-2 {
    padding-top: 20px
  }
}

@media (max-width: 420px) {
  .raports .section-wrapper .raport-cover-wrapper {
    max-width: 211px
  }

  .raports .section-wrapper .text-wrapper {
    max-width: 210px
  }

  .raports .section-wrapper .text-wrapper .title {
    font-size: 20px
  }

  .raports .section-wrapper .text-wrapper .subtitle {
    margin: 0 0 20px;
    font-size: 14px;
    font-weight: 700
  }

  .raports .section-wrapper .text-wrapper .text {
    margin: 0 0 40px;
    font-size: 14px;
    line-height: 16.8px
  }

  .raports .section-wrapper .text-wrapper .download {
    flex-direction: column;
    align-items: center;
    gap: 20px
  }

  .raports .download-2 {
    padding: 20px 10px 0
  }

  .raports .download-2 .download-wrapper {
    max-width: 250px
  }

  .raports .download-2 .download-wrapper .download-header {
    font-size: 18px
  }
}

@media screen and (min-width: 1024px) {
  .col-lg-7 {
    flex: 0 0 62.8575%;
    max-width: 62.8575%
  }

  .col-lg-9 {
    flex: 0 0 78.3335%;
    max-width: 78.3335%
  }
}

.row-center {
  margin-inline: auto
}

.swiper-slide {
  height: auto
}

.background-wrapper {
  display: flex;
  flex-direction: column;
  background-color: #fff
}